summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2023-12-29xfs: make if_data a void pointerChristoph Hellwig
2023-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-10-23xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang
2023-10-23xfs: introduce protection for drop nlinkCheng Lin
2023-10-18xfs: convert to new timestamp accessorsJeff Layton
2023-09-24xfs: fix reloading entire unlinked bucket listsDarrick J. Wong
2023-09-12xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong
2023-09-12xfs: reload entire unlinked bucket listsDarrick J. Wong
2023-09-12xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong
2023-09-12xfs: load uncached unlinked inodes into memory on demandDarrick J. Wong
2023-09-12xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong
2023-07-24xfs: convert to ctime accessor functionsJeff Layton
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner
2023-02-28Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2022-11-16xfs: fix incorrect error-out in xfs_removeDarrick J. Wong
2022-10-26xfs: increase rename inode reservationAllison Henderson
2022-09-19xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner
2022-09-19xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-17xfs: add dax dedupe supportShiyang Ruan
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong
2022-07-14xfs: add in-memory iunlink log itemDave Chinner
2022-07-14xfs: combine iunlink inode update functionsDave Chinner
2022-07-14xfs: clean up xfs_iunlink_update_inode()Dave Chinner
2022-07-14xfs: double link the unlinked inode listDave Chinner
2022-07-14xfs: introduce xfs_iunlink_lookupDave Chinner
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner
2022-07-14xfs: factor the xfs_iunlink functionsDave Chinner
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-07-09xfs: add selinux labels to whiteout inodesEric Sandeen
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner
2022-06-26xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia
2022-06-26xfs: factor out the common lock flags assertKaixu Xia
2022-05-30xfs: fix xfs_ifree() error handling to not leak perag refBrian Foster
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner
2022-04-21xfs: convert inode lock flags to unsigned.Dave Chinner
2022-04-21xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R