summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-23/+8
2025-03-18fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple1-3/+2
2025-03-18fs/dax: create a common implementation to break DAX layoutsAlistair Popple1-19/+7
2025-03-18fs/dax: refactor wait for dax idle pageAlistair Popple1-3/+1
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig1-2/+1
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig1-1/+2
2025-01-27xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang1-2/+5
2024-12-24xfs: support file data forks containing metadata btreesDarrick J. Wong1-1/+18
2024-11-06xfs: remove XFS_ILOCK_RT*Darrick J. Wong1-2/+1
2024-11-06xfs: record health problems with the metadata directoryDarrick J. Wong1-0/+1
2024-11-06xfs: enforce metadata inode flagDarrick J. Wong1-0/+11
2024-11-06xfs: iget for metadata inodesDarrick J. Wong1-0/+1
2024-11-06xfs: rename metadata inode predicatesDarrick J. Wong1-2/+2
2024-11-06xfs: constify the xfs_inode predicatesDarrick J. Wong1-1/+1
2024-11-06xfs: factor out a generic xfs_group structureChristoph Hellwig1-3/+3
2024-11-06xfs: add a xfs_agino_to_ino helperChristoph Hellwig1-3/+2
2024-10-30xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo1-1/+1
2024-09-03xfs: refactor f_op->release handlingChristoph Hellwig1-79/+0
2024-09-03xfs: remove the i_mode check in xfs_releaseChristoph Hellwig1-3/+0
2024-09-01xfs: pass the icreate args object to xfs_diallocDarrick J. Wong1-2/+2
2024-07-04xfs: skip flushing log items during pushDave Chinner1-0/+1
2024-07-02xfs: get rid of trivial rename helpersDarrick J. Wong1-63/+14
2024-07-02xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong1-117/+0
2024-07-02xfs: create libxfs helper to rename two directory entriesDarrick J. Wong1-215/+43
2024-07-02xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong1-98/+14
2024-07-02xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong1-65/+9
2024-07-02xfs: hoist inode free function to libxfsDarrick J. Wong1-34/+1
2024-07-02xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong1-42/+10
2024-07-02xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong1-39/+18
2024-07-02xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong1-3/+0
2024-07-02xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong1-53/+0
2024-07-02xfs: hoist xfs_iunlink to libxfsDarrick J. Wong1-279/+1
2024-07-02xfs: wrap inode creation dqalloc callsDarrick J. Wong1-32/+42
2024-07-02xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong1-44/+36
2024-07-02xfs: hoist new inode initialization functions to libxfsDarrick J. Wong1-208/+1
2024-07-02xfs: split new inode creation into two piecesDarrick J. Wong1-40/+33
2024-07-02xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong1-7/+6
2024-07-02xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong1-33/+58
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-24xfs: 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