aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-29Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-53/+64
2025-09-23xfs: rework datasync tracking and executionDave Chinner1-8/+17
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig1-15/+13
2025-09-01fs: add an icount_read helperJosef Bacik1-1/+1
2025-08-28xfs: allow renames of project-less inodesAndrey Albershteyn1-30/+34
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig1-5/+2
2025-06-27xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlockDave Chinner1-1/+1
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-17fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple1-3/+2
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple1-19/+7
2025-03-17fs/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-23xfs: support file data forks containing metadata btreesDarrick J. Wong1-1/+18
2024-11-05xfs: remove XFS_ILOCK_RT*Darrick J. Wong1-2/+1
2024-11-05xfs: record health problems with the metadata directoryDarrick J. Wong1-0/+1
2024-11-05xfs: enforce metadata inode flagDarrick J. Wong1-0/+11
2024-11-05xfs: iget for metadata inodesDarrick J. Wong1-0/+1
2024-11-05xfs: rename metadata inode predicatesDarrick J. Wong1-2/+2
2024-11-05xfs: constify the xfs_inode predicatesDarrick J. Wong1-1/+1
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig1-3/+3
2024-11-05xfs: 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-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
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...Linus 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/...Darrick J. Wong1-12/+12
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick 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
2022-06-26xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia1-2/+2
2022-06-26xfs: factor out the common lock flags assertKaixu Xia1-37/+23
2022-05-30xfs: fix xfs_ifree() error handling to not leak perag refBrian Foster1-1/+1
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner1-55/+4
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner1-9/+12
2022-04-21xfs: convert inode lock flags to unsigned.Dave Chinner1-9/+12
2022-04-21xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner1-11/+13
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R1-53/+2
2022-04-11xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R1-2/+2
2022-03-29xfs: aborting inodes on shutdown may need buffer lockDave Chinner1-1/+1
2022-03-20xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner1-2/+13
2022-03-14xfs: constify the name argument to various directory functionsDarrick J. Wong1-3/+3
2022-03-14xfs: reserve quota for target dir expansion when renaming filesDarrick J. Wong1-1/+32
2022-03-14xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong1-29/+17
2022-01-11Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2021-12-05fs: port higher-level mapping helpersChristian Brauner1-4/+4
2021-12-01xfs: remove incorrect ASSERT in xfs_renameEric Sandeen1-1/+0
2021-10-30xfs: use swap() to make code cleanerChangcheng Deng1-8/+2
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong1-1/+1
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-25/+77
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-58/+63
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-12/+12
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-3/+3
2021-08-19xfs: convert mount flags to featuresDave Chinner1-8/+7
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-5/+5
2021-08-06xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong1-0/+53
2021-07-15xfs: reset child dir '..' entry when unlinking childDarrick J. Wong1-0/+13
2021-07-13xfs: Convert double locking of MMAPLOCK to use VFS helpersJan Kara1-26/+11
2021-07-13xfs: Convert to use invalidate_lockJan Kara1-24/+26
2021-07-13xfs: Refactor xfs_isilocked()Pavel Reichl1-8/+26
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-130/+104
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner1-5/+5
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong1-11/+11
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong1-114/+88
2021-06-03xfs: detach inode dquots at the end of inactivationDarrick J. Wong1-11/+11
2021-06-02xfs: use perag through unlink processingDave Chinner1-56/+75
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner1-54/+12
2021-06-02xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner1-3/+0
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-1/+1
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2021-05-24xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong1-0/+29
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-127/+135
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig1-8/+2
2021-04-07xfs: move the check for post-EOF mappings into xfs_can_free_eofblocksDarrick J. Wong1-17/+19
2021-04-07xfs: inode fork allocation depends on XFS_IFEXTENT flagDave Chinner1-0/+1
2021-04-07xfs: eager inode attr fork init needs attr feature awarenessDave Chinner1-1/+1
2021-04-07xfs: merge _xfs_dic2xflags into xfs_ip2xflagsChristoph Hellwig1-32/+22
2021-04-07xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig1-11/+9
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-19/+19
2021-04-07xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig1-5/+5
2021-04-07xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig1-2/+4
2021-04-07xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig1-10/+9
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig1-3/+3
2021-04-07xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig1-5/+5
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-4/+4
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-4/+4
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig1-3/+3
2021-04-07xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig1-3/+2
2021-04-07xfs: consistently initialize di_flags2Christoph Hellwig1-1/+0
2021-04-07xfs: split xfs_imap_to_bpChristoph Hellwig1-2/+4
2021-03-25xfs: Rudimentary spelling fixBhaskar Chowdhury1-1/+1
2021-03-25xfs: initialise attr fork on inode createDave Chinner1-3/+21
2021-03-25xfs: prevent metadata files from being inactivatedDarrick J. Wong1-0/+4
2021-03-23fs: introduce two inode i_{u,g}id initialization helpersChristian Brauner1-1/+1
2021-03-23fs: document and rename fsid helpersChristian Brauner1-5/+5
2021-03-09xfs: fix quota accounting when a mount is idmappedDarrick J. Wong1-6/+8
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+18
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong1-18/+10
2021-02-03xfs: clean up icreate quota reservation callsDarrick J. Wong1-4/+2
2021-01-24xfs: support idmapped mountsChristoph Hellwig1-8/+18
2021-01-22xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig1-7/+7
2021-01-22xfs: Check for extent overflow when renaming dir entriesChandan Babu R1-1/+43
2021-01-22xfs: Check for extent overflow when adding dir entriesChandan Babu R1-0/+10