summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file-item.c
AgeCommit message (Expand)Author
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo
2020-12-09btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsQu Wenruo
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba
2020-12-08btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sumsQu Wenruo
2020-12-08btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeNikolay Borisov
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2020-12-08btrfs: remove unnecessary local variables for checksum sizeDavid Sterba
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik
2020-12-08btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsJosef Bacik
2020-10-07btrfs: make btrfs_find_ordered_sum take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_csum_one_bio takae btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov
2020-05-25btrfs: remove useless 'fail_unlock' label from btrfs_csum_file_blocks()Filipe Manana
2020-05-25btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana
2020-05-25btrfs: make checksum item extension more efficientFilipe Manana
2020-05-25btrfs: use crypto_shash_digest() instead of open codingEric Biggers
2020-05-25btrfs: clarify btrfs_lookup_bio_sums documentationOmar Sandoval
2020-03-23btrfs: add helper to get the end offset of a file extent itemFilipe Manana
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik
2020-01-20btrfs: safely advance counter when looking up bio csumsDavid Sterba
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval
2020-01-20btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Omar Sandoval
2020-01-20btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersOmar Sandoval
2019-12-13Btrfs: fix missing data checksums after replaying a log treeFilipe Manana
2019-11-18btrfs: remove extent_map::bdevDavid Sterba
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn
2019-07-01btrfs: don't assume compressed_bio sums to be 4 bytesJohannes Thumshirn
2019-07-01btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn
2019-04-29btrfs: Document btrfs_csum_one_bioNikolay Borisov
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba
2019-04-29btrfs: Remove redundant inode argument from btrfs_add_ordered_sumNikolay Borisov
2019-04-29btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba
2019-04-29btrfs: reduce kmap_atomic time for checksummingJohannes Thumshirn
2019-04-25btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov
2018-12-17btrfs: replace btrfs_io_bio::end_io with a simple helperDavid Sterba
2018-12-17btrfs: remove redundant csum buffer in btrfs_io_bioDavid Sterba
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-19Btrfs: change how we iterate bios in endioLiu Bo
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2017-02-28btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov