summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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: call btrfs_close_devices() from ->kill_sbChristoph Hellwig
2025-07-22btrfs: add assertions to make super block creation more clearQu Wenruo
2025-07-22btrfs: get rid of re-entering of btrfs_get_tree()Qu Wenruo
2025-07-22btrfs: always open the device read-only in btrfs_scan_one_device()Christoph Hellwig
2025-07-22btrfs: don't skip accounting in early ENOTTY return in btrfs_uring_encoded_re...Caleb Sander Mateos
2025-07-22btrfs: rename inode number parameter passed to btrfs_check_dir_item_collision()David Sterba
2025-07-22btrfs: pass bool to indicate subvolume/snapshot creation typeDavid Sterba
2025-07-22btrfs: pass dentry to btrfs_mksubvol() and btrfs_mksnapshot()David Sterba
2025-07-22btrfs: use struct qstr for subvolume ioctl helpersDavid Sterba
2025-07-22btrfs: replace strcpy() with strscpy()Brahmajit Das
2025-07-22btrfs: accessors: delete token versions of set/get helpersDavid Sterba
2025-07-22btrfs: tree-log: don't use token set/get accessors in fill_inode_item()David Sterba
2025-07-22btrfs: don't use token set/get accessors in inode.c:fill_inode_item()David Sterba
2025-07-22btrfs: don't use token set/get accessors for btrfs_item membersDavid Sterba
2025-07-22btrfs: qgroup: remove no longer used fs_info->qgroup_ulistFilipe Manana
2025-07-22btrfs: qgroup: fix race between quota disable and quota rescan ioctlFilipe Manana
2025-07-22btrfs: clear dirty status from extent buffer on error at insert_new_root()Filipe Manana
2025-07-21btrfs: change dump_block_groups() in btrfs_dump_space_info() from int to boolJohannes Thumshirn
2025-07-21btrfs: use pgoff_t for page index variablesDavid Sterba
2025-07-21btrfs: replace nested usage of min & max with clamp in btrfs_compress_set_lev...George Hu
2025-07-21btrfs: send: avoid extra calls to strlen() in gen_unique_name()Dmitry Antipov
2025-07-21btrfs: qgroup: avoid memory allocation if qgroups are not enabledFilipe Manana
2025-07-21btrfs: qgroup: remove pointless error check for add_qgroup_rb() callFilipe Manana
2025-07-21btrfs: split btrfs_is_fstree() into multiple if statements for readabilityFilipe Manana
2025-07-21btrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana
2025-07-21btrfs: split inode extref processing from __add_inode_ref() into a helperFilipe Manana
2025-07-21btrfs: split inode ref processing from __add_inode_ref() into a helperFilipe Manana
2025-07-21btrfs: use btrfs inodes in btrfs_rmdir() to avoid so much usage of BTRFS_I()Filipe Manana
2025-07-21btrfs: use inode already stored in local variable at btrfs_rmdir()Filipe Manana
2025-07-21btrfs: use our message helpers instead of pr_err/pr_warn/pr_infoDavid Sterba
2025-07-21btrfs: remove partial support for lowest level from btrfs_search_forward()Sun YangKai
2025-07-21btrfs: use folio_next_index() helper in check_range_has_page()Qianfeng Rong
2025-07-21btrfs: remove unused parameters from btrfs_lookup_inode_extref()Sun YangKai
2025-07-21btrfs: rename error to ret in device_list_add()David Sterba
2025-07-21btrfs: rename error to ret in btrfs_sysfs_add_mounted()David Sterba
2025-07-21btrfs: rename error to ret in btrfs_sysfs_add_fsid()David Sterba
2025-07-21btrfs: rename error to ret in btrfs_mksubvol()David Sterba
2025-07-21btrfs: rename error to ret in btrfs_may_delete()David Sterba
2025-07-21btrfs: cache if we are using free space bitmaps for a block groupFilipe Manana
2025-07-21btrfs: add and use helper to determine if using bitmaps in free space treeFilipe Manana
2025-07-21btrfs: use fs_info from local variable in btrfs_convert_free_space_to_extents()Filipe Manana
2025-07-21btrfs: avoid double slot decrement at btrfs_convert_free_space_to_extents()Filipe Manana
2025-07-21btrfs: turn remove argument of modify_free_space_bitmap() to booleanFilipe Manana
2025-07-21btrfs: rename free_space_set_bits() and make it less confusingFilipe Manana
2025-07-21btrfs: add btrfs prefix to free space tree exported functionsFilipe Manana
2025-07-21btrfs: remove pointless out label from load_free_space_extents()Filipe Manana