aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-16xfs: remove the xfs_extent64_t typedefChristoph Hellwig1-4/+4
2025-09-16xfs: remove the xfs_extent32_t typedefChristoph Hellwig1-4/+4
2025-09-16xfs: remove the xfs_extent_t typedefChristoph Hellwig1-8/+9
2025-09-16xfs: remove the xfs_trans_header_t typedefChristoph Hellwig3-4/+4
2025-09-16xfs: remove the xlog_op_header_t typedefChristoph Hellwig2-11/+11
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-05Merge tag 'kconfig-2025-changes_2025-09-05' of https://git.kernel.org/pub/scm...Carlos Maiolino15-187/+35
2025-09-05Merge tag 'fix-scrub-reap-calculations_2025-09-05' of https://git.kernel.org/...Carlos Maiolino5-130/+553
2025-09-05xfs: enable online fsck by default in KconfigDarrick J. Wong1-12/+2
2025-09-05xfs: use deferred reaping for data device cow extentsDarrick J. Wong1-2/+2
2025-09-05xfs: remove deprecated sysctl knobsDarrick J. Wong6-53/+6
2025-09-05xfs: remove static reap limits from repair.hDarrick J. Wong3-12/+9
2025-09-05xfs: remove deprecated mount optionsDarrick J. Wong8-118/+23
2025-09-05xfs: disable deprecated features by default in KconfigDarrick J. Wong1-4/+4
2025-09-05xfs: compute file mapping reap limits dynamicallyDarrick J. Wong2-5/+105
2025-09-05xfs: compute realtime device CoW staging extent reap limits dynamicallyDarrick J. Wong2-4/+68
2025-09-05xfs: compute data device CoW staging extent reap limits dynamicallyDarrick J. Wong2-5/+84
2025-09-05xfs: compute per-AG extent reap limits dynamicallyDarrick J. Wong3-12/+171
2025-09-05xfs: convert the ifork reap code to use xreap_stateDarrick J. Wong1-32/+46
2025-09-05xfs: prepare reaping code for dynamic limitsDarrick J. Wong1-70/+79
2025-09-05xfs: use deferred intent items for reaping crosslinked blocksDarrick J. Wong1-4/+5
2025-09-05xfs: Replace strncpy with memcpyMarcelo Moreira1-1/+1
2025-09-01fs: add an icount_read helperJosef Bacik2-2/+2
2025-08-28xfs: implement XFS_IOC_DIOINFO in terms of vfs_getattrChristoph Hellwig1-9/+9
2025-08-28xfs: allow setting file attributes on special filesAndrey Albershteyn1-6/+0
2025-08-28xfs: add .fileattr_set and fileattr_get callbacks for symlinksAndrey Albershteyn1-0/+2
2025-08-28xfs: allow renames of project-less inodesAndrey Albershteyn1-30/+34
2025-08-26xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2025-08-19xfs: reject swapon for inodes on a zoned file system earlierChristoph Hellwig1-0/+3
2025-08-19xfs: kick off inodegc when failing to reserve zoned blocksChristoph Hellwig1-0/+6
2025-08-19xfs: remove xfs_last_used_zoneChristoph Hellwig1-43/+2
2025-08-19xfs: Default XFS_RT to Y if CONFIG_BLK_DEV_ZONED is enabledDamien Le Moal1-0/+1
2025-08-11xfs: split xfs_zone_record_blocksChristoph Hellwig2-13/+30
2025-08-11xfs: fix scrub trace with null pointer in quotacheckAndrey Albershteyn1-1/+1
2025-08-11xfs: reject max_atomic_write mount option for no reflinkJohn Garry1-0/+19
2025-08-11xfs: disallow atomic writes on DAXJohn Garry3-5/+17
2025-08-11xfs: remove XFS_IBULK_SAME_AGChristoph Hellwig3-17/+7
2025-08-11xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flagsChristoph Hellwig1-1/+5
2025-08-11xfs: fix frozen file system assert in xfs_trans_allocChristoph Hellwig1-1/+1
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-5/+0
2025-07-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-88/+146
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-11/+11
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+8
2025-07-24xfs: don't use a xfs_log_iovec for ri_buf in log recoveryChristoph Hellwig17-155/+157
2025-07-24xfs: don't use a xfs_log_iovec for attr_item names and valuesChristoph Hellwig3-66/+60
2025-07-24xfs: use better names for size members in xfs_log_vecChristoph Hellwig3-24/+25
2025-07-24xfs: cleanup the ordered item logic in xlog_cil_insert_format_itemsChristoph Hellwig1-18/+13
2025-07-24xfs: don't pass the old lv to xfs_cil_prepare_itemChristoph Hellwig1-9/+7
2025-07-24xfs: remove unused trace event xfs_reflink_cow_enospcSteven Rostedt1-1/+0