aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file-item.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: unify handling of return values of btrfs_insert_empty_items()Gravatar David Sterba 1-3/+0
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-3/+0
2023-12-15btrfs: use the flags of an extent map to identify the compression typeGravatar Filipe Manana 1-6/+3
2023-12-15btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESGravatar David Sterba 1-3/+3
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyGravatar Filipe Manana 1-8/+9
2023-08-21btrfs: scrub: avoid unnecessary csum tree search preparing stripesGravatar Qu Wenruo 1-12/+22
2023-06-19btrfs: use bbio->ordered in btrfs_csum_one_bioGravatar Christoph Hellwig 1-20/+1
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioGravatar Christoph Hellwig 1-8/+1
2023-06-19btrfs: limit write bios to a single ordered extentGravatar Christoph Hellwig 1-38/+0
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesGravatar Christoph Hellwig 1-0/+30
2023-06-19btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalGravatar Christoph Hellwig 1-4/+4
2023-06-19btrfs: mark the len field in struct btrfs_ordered_sum as unsignedGravatar Christoph Hellwig 1-1/+1
2023-06-19btrfs: drop gfp from parameter extent state helpersGravatar David Sterba 1-2/+2
2023-06-19btrfs: open code set_extent_bitsGravatar David Sterba 1-5/+5
2023-06-19btrfs: use SECTOR_SHIFT to convert LBA to physical offsetGravatar Anand Jain 1-2/+2
2023-05-17btrfs: handle memory allocation failure in btrfs_csum_one_bioGravatar Johannes Thumshirn 1-1/+3
2023-05-02btrfs: fix encoded write i_size corruption with no-holesGravatar Boris Burkov 1-2/+3
2023-04-17btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripeGravatar Qu Wenruo 1-1/+8
2023-04-17btrfs: cleanup the main loop in btrfs_lookup_bio_sumsGravatar Christoph Hellwig 1-24/+9
2023-04-17btrfs: remove search_file_offset_in_bioGravatar Christoph Hellwig 1-49/+3
2023-04-17btrfs: switch search_file_offset_in_bio to return boolGravatar Anand Jain 1-4/+4
2023-04-17btrfs: avoid reusing return variable in nested block in btrfs_lookup_bio_sumsGravatar Anand Jain 1-5/+4
2023-02-15btrfs: simplify the btrfs_csum_one_bio calling conventionGravatar Christoph Hellwig 1-15/+5
2023-02-15btrfs: simplify parameters of btrfs_lookup_bio_sumsGravatar Christoph Hellwig 1-32/+20
2022-12-05btrfs: split the bio submission path into a separate fileGravatar Christoph Hellwig 1-1/+1
2022-12-05btrfs: introduce a bitmap based csum range search functionGravatar Qu Wenruo 1-3/+124
2022-12-05btrfs: refactor checksum calculations in btrfs_lookup_csums_range()Gravatar Qu Wenruo 1-21/+47
2022-12-05btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()Gravatar Qu Wenruo 1-4/+2
2022-12-05btrfs: move super_block specific helpers into super.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move file-item prototypes into their own headerGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: update function commentsGravatar David Sterba 1-25/+25
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-09-29btrfs: make can_nocow_extent nowait compatibleGravatar Josef Bacik 1-1/+3
2022-09-26btrfs: move btrfs_ordered_sum_size into file-item.cGravatar Josef Bacik 1-0/+11
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSGravatar Josef Bacik 1-1/+1
2022-09-26btrfs: remove the wake argument from clear_extent_bitsGravatar Josef Bacik 1-1/+1
2022-09-26btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()Gravatar Omar Sandoval 1-12/+9
2022-03-14btrfs: handle csum lookup errors properly on readsGravatar Josef Bacik 1-14/+22
2022-03-14btrfs: make search_csum_tree return 0 if we get -EFBIGGravatar Josef Bacik 1-1/+1
2022-03-14btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Gravatar Omar Sandoval 1-20/+17
2022-03-14btrfs: populate extent_map::generation when reading from diskGravatar Qu Wenruo 1-0/+1
2022-01-03btrfs: stop accessing ->csum_root directlyGravatar Josef Bacik 1-1/+3
2022-01-03btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootGravatar Josef Bacik 1-1/+2
2022-01-03btrfs: fix csum assert to check objectid of the rootGravatar Josef Bacik 1-1/+1
2022-01-03btrfs: drop the _nr from the item helpersGravatar Josef Bacik 1-12/+12
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