summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'for-6.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-19/+37
9 daysbtrfs: fix uninitialized pointer free on read_alloc_one_name() errorRoi Martin1-2/+2
9 daysbtrfs: send: cleanup unneeded return variable in changed_verity()Christian Heusel1-3/+1
9 daysbtrfs: fix uninitialized pointer free in add_inode_ref()Roi Martin1-1/+1
9 daysbtrfs: use sector numbers as keys for the dirty extents xarrayFilipe Manana3-13/+33
10 daysMerge tag 'for-6.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-24/+76
12 daysbtrfs: fix clear_dirty and writeback ordering in submit_one_sector()Naohiro Aota1-7/+7
12 daysbtrfs: zoned: fix missing RCU locking in error message when loading zone infoFilipe Manana1-1/+1
13 daysbtrfs: fix missing error handling when adding delayed ref with qgroups enabledFilipe Manana1-9/+33
13 daysbtrfs: add cancellation points to trim loopsLuca Stefani3-3/+14
13 daysbtrfs: split remaining space to discard in chunksLuca Stefani2-4/+21
2024-10-04Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-82/+57
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro5-5/+5
2024-10-01btrfs: disable rate limiting when debug enabledLeo Martins1-1/+2
2024-10-01btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana1-0/+11
2024-10-01btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu Wenruo1-1/+1
2024-10-01btrfs: send: fix invalid clone operation for file that got its size decreasedFilipe Manana1-1/+22
2024-10-01btrfs: drop the backref cache during relocation if we commitJosef Bacik2-76/+11
2024-10-01btrfs: also add stripe entries for NOCOW writesJohannes Thumshirn1-0/+5
2024-10-01btrfs: send: fix buffer overflow detection when copying path to cache entryFilipe Manana1-3/+5
2024-09-23Merge tag 'for-6.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds5-4/+37
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2024-09-17btrfs: fix use-after-free on rbtree that tracks inodes for auto defragFilipe Manana1-0/+2
2024-09-17btrfs: tree-checker: fix the wrong output of data backref objectidQu Wenruo1-1/+1
2024-09-17btrfs: fix race setting file private on concurrent lseek using same fdFilipe Manana3-3/+34
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-12/+18
2024-09-10btrfs: only unlock the to-be-submitted ranges inside a folioQu Wenruo3-38/+86
2024-09-10btrfs: merge btrfs_folio_unlock_writer() into btrfs_folio_end_writer_lock()Qu Wenruo3-50/+35
2024-09-10btrfs: BTRFS_PATH_AUTO_FREE in orphan.cLeo Martins1-17/+7
2024-09-10btrfs: use btrfs_path auto free in zoned.cLeo Martins1-23/+11
2024-09-10btrfs: DEFINE_FREE for struct btrfs_pathLeo Martins1-0/+5
2024-09-10btrfs: remove btrfs_folio_end_all_writers()Qu Wenruo3-51/+10
2024-09-10btrfs: constify more pointer parametersDavid Sterba18-83/+81
2024-09-10btrfs: rework BTRFS_I as macro to preserve parameter constDavid Sterba1-4/+6
2024-09-10btrfs: add and use helper to verify the calling task has locked the inodeFilipe Manana6-7/+15
2024-09-10btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani2-5/+3
2024-09-10btrfs: convert copy_inline_to_page() to use folioLi Zetao1-17/+18
2024-09-10btrfs: convert btrfs_decompress() to take a folioLi Zetao4-10/+10
2024-09-10btrfs: convert zstd_decompress() to take a folioLi Zetao3-10/+10
2024-09-10btrfs: convert lzo_decompress() to take a folioLi Zetao3-8/+8
2024-09-10btrfs: convert zlib_decompress() to take a folioLi Zetao3-9/+9
2024-09-10btrfs: convert try_release_extent_mapping() to take a folioLi Zetao3-5/+5
2024-09-10btrfs: convert try_release_extent_state() to take a folioLi Zetao1-3/+3
2024-09-10btrfs: convert submit_eb_page() to take a folioLi Zetao1-5/+4
2024-09-10btrfs: convert submit_eb_subpage() to take a folioLi Zetao1-10/+9
2024-09-10btrfs: convert read_key_bytes() to take a folioLi Zetao1-7/+7
2024-09-10btrfs: convert try_release_extent_buffer() to take a folioLi Zetao3-10/+9
2024-09-10btrfs: convert try_release_subpage_extent_buffer() to take a folioLi Zetao1-9/+9
2024-09-10btrfs: convert get_next_extent_buffer() to take a folioLi Zetao1-7/+7
2024-09-10btrfs: convert clear_page_extent_mapped() to take a folioLi Zetao3-8/+7