summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2 daysbtrfs: always detect conflicting inodes when logging inode refsFilipe Manana1-4/+2
8 daysbtrfs: don't rewrite ret from inode_permissionJosef Bacik1-3/+1
8 daysbtrfs: don't log conflicting inode if it's a dir moved in the current transac...Filipe Manana1-0/+38
8 daysbtrfs: scrub: always update btrfs_scrub_progress::last_physicalQu Wenruo1-0/+5
8 daysbtrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey1-0/+1
8 daysbtrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo1-0/+1
8 daysbtrfs: do not skip logging new dentries when logging a new nameFilipe Manana1-8/+0
8 daysbtrfs: fix leaf leak in an error path in btrfs_del_items()Filipe Manana1-1/+1
2025-11-24btrfs: ensure no dirty metadata is written back for an fs with errorsQu Wenruo1-0/+8
2025-11-24btrfs: do not update last_log_commit when logging inode due to a new nameFilipe Manana1-1/+1
2025-11-24btrfs: scrub: put bio after errors in scrub_raid56_parity_stripe()Zilin Guan1-0/+2
2025-11-24btrfs: mark dirty extent range for out of bound prealloc extentsaustinchang1-0/+10
2025-11-02btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()Filipe Manana1-1/+1
2025-11-02btrfs: use level argument in log tree walk callback replay_one_buffer()Filipe Manana1-5/+3
2025-11-02btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana2-2/+1
2025-11-02btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()Thorsten Blum1-2/+1
2025-11-02btrfs: zoned: refine extent allocator hint selectionNaohiro Aota1-2/+4
2025-11-02btrfs: zoned: return error from btrfs_zone_finish_endio()Johannes Thumshirn3-9/+15
2025-10-23btrfs: do not assert we found block group item when creating free space treeFilipe Manana1-7/+8
2025-10-23btrfs: fix incorrect readahead expansion lengthBoris Burkov1-1/+1
2025-10-23btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already runningFilipe Manana1-6/+7
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-12btrfs: ref-verify: handle damaged extent root treeDavid Sterba1-1/+8
2025-10-02minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2025-09-25btrfs: tree-checker: fix the incorrect inode ref size checkQu Wenruo1-2/+2
2025-09-25btrfs: fix invalid extref key setup when replaying dentryFilipe Manana1-1/+1
2025-09-19btrfs: fix corruption reading compressed range when block size is smaller tha...Qu Wenruo1-14/+32
2025-09-19btrfs: use readahead_expand() on compressed extentsBoris Burkov1-1/+33
2025-09-09btrfs: adjust subpage bit start based on sectorsizeJosef Bacik1-1/+1
2025-09-09btrfs: avoid load/store tearing races when checking if an inode was loggedFilipe Manana1-4/+21
2025-09-09btrfs: fix race between setting last_dir_index_offset and inode loggingFilipe Manana3-16/+4
2025-09-09btrfs: fix race between logging inode and checking if it was logged beforeFilipe Manana1-6/+30
2025-08-28btrfs: send: make fs_path_len() inline and constify its argumentFilipe Manana1-1/+1
2025-08-28btrfs: send: use fallocate for hole punching with send stream v2Filipe Manana1-0/+33
2025-08-28btrfs: send: avoid path allocation for the current inode when issuing commandsFilipe Manana1-118/+97
2025-08-28btrfs: send: keep the current inode's path cachedFilipe Manana1-5/+48
2025-08-28btrfs: send: add and use helper to rename current inode when processing refsFilipe Manana1-8/+15
2025-08-28btrfs: send: only use boolean variables at process_recorded_refs()Filipe Manana1-6/+6
2025-08-28btrfs: send: factor out common logic when sending xattrsFilipe Manana1-26/+15
2025-08-28btrfs: populate otime when logging an inode itemQu Wenruo1-0/+3
2025-08-28btrfs: constify more pointer parametersDavid Sterba18-75/+73
2025-08-28btrfs: fix ssd_spread overallocationBoris Burkov1-16/+17
2025-08-28btrfs: open code timespec64 in struct btrfs_inodeDavid Sterba3-23/+18
2025-08-28btrfs: abort transaction on unexpected eb generation at btrfs_copy_root()Filipe Manana1-1/+8
2025-08-28btrfs: always abort transaction on failure to add block group to free space treeFilipe Manana1-7/+9
2025-08-28btrfs: move transaction aborts to the error site in add_block_group_free_space()David Sterba1-2/+3
2025-08-28btrfs: qgroup: fix race between quota disable and quota rescan ioctlFilipe Manana1-7/+24
2025-08-28btrfs: don't ignore inode missing when replaying log treeFilipe Manana1-2/+12
2025-08-28btrfs: zoned: fix write time activation failure for metadata block groupNaohiro Aota1-4/+9