aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-6/+6
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-2/+2
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+0
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-44/+70
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro6-44/+70
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-15/+0
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani1-0/+1
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-41/+1
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro2-41/+1
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner13-98/+248
2016-10-03Merge branch 'iomap-4.9-dax' into for-nextDave Chinner4-80/+53
2016-10-03Merge branch 'xfs-4.9-delalloc-rework' into for-nextDave Chinner6-350/+242
2016-10-03Merge branch 'xfs-4.9-reflink-prep' into for-nextDave Chinner20-116/+719
2016-10-03xfs: update atime before I/O in xfs_file_dio_aio_readChristoph Hellwig1-1/+2
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani4-4/+4
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-2/+2
2016-09-26xfs: log recovery tracepoints to track current lsn and buffer submissionBrian Foster2-2/+31
2016-09-26xfs: update metadata LSN in buffers during log recoveryBrian Foster1-3/+38
2016-09-26xfs: don't warn on buffers not being recovered due to LSNBrian Foster1-32/+26
2016-09-26xfs: pass current lsn to log recovery buffer validationBrian Foster1-6/+8
2016-09-26xfs: rework log recovery to submit buffers on LSN boundariesBrian Foster2-19/+66
2016-09-26xfs: quiesce the filesystem after recovery on readonly mountDave Chinner3-1/+16
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner8-38/+66
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-6/+4
2016-09-22xfs: Propagate dentry down to inode_change_ok()Jan Kara5-35/+68
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-9/+4
2016-09-19xfs: use iomap to implement DAXChristoph Hellwig2-48/+24
2016-09-19xfs: refactor xfs_setfilesizeChristoph Hellwig2-10/+22
2016-09-19xfs: take the ilock shared if possible in xfs_file_iomap_beginChristoph Hellwig1-4/+6
2016-09-19xfs: fix locking for DAX writesChristoph Hellwig1-19/+1
2016-09-19iomap: add IOMAP_F_NEW flagChristoph Hellwig1-0/+1
2016-09-19xfs: rewrite and optimize the delalloc write pathChristoph Hellwig4-315/+181
2016-09-19xfs: make xfs_inode_set_eofblocks_tag cheaper for the common caseChristoph Hellwig2-0/+15
2016-09-19xfs: factor our a helper to calculate the EOF alignmentChristoph Hellwig1-10/+21
2016-09-19xfs: move xfs_bmbt_to_iomap upChristoph Hellwig1-26/+26
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong13-54/+556
2016-09-19xfs: defer should allow ->finish_item to request a new transactionDarrick J. Wong1-7/+72
2016-09-19xfs: count the blocks in a btreeDarrick J. Wong2-0/+25
2016-09-19xfs: create a standard btree size calculator codeDarrick J. Wong2-0/+26
2016-09-19xfs: remove xfs_btree_bigkeyDarrick J. Wong2-24/+12
2016-09-19xfs: convert RUI log formats to use variable length arraysDarrick J. Wong4-31/+28
2016-09-14xfs: normalize "infinite" retries in error configsEric Sandeen3-15/+45
2016-09-14xfs: fix signed integer overflowXie XiuQi1-2/+2
2016-09-14Make __xfs_xattr_put_listen preperly report errors.Artem Savkov1-0/+1
2016-09-14xfs: undo block reservation correctly in xfs_trans_reserve()Eryu Guan1-1/+1
2016-08-30xfs: track log done items directly in the deferred pending work itemDarrick J. Wong3-15/+6
2016-08-26xfs: prevent dropping ioend completions during buftarg waitBrian Foster1-1/+1