summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2025-03-03xfs: skip always_cow inodes in xfs_reflink_trim_around_sharedChristoph Hellwig1-1/+1
2025-03-03xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.cChristoph Hellwig3-292/+287
2025-03-03xfs: add a rtg_blocks helperChristoph Hellwig2-1/+6
2025-03-03xfs: factor out a xfs_rt_check_size helperChristoph Hellwig1-31/+31
2025-03-03xfs: reduce metafile reservationsChristoph Hellwig1-0/+3
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig11-171/+155
2025-03-03xfs: fixup the metabtree reservation in xrep_reap_metadir_fsblocksChristoph Hellwig3-55/+17
2025-03-03xfs: trace in-memory freecounter reservationsChristoph Hellwig2-0/+41
2025-03-03xfs: support reserved blocks for the rt extent counterChristoph Hellwig7-62/+91
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig16-73/+151
2025-03-03xfs: reflow xfs_dec_freecounterChristoph Hellwig1-21/+18
2025-03-03Merge branch 'vfs-6.15.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Carlos Maiolino3-14/+21
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-2/+2
2025-02-27xfs: flag as supporting FOP_DONTCACHEJens Axboe1-1/+2
2025-02-27xfs: flag as supporting FOP_DONTCACHEJens Axboe1-1/+2
2025-02-25xfs: remove the XBF_STALE check from xfs_buf_rele_cachedChristoph Hellwig1-7/+1
2025-02-25xfs: remove most in-flight buffer accountingChristoph Hellwig5-86/+20
2025-02-25xfs: decouple buffer readahead from the normal buffer read pathChristoph Hellwig4-23/+23
2025-02-25xfs: reduce context switches for synchronous buffered I/OChristoph Hellwig1-16/+27
2025-02-14xfs: flush inodegc before swaponChristoph Hellwig1-1/+34
2025-02-14xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activateChristoph Hellwig1-3/+3
2025-02-14xfs: Do not allow norecovery mount with quotacheckCarlos Maiolino1-16/+39
2025-02-14xfs: do not check NEEDSREPAIR if ro,norecovery mount.Lukas Herbolt1-2/+6
2025-02-14xfs: fix data fork format filtering during inode repairDarrick J. Wong1-2/+10
2025-02-14xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong3-6/+22
2025-02-06iomap: pass private data to iomap_truncate_pageChristoph Hellwig1-1/+1
2025-02-06iomap: pass private data to iomap_zero_rangeChristoph Hellwig1-1/+1
2025-02-06iomap: pass private data to iomap_page_mkwriteChristoph Hellwig1-1/+2
2025-02-06iomap: simplify io_flags and io_type in struct iomap_ioendChristoph Hellwig1-6/+6
2025-02-06iomap: allow the file system to submit the writeback biosChristoph Hellwig1-4/+9
2025-02-03Merge tag 'xfs-fixes-6.14-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-76/+58
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-28xfs: remove xfs_buf_cache.bc_lockChristoph Hellwig2-15/+17
2025-01-27xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang1-2/+5
2025-01-27xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...Wentao Liang1-4/+2
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino1-2/+2
2025-01-24xfs: don't call remap_verify_area with sb write protection heldChristoph Hellwig1-44/+27
2025-01-24xfs: remove an out of data comment in _xfs_buf_allocChristoph Hellwig1-5/+0
2025-01-24xfs: fix the entry condition of exact EOF block allocation optimizationJinliang Zheng1-6/+7
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+14
2025-01-23Merge tag 'xfs-merge-6.14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds131-1439/+10860
2025-01-20Merge tag 'vfs-6.14-rc1.statx.dio' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-25/+48
2025-01-16xfs: fix buffer lookup vs release raceChristoph Hellwig3-51/+54
2025-01-16xfs: check for dead buffers in xfs_buf_find_insertChristoph Hellwig1-2/+1
2025-01-14xfs: add a b_iodone callback to struct xfs_bufChristoph Hellwig5-15/+9
2025-01-14xfs: move b_li_list based retry handling to common codeChristoph Hellwig4-35/+6
2025-01-14xfs: simplify xfsaild_resubmit_itemChristoph Hellwig1-7/+2
2025-01-14xfs: always complete the buffer inline in xfs_buf_submitChristoph Hellwig1-10/+6
2025-01-14xfs: remove the extra buffer reference in xfs_buf_submitChristoph Hellwig1-15/+1