aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-89/+139
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-24/+37
2014-01-28Btrfs: move the extent buffer radix tree into the fs_infoJosef Bacik1-24/+23
2014-01-28Btrfs: use a bit to track if we're in the radix treeJosef Bacik1-3/+4
2014-01-28Btrfs: deal with io_tree->mapping being NULLJosef Bacik1-8/+16
2014-01-28Btrfs: more efficient extent state insertionsFilipe David Borba Manana1-21/+55
2014-01-28Btrfs: add missing extent state caching callsFilipe David Borba Manana1-1/+3
2014-01-28Btrfs: fix extent boundary check in bio_readpage_errorFilipe David Borba Manana1-1/+1
2014-01-28btrfs: remove unused variables from extent_io.cValentina Giusti1-7/+0
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+1
2013-11-24block: submit_bio_wait() conversionsKent Overstreet1-11/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-7/+7
2013-11-23block: Convert various code to bio_for_each_segment()Kent Overstreet1-22/+13
2013-11-23block: submit_bio_wait() conversionsKent Overstreet1-11/+1
2013-11-20Btrfs: disable online raid-repair on ro mountsIlya Dryomov1-3/+8
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana1-1/+1
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-5/+2
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown1-1/+0
2013-11-11btrfs: remove move_pages()Zach Brown1-18/+1
2013-11-11Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer caseChandra Seetharaman1-37/+26
2013-11-11Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik1-5/+4
2013-11-11Btrfs: export btrfs space shared info to userspaceLiu Bo1-1/+33
2013-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-8/+4
2013-10-10Btrfs: limit delalloc pages outside of find_delalloc_rangeJosef Bacik1-8/+4
2013-10-05btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong1-0/+8
2013-10-04Btrfs: fix crash of compressed writesLiu Bo1-1/+1
2013-09-21Btrfs: actually limit the size of delalloc rangeJosef Bacik1-3/+5
2013-09-01Btrfs: PAGE_CACHE_SIZE is already unsigned longGeert Uytterhoeven1-9/+9
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-19/+11
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich1-1/+1
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens1-2/+2
2013-09-01btrfs: Introduce extent_read_full_page_nolock()Mark Fasheh1-8/+29
2013-09-01Btrfs: stop using GFP_ATOMIC when allocating rewind ebsJosef Bacik1-4/+4
2013-09-01Btrfs: deal with enomem in the rewind pathJosef Bacik1-71/+74
2013-09-01Btrfs: cleanup arguments to extent_clear_unlock_delallocJosef Bacik1-21/+11
2013-09-01Btrfs: cache the extent map struct when reading several pagesMiao Xie1-11/+46
2013-09-01Btrfs: batch the extent state operation when reading pagesMiao Xie1-28/+107
2013-09-01Btrfs: batch the extent state operation in the end io handle of the read pageMiao Xie1-31/+42
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie1-77/+48
2013-09-01Btrfs: add branch prediction hints in the read page end IO functionMiao Xie1-5/+9
2013-09-01Btrfs: remove unnecessary argument of bio_readpage_error()Miao Xie1-15/+11
2013-08-09Btrfs: do not offset physical if we're compressedJosef Bacik1-3/+6
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+40
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik1-0/+3
2013-07-01Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncateJosef Bacik1-1/+10
2013-06-14btrfs: add debug check for extent_io range alignmentDavid Sterba1-0/+27
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+1
2013-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-65/+73
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-nextChris Mason1-57/+32
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason1-8/+41