summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: make if_data a void pointerChristoph Hellwig2023-12-291-3/+3
* xfs: create a new inode fork block unmap helperDarrick J. Wong2023-12-151-20/+4
* xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong2023-12-151-0/+35
* Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-081-0/+24
|\
| * xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang2023-10-231-0/+17
| * xfs: introduce protection for drop nlinkCheng Lin2023-10-231-0/+7
* | xfs: convert to new timestamp accessorsJeff Layton2023-10-181-2/+2
|/
* xfs: fix reloading entire unlinked bucket listsDarrick J. Wong2023-09-241-13/+35
* xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong2023-09-121-3/+9
* xfs: reload entire unlinked bucket listsDarrick J. Wong2023-09-121-0/+100
* xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong2023-09-121-1/+2
* xfs: load uncached unlinked inodes into memory on demandDarrick J. Wong2023-09-121-5/+75
* xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong2023-09-121-4/+10
* xfs: convert to ctime accessor functionsJeff Layton2023-07-241-2/+1
* xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner2023-06-051-14/+6
* Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-02-281-1/+1
|\
| * xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-111-1/+1
* | fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-8/+5
* | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-10/+13
|/
* xfs: fix incorrect error-out in xfs_removeDarrick J. Wong2022-11-161-1/+1
* xfs: increase rename inode reservationAllison Henderson2022-10-261-1/+1
* xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-09-191-3/+2
* xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng2022-09-191-4/+4
* 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
| |/