summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remember sick inodes that get inactivatedDarrick J. Wong2024-02-221-0/+35
* xfs: report inode corruption errors to the health systemDarrick J. Wong2024-02-221-0/+2
* xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong2024-02-221-2/+12
* xfs: track directory entry updates during live nlinks fsckDarrick J. Wong2024-02-221-0/+117
* xfs: create a helper to count per-device inode block usageDarrick J. Wong2024-02-221-0/+16
* xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)2024-02-191-9/+13
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-47/+21
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-2/+2
* 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