summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-06btrfs: opencode chunk locking, remove helpersDavid Sterba
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
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, lock/unlock_chunksJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney
2016-12-06btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff 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: remove constant parameter to memset_extent_buffer and rename itDavid Sterba
2016-11-30btrfs: use new helpers to set uuids in ebDavid Sterba
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-11-01btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig
2016-10-10Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Chris Mason
2016-09-26btrfs: fix a possible umount deadlockAnand Jain
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-09-26btrfs: clean the old superblocks before freeing the deviceJeff Mahoney
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik
2016-09-26btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsNaohiro Aota
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-25btrfs: do not background blkdev_put()Anand Jain
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-08-04Merge 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: btrfs_relocate_chunk pass extent_root to btrfs_end_transactionJeff Mahoney
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney
2016-07-26Btrfs: fix unexpected balance crash due to BUG_ONLiu Bo
2016-07-26btrfs: make sure device is synced before returnAnand Jain
2016-07-26btrfs: reorg btrfs_close_one_device()Anand Jain
2016-07-18Btrfs: fix comparison in __btrfs_map_block()Vincent Stehlé
2016-06-25Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-23Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra
2016-06-18Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo
2016-06-10Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-08Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2016-06-07btrfs: use bio fields for op and flagsMike Christie
2016-06-07btrfs: update __btrfs_map_block for REQ_OP transitionMike Christie
2016-06-07btrfs: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-06-06Btrfs: add validadtion checks for chunk loadingLiu Bo
2016-06-06Btrfs: add more validation checks for superblockLiu Bo
2016-06-06Btrfs: clear uptodate flags of pages in sys_array ebLiu Bo