summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix corruptions in the directory treeDarrick J. Wong2024-04-231-1/+1
* xfs: Add parent pointers to xfs_cross_renameAllison Henderson2024-04-231-8/+25
* xfs: Add parent pointers to renameAllison Henderson2024-04-231-7/+73
* xfs: remove parent pointers in unlinkAllison Henderson2024-04-231-6/+21
* xfs: add parent attributes to linkAllison Henderson2024-04-231-6/+37
* xfs: parent pointer attribute creationAllison Henderson2024-04-231-6/+26
* xfs: Expose init_xattrs in xfs_create_tmpfileAllison Henderson2024-04-231-2/+3
* xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)Christoph Hellwig2024-04-221-1/+2
* xfs: Hold inode locks in xfs_renameAllison Henderson2024-04-151-12/+33
* xfs: Hold inode locks in xfs_trans_alloc_dirAllison Henderson2024-04-151-2/+12
* xfs: Hold inode locks in xfs_iallocAllison Henderson2024-04-151-3/+9
* xfs: Increase XFS_DEFER_OPS_NR_INODES to 5Allison Henderson2024-04-151-9/+18
* xfs: pin inodes that would otherwise overflow link countDarrick J. Wong2024-04-151-11/+22
* xfs: check AGI unlinked inode bucketsDarrick J. Wong2024-04-151-1/+1
* xfs: move orphan files to the orphanageDarrick J. Wong2024-04-151-3/+3
* xfs: inactivate directory data blocksDarrick J. Wong2024-04-151-0/+51
* xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong2024-04-151-4/+1
* xfs: create temporary files and directories for online repairDarrick J. Wong2024-04-151-2/+1
* xfs: create a new helper to return a file's allocation unitDarrick J. Wong2024-04-151-0/+13
* xfs: move inode lease breaking functions to xfs_inode.cDarrick J. Wong2024-04-151-0/+62
* xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong2024-04-151-4/+4
* xfs: allow cross-linking special files without project quotaAndrey Albershteyn2024-04-011-2/+13
* 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
|/