summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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: fix crash on racing fsync and size-extending write into preallocOmar Sandoval1-6/+11
2025-12-07btrfs: add helper to truncate inode items when logging inodeFilipe Manana1-13/+19
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-12-07btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()Thorsten Blum1-2/+1
2025-10-29btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already runningFilipe Manana1-6/+7
2025-10-19minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2025-10-19btrfs: fix the incorrect max_bytes value for find_lock_delalloc_range()Qu Wenruo1-3/+11
2025-10-19btrfs: avoid potential out-of-bounds in btrfs_encode_fh()Anderson Nascimento1-1/+7
2025-10-19minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+0
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: do not allow relocation of partially dropped subvolumesQu Wenruo1-0/+19
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-10btrfs: fix missing error handling when searching for inode refs during log re...Filipe Manana1-1/+3
2025-07-10btrfs: don't drop extent_map for free space inode on write errorJosef Bacik1-2/+17
2025-07-10btrfs: 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: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work()Filipe Manana1-7/+11
2025-06-04btrfs: avoid linker error in btrfs_find_create_tree_block()Mark Harmstone1-2/+5
2025-06-04btrfs: make btrfs_discard_workfn() block_group ref explicitBoris Burkov1-18/+16
2025-05-22btrfs: do not clean up repair bio if submit failsJosef Bacik1-8/+7
2025-05-22btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana1-5/+20
2025-05-22btrfs: fix discard worker infinite loop after disabling discardFilipe Manana1-2/+15
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: 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: fix hole expansion when writing at an offset beyond EOFFilipe Manana1-3/+1
2025-03-13btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handlingJosef Bacik1-2/+12
2025-03-13btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_ext...Hao-ran Zheng1-1/+1
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: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana1-0/+9
2025-01-09btrfs: sysfs: fix direct super block member readsQu Wenruo1-3/+3
2025-01-09btrfs: sysfs: convert scnprintf and snprintf to sysfs_emitAnand Jain1-49/+44
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: 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