summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-12-14btrfs: ref-verify: fix use-after-free after invalid ref actionFilipe Manana
2024-11-17btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana
2024-11-08btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana
2024-11-08btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu Wenruo
2024-09-12btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba
2024-09-12btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik
2024-09-12btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik
2024-09-04btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...David Sterba
2024-09-04btrfs: send: handle unexpected data in header buffer in begin_cmd()David Sterba
2024-09-04btrfs: handle invalid root reference found in may_destroy_subvol()David Sterba
2024-09-04btrfs: change BUG_ON to assertion when checking for delayed_node rootDavid Sterba
2024-09-04btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()Alexander Lobakin
2024-08-19btrfs: fix bitmap leak when loading free space cache on duplicate entryFilipe Manana
2024-05-25btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet
2024-05-17btrfs: always clear PERTRANS metadata during commitBoris Burkov
2024-05-17btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov
2024-05-02btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn
2024-05-02btrfs: record delayed inode root in transactionBoris Burkov
2024-05-02btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov
2024-04-13btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba
2024-04-13btrfs: export: handle invalid inode or root reference in btrfs_get_parent()David Sterba
2024-04-13btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba
2024-04-13btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues
2024-04-13btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana
2024-03-26btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana
2024-03-06btrfs: dev-replace: properly validate device namesDavid Sterba
2024-02-23btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba
2024-02-23btrfs: forbid deleting live subvol qgroupBoris Burkov
2024-02-23btrfs: forbid creating subvol qgroupsBoris Burkov
2024-02-23btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo
2024-02-23btrfs: don't warn if discard range is not aligned to sectorDavid Sterba
2024-02-23btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng
2024-02-23btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin
2024-01-08btrfs: do not allow non subvolume root targets for snapshotJosef Bacik
2023-12-13Revert "btrfs: add dmesg output for first mount and last unmount of a filesys...Greg Kroah-Hartman
2023-12-08btrfs: make error messages more clear when getting a chunk mapFilipe Manana
2023-12-08btrfs: send: ensure send_fd is writableJann Horn
2023-12-08btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana
2023-12-08btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo
2023-11-28btrfs: don't arbitrarily slow down delalloc if we're committingJosef Bacik
2023-11-20btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana
2023-10-25btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik
2023-10-25btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik
2023-10-25btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana
2023-10-10btrfs: properly report 0 avail for very full file systemsJosef Bacik
2023-09-23btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana
2023-09-23btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain
2023-09-23btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo