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 log conflicting inode if it's a dir moved in the current transac...Filipe Manana1-0/+38
8 daysbtrfs: don't rewrite ret from inode_permissionJosef Bacik1-3/+1
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: do not skip logging new dentries when logging a new nameFilipe Manana1-8/+0
2025-12-07btrfs: do not update last_log_commit when logging inode due to a new nameFilipe Manana1-1/+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-12-07btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()Thorsten Blum1-2/+1
2025-12-07btrfs: zoned: refine extent allocator hint selectionNaohiro Aota1-2/+4
2025-10-29btrfs: do not assert we found block group item when creating free space treeFilipe Manana1-7/+8
2025-10-29btrfs: 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-15btrfs: ref-verify: handle damaged extent root treeDavid Sterba1-1/+8
2025-10-15minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2025-10-02minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+0
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-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: populate otime when logging an inode itemQu Wenruo1-0/+5
2025-08-28btrfs: send: use fallocate for hole punching with send stream v2Filipe Manana1-0/+39
2025-08-28btrfs: abort transaction on unexpected eb generation at btrfs_copy_root()Filipe Manana1-1/+8
2025-08-28btrfs: qgroup: fix race between quota disable and quota rescan ioctlFilipe Manana1-7/+24
2025-08-28btrfs: fix qgroup reservation leak on failure to allocate ordered extentFilipe Manana1-3/+9
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-08-28btrfs: zoned: do not remove unwritten non-data block groupNaohiro Aota1-2/+25
2025-08-28btrfs: abort transaction during log replay if walk_log_tree() failedFilipe Manana1-2/+5
2025-08-28btrfs: zoned: use filesystem size not disk size for reclaim decisionJohannes Thumshirn1-2/+1
2025-07-17btrfs: fix assertion when building free space treeFilipe Manana1-4/+12
2025-07-17btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana1-11/+17
2025-07-10btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana1-5/+2
2025-07-10btrfs: fix iteration of extrefs during log replayFilipe Manana1-2/+2
2025-07-10btrfs: fix missing error handling when searching for inode refs during log re...Filipe Manana1-1/+3
2025-07-06btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone1-0/+6
2025-07-06btrfs: fix a race between renames and directory loggingFilipe Manana1-17/+64
2025-07-06btrfs: handle csum tree error with rescue=ibadroots correctlyQu Wenruo1-2/+1
2025-06-04btrfs: check folio mapping after unlock in relocate_one_folio()Boris Burkov1-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: fix non-empty delayed iputs list on unmount due to async workersFilipe Manana1-0/+13
2025-06-04btrfs: run btrfs_error_commit_super() earlyQu Wenruo1-7/+8
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