aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-96/+43
2011-08-01Btrfs: don't call writepages from within write_full_pageJosef Bacik1-10/+0
2011-08-01Btrfs: clean up for find_first_extent_bit()Xiao Guangrong1-40/+24
2011-08-01Btrfs: clean up for wait_extent_bit()Xiao Guangrong1-5/+1
2011-08-01Btrfs: clean up for insert_state()Xiao Guangrong1-5/+5
2011-08-01btrfs: Make extent-io callbacks that never fail return voidJeff Mahoney1-38/+14
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-85/+83
2011-07-27Merge branch 'integration' into for-linusChris Mason1-85/+83
2011-07-27Btrfs: reduce extent_state lock contention for metadataChris Mason1-14/+41
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason1-2/+9
2011-07-27Btrfs: stop using highmem for extent_buffersChris Mason1-54/+13
2011-07-27Btrfs: tag pages for writeback in syncJosef Bacik1-3/+9
2011-07-11Btrfs: fix how we merge extent states and deal with cached statesJosef Bacik1-12/+11
2011-07-09writeback: make writeback_control.nr_to_write straightWu Fengguang1-2/+0
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+1
2011-05-28Merge branch 'for-chris' ofChris Mason1-1/+1
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-264/+60
2011-05-26Btrfs: return -ENOMEM in clear_extent_bitChris Mason1-1/+2
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmemLinus Torvalds1-0/+9
2011-05-26btrfs: add cleancache supportDan Magenheimer1-0/+9
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-16/+40
2011-05-23Btrfs: fix unsafe usage of merge_stateXiao Guangrong1-8/+14
2011-05-23Btrfs: allocate extent state and check the result properlyXiao Guangrong1-8/+26
2011-05-23Btrfs: set range_start to the right start in count_range_bitsJosef Bacik1-1/+1
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-248/+19
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbersChris Mason1-2/+2
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-05-06btrfs: remove all unused functionsDavid Sterba1-227/+0
2011-05-02btrfs: drop gfp parameter from alloc_extent_bufferDavid Sterba1-4/+3
2011-05-02btrfs: drop gfp parameter from find_extent_bufferDavid Sterba1-2/+1
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba1-1/+1
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba1-6/+6
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba1-14/+14
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+1
2011-04-25btrfs: fix wrong allocating flag when reading pageItaru Kitayama1-1/+1
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-2/+2
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-20/+62
2011-04-16Btrfs end_bio_extent_readpage should look for locked bitsChris Mason1-1/+1
2011-04-12Btrfs: make uncache_state unconditionalChris Mason1-5/+3
2011-04-11btrfs: using cached extent_state in set/unlock combinationsArne Jansen1-17/+53
2011-04-11btrfs: properly handle overlapping areas in memmove_extent_bufferSergei Trofimovich1-3/+11
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+3
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2011-03-17Btrfs: return error if the range we want to map is bogusJosef Bacik1-0/+1
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-6/+27
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-1/+1
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-1/+1
2011-03-08Btrfs: make sure not to return overlapping extents to fiemapChris Mason1-6/+27
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-39/+99