summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason2012-01-161-2/+3
|\
| * Btrfs: integrate integrity check module into btrfsStefan Behrens2011-12-211-2/+3
* | Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason2012-01-161-0/+1
|\ \ | |/ |/|
| * Btrfs: add nested locking mode for pathsArne Jansen2012-01-041-0/+1
* | Btrfs: drop spin lock when memory alloc failsLiu Bo2011-12-081-8/+16
|/
* Btrfs: fix meta data raid-repair merge problemJan Schmidt2011-12-011-7/+20
* Btrfs: sectorsize align offsets in fiemapJosef Bacik2011-11-201-1/+4
* btrfs: mirror_num should be int, not u64Jan Schmidt2011-11-201-2/+2
* btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney2011-11-201-1/+1
* Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason2011-11-061-9/+384
|\
| * btrfs: Moved repair code from inode.c to extent_io.cJan Schmidt2011-09-291-6/+381
| * btrfs: add mirror_num to extent_read_full_pageJan Schmidt2011-09-291-3/+3
* | Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason2011-11-061-5/+4Star
|\ \
| * | btrfs: hooks for readaheadArne Jansen2011-10-021-1/+1
| * | btrfs: add an extra wait mode to read_extent_buffer_pagesArne Jansen2011-10-021-4/+3Star
| |/
* | Btrfs: ClearPageError during writepage and clean_tree_blockChris Mason2011-11-061-0/+4
* | Btrfs: make sure to flush queued bios if write_cache_pages waitsChris Mason2011-11-061-4/+10
* | Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOCLiu Bo2011-10-201-1/+1
* | Btrfs: introduce convert_extent_bitJosef Bacik2011-10-191-0/+188
* | Btrfs: skip looking for delalloc if we don't have ->fill_delallocJosef Bacik2011-10-191-1/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-08-031-96/+43Star
|\
| * Btrfs: don't call writepages from within write_full_pageJosef Bacik2011-08-011-10/+0Star
| * Btrfs: clean up for find_first_extent_bit()Xiao Guangrong2011-08-011-40/+24Star
| * Btrfs: clean up for wait_extent_bit()Xiao Guangrong2011-08-011-5/+1Star
| * Btrfs: clean up for insert_state()Xiao Guangrong2011-08-011-5/+5
| * btrfs: Make extent-io callbacks that never fail return voidJeff Mahoney2011-08-011-38/+14Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-281-85/+83Star
|\|
| * Merge branch 'integration' into for-linusChris Mason2011-07-271-85/+83Star
| |\
| | * Btrfs: reduce extent_state lock contention for metadataChris Mason2011-07-271-14/+41
| | * Btrfs: switch the btrfs tree locks to reader/writerChris Mason2011-07-271-2/+9
| | * Btrfs: stop using highmem for extent_buffersChris Mason2011-07-271-54/+13Star
| | * Btrfs: tag pages for writeback in syncJosef Bacik2011-07-271-3/+9
| | * Btrfs: fix how we merge extent states and deal with cached statesJosef Bacik2011-07-111-12/+11Star
* | | writeback: make writeback_control.nr_to_write straightWu Fengguang2011-07-101-2/+0Star
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-041-1/+1
|\|
| * Merge branch 'for-chris' ofChris Mason2011-05-281-1/+1
| |\
| | * Btrfs: set range_start to the right start in count_range_bitsJosef Bacik2011-05-231-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-05-271-264/+60Star
|\| |
| * | Btrfs: return -ENOMEM in clear_extent_bitChris Mason2011-05-261-1/+2
| * | Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-231-16/+40
| |\ \
| | * | Btrfs: fix unsafe usage of merge_stateXiao Guangrong2011-05-231-8/+14
| | * | Btrfs: allocate extent state and check the result properlyXiao Guangrong2011-05-231-8/+26
| | |/
| * | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-248/+19Star
| |\ \
| | * | btrfs: remove all unused functionsDavid Sterba2011-05-061-227/+0Star
| | * | btrfs: drop gfp parameter from alloc_extent_bufferDavid Sterba2011-05-021-4/+3Star
| | * | btrfs: drop gfp parameter from find_extent_bufferDavid Sterba2011-05-021-2/+1Star
| | * | btrfs: drop unused argument from extent_io_tree_initDavid Sterba2011-05-021-1/+1
| | * | btrfs: unify checking of IS_ERR and nullDavid Sterba2011-05-021-6/+6
| | * | btrfs: rename variables clashing with global function namesDavid Sterba2011-05-021-14/+14
| | |/
| * | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-211-2/+2
| |\ \ | | |/ | |/|