summaryrefslogtreecommitdiff
path: root/fs/btrfs/file-item.c
AgeCommit message (Expand)Author
2023-05-17btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn
2023-05-02btrfs: fix encoded write i_size corruption with no-holesBoris Burkov
2023-04-17btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripeQu Wenruo
2023-04-17btrfs: cleanup the main loop in btrfs_lookup_bio_sumsChristoph Hellwig
2023-04-17btrfs: remove search_file_offset_in_bioChristoph Hellwig
2023-04-17btrfs: switch search_file_offset_in_bio to return boolAnand Jain
2023-04-17btrfs: avoid reusing return variable in nested block in btrfs_lookup_bio_sumsAnand Jain
2023-02-15btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig
2023-02-15btrfs: simplify parameters of btrfs_lookup_bio_sumsChristoph Hellwig
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig
2022-12-05btrfs: introduce a bitmap based csum range search functionQu Wenruo
2022-12-05btrfs: refactor checksum calculations in btrfs_lookup_csums_range()Qu Wenruo
2022-12-05btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()Qu Wenruo
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik
2022-09-26btrfs: move btrfs_ordered_sum_size into file-item.cJosef Bacik
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik
2022-09-26btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()Omar Sandoval
2022-03-14btrfs: handle csum lookup errors properly on readsJosef Bacik
2022-03-14btrfs: make search_csum_tree return 0 if we get -EFBIGJosef Bacik
2022-03-14btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval
2022-03-14btrfs: populate extent_map::generation when reading from diskQu Wenruo
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik
2022-01-03btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik
2022-01-03btrfs: fix csum assert to check objectid of the rootJosef Bacik
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik
2021-10-26btrfs: use bvec_kmap_local in btrfs_csum_one_bioChristoph Hellwig
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo
2021-09-17btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingQu Wenruo
2021-08-23btrfs: remove unneeded return variable in btrfs_lookup_file_extentMarcos Paulo de Souza
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-05-27btrfs: fix fsync failure and transaction abort after writes to prealloc extentsFilipe Manana
2021-05-27btrfs: fix error handling in btrfs_del_csumsJosef Bacik
2021-04-19btrfs: remove duplicated in_range() macroJohannes Thumshirn
2021-02-08btrfs: fix function description formats in file-item.cNikolay Borisov
2020-12-18btrfs: correctly calculate item size used when item key collision happensethanwu
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo
2020-12-09btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsQu Wenruo
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba
2020-12-08btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sumsQu Wenruo
2020-12-08btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeNikolay Borisov
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2020-12-08btrfs: remove unnecessary local variables for checksum sizeDavid Sterba
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba