summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove the XBF_STALE check from xfs_buf_rele_cachedChristoph Hellwig12 days1-7/+1
* xfs: remove most in-flight buffer accountingChristoph Hellwig12 days5-86/+20
* xfs: decouple buffer readahead from the normal buffer read pathChristoph Hellwig12 days4-23/+23
* xfs: reduce context switches for synchronous buffered I/OChristoph Hellwig12 days1-16/+27
* xfs: flush inodegc before swaponChristoph Hellwig2025-02-141-1/+34
* xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activateChristoph Hellwig2025-02-141-3/+3
* xfs: Do not allow norecovery mount with quotacheckCarlos Maiolino2025-02-141-16/+39
* xfs: do not check NEEDSREPAIR if ro,norecovery mount.Lukas Herbolt2025-02-141-2/+6
* xfs: fix data fork format filtering during inode repairDarrick J. Wong2025-02-141-2/+10
* xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong2025-02-143-6/+22
* Merge tag 'xfs-fixes-6.14-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2025-02-036-76/+58
|\
| * xfs: remove xfs_buf_cache.bc_lockChristoph Hellwig2025-01-282-15/+17
| * xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang2025-01-271-2/+5
| * xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...Wentao Liang2025-01-271-4/+2
| * xfs: don't call remap_verify_area with sb write protection heldChristoph Hellwig2025-01-241-44/+27
| * xfs: remove an out of data comment in _xfs_buf_allocChristoph Hellwig2025-01-241-5/+0
| * xfs: fix the entry condition of exact EOF block allocation optimizationJinliang Zheng2025-01-241-6/+7
* | treewide: const qualify ctl_tables where applicableJoel Granados2025-01-281-1/+1
* | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-01-261-2/+2
|\ \
| * | mm: alloc_pages_bulk: rename APILuiz Capitulino2025-01-251-2/+2
* | | Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-01-232-1/+14
|\ \ \
| * | | fs: enable pre-content events on supported file systemsJosef Bacik2024-12-111-1/+1
| * | | xfs: add pre-content fsnotify hook for DAX faultsJosef Bacik2024-12-111-0/+13
* | | | Merge tag 'xfs-merge-6.14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2025-01-23131-1440/+10861
|\ \ \ \ | | |_|/ | |/| |
| * | | xfs: fix buffer lookup vs release raceChristoph Hellwig2025-01-163-51/+54
| * | | xfs: check for dead buffers in xfs_buf_find_insertChristoph Hellwig2025-01-161-2/+1
| * | | xfs: add a b_iodone callback to struct xfs_bufChristoph Hellwig2025-01-145-15/+9
| * | | xfs: move b_li_list based retry handling to common codeChristoph Hellwig2025-01-144-35/+6
| * | | xfs: simplify xfsaild_resubmit_itemChristoph Hellwig2025-01-141-7/+2
| * | | xfs: always complete the buffer inline in xfs_buf_submitChristoph Hellwig2025-01-141-10/+6
| * | | xfs: remove the extra buffer reference in xfs_buf_submitChristoph Hellwig2025-01-141-15/+1
| * | | xfs: move invalidate_kernel_vmap_range to xfs_buf_ioendChristoph Hellwig2025-01-141-3/+3
| * | | xfs: simplify buffer I/O submissionChristoph Hellwig2025-01-142-146/+60
| * | | xfs: move in-memory buftarg handling out of _xfs_buf_ioapplyChristoph Hellwig2025-01-141-11/+9
| * | | xfs: move write verification out of _xfs_buf_ioapplyChristoph Hellwig2025-01-141-30/+37
| * | | xfs: remove xfs_buf_delwri_submit_buffersChristoph Hellwig2025-01-141-66/+55
| * | | xfs: simplify xfs_buf_delwri_pushbufChristoph Hellwig2025-01-141-25/+8
| * | | xfs: move xfs_buf_iowait out of (__)xfs_buf_submitChristoph Hellwig2025-01-141-26/+16
| * | | xfs: remove the incorrect comment about the b_pag fieldChristoph Hellwig2025-01-141-1/+1
| * | | xfs: remove the incorrect comment above xfs_buf_free_mapsChristoph Hellwig2025-01-141-3/+0
| * | | xfs: fix a double completion for buffers on in-memory targetsChristoph Hellwig2025-01-141-3/+1
| * | | xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()Mirsad Todorovac2025-01-131-2/+1
| * | | xfs: constify feature checksChristoph Hellwig2025-01-133-7/+7
| * | | xfs: refactor xfs_fs_statfsChristoph Hellwig2025-01-132-55/+78
| * | | xfs: don't take m_sb_lock in xfs_fs_statfsChristoph Hellwig2025-01-131-2/+4
| * | | xfs: fix the comment above xfs_discard_endioChristoph Hellwig2025-01-131-1/+1
| * | | xfs: remove bp->b_error check in xfs_attr3_root_inactiveLong Li2025-01-131-5/+0
| * | | xfs: remove redundant update for ticket->t_curr_res in xfs_log_ticket_regrantLong Li2025-01-131-2/+0
| * | | xfs: clean up xfs_end_ioend() to reuse local variablesLong Li2025-01-131-1/+1
| * | | xfs: fix mount hang during primary superblock recovery failureLong Li2025-01-131-1/+10