summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-17ext4: implement FALLOC_FL_ZEROINIT_RANGEzero-initialize-pmem_2021-09-17Darrick J. Wong
2021-09-17xfs: implement FALLOC_FL_ZEROINIT_RANGEDarrick J. Wong
2021-09-17vfs: add a zero-initialization mode to fallocateDarrick J. Wong
2021-09-17iomap: use accelerated zeroing on a block device to zero a file rangeDarrick J. Wong
2021-09-17dax: prepare pmem for use by zero-initializing contents and clearing poisonsDarrick J. Wong
2021-09-17xfs: allow userspace to rebuild metadata structuresdefrag-freespace_2021-09-17Darrick J. Wong
2021-09-17xfs: fallocate free space into a fileDarrick J. Wong
2021-09-17xfs: capture the offset and length in fallocate tracepointsDarrick J. Wong
2021-09-17xfs: export reference count information to userspacereport-refcounts_2021-09-17Darrick J. Wong
2021-09-17xfs: allow queued AG intents to drain before scrubbingscrub-drain-intents_2021-09-17Darrick J. Wong
2021-09-17xfs: teach repair to fix file nlinksscrub-nlinks_2021-09-17Darrick J. Wong
2021-09-17xfs: teach scrub to check file nlinksDarrick J. Wong
2021-09-17xfs: report health of inode link countsDarrick J. Wong
2021-09-17xfs: experiment with dontcache when scanning inodesvectorized-scrub_2021-09-17Darrick J. Wong
2021-09-17xfs: introduce vectored scrub modeDarrick J. Wong
2021-09-17xfs: whine to dmesg when we encounter errorsDarrick J. Wong
2021-09-17xfs: track deferred ops statisticsDarrick J. Wong
2021-09-17xfs: Don't free EOF blocks on close when extent size hints are setreduce-eofblocks-gc-on-close_2021-09-17Dave Chinner
2021-09-17xfs: don't free EOF blocks on read closeDave Chinner
2021-09-17xfs: only free posteof blocks on first closeDarrick J. Wong
2021-09-17xfs: enable realtime quota againrealtime-quotas_2021-09-17Darrick J. Wong
2021-09-17xfs: fix rt growfs quota accountingDarrick J. Wong
2021-09-17xfs: fix chown with rt quotaDarrick J. Wong
2021-09-17xfs: support realtime reflink with an extent size that isn't a power of 2Darrick J. Wong
2021-09-17xfs: allow reflink on the rt volume when extent size is larger than 1 rt blockrealtime-reflink-extsize_2021-09-17Darrick J. Wong
2021-09-17xfs: enable extent size hints for CoW when rtextsize > 1Darrick J. Wong
2021-09-17xfs: extend writeback requests to handle rt cow correctlyDarrick J. Wong
2021-09-17xfs: forcibly convert unwritten blocks within an rt extent before sharingDarrick J. Wong
2021-09-17xfs: enable CoW when rt extent size is larger than 1 blockDarrick J. Wong
2021-09-17iomap: set up for COWing around pagesDarrick J. Wong
2021-09-17vfs: explicitly pass the block size to the remap prep functionDarrick J. Wong
2021-09-17xfs: enable realtime reflinkrealtime-reflink_2021-09-17Darrick J. Wong
2021-09-17xfs: repair inodes that have a refcount btree in the data forkDarrick J. Wong
2021-09-17xfs: online repair of the realtime refcount btreeDarrick J. Wong
2021-09-17xfs: walk the rt reference count tree when rebuilding rmapDarrick J. Wong
2021-09-17xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong
2021-09-17xfs: detect and repair misaligned rtinherit directory cowextsize hintsDarrick J. Wong
2021-09-17xfs: allow dquot rt block count to exceed rt blocks on reflink fsDarrick J. Wong
2021-09-17xfs: check reference counts of gaps between rt refcount recordsDarrick J. Wong
2021-09-17xfs: cross-reference chceks with the rt refcount btreeDarrick J. Wong
2021-09-17xfs: scrub the realtime refcount btreeDarrick J. Wong
2021-09-17xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong
2021-09-17xfs: add realtime refcount btree when adding rt volumeDarrick J. Wong
2021-09-17xfs: check that the rtrefcount maxlevels doesn't increase when growing fsDarrick J. Wong
2021-09-17xfs: enable extent size hints for CoW operationsDarrick J. Wong
2021-09-17xfs: apply rt extent alignment constraints to CoW extsize hintDarrick J. Wong
2021-09-17xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong
2021-09-17xfs: refcover CoW leftovers in the realtime volumeDarrick J. Wong
2021-09-17xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong
2021-09-17xfs: enable sharing of realtime file blocksDarrick J. Wong