aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file-item.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: use bvec_kmap_local in btrfs_csum_one_bioGravatar Christoph Hellwig 1-4/+4
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioGravatar Qu Wenruo 1-7/+6
2021-09-17btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingGravatar Qu Wenruo 1-1/+12
2021-08-23btrfs: remove unneeded return variable in btrfs_lookup_file_extentGravatar Marcos Paulo de Souza 1-3/+2
2021-06-22btrfs: fix typos in commentsGravatar David Sterba 1-1/+1
2021-05-27btrfs: fix fsync failure and transaction abort after writes to prealloc extentsGravatar Filipe Manana 1-22/+76
2021-05-27btrfs: fix error handling in btrfs_del_csumsGravatar Josef Bacik 1-5/+5
2021-04-19btrfs: remove duplicated in_range() macroGravatar Johannes Thumshirn 1-0/+1
2021-02-08btrfs: fix function description formats in file-item.cGravatar Nikolay Borisov 1-8/+14
2020-12-18btrfs: correctly calculate item size used when item key collision happensGravatar ethanwu 1-0/+2
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsGravatar Qu Wenruo 1-84/+166
2020-12-09btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsGravatar Qu Wenruo 1-5/+11
2020-12-09btrfs: drop casts of bio bi_sectorGravatar David Sterba 1-3/+3
2020-12-08btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sumsGravatar Qu Wenruo 1-1/+5
2020-12-08btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeGravatar Nikolay Borisov 1-9/+9
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 1-4/+0
2020-12-08btrfs: remove unnecessary local variables for checksum sizeGravatar David Sterba 1-2/+1
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32Gravatar David Sterba 1-7/+7
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereGravatar David Sterba 1-7/+7
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsGravatar David Sterba 1-19/+15
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoGravatar David Sterba 1-1/+1
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsGravatar Josef Bacik 1-1/+1
2020-12-08btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsGravatar Josef Bacik 1-0/+3
2020-10-07btrfs: make btrfs_find_ordered_sum take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2020-07-27btrfs: make btrfs_csum_one_bio takae btrfs_inodeGravatar Nikolay Borisov 1-2/+1
2020-07-27btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeGravatar Nikolay Borisov 1-2/+3
2020-05-25btrfs: remove useless 'fail_unlock' label from btrfs_csum_file_blocks()Gravatar Filipe Manana 1-7/+4
2020-05-25btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsGravatar Filipe Manana 1-2/+4
2020-05-25btrfs: make checksum item extension more efficientGravatar Filipe Manana 1-10/+17
2020-05-25btrfs: use crypto_shash_digest() instead of open codingGravatar Eric Biggers 1-4/+3
2020-05-25btrfs: clarify btrfs_lookup_bio_sums documentationGravatar Omar Sandoval 1-4/+7
2020-03-23btrfs: add helper to get the end offset of a file extent itemGravatar Filipe Manana 1-12/+28
2020-03-23btrfs: introduce per-inode file extent treeGravatar Josef Bacik 1-0/+91
2020-01-20btrfs: safely advance counter when looking up bio csumsGravatar David Sterba 1-1/+2
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemGravatar Omar Sandoval 1-2/+2
2020-01-20btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Gravatar Omar Sandoval 1-6/+5
2020-01-20btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersGravatar Omar Sandoval 1-18/+17
2019-12-13Btrfs: fix missing data checksums after replaying a log treeGravatar Filipe Manana 1-2/+5
2019-11-18btrfs: remove extent_map::bdevGravatar David Sterba 1-1/+0
2019-07-01btrfs: directly call into crypto framework for checksummingGravatar Johannes Thumshirn 1-9/+9
2019-07-01btrfs: don't assume compressed_bio sums to be 4 bytesGravatar Johannes Thumshirn 1-1/+1
2019-07-01btrfs: don't assume ordered sums to be 4 bytesGravatar Johannes Thumshirn 1-14/+21
2019-04-29btrfs: Document btrfs_csum_one_bioGravatar Nikolay Borisov 1-0/+10
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemGravatar David Sterba 1-1/+1
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemGravatar David Sterba 1-2/+2
2019-04-29btrfs: Remove redundant inode argument from btrfs_add_ordered_sumGravatar Nikolay Borisov 1-2/+2
2019-04-29btrfs: get fs_info from eb in btrfs_leaf_free_spaceGravatar David Sterba 1-2/+2
2019-04-29btrfs: reduce kmap_atomic time for checksummingGravatar Johannes Thumshirn 1-6/+2
2019-04-25btrfs: Switch memory allocations in async csum calculation path to kvmallocGravatar Nikolay Borisov 1-4/+11
2018-12-17btrfs: replace btrfs_io_bio::end_io with a simple helperGravatar David Sterba 1-9/+0