summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2025-01-13btrfs: handle FS_IOC_READ_VERITY_METADATA ioctlAllison Karlitskaya
2025-01-13btrfs: send: remove redundant assignments to variable retColin Ian King
2025-01-13btrfs: use PTR_ERR() instead of PTR_ERR_OR_ZERO() for btrfs_get_extent()Qu Wenruo
2025-01-13btrfs: selftests: add delayed ref self test casesJosef Bacik
2025-01-13btrfs: move select_delayed_ref() and export itJosef Bacik
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-06btrfs: zlib: fix avail_in bytes for s390 zlib HW compression pathMikhail Zaslonko
2025-01-06btrfs: zoned: calculate max_extent_size properly on non-zoned setupChristoph Hellwig
2025-01-06btrfs: avoid NULL pointer dereference if no valid extent treeQu Wenruo
2025-01-06btrfs: don't read from userspace twice in btrfs_uring_encoded_read()Mark Harmstone
2024-12-29Merge tag 'for-6.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-23btrfs: sysfs: fix direct super block member readsQu Wenruo
2024-12-23btrfs: fix transaction atomicity bug when enabling simple quotasJulian Sun
2024-12-23btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2024-12-23btrfs: allow swap activation to be interruptibleFilipe Manana
2024-12-23btrfs: fix swap file activation failure due to extents that used to be sharedFilipe Manana
2024-12-23btrfs: fix race with memory mapped writes when activating swap fileFilipe Manana
2024-12-23btrfs: check folio mapping after unlock in put_file_data()Boris Burkov
2024-12-23btrfs: check folio mapping after unlock in relocate_one_folio()Boris Burkov
2024-12-23btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana
2024-12-23btrfs: fix use-after-free waiting for encoded read endiosJohannes Thumshirn
2024-12-18Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-17btrfs: tree-checker: reject inline extent items with 0 ref countQu Wenruo
2024-12-17btrfs: split bios to the fs sector size boundaryChristoph Hellwig
2024-12-17btrfs: use bio_is_zone_append() in the completion handlerChristoph Hellwig
2024-12-17btrfs: fix improper generation check in snapshot deleteJosef Bacik
2024-12-11fs: enable pre-content events on supported file systemsJosef Bacik
2024-12-11btrfs: disable defrag on pre-content watched filesJosef Bacik
2024-12-10Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-06btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana
2024-12-06btrfs: handle bio_split() errorsJohannes Thumshirn
2024-12-06btrfs: properly wait for writeback before buffered writeQu Wenruo
2024-12-03btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana
2024-12-03btrfs: fix mount failure due to remount racesQu Wenruo
2024-12-03Merge tag 'for-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-29btrfs: fix lockdep warnings on io_uring encoded readsMark Harmstone
2024-11-29btrfs: ref-verify: fix use-after-free after invalid ref actionFilipe Manana
2024-11-29btrfs: add a sanity check for btrfs root in btrfs_search_slot()Lizhi Xu
2024-11-29btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana
2024-11-28btrfs: sysfs: advertise experimental features only if CONFIG_BTRFS_EXPERIMENT...Filipe Manana
2024-11-28btrfs: fix deadlock between transaction commits and extent locksFilipe Manana
2024-11-28btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn
2024-11-22Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-15Merge tag 'for-6.12-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds