index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
file-item.c
Age
Commit message (
Expand
)
Author
2023-06-21
btrfs: handle memory allocation failure in btrfs_csum_one_bio
Johannes Thumshirn
2023-05-17
btrfs: fix encoded write i_size corruption with no-holes
Boris Burkov
2022-09-29
btrfs: make can_nocow_extent nowait compatible
Josef Bacik
2022-09-26
btrfs: move btrfs_ordered_sum_size into file-item.c
Josef Bacik
2022-09-26
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
2022-09-26
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
2022-09-26
btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()
Omar Sandoval
2022-03-14
btrfs: handle csum lookup errors properly on reads
Josef Bacik
2022-03-14
btrfs: make search_csum_tree return 0 if we get -EFBIG
Josef Bacik
2022-03-14
btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
Omar Sandoval
2022-03-14
btrfs: populate extent_map::generation when reading from disk
Qu Wenruo
2022-01-03
btrfs: stop accessing ->csum_root directly
Josef Bacik
2022-01-03
btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum root
Josef Bacik
2022-01-03
btrfs: fix csum assert to check objectid of the root
Josef Bacik
2022-01-03
btrfs: drop the _nr from the item helpers
Josef Bacik
2021-10-26
btrfs: use bvec_kmap_local in btrfs_csum_one_bio
Christoph Hellwig
2021-10-26
btrfs: rename struct btrfs_io_bio to btrfs_bio
Qu Wenruo
2021-09-17
btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handling
Qu Wenruo
2021-08-23
btrfs: remove unneeded return variable in btrfs_lookup_file_extent
Marcos Paulo de Souza
2021-06-22
btrfs: fix typos in comments
David Sterba
2021-05-27
btrfs: fix fsync failure and transaction abort after writes to prealloc extents
Filipe Manana
2021-05-27
btrfs: fix error handling in btrfs_del_csums
Josef Bacik
2021-04-19
btrfs: remove duplicated in_range() macro
Johannes Thumshirn
2021-02-08
btrfs: fix function description formats in file-item.c
Nikolay Borisov
2020-12-18
btrfs: correctly calculate item size used when item key collision happens
ethanwu
2020-12-09
btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecs
Qu Wenruo
2020-12-09
btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sums
Qu Wenruo
2020-12-09
btrfs: drop casts of bio bi_sector
David Sterba
2020-12-08
btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sums
Qu Wenruo
2020-12-08
btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inode
Nikolay Borisov
2020-12-08
btrfs: locking: rip out path->leave_spinning
Josef Bacik
2020-12-08
btrfs: remove unnecessary local variables for checksum size
David Sterba
2020-12-08
btrfs: switch cached fs_info::csum_size from u16 to u32
David Sterba
2020-12-08
btrfs: use cached value of fs_info::csum_size everywhere
David Sterba
2020-12-08
btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits
David Sterba
2020-12-08
btrfs: use precalculated sectorsize_bits from fs_info
David Sterba
2020-12-08
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
2020-12-08
btrfs: push the NODATASUM check into btrfs_lookup_bio_sums
Josef Bacik
2020-10-07
btrfs: make btrfs_find_ordered_sum take btrfs_inode
Nikolay Borisov
2020-07-27
btrfs: make btrfs_csum_one_bio takae btrfs_inode
Nikolay Borisov
2020-07-27
btrfs: make btrfs_lookup_ordered_extent take btrfs_inode
Nikolay Borisov
2020-05-25
btrfs: remove useless 'fail_unlock' label from btrfs_csum_file_blocks()
Filipe Manana
2020-05-25
btrfs: do not ignore error from btrfs_next_leaf() when inserting checksums
Filipe Manana
2020-05-25
btrfs: make checksum item extension more efficient
Filipe Manana
2020-05-25
btrfs: use crypto_shash_digest() instead of open coding
Eric Biggers
2020-05-25
btrfs: clarify btrfs_lookup_bio_sums documentation
Omar Sandoval
2020-03-23
btrfs: add helper to get the end offset of a file extent item
Filipe Manana
2020-03-23
btrfs: introduce per-inode file extent tree
Josef Bacik
2020-01-20
btrfs: safely advance counter when looking up bio csums
David Sterba
2020-01-20
btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item
Omar Sandoval
[next]