summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2016-10-04xfs: introduce the CoW forkDarrick J. Wong
2016-10-04xfs: don't allow reflinked dir/dev/fifo/socket/pipe filesDarrick J. Wong
2016-10-04xfs: add reflink feature flag to geometryDarrick J. Wong
2016-10-04xfs: define tracepoints for reflink activitiesDarrick J. Wong
2016-10-04xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong
2016-10-04xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong
2016-10-04xfs: map an inode's offset to an exact physical blockDarrick J. Wong
2016-10-04xfs: log bmap intent itemsDarrick J. Wong
2016-10-04xfs: create bmbt update intent log itemsDarrick J. Wong
2016-10-03xfs: introduce reflink utility functionsDarrick J. Wong
2016-10-03xfs: reserve AG space for the refcount btree rootDarrick J. Wong
2016-10-03xfs: add refcount btree block detection to log recoveryDarrick J. Wong
2016-10-03xfs: adjust refcount when unmapping file blocksDarrick J. Wong
2016-10-03xfs: connect refcount adjust functions to upper layersDarrick J. Wong
2016-10-03xfs: adjust refcount of an extent of blocks in refcount btreeDarrick J. Wong
2016-10-03xfs: log refcount intent itemsDarrick J. Wong
2016-10-03xfs: create refcount update intent log itemsDarrick J. Wong
2016-10-03xfs: add refcount btree operationsDarrick J. Wong
2016-10-03xfs: account for the refcount btree in the alloc/free log reservationDarrick J. Wong
2016-10-03xfs: add refcount btree support to growfsDarrick J. Wong
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong
2016-10-03xfs: refcount btree add more reserved blocksDarrick J. Wong
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong
2016-10-03xfs: define tracepoints for refcount btree activitiesDarrick J. Wong
2016-10-03xfs: return an error when an inline directory is too smallDarrick J. Wong
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextxfs-for-linus-4.9-rc1Dave 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-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-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