aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAge
...
| * xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong2016-10-04
| * xfs: introduce the CoW forkDarrick J. Wong2016-10-04
| * xfs: don't allow reflinked dir/dev/fifo/socket/pipe filesDarrick J. Wong2016-10-04
| * xfs: add reflink feature flag to geometryDarrick J. Wong2016-10-04
| * xfs: define tracepoints for reflink activitiesDarrick J. Wong2016-10-04
| * xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong2016-10-04
| * xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong2016-10-04
| * xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong2016-10-04
| * xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong2016-10-04
| * xfs: map an inode's offset to an exact physical blockDarrick J. Wong2016-10-04
| * xfs: log bmap intent itemsDarrick J. Wong2016-10-04
| * xfs: create bmbt update intent log itemsDarrick J. Wong2016-10-04
| * xfs: introduce reflink utility functionsDarrick J. Wong2016-10-03
| * xfs: reserve AG space for the refcount btree rootDarrick J. Wong2016-10-03
| * xfs: add refcount btree block detection to log recoveryDarrick J. Wong2016-10-03
| * xfs: adjust refcount when unmapping file blocksDarrick J. Wong2016-10-03
| * xfs: connect refcount adjust functions to upper layersDarrick J. Wong2016-10-03
| * xfs: adjust refcount of an extent of blocks in refcount btreeDarrick J. Wong2016-10-03
| * xfs: log refcount intent itemsDarrick J. Wong2016-10-03
| * xfs: create refcount update intent log itemsDarrick J. Wong2016-10-03
| * xfs: add refcount btree operationsDarrick J. Wong2016-10-03
| * xfs: account for the refcount btree in the alloc/free log reservationDarrick J. Wong2016-10-03
| * xfs: add refcount btree support to growfsDarrick J. Wong2016-10-03
| * xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-03
| * xfs: refcount btree add more reserved blocksDarrick J. Wong2016-10-03
| * xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-03
| * xfs: define tracepoints for refcount btree activitiesDarrick J. Wong2016-10-03
| * xfs: return an error when an inline directory is too smallDarrick J. Wong2016-10-03
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \
| * \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\ \
| | * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| * | | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
| |/ /
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\ \ \
| * | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
| |/ /
* | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-10
|\ \ \
| * | | fix ITER_PIPE interaction with direct_IOAl Viro2016-10-10
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
| | * | | xfs: Propagate dentry down to inode_change_ok()Jan Kara2016-09-22
| | * | | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-22
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-08
|\ \ \ \ \
| * | | | | ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani2016-10-07
| | |_|_|/ | |/| | |
* | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-07
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-05
| |/ /
* | | Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner2016-10-02
|\ \ \
| * | | xfs: log recovery tracepoints to track current lsn and buffer submissionBrian Foster2016-09-25
| * | | xfs: update metadata LSN in buffers during log recoveryBrian Foster2016-09-25
| * | | xfs: don't warn on buffers not being recovered due to LSNBrian Foster2016-09-25
| * | | xfs: pass current lsn to log recovery buffer validationBrian Foster2016-09-25