summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-02xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong1-49/+0
2024-07-02xfs: hoist extent size helpers to libxfsDarrick J. Wong1-44/+0
2024-07-02xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong1-0/+8
2024-07-02xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong1-6/+10
2024-06-26xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fsDarrick J. Wong1-1/+9
2024-06-26xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig1-10/+4
2024-06-17xfs: fix unlink vs cluster buffer instantiation raceDave Chinner1-4/+19
2024-04-23xfs: fix corruptions in the directory treeDarrick J. Wong1-1/+1
2024-04-23xfs: Add parent pointers to xfs_cross_renameAllison Henderson1-8/+25
2024-04-23xfs: Add parent pointers to renameAllison Henderson1-7/+73
2024-04-23xfs: remove parent pointers in unlinkAllison Henderson1-6/+21
2024-04-23xfs: add parent attributes to linkAllison Henderson1-6/+37
2024-04-23xfs: parent pointer attribute creationAllison Henderson1-6/+26
2024-04-23xfs: Expose init_xattrs in xfs_create_tmpfileAllison Henderson1-2/+3
2024-04-22xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)Christoph Hellwig1-1/+2
2024-04-15xfs: Hold inode locks in xfs_renameAllison Henderson1-12/+33
2024-04-15xfs: Hold inode locks in xfs_trans_alloc_dirAllison Henderson1-2/+12
2024-04-15xfs: Hold inode locks in xfs_iallocAllison Henderson1-3/+9
2024-04-15xfs: Increase XFS_DEFER_OPS_NR_INODES to 5Allison Henderson1-9/+18
2024-04-15xfs: pin inodes that would otherwise overflow link countDarrick J. Wong1-11/+22
2024-04-15xfs: check AGI unlinked inode bucketsDarrick J. Wong1-1/+1
2024-04-15xfs: move orphan files to the orphanageDarrick J. Wong1-3/+3
2024-04-15xfs: inactivate directory data blocksDarrick J. Wong1-0/+51
2024-04-15xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong1-4/+1
2024-04-15xfs: create temporary files and directories for online repairDarrick J. Wong1-2/+1
2024-04-15xfs: create a new helper to return a file's allocation unitDarrick J. Wong1-0/+13
2024-04-15xfs: move inode lease breaking functions to xfs_inode.cDarrick J. Wong1-0/+62
2024-04-15xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong1-4/+4
2024-04-01xfs: allow cross-linking special files without project quotaAndrey Albershteyn1-2/+13
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