aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2016-08-26xfs: fix superblock inprogress checkDave Chinner1-1/+2
2016-08-26xfs: simple btree query range should look right if LE lookup failsDarrick J. Wong1-0/+7
2016-08-26xfs: fix some key handling problems in _btree_simple_query_rangeDarrick J. Wong1-1/+2
2016-08-26xfs: don't log the entire end of the AGFDarrick J. Wong2-2/+6
2016-08-26xfs: disallow mounting of realtime + rmap filesystemsDarrick J. Wong1-1/+8
2016-08-26xfs: don't perform lookups on zero-height btreesDarrick J. Wong1-0/+4
2016-08-17Merge branch 'iomap-fixes-4.8-rc3' into for-nextDave Chinner4-12/+58
2016-08-17xfs: remove OWN_AG rmap when allocating a block from the AGFLDarrick J. Wong1-0/+13
2016-08-17xfs: (re-)implement FIEMAP_FLAG_XATTRChristoph Hellwig3-1/+54
2016-08-17xfs: simplify xfs_file_iomap_beginChristoph Hellwig2-11/+4
2016-08-17xfs: store rmapbt block count in the AGFDarrick J. Wong4-3/+16
2016-08-17xfs: don't invalidate whole file on DAX read/writeDave Chinner1-1/+12
2016-08-17xfs: fix bogus space reservation in xfs_iomap_write_allocateChristoph Hellwig1-3/+7
2016-08-17xfs: don't assert fail on non-async buffers on ioacct decrementBrian Foster1-1/+0
2016-08-07fs: return EPERM on immutable inodeEryu Guan1-1/+1
2016-08-06Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds64-915/+6267
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-5/+4