Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
50a84487c3c573a8c7c9146c31af21b51aa86b10
/
fs
/
ocfs2
/
file.c
3d46a44
ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()
by Tariq Saeed
· 9 years ago
bf59e66
ocfs2: clean up unused local variables in ocfs2_file_write_iter
by Joseph Qi
· 9 years ago
faaebf1
ocfs2: fix several issues of append dio
by Joseph Qi
· 9 years ago
512f62a
ocfs2: fix race between dio and recover orphan
by Joseph Qi
· 9 years ago
aa1057b
ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dio
by Ryan Ding
· 9 years ago
9c89fe0
ocfs2: Handle error from dquot_initialize()
by Jan Kara
· 9 years ago
6184fc0
quota: Propagate error from ->acquire_dquot()
by Jan Kara
· 9 years ago
e4bc13a
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
fa5a0eb
ocfs2: remove OCFS2_IOCB_SEM lock type in direct io
by WeiWei Wang
· 9 years ago
66114ca
writeback: separate out include/linux/backing-dev-defs.h
by Tejun Heo
· 9 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
7da839c
ocfs2: use __generic_file_write_iter()
by Al Viro
· 10 years ago
2ba48ce
mirror O_APPEND and O_DIRECT into iocb->ki_flags
by Al Viro
· 10 years ago
3309dd0
switch generic_write_checks() to iocb and iter
by Al Viro
· 10 years ago
9032025
ocfs2: move generic_write_checks() before the alignment checks
by Al Viro
· 10 years ago
5dc3161
ocfs2_file_write_iter: stop messing with ppos
by Al Viro
· 10 years ago
dfea934
Merge branch 'for-linus' into for-next
by Al Viro
· 10 years ago
0fa6b00
generic_write_checks(): drop isblk argument
by Al Viro
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
64b4e25
ocfs2: _really_ sync the right range
by Al Viro
· 10 years ago
9ce5a23
ocfs2_file_write_iter: keep return value and current position update in sync
by Al Viro
· 10 years ago
cf1b5ea
[regression] ocfs2: do *not* increment ->ki_pos twice
by Al Viro
· 10 years ago
66ee59a
fs: remove ki_nbytes
by Christoph Hellwig
· 10 years ago
160cc26
ocfs2: set append dio as a ro compat feature
by Joseph Qi
· 10 years ago
3a83b34
ocfs2: complete the rest request through buffer io
by Joseph Qi
· 10 years ago
d943d59
ocfs2: do not fallback to buffer I/O write if appending
by Joseph Qi
· 10 years ago
026749a
ocfs2: prepare some interfaces used in append direct io
by Joseph Qi
· 10 years ago
6bec003
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
696cdf7
ocfs2: fix uninitialized variable access
by Junxiao Bi
· 10 years ago
de1414a
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
by Christoph Hellwig
· 10 years ago
f62f12b
ocfs2: reflink: fix slow unlink for refcounted file
by Junxiao Bi
· 10 years ago
86b9c6f
ocfs2: remove filesize checks for sync I/O journal commit
by Goldwyn Rodrigues
· 10 years ago
ac0c493
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 10 years ago
f775da2
ocfs2: fix deadlock due to wrong locking order
by Junxiao Bi
· 10 years ago
c53f755
ocfs2: Back out change to use OCFS2_MAXQUOTAS in ocfs2_setattr()
by Jan Kara
· 10 years ago
5236281
ocfs2: Don't use MAXQUOTAS value
by Jan Kara
· 10 years ago
16b9057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
6dc8bc0
ocfs2: switch to iter_file_splice_write()
by Al Viro
· 11 years ago
1b938c0
fs/buffer.c: remove block_write_full_page_endio()
by Matthew Wilcox
· 10 years ago
3ef045c
ocfs2: switch to ->write_iter()
by Al Viro
· 11 years ago
3cd9ad5
ocfs2: switch to ->read_iter()
by Al Viro
· 11 years ago
0c94933
iov_iter_truncate()
by Al Viro
· 11 years ago
71d8e53
start adding the tag to iov_iter
by Al Viro
· 11 years ago
cb66a7a
kill generic_segment_checks()
by Al Viro
· 11 years ago
f8579f8
generic_file_direct_write(): switch to iov_iter
by Al Viro
· 11 years ago
5166701
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
6fdb702
ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode
by Darrick J. Wong
· 11 years ago
c8d888d
ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_END
by Jensen
· 11 years ago
2931cdc
ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file
by Darrick J. Wong
· 11 years ago
c18ceab
ocfs2: change ip_unaligned_aio to of type mutex from atomit_t
by Wengang Wang
· 11 years ago
58bfab3
ocfs2_file_aio_write(): switch to generic_perform_write()
by Al Viro
· 11 years ago
5cb6c6c
generic_file_direct_write(): get rid of ppos argument
by Al Viro
· 11 years ago
fcacafd
kill the 5th argument of generic_file_buffered_write()
by Al Viro
· 11 years ago
1b56e98
ocfs2 syncs the wrong range...
by Al Viro
· 11 years ago
c7d2cbc
ocfs2: update inode size after zeroing the hole
by Junxiao Bi
· 11 years ago
d62e74b
ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_size
by Younger Liu
· 11 years ago
a987c7c
ocfs2: fix ocfs2_sync_file() if filesystem is readonly
by Younger Liu
· 11 years ago
bf3d846
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
702e5bc
ocfs2: use generic posix ACL infrastructure
by Christoph Hellwig
· 11 years ago
a2a3b39
ocfs2: punch hole should return EINVAL if the length argument in ioctl is negative
by Tariq Saeed
· 11 years ago
f0cb0f0
fs/ocfs2/file.c: fix wrong comment
by Junxiao Bi
· 11 years ago
06f9da6
fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits
by Goldwyn Rodrigues
· 11 years ago
9bf12df
Merge git://git.kvack.org/~bcrl/aio-next
by Linus Torvalds
· 11 years ago
7aebff1
ocfs2: free path in ocfs2_remove_inode_range()
by Younger Liu
· 11 years ago
2b1e55c
ocfs2: lighten up allocate transaction
by Younger Liu
· 11 years ago
c7dd339
ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_page
by Tiger Yang
· 11 years ago
73a7075
aio: Kill aio_rw_vect_retry()
by Kent Overstreet
· 12 years ago
46a1c2c
vfs: export lseek_execute() to modules
by Jie Liu
· 11 years ago
3704412b
[readdir] convert ocfs2
by Al Viro
· 11 years ago
afe1bb7
ocfs2: unlock rw lock if inode lock failed
by Joseph Qi
· 11 years ago
72b0d9a
pipe: don't use ->i_mutex
by Al Viro
· 12 years ago
8d71db4
lift sb_start_write/sb_end_write out of ->aio_write()
by Al Viro
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
182be68
kill f_vfsmnt
by Al Viro
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
488c8ef
ocfs2: Compare kuids and kgids using uid_eq and gid_eq
by Eric W. Biederman
· 12 years ago
ba61356
ocfs2: For tracing report the uid and gid values in the initial user namespace
by Eric W. Biederman
· 12 years ago
a6ff037
ocfs2: drop vmtruncate
by Marco Stornelli
· 12 years ago
965c8e5
lseek: the "whence" argument is called "whence"
by Andrew Morton
· 12 years ago
d0e1d66
writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()
by Namjae Jeon
· 12 years ago
aca645a
userns: Modify dqget to take struct kqid
by Eric W. Biederman
· 12 years ago
fef6925
ocfs2: Convert to new freezing mechanism
by Jan Kara
· 12 years ago
a4e08d0
ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()
by Luis Henriques
· 12 years ago
3e5d3c3
ocfs2: clear unaligned io flag when dio fails
by Junxiao Bi
· 12 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
0a4ebed
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 13 years ago
df295d4
ocfs2: honor O_(D)SYNC flag in fallocate
by Mark Fasheh
· 13 years ago
99b1bb6
Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-fixes
by Joel Becker
· 13 years ago
a11f7e6
ocfs2: serialize unaligned aio
by Mark Fasheh
· 13 years ago
93862d5
ocfs2: Implement llseek()
by Sunil Mushran
· 13 years ago
4e34e71
fs: take the ACL checks to common code
by Christoph Hellwig
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
df2d6f2
fs: always maintain i_dio_count
by Christoph Hellwig
· 13 years ago
562c72a
fs: move inode_dio_wait calls into ->setattr
by Christoph Hellwig
· 13 years ago
bd5fe6c
fs: kill i_alloc_sem
by Christoph Hellwig
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 13 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
3d1c182
Ocfs2: Teach local-mounted ocfs2 to handle unwritten_extents correctly.
by Tristan Ye
· 13 years ago
Next »