aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file-item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik1-1/+3
2022-09-26btrfs: move btrfs_ordered_sum_size into file-item.cJosef Bacik1-0/+11
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-1/+1
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-1/+1
2022-09-26btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()Omar Sandoval1-12/+9
2022-03-14btrfs: handle csum lookup errors properly on readsJosef Bacik1-14/+22
2022-03-14btrfs: make search_csum_tree return 0 if we get -EFBIGJosef Bacik1-1/+1
2022-03-14btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval1-20/+17
2022-03-14btrfs: populate extent_map::generation when reading from diskQu Wenruo1-0/+1
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik1-1/+3
2022-01-03btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik1-1/+2
2022-01-03btrfs: fix csum assert to check objectid of the rootJosef Bacik1-1/+1
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-12/+12
2021-10-26btrfs: use bvec_kmap_local in btrfs_csum_one_bioChristoph Hellwig1-4/+4
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo1-7/+6
2021-09-17btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingQu Wenruo1-1/+12
2021-08-23btrfs: remove unneeded return variable in btrfs_lookup_file_extentMarcos Paulo de Souza1-3/+2
2021-06-22btrfs: fix typos in commentsDavid Sterba1-1/+1
2021-05-27btrfs: fix fsync failure and transaction abort after writes to prealloc extentsFilipe Manana1-22/+76
2021-05-27btrfs: fix error handling in btrfs_del_csumsJosef Bacik1-5/+5
2021-04-19btrfs: remove duplicated in_range() macroJohannes Thumshirn1-0/+1
2021-02-08btrfs: fix function description formats in file-item.cNikolay Borisov1-8/+14
2020-12-18btrfs: correctly calculate item size used when item key collision happensethanwu1-0/+2
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo1-84/+166
2020-12-09btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsQu Wenruo1-5/+11
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba1-3/+3
2020-12-08btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sumsQu Wenruo1-1/+5
2020-12-08btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeNikolay Borisov1-9/+9
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik1-4/+0
2020-12-08btrfs: remove unnecessary local variables for checksum sizeDavid Sterba1-2/+1
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba1-7/+7
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba1-7/+7
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba1-19/+15
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba1-1/+1
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik1-1/+1
2020-12-08btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsJosef Bacik1-0/+3
2020-10-07btrfs: make btrfs_find_ordered_sum take btrfs_inodeNikolay Borisov1-2/+2
2020-07-27btrfs: make btrfs_csum_one_bio takae btrfs_inodeNikolay Borisov1-2/+1
2020-07-27btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov1-2/+3
2020-05-25btrfs: remove useless 'fail_unlock' label from btrfs_csum_file_blocks()Filipe Manana1-7/+4
2020-05-25btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana1-2/+4
2020-05-25btrfs: make checksum item extension more efficientFilipe Manana1-10/+17
2020-05-25btrfs: use crypto_shash_digest() instead of open codingEric Biggers1-4/+3
2020-05-25btrfs: clarify btrfs_lookup_bio_sums documentationOmar Sandoval1-4/+7
2020-03-23btrfs: add helper to get the end offset of a file extent itemFilipe Manana1-12/+28
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik1-0/+91
2020-01-20btrfs: safely advance counter when looking up bio csumsDavid Sterba1-1/+2
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval1-2/+2
2020-01-20btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Omar Sandoval1-6/+5
2020-01-20btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersOmar Sandoval1-18/+17