aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-09fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig
2016-12-09Btrfs: don't WARN() in btrfs_transaction_abort() for IO errorsChris Mason
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, io_ctl_initJeff Mahoney
2016-12-06btrfs: struct reada_control.root -> reada_control.fs_infoJeff Mahoney
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney
2016-11-30btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba
2016-11-30btrfs: delete unused member from superblockDavid Sterba
2016-11-30btrfs: reada, sink start parameter to btree_readahead_hookDavid Sterba
2016-11-30btrfs: add necessary comments about tickets_idWang Xiaoguang
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig
2016-10-14Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-03Btrfs: catch invalid free space treesOmar Sandoval
2016-09-26btrfs: fix btrfs_no_printk stub helperArnd Bergmann
2016-09-26Btrfs: memset to avoid stale content in btree leafLiu Bo
2016-09-26btrfs: btrfs_debug should consume fs_info when DEBUG is not definedJeff Mahoney
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo
2016-09-26btrfs: add dynamic debug supportJeff Mahoney
2016-09-16btrfs: use filemap_check_errors()Miklos Szeredi
2016-09-09Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-06btrfs: introduce tickets_id to determine whether asynchronous metadata reclai...Wang Xiaoguang
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang
2016-08-25btrfs: properly track when rescan worker is runningJeff Mahoney
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-31Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-07-26btrfs: convert nodesize macros to static inlinesJeff Mahoney
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney
2016-07-26btrfs: cleanup, remove prototype for btrfs_find_root_refJeff Mahoney
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney
2016-07-26btrfs: hide test-only member under ifdefDavid Sterba
2016-07-07Btrfs: add tracepoints for flush eventsJosef Bacik
2016-07-07Btrfs: introduce ticketed enospc infrastructureJosef Bacik
2016-07-07Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik
2016-06-22Btrfs: track transid for delayed ref flushingJosef Bacik