summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-28btrfs: Make btrfs_add_link take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov1-6/+6
2017-02-28btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov1-1/+2
2017-02-28btrfs: Make btrfs_mark_extent_written take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov1-1/+1
2017-02-17btrfs: use btrfs_debug instead of pr_debug in transaction abortJeff Mahoney1-1/+2
2017-02-17btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney1-1/+1
2017-02-17btrfs: remove unused parameter from btrfs_prepare_extent_commitDavid Sterba1-2/+1
2017-02-17btrfs: remove unused parameter from btrfs_subvolume_release_metadataDavid Sterba1-2/+1
2017-02-14Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo1-2/+1
2017-02-14Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval1-29/+31
2017-02-14btrfs: Make btrfs_unlink_inode take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZEDavid Sterba1-0/+8
2016-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+0
2016-12-10fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig1-3/+0
2016-12-09Btrfs: don't WARN() in btrfs_transaction_abort() for IO errorsChris Mason1-3/+8
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-70/+61
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-5/+9
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney1-4/+4
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-27/+28
2016-12-06btrfs: root->fs_info cleanup, io_ctl_initJeff Mahoney1-1/+1
2016-12-06btrfs: struct reada_control.root -> reada_control.fs_infoJeff Mahoney1-1/+1
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-8/+8
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney1-2/+2
2016-11-30btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba1-0/+4
2016-11-30btrfs: delete unused member from superblockDavid Sterba1-1/+0
2016-11-30btrfs: reada, sink start parameter to btree_readahead_hookDavid Sterba1-1/+1
2016-11-30btrfs: add necessary comments about tickets_idWang Xiaoguang1-0/+4
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig1-3/+0
2016-10-15Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason1-1/+2
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-33/+83
2016-10-03Btrfs: catch invalid free space treesOmar Sandoval1-1/+2
2016-09-26btrfs: fix btrfs_no_printk stub helperArnd Bergmann1-10/+7
2016-09-26Btrfs: memset to avoid stale content in btree leafLiu Bo1-0/+15
2016-09-26btrfs: btrfs_debug should consume fs_info when DEBUG is not definedJeff Mahoney1-4/+10
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-1/+1
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-3/+3
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-20/+23
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo1-1/+1
2016-09-26btrfs: add dynamic debug supportJeff Mahoney1-1/+30