summaryrefslogtreecommitdiff
path: root/fs/btrfs/file-item.c
AgeCommit message (Expand)Author
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-19Btrfs: change how we iterate bios in endioLiu Bo
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2017-02-28btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov
2017-02-24Btrfs: bulk delete checksum items in the same leafFilipe Manana
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov
2017-02-14Btrfs: code cleanup min/max -> min_t/max_tSeraphime Kirkovski
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney
2016-11-30btrfs: refactor __btrfs_lookup_bio_sums to use bio_for_each_segment_allChristoph Hellwig
2016-11-30btrfs: don't access the bio directly in btrfs_csum_one_bioChristoph Hellwig
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba
2016-08-03Btrfs: fix __MAX_CSUM_ITEMSChris Mason
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney
2016-07-26btrfs: Ratelimit "no csum found" info messageNikolay Borisov
2016-04-29btrfs: sink gfp parameter to set_extent_bitsDavid Sterba
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-21btrfs: make sure we stay inside the bvec during __btrfs_lookup_bio_sumsChris Mason
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2016-02-01Btrfs: Compute and look up csums based on sectorsized blocksChandan Rajendra
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba
2015-02-16Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler
2014-11-04Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupChris Mason
2014-09-17Btrfs: load checksum data once when submitting a direct read ioMiao Xie
2014-09-17btrfs: use IS_ALIGNED() for assertion in btrfs_lookup_csums_range() for simpl...Satoru Takeuchi
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba
2014-08-15Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana
2014-06-09Btrfs: make fsync work after cloning into a fileFilipe Manana
2014-06-09Btrfs: don't access non-existent key when csum tree is emptyFilipe Manana
2014-06-09Btrfs: do not increment on bio_index one by oneLiu Bo
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-11Btrfs: add an assert to btrfs_lookup_csums_range for alignmentJosef Bacik
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie
2013-05-06btrfs: Cleanup some redundant codes in btrfs_lookup_csums_range()Zhi Yong Wu