aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-08btrfs: generate lockdep keyset names at compile timeGravatar David Sterba 1-3/+0
2020-10-26btrfs: add a helper to read the tree_root commit root for backref lookupGravatar Josef Bacik 1-0/+3
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesGravatar Nikolay Borisov 1-0/+2
2020-10-07btrfs: replace readpage_end_io_hook with direct callsGravatar Nikolay Borisov 1-1/+3
2020-10-07btrfs: remove btree_get_extentGravatar Nikolay Borisov 1-3/+0
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationGravatar Qu Wenruo 1-0/+2
2020-05-25btrfs: simplify root lookup by idGravatar David Sterba 1-2/+1
2020-05-25btrfs: get rid of endio_repair_workersGravatar Omar Sandoval 1-1/+0
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootGravatar Josef Bacik 1-15/+1
2020-03-23btrfs: use the page cache for super block readingGravatar Johannes Thumshirn 1-3/+3
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootGravatar Josef Bacik 1-2/+2
2020-03-23btrfs: add a leak check for rootsGravatar Josef Bacik 1-1/+8
2020-03-23btrfs: make the init of static elements in fs_info separateGravatar Josef Bacik 1-0/+1
2020-03-23btrfs: export and rename free_fs_infoGravatar Josef Bacik 1-0/+1
2020-03-23btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_rootGravatar Josef Bacik 1-0/+4
2020-03-23btrfs: make the fs root init functions staticGravatar Josef Bacik 1-3/+0
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameGravatar Josef Bacik 1-6/+0
2020-03-23btrfs: remove btrfs_read_fs_root, not used anymoreGravatar Josef Bacik 1-2/+0
2020-03-23btrfs: export and use btrfs_read_tree_root for tree-logGravatar Josef Bacik 1-0/+2
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Gravatar Omar Sandoval 1-2/+2
2019-11-18btrfs: add __cold attribute to more functionsGravatar David Sterba 1-2/+2
2019-09-09btrfs: Make reada_tree_block_flagged privateGravatar Nikolay Borisov 1-2/+0
2019-07-01btrfs: directly call into crypto framework for checksummingGravatar Johannes Thumshirn 1-2/+0
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeGravatar David Sterba 1-1/+0
2019-04-29btrfs: get fs_info from eb in btrfs_verify_level_keyGravatar David Sterba 1-2/+1
2019-04-29btrfs: get fs_info from eb in clean_tree_blockGravatar David Sterba 1-1/+1
2019-04-29btrfs: move tree block wait and write helpers to tree-logGravatar David Sterba 1-2/+0
2019-04-29btrfs: Check the first key and level for cached extent bufferGravatar Qu Wenruo 1-0/+3
2018-12-17btrfs: drop extra enum initialization where using defaultsGravatar David Sterba 1-5/+5
2018-08-06btrfs: unify end_io callbacks of async_submit_bioGravatar David Sterba 1-2/+3
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersGravatar David Sterba 1-16/+4
2018-03-31btrfs: Validate child tree block's level and first keyGravatar Qu Wenruo 1-3/+5
2018-03-31btrfs: separate types for submit_bio_start and submit_bio_doneGravatar David Sterba 1-2/+2
2018-03-26btrfs: add more __cold annotationsGravatar David Sterba 1-1/+1
2018-03-26btrfs: remove unused function btrfs_async_submit_limit()Gravatar Anand Jain 1-1/+0
2018-01-22btrfs: sink get_extent parameter to read_extent_buffer_pagesGravatar David Sterba 1-0/+3
2017-08-16btrfs: use named constant for bdev blocksizeGravatar David Sterba 1-0/+8
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresGravatar Qu Wenruo 1-2/+0
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+6
2017-06-19btrfs: btrfs_wait_tree_block_writeback can be void returnGravatar Jeff Layton 1-1/+1
2017-06-19Btrfs: replace tree->mapping with tree->private_dataGravatar Josef Bacik 1-3/+3
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-6/+6
2017-04-18btrfs: convert btrfs_root.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-2/+2
2017-02-28btrfs: constify input buffer of btrfs_csum_dataGravatar David Sterba 1-1/+1
2017-02-17btrfs: merge two superblock writing helpersGravatar David Sterba 1-2/+1
2017-02-17btrfs: remove unused parameter from clean_tree_blockGravatar David Sterba 1-2/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-11/+12
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-2/+1
2016-12-06btrfs: call functions that always use the same root with fs_info insteadGravatar Jeff Mahoney 1-2/+2
2016-11-30btrfs: change btrfs_csum_final result param type to u8Gravatar Domagoj Tršan 1-1/+1