summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-04-011-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-031-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
| * btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney2017-02-171-1/+1
| * btrfs: remove unused parameter from btrfs_prepare_extent_commitDavid Sterba2017-02-171-2/+1
| * btrfs: remove unused parameter from btrfs_subvolume_release_metadataDavid Sterba2017-02-171-2/+1
| * Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo2017-02-141-2/+1
| * Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval2017-02-141-29/+31
| * btrfs: Make btrfs_unlink_inode take btrfs_inodeNikolay Borisov2017-02-141-1/+1
| * btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZEDavid Sterba2017-02-141-0/+8
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-181-3/+0
|\
| * fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig2016-12-101-3/+0
* | Btrfs: don't WARN() in btrfs_transaction_abort() for IO errorsChris Mason2016-12-091-3/+8