summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2025-02-08btrfs: subpage: fix the bitmap dump of the locked flagsQu Wenruo1-2/+4
2025-02-08btrfs: improve the warning and error message for btrfs_remove_qgroup()Qu Wenruo1-5/+16
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-13btrfs: add the missing error handling inside get_canonical_dev_pathQu Wenruo1-0/+4
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-61/+74
2025-01-06btrfs: zlib: fix avail_in bytes for s390 zlib HW compression pathMikhail Zaslonko1-2/+2
2025-01-06btrfs: zoned: calculate max_extent_size properly on non-zoned setupChristoph Hellwig1-2/+3
2025-01-06btrfs: avoid NULL pointer dereference if no valid extent treeQu Wenruo1-0/+4
2025-01-06btrfs: don't read from userspace twice in btrfs_uring_encoded_read()Mark Harmstone1-57/+65
2024-12-29Merge tag 'for-6.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-56/+130
2024-12-23btrfs: sysfs: fix direct super block member readsQu Wenruo1-3/+3
2024-12-23btrfs: fix transaction atomicity bug when enabling simple quotasJulian Sun1-2/+1
2024-12-23btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2024-12-23btrfs: allow swap activation to be interruptibleFilipe Manana1-0/+5
2024-12-23btrfs: fix swap file activation failure due to extents that used to be sharedFilipe Manana1-27/+69
2024-12-23btrfs: fix race with memory mapped writes when activating swap fileFilipe Manana1-7/+24
2024-12-23btrfs: check folio mapping after unlock in put_file_data()Boris Burkov1-0/+6
2024-12-23btrfs: check folio mapping after unlock in relocate_one_folio()Boris Burkov1-0/+6
2024-12-23btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana1-7/+4
2024-12-23btrfs: fix use-after-free waiting for encoded read endiosJohannes Thumshirn1-11/+11
2024-12-18Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-9/+59
2024-12-17btrfs: tree-checker: reject inline extent items with 0 ref countQu Wenruo1-1/+26
2024-12-17btrfs: split bios to the fs sector size boundaryChristoph Hellwig1-2/+8
2024-12-17btrfs: use bio_is_zone_append() in the completion handlerChristoph Hellwig1-3/+3
2024-12-17btrfs: fix improper generation check in snapshot deleteJosef Bacik2-3/+22
2024-12-10Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-41/+53
2024-12-06btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana1-0/+9
2024-12-06btrfs: handle bio_split() errorsJohannes Thumshirn1-2/+15
2024-12-06btrfs: properly wait for writeback before buffered writeQu Wenruo1-0/+1
2024-12-03btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana1-0/+1
2024-12-03btrfs: fix mount failure due to remount racesQu Wenruo1-39/+27
2024-12-03Merge tag 'for-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-8/+43
2024-11-29btrfs: fix lockdep warnings on io_uring encoded readsMark Harmstone2-0/+20
2024-11-29btrfs: ref-verify: fix use-after-free after invalid ref actionFilipe Manana1-0/+1
2024-11-29btrfs: add a sanity check for btrfs root in btrfs_search_slot()Lizhi Xu1-1/+5
2024-11-29btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana1-1/+1
2024-11-28btrfs: sysfs: advertise experimental features only if CONFIG_BTRFS_EXPERIMENT...Filipe Manana1-2/+2
2024-11-28btrfs: fix deadlock between transaction commits and extent locksFilipe Manana1-3/+13
2024-11-28btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn1-1/+1
2024-11-22Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-5/+5
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-5/+8
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds63-1402/+2409
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-15/+10
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-5/+4
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-22/+6
2024-11-15Merge tag 'for-6.12-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-11-14btrfs: fix incorrect comparison for delayed refsJosef Bacik1-1/+1
2024-11-13btrfs: validate queue limitsChristoph Hellwig1-0/+6
2024-11-11btrfs: send: check for read-only send root under critical sectionFilipe Manana1-10/+6