summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba
2017-02-28btrfs: document existence of extent_io ops callbacksDavid Sterba
2017-02-28btrfs: constify input buffer of btrfs_csum_dataDavid Sterba
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-24Btrfs: fix use-after-free due to wrong order of destroying work queuesFilipe Manana
2017-02-24Btrfs: fix assertion failure when freeing block groups at close_ctree()Filipe Manana
2017-02-17btrfs: remove unused parameter from btrfs_check_super_validDavid Sterba
2017-02-17btrfs: merge two superblock writing helpersDavid Sterba
2017-02-17btrfs: remove unused parameter from write_dev_supersDavid Sterba
2017-02-17btrfs: remove unused parameter from clean_tree_blockDavid Sterba
2017-02-17btrfs: remove unused parameter from check_async_writeDavid Sterba
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
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, access fs_info->delayed_root directlyJeff 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: 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: improve delayed refs iterationsWang Xiaoguang
2016-11-30btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan
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-30btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba
2016-11-30btrfs: reada, sink start parameter to btree_readahead_hookDavid Sterba
2016-11-23Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana
2016-11-23Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-11-01btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason
2016-10-03Btrfs: catch invalid free space treesOmar Sandoval
2016-10-03Btrfs: fix mount -o clear_cache,space_cache=v2Omar Sandoval
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: improve check_node to avoid reading corrupted nodesLiu Bo
2016-09-26Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik
2016-09-26Btrfs: fix memory leak of block group cacheLiu Bo
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-25Btrfs: detect corruption when non-root leaf has zero itemLiu Bo
2016-08-25Btrfs: check btree node's nritemsLiu Bo