aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2013-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-10-10Btrfs: limit delalloc pages outside of find_delalloc_rangeJosef Bacik
2013-10-05btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong
2013-10-04Btrfs: fix crash of compressed writesLiu Bo
2013-09-21Btrfs: actually limit the size of delalloc rangeJosef Bacik
2013-09-01Btrfs: PAGE_CACHE_SIZE is already unsigned longGeert Uytterhoeven
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens
2013-09-01btrfs: Introduce extent_read_full_page_nolock()Mark Fasheh
2013-09-01Btrfs: stop using GFP_ATOMIC when allocating rewind ebsJosef Bacik
2013-09-01Btrfs: deal with enomem in the rewind pathJosef Bacik
2013-09-01Btrfs: cleanup arguments to extent_clear_unlock_delallocJosef Bacik
2013-09-01Btrfs: cache the extent map struct when reading several pagesMiao Xie
2013-09-01Btrfs: batch the extent state operation when reading pagesMiao Xie
2013-09-01Btrfs: batch the extent state operation in the end io handle of the read pageMiao Xie
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie
2013-09-01Btrfs: add branch prediction hints in the read page end IO functionMiao Xie
2013-09-01Btrfs: remove unnecessary argument of bio_readpage_error()Miao Xie
2013-08-09Btrfs: do not offset physical if we're compressedJosef Bacik
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik
2013-07-01Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncateJosef Bacik
2013-06-14btrfs: add debug check for extent_io range alignmentDavid Sterba
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason
2013-05-17btrfs: do away with non-whole_page extent I/OAlexandre Oliva
2013-05-17Btrfs: fix off-by-one in fiemapLiu Bo
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-05-06btrfs: use unsigned long type for extent state bitsDavid Sterba
2013-05-06btrfs: remove unused gfp mask parameter from release_extent_buffer callchainDavid Sterba
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06btrfs: move leak debug code to functionsEric Sandeen
2013-05-06Btrfs: cleanup destroy_marked_extentsJosef Bacik
2013-05-06Btrfs: use REQ_META for all metadata IOJosef Bacik
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie
2013-05-06Btrfs: pass NULL instead of 0Liu Bo
2013-04-02Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2013-03-26Btrfs: fix race between mmap writes and compressionChris Mason
2013-03-23block: Add bio_end_sector()Kent Overstreet
2013-03-01btrfs: fixup/remove module.h usage as requiredPaul Gortmaker
2013-02-28btrfs: use only inline_pages from extent bufferDavid Sterba
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason
2013-02-20Btrfs: remove unused extent io tree ops V2Josef Bacik
2013-02-20Btrfs: use percpu counter for dirty metadata countMiao Xie
2013-02-20Btrfs: use wrapper page_offsetMiao Xie
2013-02-01Btrfs: reduce lock contention on extent buffer locksChris Mason