summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2025-03-03xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.cChristoph Hellwig
2025-03-03xfs: add a rtg_blocks helperChristoph Hellwig
2025-03-03xfs: factor out a xfs_rt_check_size helperChristoph Hellwig
2025-03-03xfs: reduce metafile reservationsChristoph Hellwig
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig
2025-03-03xfs: fixup the metabtree reservation in xrep_reap_metadir_fsblocksChristoph Hellwig
2025-03-03xfs: trace in-memory freecounter reservationsChristoph Hellwig
2025-03-03xfs: support reserved blocks for the rt extent counterChristoph Hellwig
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig
2025-03-03xfs: reflow xfs_dec_freecounterChristoph Hellwig
2025-03-03Merge branch 'vfs-6.15.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Carlos Maiolino
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-27xfs: flag as supporting FOP_DONTCACHEJens Axboe
2025-02-27xfs: flag as supporting FOP_DONTCACHEJens Axboe
2025-02-25xfs: remove the XBF_STALE check from xfs_buf_rele_cachedChristoph Hellwig
2025-02-25xfs: remove most in-flight buffer accountingChristoph Hellwig
2025-02-25xfs: decouple buffer readahead from the normal buffer read pathChristoph Hellwig
2025-02-25xfs: reduce context switches for synchronous buffered I/OChristoph Hellwig
2025-02-14xfs: flush inodegc before swaponChristoph Hellwig
2025-02-14xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activateChristoph Hellwig
2025-02-14xfs: Do not allow norecovery mount with quotacheckCarlos Maiolino
2025-02-14xfs: do not check NEEDSREPAIR if ro,norecovery mount.Lukas Herbolt
2025-02-14xfs: fix data fork format filtering during inode repairDarrick J. Wong
2025-02-14xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong
2025-02-06iomap: pass private data to iomap_truncate_pageChristoph Hellwig
2025-02-06iomap: pass private data to iomap_zero_rangeChristoph Hellwig
2025-02-06iomap: pass private data to iomap_page_mkwriteChristoph Hellwig
2025-02-06iomap: simplify io_flags and io_type in struct iomap_ioendChristoph Hellwig
2025-02-06iomap: allow the file system to submit the writeback biosChristoph Hellwig
2025-02-03Merge tag 'xfs-fixes-6.14-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-28xfs: remove xfs_buf_cache.bc_lockChristoph Hellwig
2025-01-27xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang
2025-01-27xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...Wentao Liang
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino
2025-01-24xfs: don't call remap_verify_area with sb write protection heldChristoph Hellwig
2025-01-24xfs: remove an out of data comment in _xfs_buf_allocChristoph Hellwig
2025-01-24xfs: fix the entry condition of exact EOF block allocation optimizationJinliang Zheng
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-23Merge tag 'xfs-merge-6.14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.statx.dio' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-16xfs: fix buffer lookup vs release raceChristoph Hellwig
2025-01-16xfs: check for dead buffers in xfs_buf_find_insertChristoph Hellwig
2025-01-14xfs: add a b_iodone callback to struct xfs_bufChristoph Hellwig
2025-01-14xfs: move b_li_list based retry handling to common codeChristoph Hellwig
2025-01-14xfs: simplify xfsaild_resubmit_itemChristoph Hellwig
2025-01-14xfs: always complete the buffer inline in xfs_buf_submitChristoph Hellwig
2025-01-14xfs: remove the extra buffer reference in xfs_buf_submitChristoph Hellwig
2025-01-14xfs: move invalidate_kernel_vmap_range to xfs_buf_ioendChristoph Hellwig