summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner
2016-10-03Merge branch 'iomap-4.9-dax' into for-nextDave Chinner
2016-10-03Merge branch 'xfs-4.9-delalloc-rework' into for-nextDave Chinner
2016-10-03Merge branch 'xfs-4.9-reflink-prep' into for-nextDave Chinner
2016-10-03xfs: update atime before I/O in xfs_file_dio_aio_readChristoph Hellwig
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-26xfs: log recovery tracepoints to track current lsn and buffer submissionBrian Foster
2016-09-26xfs: update metadata LSN in buffers during log recoveryBrian Foster
2016-09-26xfs: don't warn on buffers not being recovered due to LSNBrian Foster
2016-09-26xfs: pass current lsn to log recovery buffer validationBrian Foster
2016-09-26xfs: rework log recovery to submit buffers on LSN boundariesBrian Foster
2016-09-26xfs: quiesce the filesystem after recovery on readonly mountDave Chinner
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-22xfs: Propagate dentry down to inode_change_ok()Jan Kara
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-09-19xfs: use iomap to implement DAXChristoph Hellwig
2016-09-19xfs: refactor xfs_setfilesizeChristoph Hellwig
2016-09-19xfs: take the ilock shared if possible in xfs_file_iomap_beginChristoph Hellwig
2016-09-19xfs: fix locking for DAX writesChristoph Hellwig
2016-09-19iomap: add IOMAP_F_NEW flagChristoph Hellwig
2016-09-19xfs: rewrite and optimize the delalloc write pathChristoph Hellwig
2016-09-19xfs: make xfs_inode_set_eofblocks_tag cheaper for the common caseChristoph Hellwig
2016-09-19xfs: factor our a helper to calculate the EOF alignmentChristoph Hellwig
2016-09-19xfs: move xfs_bmbt_to_iomap upChristoph Hellwig
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong
2016-09-19xfs: defer should allow ->finish_item to request a new transactionDarrick J. Wong
2016-09-19xfs: count the blocks in a btreeDarrick J. Wong
2016-09-19xfs: create a standard btree size calculator codeDarrick J. Wong
2016-09-19xfs: remove xfs_btree_bigkeyDarrick J. Wong
2016-09-19xfs: convert RUI log formats to use variable length arraysDarrick J. Wong
2016-09-14xfs: normalize "infinite" retries in error configsEric Sandeen
2016-09-14xfs: fix signed integer overflowXie XiuQi
2016-09-14Make __xfs_xattr_put_listen preperly report errors.Artem Savkov
2016-09-14xfs: undo block reservation correctly in xfs_trans_reserve()Eryu Guan
2016-08-30xfs: track log done items directly in the deferred pending work itemDarrick J. Wong
2016-08-26xfs: prevent dropping ioend completions during buftarg waitBrian Foster