summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file-item.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: make can_nocow_extent nowait compatibleJosef Bacik2022-09-291-1/+3
* btrfs: move btrfs_ordered_sum_size into file-item.cJosef Bacik2022-09-261-0/+11
* btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik2022-09-261-1/+1
* btrfs: remove the wake argument from clear_extent_bitsJosef Bacik2022-09-261-1/+1
* btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()Omar Sandoval2022-09-261-12/+9
* btrfs: handle csum lookup errors properly on readsJosef Bacik2022-03-141-14/+22
* btrfs: make search_csum_tree return 0 if we get -EFBIGJosef Bacik2022-03-141-1/+1
* btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval2022-03-141-20/+17
* btrfs: populate extent_map::generation when reading from diskQu Wenruo2022-03-141-0/+1
* btrfs: stop accessing ->csum_root directlyJosef Bacik2022-01-031-1/+3
* btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik2022-01-031-1/+2
* btrfs: fix csum assert to check objectid of the rootJosef Bacik2022-01-031-1/+1
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-12/+12
* btrfs: use bvec_kmap_local in btrfs_csum_one_bioChristoph Hellwig2021-10-261-4/+4
* btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo2021-10-261-7/+6
* btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingQu Wenruo2021-09-171-1/+12
* 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