summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-241-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-3/+0
|\
| * fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig2016-12-091-3/+0
* | Btrfs: don't WARN() in btrfs_transaction_abort() for IO errorsChris Mason2016-12-091-3/+8
* | btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-70/+61
* | btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-5/+9
* | btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney2016-12-061-4/+4
* | btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-27/+28
* | btrfs: root->fs_info cleanup, io_ctl_initJeff Mahoney2016-12-061-1/+1
* | btrfs: struct reada_control.root -> reada_control.fs_infoJeff Mahoney2016-12-061-1/+1
* | btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-061-8/+8
* | btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney2016-12-061-2/+2
* | btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba2016-11-301-0/+4
OpenPOWER on IntegriCloud