summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
6 daysMerge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
10 daysbtrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey
2025-12-03Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-11-26btrfs: use vfs_utimes to update file timestampsChristoph Hellwig
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-11-24btrfs: use bool type for btrfs_path members used as booleansFilipe Manana
2025-11-24btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà
2025-11-24btrfs: more trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai
2025-11-24btrfs: implement remove_bdev and shutdown super operation callbacksQu Wenruo
2025-11-24btrfs: refactor allocation size calculation in alloc_btrfs_io_context()Mehdi Ben Hadj Khelifa
2025-11-05btrfs: use super write guard in relocating_repair_kthread()Christian Brauner
2025-11-05btrfs: use super write guard in sb_start_write()Christian Brauner
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba
2025-09-22btrfs: convert several int parameters to boolDavid Sterba
2025-09-05btrfs: don't allow adding block device of less than 1 MBMark Harmstone
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana
2025-07-22btrfs: don't print relocation messages from auto reclaimJohannes Thumshirn
2025-07-22btrfs: remove struct rcu_stringDavid Sterba
2025-07-22btrfs: open code RCU for device nameDavid Sterba
2025-07-22btrfs: use fs_holder_ops for all opened devicesQu Wenruo
2025-07-22btrfs: use the super_block as holder when mounting file systemsChristoph Hellwig
2025-07-22btrfs: delay btrfs_open_devices() until super block is createdQu Wenruo
2025-07-22btrfs: call bdev_fput() to reclaim the blk_holder immediatelyQu Wenruo
2025-07-22btrfs: always open the device read-only in btrfs_scan_one_device()Christoph Hellwig
2025-07-22btrfs: replace strcpy() with strscpy()Brahmajit Das
2025-07-21btrfs: use our message helpers instead of pr_err/pr_warn/pr_infoDavid Sterba
2025-07-21btrfs: rename error to ret in device_list_add()David Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_info()David Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_warn()David Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_err()David Sterba
2025-07-21btrfs: open code rcu_string_free() and remove itDavid Sterba
2025-07-21btrfs: fix comment in reserved space warningDan Johnson
2025-06-19btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone
2025-05-15btrfs: add space_info parameter for block group creationNaohiro Aota
2025-05-15btrfs: get rid of btrfs_read_dev_super()Qu Wenruo
2025-05-15btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()Qu Wenruo
2025-05-15btrfs: on unknown chunk allocation policy fallback to regularDavid Sterba
2025-05-15btrfs: switch int dev_replace_is_ongoing variables/parameters to boolDavid Sterba
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba
2025-05-15btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()David Sterba
2025-05-15btrfs: use verbose ASSERT() in volumes.cDavid Sterba
2025-05-15btrfs: rename the functions to init and release an extent io treeFilipe Manana
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana
2025-05-15btrfs: use clear_extent_bits() at chunk_map_device_clear_bits()Filipe Manana