aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file-item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn1-9/+9
2019-07-01btrfs: don't assume compressed_bio sums to be 4 bytesJohannes Thumshirn1-1/+1
2019-07-01btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn1-14/+21
2019-04-29btrfs: Document btrfs_csum_one_bioNikolay Borisov1-0/+10
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba1-1/+1
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba1-2/+2
2019-04-29btrfs: Remove redundant inode argument from btrfs_add_ordered_sumNikolay Borisov1-2/+2
2019-04-29btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba1-2/+2
2019-04-29btrfs: reduce kmap_atomic time for checksummingJohannes Thumshirn1-6/+2
2019-04-25btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov1-4/+11
2018-12-17btrfs: replace btrfs_io_bio::end_io with a simple helperDavid Sterba1-9/+0
2018-12-17btrfs: remove redundant csum buffer in btrfs_io_bioDavid Sterba1-5/+7
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba1-1/+1
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-16/+15
2017-06-19Btrfs: change how we iterate bios in endioLiu Bo1-16/+15
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-7/+7
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.11Chris Mason1-6/+6
2017-02-28btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeNikolay Borisov1-5/+5
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov1-1/+1
2017-02-24Btrfs: bulk delete checksum items in the same leafFilipe Manana1-1/+27
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov1-2/+2
2017-02-14Btrfs: code cleanup min/max -> min_t/max_tSeraphime Kirkovski1-2/+2
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-18/+14
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-54/+60
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-28/+31
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney1-3/+2
2016-11-30btrfs: refactor __btrfs_lookup_bio_sums to use bio_for_each_segment_allChristoph Hellwig1-21/+11
2016-11-30btrfs: don't access the bio directly in btrfs_csum_one_bioChristoph Hellwig1-11/+10
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-1/+1
2016-08-03Btrfs: fix __MAX_CSUM_ITEMSChris Mason1-2/+3
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-1/+1
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney1-3/+2
2016-07-26btrfs: Ratelimit "no csum found" info messageNikolay Borisov1-1/+1
2016-04-29btrfs: sink gfp parameter to set_extent_bitsDavid Sterba1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-21btrfs: make sure we stay inside the bvec during __btrfs_lookup_bio_sumsChris Mason1-0/+10
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-02-01Btrfs: Compute and look up csums based on sectorsized blocksChandan Rajendra1-33/+59
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba1-2/+2
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-1/+1
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba1-2/+2
2015-02-16Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler1-1/+1
2014-11-04Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupChris Mason1-1/+1
2014-09-17Btrfs: load checksum data once when submitting a direct read ioMiao Xie1-12/+2
2014-09-17btrfs: use IS_ALIGNED() for assertion in btrfs_lookup_csums_range() for simplicitySatoru Takeuchi1-2/+2
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-6/+6
2014-08-15Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana1-1/+1
2014-06-09Btrfs: make fsync work after cloning into a fileFilipe Manana1-0/+76