summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
4 daysbtrfs: do not clean up repair bio if submit failsJosef Bacik1-8/+7
4 daysbtrfs: don't rewrite ret from inode_permissionJosef Bacik1-3/+1
4 daysbtrfs: scrub: always update btrfs_scrub_progress::last_physicalQu Wenruo1-0/+5
4 daysbtrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey1-0/+1
2025-12-07btrfs: mark dirty extent range for out of bound prealloc extentsaustinchang1-0/+10
2025-12-07btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()Filipe Manana1-1/+1
2025-12-07btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana2-2/+1
2025-10-29btrfs: avoid potential out-of-bounds in btrfs_encode_fh()Anderson Nascimento1-1/+7
2025-10-29minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2025-10-29minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+0
2025-10-29btrfs: remove duplicated in_range() macroJohannes Thumshirn4-2/+3
2025-10-02btrfs: tree-checker: fix the incorrect inode ref size checkQu Wenruo1-2/+2
2025-08-28btrfs: populate otime when logging an inode itemQu Wenruo1-0/+5
2025-08-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana6-8/+8
2025-08-28btrfs: fix log tree replay failure due to file with 0 links and extentsFilipe Manana1-18/+30
2025-07-17btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana1-1/+1
2025-07-17btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana1-18/+18
2025-07-17btrfs: fix missing error handling when searching for inode refs during log re...Filipe Manana1-1/+3
2025-07-17btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone1-0/+6
2025-06-04btrfs: send: return -ENAMETOOLONG when attempting a path that is too longFilipe Manana1-4/+2
2025-06-04btrfs: avoid linker error in btrfs_find_create_tree_block()Mark Harmstone1-2/+5
2025-06-04btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana1-5/+20
2025-05-02btrfs: correctly escape subvol in btrfs_show_options()Johannes Kimmel1-2/+1
2025-04-10btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik1-1/+4
2025-03-13btrfs: bring back the incorrectly removed extent buffer lock recursion supportFilipe Manana1-4/+64
2025-03-13btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2025-03-13Revert "btrfs: avoid monopolizing a core when activating a swap file"Koichiro Den1-2/+0
2025-03-13btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handlingJosef Bacik1-2/+12
2025-03-13btrfs: fix use-after-free when attempting to join an aborted transactionFilipe Manana1-1/+3
2025-03-13btrfs: output the reason for open_ctree() failureQu Wenruo1-1/+1
2025-01-09btrfs: don't set lock_owner when locking extent buffer for readingZygo Blaxell1-3/+0
2025-01-09btrfs: locking: remove the recursion handling codeJosef Bacik1-64/+4
2025-01-09btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana1-0/+9
2025-01-09btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana1-7/+4
2025-01-09btrfs: rename and export __btrfs_cow_block()Filipe Manana2-15/+22
2025-01-09btrfs: locking: remove all the blocking helpersJosef Bacik15-219/+30
2025-01-09btrfs: switch extent buffer tree lock to rw_semaphoreJosef Bacik5-351/+70
2025-01-09btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2025-01-09btrfs: tree-checker: reject inline extent items with 0 ref countQu Wenruo1-1/+26
2024-12-14btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana1-0/+1
2024-12-14btrfs: avoid unnecessary device path update for the same deviceQu Wenruo1-1/+37
2024-12-14btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik1-1/+0
2024-12-14btrfs: ref-verify: fix use-after-free after invalid ref actionFilipe Manana1-0/+1
2024-11-17btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana1-1/+1
2024-10-17btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana1-0/+11
2024-10-17btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu Wenruo1-1/+1
2024-10-17btrfs: update target inode's ctime on unlinkJeff Layton1-0/+1
2024-09-12btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba1-1/+1
2024-09-12btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik1-5/+23
2024-09-12btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik1-2/+2