summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-051-36/+48
|\
| * btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo2017-06-291-2/+4
| * btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo2017-06-291-2/+4
| * btrfs: Check name_len with boundary in verify dir_itemSu Yue2017-06-211-1/+1
| * btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundarySu Yue2017-06-211-0/+2
| * btrfs: Round down values which are written for total_bytes_sizeNikolay Borisov2017-06-201-0/+1
| * btrfs: Manually implement device_total_bytes getter/setterNikolay Borisov2017-06-201-1/+19
| * btrfs: obsolete and remove mount option alloc_startDavid Sterba2017-06-201-11/+1
| * btrfs: move fs_info::fs_frozen to the flagsDavid Sterba2017-06-201-3/+2
| * btrfs: use generic slab for for btrfs_transactionDavid Sterba2017-06-191-1/+0
| * btrfs: remove __BTRFS_LEAF_DATA_SIZENikolay Borisov2017-06-191-6/+3
| * btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSETNikolay Borisov2017-06-191-6/+4
| * btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney2017-06-191-1/+3
| * Btrfs: replace tree->mapping with tree->private_dataJosef Bacik2017-06-191-0/+1
| * btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCESargun Dhillon2017-06-191-0/+2
| * btrfs: Convert fs_info->free_chunk_space to atomic64_tNikolay Borisov2017-06-191-2/+1
* | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-2/+2
|\ \ | |/
| * Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-06-101-2/+2
| |\
| | * Btrfs: fix delalloc accounting leak caused by u32 overflowOmar Sandoval2017-06-091-2/+2
* | | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-3/+3
|/ /
* | Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-6/+28
|\ \ | |/
| * btrfs: scrub: Introduce full stripe lock for RAID56Qu Wenruo2017-04-181-0/+17
| * btrfs: track exclusive filesystem operation in flagsDavid Sterba2017-04-181-2/+5
| * btrfs: replace hardcoded value with SEQ_LAST macroEdmund Nadolski2017-04-181-0/+2
| * btrfs: remove redundant parameter from btree_readahead_hookDavid Sterba2017-04-181-2/+1
| * btrfs: convert btrfs_root.refs from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
| * btrfs: convert btrfs_caching_control.count from atomic_t to refcount_tElena Reshetova2017-04-181-1/+2
* | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-1/+0
|\ \ | |/ |/|
| * btrfs: Convert to separately allocated bdiJan Kara2017-04-201-1/+0
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-311-1/+1
|\ \ | |/ |/|
| * btrfs: Change qgroup_meta_rsv to 64bitGoldwyn Rodrigues2017-03-291-1/+1
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+1
|\ \
| * | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-021-19/+20
|\ \ \ | |/ / |/| / | |/
| * btrfs: Make btrfs_add_link take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| * btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov2017-02-281-6/+6
| * btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| * btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov2017-02-281-1/+2
| * btrfs: Make btrfs_mark_extent_written take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| * btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| * btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| * btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| * btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| * btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| * btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| * btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| * btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| * btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov2017-02-281-1/+1
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-251-38/+46
|\ \ | |/
| * btrfs: use btrfs_debug instead of pr_debug in transaction abortJeff Mahoney2017-02-171-1/+2
OpenPOWER on IntegriCloud