summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong9-3/+393
2016-10-04xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong2-4/+8
2016-10-04xfs: map an inode's offset to an exact physical blockDarrick J. Wong3-1/+131
2016-10-04xfs: log bmap intent itemsDarrick J. Wong7-0/+358
2016-10-04xfs: create bmbt update intent log itemsDarrick J. Wong5-2/+546
2016-10-03xfs: introduce reflink utility functionsDarrick J. Wong2-0/+106
2016-10-03xfs: reserve AG space for the refcount btree rootDarrick J. Wong1-0/+2
2016-10-03xfs: add refcount btree block detection to log recoveryDarrick J. Wong1-0/+4
2016-10-03xfs: adjust refcount when unmapping file blocksDarrick J. Wong1-3/+11
2016-10-03xfs: connect refcount adjust functions to upper layersDarrick J. Wong9-6/+472
2016-10-03xfs: adjust refcount of an extent of blocks in refcount btreeDarrick J. Wong2-1/+817
2016-10-03xfs: log refcount intent itemsDarrick J. Wong8-0/+375
2016-10-03xfs: create refcount update intent log itemsDarrick J. Wong5-2/+558
2016-10-03xfs: add refcount btree operationsDarrick J. Wong6-2/+430
2016-10-03xfs: account for the refcount btree in the alloc/free log reservationDarrick J. Wong1-1/+4
2016-10-03xfs: add refcount btree support to growfsDarrick J. Wong1-0/+39
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong14-11/+319
2016-10-03xfs: refcount btree add more reserved blocksDarrick J. Wong2-0/+15
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong11-10/+93
2016-10-03xfs: define tracepoints for refcount btree activitiesDarrick J. Wong1-0/+301
2016-10-03xfs: return an error when an inline directory is too smallDarrick J. Wong1-1/+2
2016-10-03vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocksDarrick J. Wong1-0/+5
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 Chinner11-122/+457
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-03Merge branch 'iomap-4.9-misc-fixes-1' into for-nextDave Chinner1-0/+84
2016-10-03xfs: update atime before I/O in xfs_file_dio_aio_readChristoph Hellwig1-1/+2
2016-10-03ext2: fix possible integer truncation in ext2_iomap_beginChristoph Hellwig1-1/+1
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-19ext2: use iomap to implement DAXChristoph Hellwig4-12/+129
2016-09-19ext2: stop passing buffer_head to ext2_get_blocksChristoph Hellwig1-15/+24
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-19dax: provide an iomap based fault handlerChristoph Hellwig1-0/+114
2016-09-19dax: provide an iomap based dax read/write pathChristoph Hellwig1-0/+114
2016-09-19dax: don't pass buffer_head to copy_user_daxChristoph Hellwig1-6/+6
2016-09-19dax: don't pass buffer_head to dax_insert_mappingChristoph Hellwig1-6/+6
2016-09-19iomap: expose iomap_apply outside iomap.cChristoph Hellwig2-4/+12
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