- 839b638 ocfs2: fix data corruption on truncate by Jan Kara · 3 years, 2 months ago
- 9449ad3 ocfs2: issue zeroout to EOF blocks by Junxiao Bi · 3 years, 6 months ago
- f267aeb ocfs2: fix zero out valid data by Junxiao Bi · 3 years, 6 months ago
- 6bba447 ocfs2: fix data corruption by fallocate by Junxiao Bi · 3 years, 7 months ago
- fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 8 months ago
- a4f7fae Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 9 months ago
- 2b5f52c ocfs2: convert to fileattr by Miklos Szeredi · 3 years, 9 months ago
- 90bd070 ocfs2: fix deadlock between setattr and dio_end_io_write by Wengang Wang · 3 years, 9 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
- c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
- 2d797e9 ocfs2: fix oops when writing cloned file by Gang He · 5 years ago
- e74540b ocfs2: protect extent tree in ocfs2_prepare_inode_for_write() by Shuning Zhang · 5 years ago
- ce750f4 ocfs2: fix error handling in ocfs2_setattr() by Chengguang Xu · 5 years ago
- 236dcc2 fs/ocfs2/file.c: remove set but not used variables by zhengbin · 5 years ago
- bbd0f32 ocfs2: use jbd2_inode dirty range scoping by Joseph Qi · 5 years ago
- 328970d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 by Thomas Gleixner · 6 years ago
- 9e98578 ocfs2: don't use iocb when EIOCBQUEUED returns by Changwei Ge · 6 years ago
- 65f098e ocfs2: remove ocfs2_reflink_remap_range by Darrick J. Wong · 6 years ago
- 900611a ocfs2: support partial clone range and dedupe range by Darrick J. Wong · 6 years ago
- 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
- a91ae49b vfs: pass remap flags to generic_remap_file_range_prep by Darrick J. Wong · 6 years ago
- 2e5dfc9 vfs: combine the clone and dedupe into a single remap_file_range by Darrick J. Wong · 6 years ago
- 87eb5eb vfs: dedupe: rationalize args by Miklos Szeredi · 7 years ago
- 5740c99 vfs: dedupe: return int by Miklos Szeredi · 7 years ago
- 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
- 5bc55d6 ocfs2: clean up redundant function declarations by Jia Guo · 7 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- 1202d4b ocfs2: keep the trace point consistent with the function name by Jia Guo · 7 years ago
- d324cd4 ocfs2: use 'oi' instead of 'OCFS2_I()' by piaojun · 7 years ago
- 1119d3c ocfs2: use 'osb' instead of 'OCFS2_SB()' by piaojun · 7 years ago
- c4c2416 ocfs2: nowait aio support by Gang He · 7 years ago
- 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
- 28f5a8a ocfs2: should wait dio before inode lock in ocfs2_setattr() by alex chen · 7 years ago
- d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 964f14a ocfs2: clean up some dead code by Jun Piao · 7 years ago
- 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
- b891fa50 ocfs2: fix deadlock issue when taking inode lock at vfs entry points by Eric Ren · 8 years ago
- 29ac8e8 ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features by Darrick J. Wong · 8 years ago
- 84e4008 ocfs2: convert inode refcount test to a helper by Darrick J. Wong · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- 82c156f switch generic_file_splice_read() to use of ->read_iter() by Al Viro · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
- d21c353 ocfs2: fix start offset to ocfs2_zero_range_for_truncate() by Ashish Samant · 8 years ago
- 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 5ee0fbd ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang by Junxiao Bi · 9 years ago
- 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
- fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- e63890f ocfs2: fix ip_unaligned_aio deadlock with dio work queue by Ryan Ding · 9 years ago
- f1f973f ocfs2: code clean up for direct io by Ryan Ding · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- d636462 ocfs2: return non-zero st_blocks for inline data by John Haxby · 9 years ago
- 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 · 10 years ago
- 6184fc0 quota: Propagate error from ->acquire_dquot() by Jan Kara · 10 years ago
- e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- fa5a0eb ocfs2: remove OCFS2_IOCB_SEM lock type in direct io by WeiWei Wang · 10 years ago
- 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 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