summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-2/+2
* xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner2024-02-131-1/+1
* xfs: make if_data a void pointerChristoph Hellwig2023-12-291-6/+4
* xfs: initialise di_crc in xfs_log_dinodeDave Chinner2023-12-151-0/+3
* Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-081-1/+2
|\
| * xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong2023-10-171-1/+2
* | xfs: convert to new timestamp accessorsJeff Layton2023-10-181-2/+2
|/
* xfs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
* xfs: fix AGF vs inode cluster buffer deadlockDave Chinner2023-06-051-0/+149
* xfs: remove the redundant word in commentZeng Heng2022-09-191-1/+1
* xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-121-2/+2
* xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-121-2/+2
* xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-091-25/+25
* xfs: hide log iovec alignment constraintsDave Chinner2022-05-041-18/+7
* xfs: Introduce per-inode 64-bit extent countersChandan Babu R2022-04-111-4/+19
* xfs: aborting inodes on shutdown may need buffer lockDave Chinner2022-03-291-29/+133
* xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner2022-03-201-0/+12
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-3/+3
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-211-2/+2
* xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner2021-06-211-0/+14
* xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig2021-04-221-2/+2
* xfs: rename xfs_ictimestamp_tChristoph Hellwig2021-04-221-2/+2
* xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+1
* xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig2021-04-071-2/+29
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-4/+8
* xfs: redefine xfs_ictimestamp_tDarrick J. Wong2020-09-151-8/+22
* xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig2020-09-151-1/+11
* xfs: xfs_iflock is no longer a completionDave Chinner2020-09-061-8/+7
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-2/+2
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-1/+2
* xfs: factor xfs_iflush_doneDave Chinner2020-07-071-75/+82
* xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner2020-07-071-1/+7
* xfs: xfs_iflush() is no longer necessaryDave Chinner2020-07-071-33/+18
* xfs: attach inodes to the cluster buffer when dirtiedDave Chinner2020-07-071-2/+14
* xfs: pin inode backing buffer to the inode log itemDave Chinner2020-07-071-12/+49
* xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner2020-07-071-2/+1
* xfs: unwind log item error flaggingDave Chinner2020-07-071-18/+0
* xfs: make inode IO completion buffer centricDave Chinner2020-07-061-43/+22
* xfs: add an inode item lockDave Chinner2020-07-061-0/+7