summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file-item.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove unneeded return variable in btrfs_lookup_file_extentMarcos Paulo de Souza2021-08-231-3/+2
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: fix fsync failure and transaction abort after writes to prealloc extentsFilipe Manana2021-05-271-22/+76
* btrfs: fix error handling in btrfs_del_csumsJosef Bacik2021-05-271-5/+5
* btrfs: remove duplicated in_range() macroJohannes Thumshirn2021-04-191-0/+1
* btrfs: fix function description formats in file-item.cNikolay Borisov2021-02-081-8/+14
* btrfs: correctly calculate item size used when item key collision happensethanwu2020-12-181-0/+2
* btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo2020-12-091-84/+166
* btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsQu Wenruo2020-12-091-5/+11
* btrfs: drop casts of bio bi_sectorDavid Sterba2020-12-091-3/+3
* btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sumsQu Wenruo2020-12-081-1/+5
* btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeNikolay Borisov2020-12-081-9/+9
* btrfs: locking: rip out path->leave_spinningJosef Bacik2020-12-081-4/+0
* btrfs: remove unnecessary local variables for checksum sizeDavid Sterba2020-12-081-2/+1
* btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba2020-12-081-7/+7
* btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba2020-12-081-7/+7
* btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba2020-12-081-19/+15
* btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba2020-12-081-1/+1
* btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik2020-12-081-1/+1
* btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsJosef Bacik2020-12-081-0/+3
* btrfs: make btrfs_find_ordered_sum take btrfs_inodeNikolay Borisov2020-10-071-2/+2
* btrfs: make btrfs_csum_one_bio takae btrfs_inodeNikolay Borisov2020-07-271-2/+1
* btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov2020-07-271-2/+3
* btrfs: remove useless 'fail_unlock' label from btrfs_csum_file_blocks()Filipe Manana2020-05-251-7/+4
* btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana2020-05-251-2/+4
* btrfs: make checksum item extension more efficientFilipe Manana2020-05-251-10/+17
* btrfs: use crypto_shash_digest() instead of open codingEric Biggers2020-05-251-4/+3
* btrfs: clarify btrfs_lookup_bio_sums documentationOmar Sandoval2020-05-251-4/+7
* btrfs: add helper to get the end offset of a file extent itemFilipe Manana2020-03-231-12/+28
* btrfs: introduce per-inode file extent treeJosef Bacik2020-03-231-0/+91
* btrfs: safely advance counter when looking up bio csumsDavid Sterba2020-01-201-1/+2
* btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval2020-01-201-2/+2
* btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Omar Sandoval2020-01-201-6/+5
* btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersOmar Sandoval2020-01-201-18/+17
* Btrfs: fix missing data checksums after replaying a log treeFilipe Manana2019-12-131-2/+5
* btrfs: remove extent_map::bdevDavid Sterba2019-11-181-1/+0
* btrfs: directly call into crypto framework for checksummingJohannes Thumshirn2019-07-011-9/+9
* btrfs: don't assume compressed_bio sums to be 4 bytesJohannes Thumshirn2019-07-011-1/+1
* btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn2019-07-011-14/+21
* btrfs: Document btrfs_csum_one_bioNikolay Borisov2019-04-291-0/+10
* btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba2019-04-291-1/+1
* btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba2019-04-291-2/+2
* btrfs: Remove redundant inode argument from btrfs_add_ordered_sumNikolay Borisov2019-04-291-2/+2
* btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba2019-04-291-2/+2
* btrfs: reduce kmap_atomic time for checksummingJohannes Thumshirn2019-04-291-6/+2
* btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov2019-04-251-4/+11
* btrfs: replace btrfs_io_bio::end_io with a simple helperDavid Sterba2018-12-171-9/+0
* btrfs: remove redundant csum buffer in btrfs_io_bioDavid Sterba2018-12-171-5/+7
* btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba2018-08-061-1/+1
* btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo2018-08-061-1/+1