summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2025-02-21btrfs: fix hole expansion when writing at an offset beyond EOFFilipe Manana
2025-02-17btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2025-02-17Revert "btrfs: avoid monopolizing a core when activating a swap file"Koichiro Den
2025-02-17btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handlingJosef Bacik
2025-02-17btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_ext...Hao-ran Zheng
2025-02-17btrfs: fix use-after-free when attempting to join an aborted transactionFilipe Manana
2025-02-17btrfs: fix assertion failure when splitting ordered extent after transaction ...Filipe Manana
2025-02-08btrfs: output the reason for open_ctree() failureQu Wenruo
2025-01-17btrfs: avoid NULL pointer dereference if no valid extent treeQu Wenruo
2025-01-09btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana
2025-01-09btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn
2025-01-09btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana
2025-01-09btrfs: rename and export __btrfs_cow_block()Filipe Manana
2025-01-02btrfs: sysfs: fix direct super block member readsQu Wenruo
2025-01-02btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2024-12-27btrfs: tree-checker: reject inline extent items with 0 ref countQu Wenruo
2024-12-14btrfs: add cancellation points to trim loopsLuca Stefani
2024-12-14btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana
2024-12-14btrfs: do not clear read-only when adding sprout deviceBoris Burkov
2024-12-14btrfs: avoid unnecessary device path update for the same deviceQu Wenruo
2024-12-14btrfs: don't take dev_replace rwsem on task already holding itJohannes Thumshirn
2024-12-09btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik
2024-12-09btrfs: ref-verify: fix use-after-free after invalid ref actionFilipe Manana
2024-12-09btrfs: add a sanity check for btrfs root in btrfs_search_slot()Lizhi Xu
2024-12-09btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana
2024-12-09btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana
2024-11-14btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana
2024-11-01btrfs: zoned: fix zone unusable accounting for freed reserved extentNaohiro Aota
2024-11-01btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing
2024-10-22btrfs: fix uninitialized pointer free on read_alloc_one_name() errorRoi Martin
2024-10-22btrfs: fix uninitialized pointer free in add_inode_ref()Roi Martin
2024-10-17btrfs: split remaining space to discard in chunksLuca Stefani
2024-10-17btrfs: zoned: fix missing RCU locking in error message when loading zone infoFilipe Manana
2024-10-10btrfs: drop the backref cache during relocation if we commitJosef Bacik
2024-10-10btrfs: relocation: constify parameters where possibleDavid Sterba
2024-10-10btrfs: relocation: return bool from btrfs_should_ignore_reloc_rootDavid Sterba
2024-10-10btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana
2024-10-10btrfs: send: fix invalid clone operation for file that got its size decreasedFilipe Manana
2024-10-10btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu Wenruo
2024-10-04btrfs: fix race setting file private on concurrent lseek using same fdFilipe Manana
2024-10-04btrfs: update comment for struct btrfs_inode::lockFilipe Manana
2024-10-04btrfs: reorder btrfs_inode to fill gapsDavid Sterba
2024-10-04btrfs: subpage: fix the bitmap dump which can cause bitmap corruptionQu Wenruo
2024-10-04btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani
2024-10-04btrfs: tree-checker: fix the wrong output of data backref objectidQu Wenruo
2024-09-18btrfs: update target inode's ctime on unlinkJeff Layton
2024-09-12btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana
2024-09-12btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba
2024-09-12btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana
2024-09-12btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik