summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file-item.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use the flags of an extent map to identify the compression typeFilipe Manana2023-12-151-6/+3
* btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESDavid Sterba2023-12-151-3/+3
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-8/+9
* btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo2023-08-211-12/+22
* btrfs: use bbio->ordered in btrfs_csum_one_bioChristoph Hellwig2023-06-191-20/+1
* btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig2023-06-191-8/+1
* btrfs: limit write bios to a single ordered extentChristoph Hellwig2023-06-191-38/+0
* btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig2023-06-191-0/+30
* btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig2023-06-191-4/+4
* btrfs: mark the len field in struct btrfs_ordered_sum as unsignedChristoph Hellwig2023-06-191-1/+1
* btrfs: drop gfp from parameter extent state helpersDavid Sterba2023-06-191-2/+2
* btrfs: open code set_extent_bitsDavid Sterba2023-06-191-5/+5
* btrfs: use SECTOR_SHIFT to convert LBA to physical offsetAnand Jain2023-06-191-2/+2
* btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn2023-05-171-1/+3
* btrfs: fix encoded write i_size corruption with no-holesBoris Burkov2023-05-021-2/+3
* btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripeQu Wenruo2023-04-171-1/+8
* btrfs: cleanup the main loop in btrfs_lookup_bio_sumsChristoph Hellwig2023-04-171-24/+9
* btrfs: remove search_file_offset_in_bioChristoph Hellwig2023-04-171-49/+3
* btrfs: switch search_file_offset_in_bio to return boolAnand Jain2023-04-171-4/+4
* btrfs: avoid reusing return variable in nested block in btrfs_lookup_bio_sumsAnand Jain2023-04-171-5/+4
* btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig2023-02-151-15/+5
* btrfs: simplify parameters of btrfs_lookup_bio_sumsChristoph Hellwig2023-02-151-32/+20
* btrfs: split the bio submission path into a separate fileChristoph Hellwig2022-12-051-1/+1
* btrfs: introduce a bitmap based csum range search functionQu Wenruo2022-12-051-3/+124
* btrfs: refactor checksum calculations in btrfs_lookup_csums_range()Qu Wenruo2022-12-051-21/+47
* btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()Qu Wenruo2022-12-051-4/+2
* btrfs: move super_block specific helpers into super.hJosef Bacik2022-12-051-0/+1
* btrfs: move file-item prototypes into their own headerJosef Bacik2022-12-051-0/+1
* btrfs: update function commentsDavid Sterba2022-12-051-25/+25
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: move fs wide helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* 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