summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-01-14xfs: simplify buffer I/O submissionChristoph Hellwig
2025-01-14xfs: move in-memory buftarg handling out of _xfs_buf_ioapplyChristoph Hellwig
2025-01-14xfs: move write verification out of _xfs_buf_ioapplyChristoph Hellwig
2025-01-14xfs: remove xfs_buf_delwri_submit_buffersChristoph Hellwig
2025-01-14xfs: simplify xfs_buf_delwri_pushbufChristoph Hellwig
2025-01-14xfs: move xfs_buf_iowait out of (__)xfs_buf_submitChristoph Hellwig
2025-01-14xfs: remove the incorrect comment about the b_pag fieldChristoph Hellwig
2025-01-14xfs: remove the incorrect comment above xfs_buf_free_mapsChristoph Hellwig
2025-01-14xfs: fix a double completion for buffers on in-memory targetsChristoph Hellwig
2025-01-13xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()Mirsad Todorovac
2025-01-13xfs: constify feature checksChristoph Hellwig
2025-01-13xfs: refactor xfs_fs_statfsChristoph Hellwig
2025-01-13xfs: don't take m_sb_lock in xfs_fs_statfsChristoph Hellwig
2025-01-13xfs: fix the comment above xfs_discard_endioChristoph Hellwig
2025-01-13xfs: remove bp->b_error check in xfs_attr3_root_inactiveLong Li
2025-01-13xfs: remove redundant update for ticket->t_curr_res in xfs_log_ticket_regrantLong Li
2025-01-13xfs: clean up xfs_end_ioend() to reuse local variablesLong Li
2025-01-13xfs: fix mount hang during primary superblock recovery failureLong Li
2025-01-13xfs: remove the t_magic field in struct xfs_transChristoph Hellwig
2025-01-13xfs: remove XFS_ILOG_NONCOREChristoph Hellwig
2025-01-13xfs: mark xfs_dir_isempty staticChristoph Hellwig
2025-01-13Merge tag 'realtime-reflink_2024-12-23' of https://git.kernel.org/pub/scm/lin...Carlos Maiolino
2025-01-13Merge tag 'realtime-rmap_2024-12-23' of https://git.kernel.org/pub/scm/linux/...Carlos Maiolino
2025-01-13Merge tag 'reserve-rt-metadata-space_2024-12-23' of https://git.kernel.org/pu...Carlos Maiolino
2025-01-13Merge tag 'btree-ifork-records_2024-12-23' of https://git.kernel.org/pub/scm/...Carlos Maiolino
2025-01-13Merge tag 'xfs-6.13-fixes_2024-12-23' of https://git.kernel.org/pub/scm/linux...Carlos Maiolino
2025-01-10xfs: lock dquot buffer before detaching dquot from b_li_listDarrick J. Wong
2025-01-08xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RTChristoph Hellwig
2025-01-05Merge tag 'mm-hotfixes-stable-2025-01-04-18-02' of git://git.kernel.org/pub/s...Linus Torvalds
2024-12-30ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam
2024-12-30fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bitDavid Hildenbrand
2024-12-29Merge tag 'for-6.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-28Merge tag '6.13-rc4-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-12-23btrfs: sysfs: fix direct super block member readsQu Wenruo
2024-12-23xfs: enable realtime reflinkDarrick J. Wong
2024-12-23xfs: fix CoW forks for realtime filesDarrick J. Wong
2024-12-23xfs: check for shared rt extents when rebuilding rt file's data forkDarrick J. Wong
2024-12-23xfs: repair inodes that have a refcount btree in the data forkDarrick J. Wong
2024-12-23xfs: online repair of the realtime refcount btreeDarrick J. Wong
2024-12-23xfs: capture realtime CoW staging extents when rebuilding rt rmapbtDarrick J. Wong
2024-12-23xfs: walk the rt reference count tree when rebuilding rmapDarrick J. Wong
2024-12-23xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong