summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-02btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana1-2/+3
2026-03-19btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copi...Mark Harmstone1-2/+4
2026-03-04btrfs: replace BUG() with error handling in __btrfs_balance()Adarsh Das1-2/+8
2026-02-27btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocationBoris Burkov1-60/+183
2026-01-21Merge tag 'for-6.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+42
2026-01-20btrfs: add extra device item checks at mountQu Wenruo1-0/+40
2026-01-20btrfs: sync read disk super and set block sizeEdward Adam Davis1-0/+2
2025-12-16Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2025-12-12btrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey1-0/+1
2025-12-04Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-129/+70
2025-12-02Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+4
2025-11-26btrfs: use vfs_utimes to update file timestampsChristoph Hellwig1-7/+4
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba1-2/+1
2025-11-25btrfs: use bool type for btrfs_path members used as booleansFilipe Manana1-3/+3
2025-11-25btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà1-20/+8
2025-11-24btrfs: more trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai1-98/+55
2025-11-24btrfs: implement remove_bdev and shutdown super operation callbacksQu Wenruo1-0/+2
2025-11-24btrfs: refactor allocation size calculation in alloc_btrfs_io_context()Mehdi Ben Hadj Khelifa1-6/+1
2025-11-06btrfs: use super write guard in relocating_repair_kthread()Christian Brauner1-3/+2
2025-11-06btrfs: use super write guard in sb_start_write()Christian Brauner1-2/+2
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba1-14/+14
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-15/+15
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-6/+4
2025-09-22btrfs: convert several int parameters to boolDavid Sterba1-1/+1
2025-09-05btrfs: don't allow adding block device of less than 1 MBMark Harmstone1-0/+5
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana1-5/+5
2025-07-22btrfs: don't print relocation messages from auto reclaimJohannes Thumshirn1-6/+8
2025-07-22btrfs: remove struct rcu_stringDavid Sterba1-1/+0
2025-07-22btrfs: open code RCU for device nameDavid Sterba1-13/+22
2025-07-22btrfs: use fs_holder_ops for all opened devicesQu Wenruo1-2/+2
2025-07-22btrfs: use the super_block as holder when mounting file systemsChristoph Hellwig1-2/+2
2025-07-22btrfs: delay btrfs_open_devices() until super block is createdQu Wenruo1-2/+3
2025-07-22btrfs: call bdev_fput() to reclaim the blk_holder immediatelyQu Wenruo1-9/+9
2025-07-22btrfs: always open the device read-only in btrfs_scan_one_device()Christoph Hellwig1-2/+2
2025-07-22btrfs: replace strcpy() with strscpy()Brahmajit Das1-3/+1
2025-07-22btrfs: use our message helpers instead of pr_err/pr_warn/pr_infoDavid Sterba1-4/+4
2025-07-22btrfs: rename error to ret in device_list_add()David Sterba1-5/+5
2025-07-22btrfs: switch RCU helper versions to btrfs_info()David Sterba1-2/+2
2025-07-22btrfs: switch RCU helper versions to btrfs_warn()David Sterba1-5/+5
2025-07-22btrfs: switch RCU helper versions to btrfs_err()David Sterba1-1/+1
2025-07-22btrfs: open code rcu_string_free() and remove itDavid Sterba1-2/+3
2025-07-22btrfs: fix comment in reserved space warningDan Johnson1-1/+1
2025-06-19btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone1-0/+6
2025-05-15btrfs: add space_info parameter for block group creationNaohiro Aota1-5/+30
2025-05-15btrfs: get rid of btrfs_read_dev_super()Qu Wenruo1-1/+1
2025-05-15btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()Qu Wenruo1-44/+39
2025-05-15btrfs: on unknown chunk allocation policy fallback to regularDavid Sterba1-8/+12
2025-05-15btrfs: switch int dev_replace_is_ongoing variables/parameters to boolDavid Sterba1-2/+2
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba1-53/+47
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba1-4/+4