aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2011-12-08Btrfs: drop spin lock when memory alloc failsLiu Bo
2011-12-01Btrfs: fix meta data raid-repair merge problemJan Schmidt
2011-11-20Btrfs: sectorsize align offsets in fiemapJosef Bacik
2011-11-20btrfs: mirror_num should be int, not u64Jan Schmidt
2011-11-20btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason
2011-11-06Btrfs: ClearPageError during writepage and clean_tree_blockChris Mason
2011-11-06Btrfs: make sure to flush queued bios if write_cache_pages waitsChris Mason
2011-10-20Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOCLiu Bo
2011-10-19Btrfs: introduce convert_extent_bitJosef Bacik
2011-10-19Btrfs: skip looking for delalloc if we don't have ->fill_delallocJosef Bacik
2011-10-02btrfs: hooks for readaheadArne Jansen
2011-10-02btrfs: add an extra wait mode to read_extent_buffer_pagesArne Jansen
2011-09-29btrfs: Moved repair code from inode.c to extent_io.cJan Schmidt
2011-09-29btrfs: add mirror_num to extent_read_full_pageJan Schmidt
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-08-01Btrfs: don't call writepages from within write_full_pageJosef Bacik
2011-08-01Btrfs: clean up for find_first_extent_bit()Xiao Guangrong
2011-08-01Btrfs: clean up for wait_extent_bit()Xiao Guangrong
2011-08-01Btrfs: clean up for insert_state()Xiao Guangrong
2011-08-01btrfs: Make extent-io callbacks that never fail return voidJeff Mahoney
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-07-27Merge branch 'integration' into for-linusChris Mason
2011-07-27Btrfs: reduce extent_state lock contention for metadataChris Mason
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason
2011-07-27Btrfs: stop using highmem for extent_buffersChris Mason
2011-07-27Btrfs: tag pages for writeback in syncJosef Bacik
2011-07-11Btrfs: fix how we merge extent states and deal with cached statesJosef Bacik
2011-07-09writeback: make writeback_control.nr_to_write straightWu Fengguang
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-05-26Btrfs: return -ENOMEM in clear_extent_bitChris Mason
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds
2011-05-26btrfs: add cleancache supportDan Magenheimer
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason
2011-05-23Btrfs: fix unsafe usage of merge_stateXiao Guangrong
2011-05-23Btrfs: allocate extent state and check the result properlyXiao Guangrong
2011-05-23Btrfs: set range_start to the right start in count_range_bitsJosef Bacik
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2011-05-06btrfs: remove all unused functionsDavid Sterba
2011-05-02btrfs: drop gfp parameter from alloc_extent_bufferDavid Sterba
2011-05-02btrfs: drop gfp parameter from find_extent_bufferDavid Sterba
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds