aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-26xfs: increase rename inode reservationAllison Henderson1-1/+1
2022-09-19xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner1-3/+2
2022-09-19xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng1-4/+4
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+65
2022-07-17xfs: add dax dedupe supportShiyang Ruan1-4/+65
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.20-mergeBDarrick J. Wong1-12/+12
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeBDarrick J. Wong1-445/+125
2022-07-14xfs: add in-memory iunlink log itemDave Chinner1-63/+1
2022-07-14xfs: combine iunlink inode update functionsDave Chinner1-36/+16
2022-07-14xfs: clean up xfs_iunlink_update_inode()Dave Chinner1-13/+5
2022-07-14xfs: double link the unlinked inode listDave Chinner1-286/+58
2022-07-14xfs: introduce xfs_iunlink_lookupDave Chinner1-95/+66
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner1-1/+4
2022-07-14xfs: factor the xfs_iunlink functionsDave Chinner1-42/+66
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong1-5/+5
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong1-3/+2
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-6/+7
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-3/+3
2022-07-09xfs: add selinux labels to whiteout inodesEric Sandeen1-1/+13
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner1-7/+7
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner1-6/+8
2022-06-26xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia1-2/+2
2022-06-26xfs: factor out the common lock flags assertKaixu Xia1-37/+23
2022-05-30xfs: fix xfs_ifree() error handling to not leak perag refBrian Foster1-1/+1
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux into xfs-5.19-for-nextDave Chinner1-55/+4
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner1-9/+12
2022-04-21xfs: convert inode lock flags to unsigned.Dave Chinner1-9/+12
2022-04-21xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner1-11/+13
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R1-53/+2
2022-04-11xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R1-2/+2
2022-03-29xfs: aborting inodes on shutdown may need buffer lockDave Chinner1-1/+1
2022-03-20xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner1-2/+13
2022-03-14xfs: constify the name argument to various directory functionsDarrick J. Wong1-3/+3
2022-03-14xfs: reserve quota for target dir expansion when renaming filesDarrick J. Wong1-1/+32
2022-03-14xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong1-29/+17
2022-01-11Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-4/+4
2021-12-05fs: port higher-level mapping helpersChristian Brauner1-4/+4
2021-12-01xfs: remove incorrect ASSERT in xfs_renameEric Sandeen1-1/+0
2021-10-30xfs: use swap() to make code cleanerChangcheng Deng1-8/+2
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong1-1/+1
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-25/+77
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-58/+63
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-12/+12
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-3/+3
2021-08-19xfs: convert mount flags to featuresDave Chinner1-8/+7
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-5/+5
2021-08-06xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong1-0/+53
2021-07-15xfs: reset child dir '..' entry when unlinking childDarrick J. Wong1-0/+13
2021-07-13xfs: Convert double locking of MMAPLOCK to use VFS helpersJan Kara1-26/+11