aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file-item.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-16/+15
2017-06-19Btrfs: change how we iterate bios in endioGravatar Liu Bo 1-16/+15
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-7/+7
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Chris Mason 1-6/+6
2017-02-28btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeGravatar Nikolay Borisov 1-5/+5
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-24Btrfs: bulk delete checksum items in the same leafGravatar Filipe Manana 1-1/+27
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2017-02-14Btrfs: code cleanup min/max -> min_t/max_tGravatar Seraphime Kirkovski 1-2/+2
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-18/+14
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-54/+60
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-28/+31
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoGravatar Jeff Mahoney 1-3/+2
2016-11-30btrfs: refactor __btrfs_lookup_bio_sums to use bio_for_each_segment_allGravatar Christoph Hellwig 1-21/+11
2016-11-30btrfs: don't access the bio directly in btrfs_csum_one_bioGravatar Christoph Hellwig 1-11/+10
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itGravatar David Sterba 1-1/+1
2016-08-03Btrfs: fix __MAX_CSUM_ITEMSGravatar Chris Mason 1-2/+3
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterGravatar Jeff Mahoney 1-1/+1
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEGravatar Jeff Mahoney 1-3/+2
2016-07-26btrfs: Ratelimit "no csum found" info messageGravatar Nikolay Borisov 1-1/+1
2016-04-29btrfs: sink gfp parameter to set_extent_bitsGravatar David Sterba 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-21btrfs: make sure we stay inside the bvec during __btrfs_lookup_bio_sumsGravatar Chris Mason 1-0/+10
2016-03-11btrfs: move btrfs_compression_type to compression.hGravatar Anand Jain 1-0/+1
2016-02-01Btrfs: Compute and look up csums based on sectorsized blocksGravatar Chandan Rajendra 1-33/+59
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaGravatar David Sterba 1-2/+2
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Chris Mason 1-1/+1
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersGravatar David Sterba 1-2/+2
2015-02-16Btrfs: ctree: reduce args where only fs_info usedGravatar Daniel Dressler 1-1/+1
2014-11-04Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupGravatar Chris Mason 1-1/+1
2014-09-17Btrfs: load checksum data once when submitting a direct read ioGravatar Miao Xie 1-12/+2
2014-09-17btrfs: use IS_ALIGNED() for assertion in btrfs_lookup_csums_range() for simpl...Gravatar Satoru Takeuchi 1-2/+2
2014-09-17btrfs: kill the key type accessor helpersGravatar David Sterba 1-6/+6
2014-08-15Btrfs: fix csum tree corruption, duplicate and outdated checksumsGravatar Filipe Manana 1-1/+1
2014-06-09Btrfs: make fsync work after cloning into a fileGravatar Filipe Manana 1-0/+76
2014-06-09Btrfs: don't access non-existent key when csum tree is emptyGravatar Filipe Manana 1-1/+1
2014-06-09Btrfs: do not increment on bio_index one by oneGravatar Liu Bo 1-1/+1
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+2
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-2/+2
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-9/+10
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Gravatar Dulshani Gunawardhana 1-3/+1
2013-11-11Btrfs: add an assert to btrfs_lookup_csums_range for alignmentGravatar Josef Bacik 1-0/+3
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGravatar Geert Uytterhoeven 1-3/+1
2013-09-01Btrfs: don't cache the csum value into the extent state treeGravatar Miao Xie 1-27/+54
2013-07-02Btrfs: remove btrfs_sector_sum structureGravatar Miao Xie 1-89/+55
2013-05-06btrfs: make static code static & remove dead codeGravatar Eric Sandeen 1-25/+5
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Gravatar Tsutomu Itoh 1-1/+1
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledGravatar Tsutomu Itoh 1-6/+5
2013-05-06Btrfs: improve the performance of the csums lookupGravatar Miao Xie 1-19/+30
2013-05-06btrfs: Cleanup some redundant codes in btrfs_lookup_csums_range()Gravatar Zhi Yong Wu 1-5/+2