summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge 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-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-01-26mm: 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-24Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+14
2025-01-24Merge tag 'xfs-merge-6.14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds131-1440/+10861
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
2025-01-14xfs: move invalidate_kernel_vmap_range to xfs_buf_ioendChristoph Hellwig1-3/+3
2025-01-14xfs: simplify buffer I/O submissionChristoph Hellwig2-146/+60
2025-01-14xfs: move in-memory buftarg handling out of _xfs_buf_ioapplyChristoph Hellwig1-11/+9
2025-01-14xfs: move write verification out of _xfs_buf_ioapplyChristoph Hellwig1-30/+37
2025-01-14xfs: remove xfs_buf_delwri_submit_buffersChristoph Hellwig1-66/+55
2025-01-14xfs: simplify xfs_buf_delwri_pushbufChristoph Hellwig1-25/+8
2025-01-14xfs: move xfs_buf_iowait out of (__)xfs_buf_submitChristoph Hellwig1-26/+16
2025-01-14xfs: remove the incorrect comment about the b_pag fieldChristoph Hellwig1-1/+1
2025-01-14xfs: remove the incorrect comment above xfs_buf_free_mapsChristoph Hellwig1-3/+0
2025-01-14xfs: fix a double completion for buffers on in-memory targetsChristoph Hellwig1-3/+1
2025-01-13xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()Mirsad Todorovac1-2/+1
2025-01-13xfs: constify feature checksChristoph Hellwig3-7/+7
2025-01-13xfs: refactor xfs_fs_statfsChristoph Hellwig2-55/+78
2025-01-13xfs: don't take m_sb_lock in xfs_fs_statfsChristoph Hellwig1-2/+4
2025-01-13xfs: fix the comment above xfs_discard_endioChristoph Hellwig1-1/+1
2025-01-13xfs: remove bp->b_error check in xfs_attr3_root_inactiveLong Li1-5/+0
2025-01-13xfs: remove redundant update for ticket->t_curr_res in xfs_log_ticket_regrantLong Li1-2/+0
2025-01-13xfs: clean up xfs_end_ioend() to reuse local variablesLong Li1-1/+1
2025-01-13xfs: fix mount hang during primary superblock recovery failureLong Li1-1/+10
2025-01-13xfs: remove the t_magic field in struct xfs_transChristoph Hellwig2-3/+0
2025-01-13xfs: remove XFS_ILOG_NONCOREChristoph Hellwig1-6/+0
2025-01-13xfs: mark xfs_dir_isempty staticChristoph Hellwig2-4/+3
2025-01-13Merge tag 'realtime-reflink_2024-12-23' of https://git.kernel.org/pub/scm/lin...Carlos Maiolino74-350/+4328
2025-01-13Merge tag 'realtime-rmap_2024-12-23' of https://git.kernel.org/pub/scm/linux/...Carlos Maiolino85-366/+5381
2025-01-13Merge tag 'reserve-rt-metadata-space_2024-12-23' of https://git.kernel.org/pu...Carlos Maiolino23-19/+367
2025-01-13Merge tag 'btree-ifork-records_2024-12-23' of https://git.kernel.org/pub/scm/...Carlos Maiolino8-212/+445
2025-01-13Merge tag 'xfs-6.13-fixes_2024-12-23' of https://git.kernel.org/pub/scm/linux...Carlos Maiolino2-14/+25
2025-01-10xfs: lock dquot buffer before detaching dquot from b_li_listDarrick J. Wong1-1/+2
2025-01-09xfs: report larger dio alignment for COW inodesChristoph Hellwig1-1/+10
2025-01-09xfs: report the correct read/write dio alignment for reflinked inodesChristoph Hellwig1-3/+18