aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockGravatar Jens Axboe 1-2/+2
2017-06-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2017-06-09Btrfs: fix delalloc accounting leak caused by u32 overflowGravatar Omar Sandoval 1-2/+2
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-3/+3
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+28
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2017-04-20btrfs: Convert to separately allocated bdiGravatar Jan Kara 1-1/+0
2017-04-18btrfs: scrub: Introduce full stripe lock for RAID56Gravatar Qu Wenruo 1-0/+17
2017-04-18btrfs: track exclusive filesystem operation in flagsGravatar David Sterba 1-2/+5
2017-04-18btrfs: replace hardcoded value with SEQ_LAST macroGravatar Edmund Nadolski 1-0/+2
2017-04-18btrfs: remove redundant parameter from btree_readahead_hookGravatar David Sterba 1-2/+1
2017-04-18btrfs: convert btrfs_root.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2017-04-18btrfs: convert btrfs_caching_control.count from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+2
2017-03-31Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-03-29btrfs: Change qgroup_meta_rsv to 64bitGravatar Goldwyn Rodrigues 1-1/+1
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+1
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-19/+20
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2017-02-28btrfs: Make btrfs_add_link take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-28btrfs: Make get_extent_t take btrfs_inodeGravatar Nikolay Borisov 1-6/+6
2017-02-28btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-28btrfs: Make btrfs_orphan_add take btrfs_inodeGravatar Nikolay Borisov 1-1/+2
2017-02-28btrfs: Make btrfs_mark_extent_written take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-28btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-28btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-28btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-28btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-28btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-28btrfs: Make btrfs_insert_dir_item take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-38/+46
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-1/+1
2017-02-17btrfs: use btrfs_debug instead of pr_debug in transaction abortGravatar Jeff Mahoney 1-1/+2
2017-02-17btrfs: convert btrfs_inc_block_group_ro to accept fs_infoGravatar Jeff Mahoney 1-1/+1
2017-02-17btrfs: remove unused parameter from btrfs_prepare_extent_commitGravatar David Sterba 1-2/+1
2017-02-17btrfs: remove unused parameter from btrfs_subvolume_release_metadataGravatar David Sterba 1-2/+1
2017-02-14Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existGravatar Liu Bo 1-2/+1
2017-02-14Btrfs: constify struct btrfs_{,disk_}key wherever possibleGravatar Omar Sandoval 1-29/+31
2017-02-14btrfs: Make btrfs_unlink_inode take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-14btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZEGravatar David Sterba 1-0/+8
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+0
2016-12-09fs: try to clone files first in vfs_copy_file_rangeGravatar Christoph Hellwig 1-3/+0
2016-12-09Btrfs: don't WARN() in btrfs_transaction_abort() for IO errorsGravatar Chris Mason 1-3/+8
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-70/+61
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-5/+9
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeGravatar Jeff Mahoney 1-4/+4
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-27/+28
2016-12-06btrfs: root->fs_info cleanup, io_ctl_initGravatar Jeff Mahoney 1-1/+1