summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/root-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov2024-04-021-10/+0
* btrfs: handle invalid root reference found in btrfs_find_root()David Sterba2024-03-041-1/+8
* btrfs: handle root deletion lookup error in btrfs_del_root()David Sterba2024-03-041-2/+5
* btrfs: remove unused included headersDavid Sterba2024-03-041-1/+0
* btrfs: qgroup: add new quota mode for simple quotasBoris Burkov2023-10-121-1/+1
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-2/+2
* btrfs: reformat remaining kdoc style commentsDavid Sterba2023-10-121-2/+4
* btrfs: move orphan prototypes into orphan.hJosef Bacik2022-12-051-0/+1
* btrfs: move root tree prototypes to their own headerJosef Bacik2022-12-051-0/+1
* btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy2022-12-051-2/+2
* btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy2022-12-051-10/+9
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-051-1/+2
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: simplify error handling at btrfs_del_root_ref()Filipe Manana2022-09-261-9/+7
* btrfs: fix silent failure when deleting root referenceFilipe Manana2022-08-231-2/+3
* btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana2022-05-161-1/+2
* btrfs: do not start relocation until in progress drops are doneJosef Bacik2022-03-021-0/+15
* btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik2022-01-031-1/+1
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-2/+2
* Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-101-1/+2
|\
| * btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo2021-12-081-1/+2
* | btrfs: Use memset_startat() to clear end of structKees Cook2021-10-181-4/+2
|/
* btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo2020-10-071-2/+11
* btrfs: simplify root lookup by idDavid Sterba2020-05-251-7/+5
* btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov2020-03-231-1/+1
* btrfs: switch to use new generic UUID APIAndy Shevchenko2020-03-231-3/+1
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-1/+1
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-231-2/+0
* btrfs: hold a ref for the root in btrfs_find_orphan_rootsJosef Bacik2020-03-231-0/+3
* btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_rootJosef Bacik2020-03-231-34/+2
* btrfs: do not delete mismatched root refsJosef Bacik2020-01-081-4/+6
* btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik2019-09-091-1/+1
* btrfs: move the subvolume reservation stuff out of extent-tree.cJosef Bacik2019-07-041-0/+56
* Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana2019-05-091-3/+1
* btrfs: Don't panic when we can't find a root keyQu Wenruo2019-04-291-5/+8
* btrfs: check for refs on snapshot delete resumeJosef Bacik2019-02-271-2/+6
* btrfs: Remove unnecessary casts in btrfs_read_root_itemYueHaibing2019-02-251-2/+2
* btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi2018-08-061-5/+4
* btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi2018-08-061-5/+4
* btrfs: Remove fs_info from btrfs_del_rootLu Fengqi2018-08-061-2/+2
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-2/+2
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: Cleanup existing name_len checksQu Wenruo2018-01-221-7/+0
* btrfs: Clean up dead code in root-treeChristos Gkekas2017-10-301-4/+0
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney2017-08-211-3/+4
* | btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba2017-08-161-1/+1
|/
* btrfs: Check name_len before in btrfs_del_root_refSu Yue2017-06-211-0/+7