summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
...
| * btrfs: preallocate radix tree node for global readahead treeDavid Sterba2017-04-181-1/+1
| * btrfs: convert btrfs_root.refs from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
| * btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
| * btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
* | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-29/+7
|\ \ | |/ |/|
| * btrfs: Convert to separately allocated bdiJan Kara2017-04-201-29/+7
* | 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 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-021-12/+20
|\|
| * Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2017-02-281-7/+10
| |\
| | * btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba2017-02-281-1/+1
| | * btrfs: document existence of extent_io ops callbacksDavid Sterba2017-02-281-2/+5
| | * btrfs: constify input buffer of btrfs_csum_dataDavid Sterba2017-02-281-2/+2
| | * btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov2017-02-281-3/+3
| * | Btrfs: fix use-after-free due to wrong order of destroying work queuesFilipe Manana2017-02-241-2/+7
| * | Btrfs: fix assertion failure when freeing block groups at close_ctree()Filipe Manana2017-02-241-3/+3
| |/
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-251-19/+10
|\|
| * btrfs: remove unused parameter from btrfs_check_super_validDavid Sterba2017-02-171-5/+3
| * btrfs: merge two superblock writing helpersDavid Sterba2017-02-171-7/+1
| * btrfs: remove unused parameter from write_dev_supersDavid Sterba2017-02-171-3/+3
| * btrfs: remove unused parameter from clean_tree_blockDavid Sterba2017-02-171-2/+1
| * btrfs: remove unused parameter from check_async_writeDavid Sterba2017-02-171-2/+2
* | block: Get rid of blk_get_backing_dev_info()Jan Kara2017-02-021-1/+1
|/
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-161-294/+301
|\
| * Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2016-12-131-4/+19
| |\
| | * Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana2016-11-231-1/+12
| | * Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo2016-11-231-3/+7
| * | btrfs: opencode chunk locking, remove helpersDavid Sterba2016-12-061-2/+2
| * | btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-4/+4
| * | btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-99/+87
| * | btrfs: root->fs_info cleanup, access fs_info->delayed_root directlyJeff Mahoney2016-12-061-4/+4
| * | btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-125/+143
| * | btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney2016-12-061-2/+2
| * | btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-35/+27
| * | btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney2016-12-061-2/+2
| * | btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-061-21/+23
| * | btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney2016-12-061-2/+2
| * | btrfs: improve delayed refs iterationsWang Xiaoguang2016-11-301-0/+2
| * | btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan2016-11-301-1/+1
| * | btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-301-2/+2
| * | btrfs: use new helpers to set uuids in ebDavid Sterba2016-11-301-7/+3
| * | btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba2016-11-301-7/+1
| * | btrfs: reada, sink start parameter to btree_readahead_hookDavid Sterba2016-11-301-2/+2
| |/
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-3/+3
* | btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-011-1/+1
|/
* Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-10-121-12/+21
|\
| * Btrfs: catch invalid free space treesOmar Sandoval2016-10-031-0/+9
| * Btrfs: fix mount -o clear_cache,space_cache=v2Omar Sandoval2016-10-031-12/+12
* | btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-42/+48
* | btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-23/+21