summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode_item.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-2/+2
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner1-1/+1
2023-12-29xfs: make if_data a void pointerChristoph Hellwig1-6/+4
2023-12-15xfs: initialise di_crc in xfs_log_dinodeDave Chinner1-0/+3
2023-11-09Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+2
2023-10-18xfs: convert to new timestamp accessorsJeff Layton1-2/+2
2023-10-18xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong1-1/+2
2023-07-24xfs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-06-04xfs: fix AGF vs inode cluster buffer deadlockDave Chinner1-0/+149
2022-09-18xfs: remove the redundant word in commentZeng Heng1-1/+1
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong1-2/+2
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong1-2/+2
2022-07-10xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-25/+25
2022-05-04xfs: hide log iovec alignment constraintsDave Chinner1-18/+7
2022-04-11xfs: Introduce per-inode 64-bit extent countersChandan Babu R1-4/+19
2022-03-30xfs: aborting inodes on shutdown may need buffer lockDave Chinner1-29/+133
2022-03-20xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner1-0/+12
2021-10-23xfs: rename _zone variables to _cacheDarrick J. Wong1-3/+3
2021-10-23xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner1-2/+2
2021-06-21xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner1-0/+14
2021-04-23xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig1-2/+2
2021-04-23xfs: rename xfs_ictimestamp_tChristoph Hellwig1-2/+2
2021-04-08xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig1-2/+1
2021-04-08xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-04-08xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-04-08xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig1-2/+29
2020-09-16xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-4/+8
2020-09-16xfs: redefine xfs_ictimestamp_tDarrick J. Wong1-8/+22
2020-09-16xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig1-1/+11
2020-09-07xfs: xfs_iflock is no longer a completionDave Chinner1-8/+7
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap1-2/+2
2020-07-29xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-1/+2
2020-07-07xfs: factor xfs_iflush_doneDave Chinner1-75/+82
2020-07-07xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner1-1/+7
2020-07-07xfs: xfs_iflush() is no longer necessaryDave Chinner1-33/+18
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedDave Chinner1-2/+14
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner1-12/+49
2020-07-07xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner1-2/+1
2020-07-07xfs: unwind log item error flaggingDave Chinner1-18/+0
2020-07-06xfs: make inode IO completion buffer centricDave Chinner1-43/+22
2020-07-06xfs: add an inode item lockDave Chinner1-0/+7