summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-4/+65
|\
| * xfs: add dax dedupe supportShiyang Ruan2022-07-171-4/+65
* | Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong2022-07-141-12/+12
|\ \
| * | xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-121-5/+5
| * | xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong2022-07-091-3/+2
| * | xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-091-6/+7
| * | xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-3/+3
* | | Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong2022-07-141-445/+125
|\ \ \ | |/ / |/| |
| * | xfs: add in-memory iunlink log itemDave Chinner2022-07-141-63/+1
| * | xfs: combine iunlink inode update functionsDave Chinner2022-07-141-36/+16
| * | xfs: clean up xfs_iunlink_update_inode()Dave Chinner2022-07-141-13/+5
| * | xfs: double link the unlinked inode listDave Chinner2022-07-141-286/+58
| * | xfs: introduce xfs_iunlink_lookupDave Chinner2022-07-141-95/+66
| * | xfs: track the iunlink list pointer in the xfs_inodeDave Chinner2022-07-141-1/+4
| * | xfs: factor the xfs_iunlink functionsDave Chinner2022-07-141-42/+66
* | | xfs: add selinux labels to whiteout inodesEric Sandeen2022-07-091-1/+13
|/ /
* | xfs: Pre-calculate per-AG agino geometryDave Chinner2022-07-071-7/+7
* | xfs: pass perag to xfs_read_agiDave Chinner2022-07-071-6/+8
* | xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia2022-06-261-2/+2
* | xfs: factor out the common lock flags assertKaixu Xia2022-06-261-37/+23
|/
* xfs: fix xfs_ifree() error handling to not leak perag refBrian Foster2022-05-301-1/+1
* Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2022-04-211-55/+4
|\
| * xfs: Directory's data fork extent counter can never overflowChandan Babu R2022-04-131-53/+2
| * xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R2022-04-111-2/+2
* | Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner2022-04-211-9/+12
|\ \
| * | xfs: convert inode lock flags to unsigned.Dave Chinner2022-04-211-9/+12
| |/
* / xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner2022-04-211-11/+13
|/
* xfs: aborting inodes on shutdown may need buffer lockDave Chinner2022-03-291-1/+1
* xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner2022-03-201-2/+13
* xfs: constify the name argument to various directory functionsDarrick J. Wong2022-03-141-3/+3
* xfs: reserve quota for target dir expansion when renaming filesDarrick J. Wong2022-03-141-1/+32
* xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong2022-03-141-29/+17
* Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-111-4/+4
|\
| * fs: port higher-level mapping helpersChristian Brauner2021-12-051-4/+4
* | xfs: remove incorrect ASSERT in xfs_renameEric Sandeen2021-12-011-1/+0
|/
* xfs: use swap() to make code cleanerChangcheng Deng2021-10-301-8/+2
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-1/+1
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-09-021-25/+77
|\
| * xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-12/+12
| * xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-3/+3
| * xfs: convert mount flags to featuresDave Chinner2021-08-191-8/+7
| * xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-5/+5
| * xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong2021-08-061-0/+53
* | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-301-58/+63
|\ \ | |/ |/|
| * xfs: Convert double locking of MMAPLOCK to use VFS helpersJan Kara2021-07-131-26/+11
| * xfs: Convert to use invalidate_lockJan Kara2021-07-131-24/+26
| * xfs: Refactor xfs_isilocked()Pavel Reichl2021-07-131-8/+26
* | xfs: reset child dir '..' entry when unlinking childDarrick J. Wong2021-07-151-0/+13
|/
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-021-130/+104
|\