summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+1
5 daysmm, swap: clean up device availability checkKairui Song1-1/+0
5 daysmm: alloc_pages_bulk: rename APILuiz Capitulino1-1/+1
8 daysMerge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+10
11 daysMerge tag 'for-6.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds61-1339/+3709
2025-01-16Merge tag 'for-6.13-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2025-01-14btrfs: selftests: add a selftest for deleting two out of three extentsJohannes Thumshirn1-0/+144
2025-01-14btrfs: selftests: add test for punching a hole into 3 RAID stripe-extentsJohannes Thumshirn1-0/+183
2025-01-14btrfs: selftests: add selftest for punching holes into the RAID stripe extentsJohannes Thumshirn1-0/+140
2025-01-14btrfs: selftests: test RAID stripe-tree deletion spanning two itemsJohannes Thumshirn1-0/+144
2025-01-14btrfs: selftests: don't split RAID extents in halfJohannes Thumshirn1-16/+28
2025-01-14btrfs: selftests: check for correct return value of failed lookupJohannes Thumshirn1-1/+1
2025-01-14btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extentsJohannes Thumshirn1-5/+21
2025-01-14btrfs: implement hole punching for RAID stripe extentsJohannes Thumshirn2-0/+49
2025-01-14btrfs: fix deletion of a range spanning parts two RAID stripe extentsJohannes Thumshirn1-0/+32
2025-01-14btrfs: fix tail delete of RAID stripe-extentsJohannes Thumshirn1-3/+10
2025-01-14btrfs: fix front delete range calculation for RAID stripe extentsJohannes Thumshirn1-2/+4
2025-01-14btrfs: assert RAID stripe-extent length is always greater than 0Johannes Thumshirn1-0/+1
2025-01-14btrfs: don't try to delete RAID stripe-extents if we don't need toJohannes Thumshirn1-1/+14
2025-01-14btrfs: selftests: correct RAID stripe-tree feature flag settingJohannes Thumshirn1-2/+2
2025-01-13btrfs: add the missing error handling inside get_canonical_dev_pathQu Wenruo1-0/+4
2025-01-13btrfs: add io_uring interface for encoded writesMark Harmstone1-0/+128
2025-01-13btrfs: remove the unused locked_folio parameter from btrfs_cleanup_ordered_ex...Qu Wenruo1-40/+2
2025-01-13btrfs: add extra error messages for delalloc range related errorsQu Wenruo2-0/+27
2025-01-13btrfs: subpage: dump the involved bitmap when ASSERT() failedQu Wenruo1-11/+30
2025-01-13btrfs: subpage: fix the bitmap dump of the locked flagsQu Wenruo1-2/+4
2025-01-13btrfs: do proper folio cleanup when run_delalloc_nocow() failedQu Wenruo2-6/+102
2025-01-13btrfs: do proper folio cleanup when cow_file_range() failedQu Wenruo1-33/+30
2025-01-13btrfs: fix error handling of submit_uncompressed_range()Qu Wenruo1-13/+4
2025-01-13btrfs: fix double accounting race when extent_writepage_io() failedQu Wenruo1-13/+24
2025-01-13btrfs: fix double accounting race when btrfs_run_delalloc_range() failedQu Wenruo2-13/+49
2025-01-13btrfs: async-thread: rename DFT_THRESHOLD to DEFAULT_THRESHOLDDavid Sterba1-3/+3
2025-01-13btrfs: remove redundant variables from __process_folios_contig() and lock_del...David Sterba1-4/+2
2025-01-13btrfs: split waiting from read_extent_buffer_pages(), drop parameter waitDavid Sterba3-14/+22
2025-01-13btrfs: remove unused define WAIT_PAGE_LOCK for extent ioDavid Sterba1-1/+0
2025-01-13btrfs: unwrap folio locking helpersDavid Sterba1-4/+4
2025-01-13btrfs: change return type to bool type of check_eb_alignment()David Sterba1-6/+8
2025-01-13btrfs: switch grab_extent_buffer() to foliosDavid Sterba1-8/+6
2025-01-13btrfs: rename btrfs_release_extent_buffer_pages() to mention foliosDavid Sterba1-5/+5
2025-01-13btrfs: open code __free_extent_buffer()David Sterba1-9/+4
2025-01-13btrfs: drop one time used local variable in end_bbio_meta_write()David Sterba1-2/+1
2025-01-13btrfs: make wait_on_extent_buffer_writeback() static inlineDavid Sterba2-7/+6
2025-01-13btrfs: use btrfs_inode in extent_writepage()David Sterba1-7/+7
2025-01-13btrfs: rename __get_extent_map() and pass btrfs_inodeDavid Sterba1-8/+7
2025-01-13btrfs: open code set_page_extent_mapped()David Sterba4-8/+2
2025-01-13btrfs: rename __unlock_for_delalloc() and drop underscoresDavid Sterba1-5/+4
2025-01-13btrfs: use SECTOR_SIZE defines in btrfs_issue_discard()David Sterba1-2/+2
2025-01-13btrfs: remove stray comment about SRCUDavid Sterba1-3/+0
2025-01-13btrfs: drop unused parameter fs_info to btrfs_delete_delayed_insertion_item()David Sterba1-3/+2
2025-01-13btrfs: pass write-hint for buffered IOJing Xia1-0/+1