summaryrefslogtreecommitdiff
path: root/fs/btrfs/root-tree.c
Commit message (Expand)AuthorAge
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-12
* btrfs: Cleanup existing name_len checksQu Wenruo2018-01-22
* btrfs: Clean up dead code in root-treeChristos Gkekas2017-10-30
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-14
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* | btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney2017-08-21
* | btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba2017-08-16
|/
* btrfs: Check name_len before in btrfs_del_root_refSu Yue2017-06-21
* btrfs: Use ktime_get_real_ts for root ctimeDeepa Dinamani2017-04-18
* Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval2017-02-14
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-06
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-06
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-06
* btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-06
* btrfs: unsplit printed stringsJeff Mahoney2016-09-26
* btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney2016-08-25
* btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-26
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-25
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-25
* | btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain2016-04-28
|/
* Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-21
|\
| * btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-18
* | Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana2016-03-03
|/
* Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-21
|\
| * btrfs: Fixed declaration of old_lenAlexandru Moise2015-10-21
* | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason2015-10-12
|\ \
| * | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-29
| |/
* | btrfs: switch more printks to our helpersDavid Sterba2015-10-08
|/
* Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-09
* btrfs: Use PTR_ERR_OR_ZEROSachin Kamat2014-03-10
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-28
* btrfs: expand btrfs_find_item() to include find_root_ref functionalityKelley Nielsen2014-01-28
* Btrfs: insert orphan roots into fs radix treeMiao Xie2013-10-10
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-01
* btrfs: mark some local function as 'static'Sergei Trofimovich2013-09-01
* btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-09-01
* Btrfs: cleanup orphaned root orphan itemJosef Bacik2013-07-02
* Btrfs: remove unused code in btrfs_del_rootLiu Bo2013-06-14
* Btrfs: cleanup the similar code of the fs root readMiao Xie2013-06-14
* Btrfs: delete unused parameter to btrfs_read_root_item()Stefan Behrens2013-05-06
* Btrfs: rename root_times_lock to root_item_lockAnand Jain2012-12-16
* btrfs: move transaction aborts to the point of failureDavid Sterba2012-10-08
* Btrfs: fix some endian bugs handling the root timesDan Carpenter2012-08-28
* Btrfs: introduce subvol uuids and timesAlexander Block2012-07-25
* btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-22
* btrfs: btrfs_update_root error push-upJeff Mahoney2012-03-22
* btrfs: Simplify btrfs_insert_rootJeff Mahoney2012-03-22
* btrfs: make btrfs_set_root_node voidMark Fasheh2011-08-01
* Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-23
|\
| * Btrfs: return error code to caller when btrfs_del_item failsTsutomu Itoh2011-05-23