summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-22btrfs: ->submit_bio_hook error push-upJeff Mahoney1-11/+26
2012-03-22btrfs: Factor out tree->ops->merge_bio_hook callJeff Mahoney1-3/+14
2012-03-22btrfs: Remove set bits return from clear_extent_bitJeff Mahoney1-7/+5
2012-03-22btrfs: Catch locking failures in {set,clear,convert}_extent_bitJeff Mahoney1-20/+38
2012-02-23Btrfs: clear the extent uptodate bits during parent transid failuresChris Mason1-4/+3
2012-02-21Btrfs: be less strict on finding next node in clear_extent_bitLiu Bo1-2/+1
2012-02-16Btrfs: kick out redundant stuff in convert_extent_bitLiu Bo1-5/+0
2012-02-16Btrfs: skip states when they does not contain bits to clearLiu Bo1-5/+10
2012-02-16Btrfs: check return value of lookup_extent_mapping() correctlyTsutomu Itoh1-1/+1
2012-02-16Btrfs: fix return value check of extent_io_opsTsutomu Itoh1-6/+10
2012-02-15btrfs: delalloc for page dirtied out-of-band in fixup workerJeff Mahoney1-25/+40
2012-01-26Btrfs: Check for NULL page in extent_range_uptodateMitch Harder1-0/+2
2012-01-16Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason1-2/+3
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason1-0/+1
2012-01-04Btrfs: add nested locking mode for pathsArne Jansen1-0/+1
2011-12-21Btrfs: integrate integrity check module into btrfsStefan Behrens1-2/+3
2011-12-08Btrfs: drop spin lock when memory alloc failsLiu Bo1-8/+16
2011-12-01Btrfs: fix meta data raid-repair merge problemJan Schmidt1-7/+20
2011-11-20Btrfs: sectorsize align offsets in fiemapJosef Bacik1-1/+4
2011-11-20btrfs: mirror_num should be int, not u64Jan Schmidt1-2/+2
2011-11-20btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney1-1/+1
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-9/+384
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason1-5/+4
2011-11-06Btrfs: ClearPageError during writepage and clean_tree_blockChris Mason1-0/+4
2011-11-06Btrfs: make sure to flush queued bios if write_cache_pages waitsChris Mason1-4/+10
2011-10-20Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOCLiu Bo1-1/+1
2011-10-19Btrfs: introduce convert_extent_bitJosef Bacik1-0/+188
2011-10-19Btrfs: skip looking for delalloc if we don't have ->fill_delallocJosef Bacik1-1/+5
2011-10-02btrfs: hooks for readaheadArne Jansen1-1/+1
2011-10-02btrfs: add an extra wait mode to read_extent_buffer_pagesArne Jansen1-4/+3
2011-09-29btrfs: Moved repair code from inode.c to extent_io.cJan Schmidt1-6/+381
2011-09-29btrfs: add mirror_num to extent_read_full_pageJan Schmidt1-3/+3
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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/mas...Linus 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/mas...Linus 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/mas...Linus Torvalds1-264/+60
2011-05-26Btrfs: return -ENOMEM in clear_extent_bitChris Mason1-1/+2