aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/xfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong1-0/+35
2024-02-22xfs: report inode corruption errors to the health systemDarrick J. Wong1-0/+2
2024-02-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong1-2/+12
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong1-0/+117
2024-02-22xfs: create a helper to count per-device inode block usageDarrick J. Wong1-0/+16
2024-02-19xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)1-9/+13
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-47/+21
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-2/+2
2023-12-29xfs: make if_data a void pointerChristoph Hellwig1-3/+3
2023-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong1-20/+4
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong1-0/+35
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+24
2023-10-23xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang1-0/+17
2023-10-23xfs: introduce protection for drop nlinkCheng Lin1-0/+7
2023-10-18xfs: convert to new timestamp accessorsJeff Layton1-2/+2
2023-09-24xfs: fix reloading entire unlinked bucket listsDarrick J. Wong1-13/+35
2023-09-12xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong1-3/+9
2023-09-12xfs: reload entire unlinked bucket listsDarrick J. Wong1-0/+100
2023-09-12xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong1-1/+2
2023-09-12xfs: load uncached unlinked inodes into memory on demandDarrick J. Wong1-5/+75
2023-09-12xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong1-4/+10
2023-07-24xfs: convert to ctime accessor functionsJeff Layton1-2/+1
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner1-14/+6
2023-02-28Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner1-1/+1
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner1-8/+5
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-10/+13
2022-11-16xfs: fix incorrect error-out in xfs_removeDarrick J. Wong1-1/+1
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