aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+3
2014-08-21Btrfs: fix crash on endio of reading corrupted blockLiu Bo1-0/+1
2014-08-19btrfs: Return right extent when fiemap gives unaligned offset and len.Qu Wenruo1-2/+2
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-8/+2
2014-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+38
2014-06-13btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen1-1/+1
2014-06-12btrfs: new function read_extent_buffer_to_userGerhard Heift1-0/+37
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-144/+257
2014-06-09Btrfs: split up __extent_writepage to lower stack usageChris Mason1-137/+193
2014-06-09Btrfs: cut down stack usage in btree_write_cache_pagesChris Mason1-4/+5
2014-06-09Btrfs: fix double free in find_lock_delalloc_rangeChris Mason1-0/+1
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+47
2014-06-09Btrfs: mark mapping with error flag to report errors to userspaceLiu Bo1-0/+2
2014-06-09Btrfs: fix hang on error (such as ENOSPC) when writing extent pagesFilipe Manana1-5/+11
2014-06-04mm: non-atomically mark page accessed during page cache allocation where possibleMel Gorman1-5/+6
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+6
2014-04-07Btrfs: more efficient io tree navigation on wait_extent_bitFilipe Manana1-1/+5
2014-04-06Btrfs: don't clear uptodate if the eb is under IOJosef Bacik1-1/+1
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+9
2014-03-10Btrfs: more efficient split extent state insertionFilipe Manana1-5/+8
2014-03-10Btrfs: remove unneeded field / smaller extent_map structureFilipe Manana1-1/+1
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