summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/root-tree.c
AgeCommit message (Expand)AuthorLines
2023-10-12btrfs: qgroup: add new quota mode for simple quotasBoris Burkov-1/+1
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana-2/+2
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba-2/+4
2022-12-05btrfs: move orphan prototypes into orphan.hJosef Bacik-0/+1
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik-0/+1
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy-2/+2
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy-10/+9
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik-0/+1
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik-1/+2
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik-0/+1
2022-09-26btrfs: simplify error handling at btrfs_del_root_ref()Filipe Manana-9/+7
2022-08-23btrfs: fix silent failure when deleting root referenceFilipe Manana-2/+3
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana-1/+2
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik-0/+15
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik-1/+1
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik-2/+2
2021-12-10Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+2
2021-12-08btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo-1/+2
2021-10-18btrfs: Use memset_startat() to clear end of structKees Cook-4/+2
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo-2/+11
2020-05-25btrfs: simplify root lookup by idDavid Sterba-7/+5
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov-1/+1
2020-03-23btrfs: switch to use new generic UUID APIAndy Shevchenko-3/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik-1/+1
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik-2/+0
2020-03-23btrfs: hold a ref for the root in btrfs_find_orphan_rootsJosef Bacik-0/+3
2020-03-23btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_rootJosef Bacik-34/+2
2020-01-08btrfs: do not delete mismatched root refsJosef Bacik-4/+6
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik-1/+1
2019-07-04btrfs: move the subvolume reservation stuff out of extent-tree.cJosef Bacik-0/+56
2019-05-09Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana-3/+1
2019-04-29btrfs: Don't panic when we can't find a root keyQu Wenruo-5/+8
2019-02-27btrfs: check for refs on snapshot delete resumeJosef Bacik-2/+6
2019-02-25btrfs: Remove unnecessary casts in btrfs_read_root_itemYueHaibing-2/+2
2018-08-06btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi-5/+4
2018-08-06btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi-5/+4
2018-08-06btrfs: Remove fs_info from btrfs_del_rootLu Fengqi-2/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani-2/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba-14/+1
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo-7/+0
2017-10-30btrfs: Clean up dead code in root-treeChristos Gkekas-4/+0
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney-3/+4
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells-1/+1
2017-06-21btrfs: Check name_len before in btrfs_del_root_refSu Yue-0/+7
2017-04-18btrfs: Use ktime_get_real_ts for root ctimeDeepa Dinamani-1/+2
2017-02-14Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval-3/+3
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney-1/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney-1/+1