summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2016-10-05xfs: support removing extents from CoW forkDarrick J. Wong2-0/+171
2016-10-05xfs: allocate delayed extents in CoW forkDarrick J. Wong4-19/+170
2016-10-05xfs: support allocating delayed extents in CoW forkDarrick J. Wong4-20/+43
2016-10-05xfs: create delalloc extents in CoW forkDarrick J. Wong3-2/+235
2016-10-05xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong4-11/+16
2016-10-05xfs: introduce the CoW forkDarrick J. Wong13-28/+264
2016-10-05xfs: don't allow reflinked dir/dev/fifo/socket/pipe filesDarrick J. Wong1-1/+22
2016-10-05xfs: add reflink feature flag to geometryDarrick J. Wong2-2/+5
2016-10-05xfs: define tracepoints for reflink activitiesDarrick J. Wong1-0/+333
2016-10-05xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong2-6/+34
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong6-0/+29
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-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-28fs: Replace current_fs_time() with current_time()Deepa Dinamani4-4/+4
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-2/+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-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-6/+4
2016-09-22xfs: Propagate dentry down to inode_change_ok()Jan Kara5-35/+68
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-9/+4
2016-09-19xfs: use iomap to implement DAXChristoph Hellwig2-48/+24