summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2026-06-19btrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana
2026-06-19btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-...Yochai Eisenrich
2026-06-01btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone
2026-06-01btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo
2026-04-18btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana
2026-04-18btrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone
2026-04-18btrfs: abort transaction on failure to update root in the received subvol ioctlFilipe Manana
2026-04-18btrfs: fix incorrect key offset in error message in check_dev_extent_item()Mark Harmstone
2026-03-04btrfs: continue trimming remaining devices on failurejinbaohong
2026-03-04btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not foundFilipe Manana
2026-03-04btrfs: qgroup: return correct error when deleting qgroup relation itemFilipe Manana
2026-02-06btrfs: fix deadlock in wait_current_trans() due to ignored transaction typeRobbie Ko
2026-01-19btrfs: do not clean up repair bio if submit failsJosef Bacik
2026-01-19btrfs: don't rewrite ret from inode_permissionJosef Bacik
2026-01-19btrfs: scrub: always update btrfs_scrub_progress::last_physicalQu Wenruo
2026-01-19btrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey
2025-12-07btrfs: mark dirty extent range for out of bound prealloc extentsaustinchang
2025-12-07btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()Filipe Manana
2025-12-07btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana
2025-10-29btrfs: avoid potential out-of-bounds in btrfs_encode_fh()Anderson Nascimento
2025-10-29minmax: don't use max() in situations that want a C constant expressionLinus Torvalds
2025-10-29minmax: add in_range() macroMatthew Wilcox (Oracle)
2025-10-29btrfs: remove duplicated in_range() macroJohannes Thumshirn
2025-10-02btrfs: tree-checker: fix the incorrect inode ref size checkQu Wenruo
2025-08-28btrfs: populate otime when logging an inode itemQu Wenruo
2025-08-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana
2025-08-28btrfs: fix log tree replay failure due to file with 0 links and extentsFilipe Manana
2025-07-17btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana
2025-07-17btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana
2025-07-17btrfs: fix missing error handling when searching for inode refs during log re...Filipe Manana
2025-07-17btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone
2025-06-04btrfs: send: return -ENAMETOOLONG when attempting a path that is too longFilipe Manana
2025-06-04btrfs: avoid linker error in btrfs_find_create_tree_block()Mark Harmstone
2025-06-04btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana
2025-05-02btrfs: correctly escape subvol in btrfs_show_options()Johannes Kimmel
2025-04-10btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik
2025-03-13btrfs: bring back the incorrectly removed extent buffer lock recursion supportFilipe Manana
2025-03-13btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2025-03-13Revert "btrfs: avoid monopolizing a core when activating a swap file"Koichiro Den
2025-03-13btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handlingJosef Bacik
2025-03-13btrfs: fix use-after-free when attempting to join an aborted transactionFilipe Manana
2025-03-13btrfs: output the reason for open_ctree() failureQu Wenruo
2025-01-09btrfs: don't set lock_owner when locking extent buffer for readingZygo Blaxell
2025-01-09btrfs: locking: remove the recursion handling codeJosef Bacik
2025-01-09btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana
2025-01-09btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana
2025-01-09btrfs: rename and export __btrfs_cow_block()Filipe Manana
2025-01-09btrfs: locking: remove all the blocking helpersJosef Bacik
2025-01-09btrfs: switch extent buffer tree lock to rw_semaphoreJosef Bacik
2025-01-09btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana