aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-0/+3
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik1-3/+2
2012-05-26Btrfs: dummy extent buffers for tree mod logJan Schmidt1-0/+3
2012-04-18Btrfs: always store the mirror we read the eb fromJosef Bacik1-2/+2
2012-03-28Merge branch 'error-handling' into for-linusChris Mason1-8/+7
2012-03-26Btrfs: deal with read errors on extent buffers differentlyJosef Bacik1-3/+5
2012-03-26Btrfs: ensure an entire eb is written at onceJosef Bacik1-13/+11
2012-03-26Btrfs: introduce free_extent_buffer_staleJosef Bacik1-1/+5
2012-03-26Btrfs: set page->private to the ebJosef Bacik1-0/+1
2012-03-26Btrfs: allow metadata blocks larger than the page sizeChris Mason1-4/+8
2012-03-22btrfs: split extent_state opsJeff Mahoney1-1/+1
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney1-5/+4
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-2/+2
2012-02-15btrfs: delalloc for page dirtied out-of-band in fixup workerJeff Mahoney1-0/+1
2012-01-04Btrfs: add nested locking mode for pathsArne Jansen1-0/+2
2011-11-20btrfs: mirror_num should be int, not u64Jan Schmidt1-1/+1
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-2/+11
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason1-0/+4
2011-11-06Btrfs: make sure to flush queued bios if write_cache_pages waitsChris Mason1-1/+2
2011-10-19Btrfs: stop using write_one_pageJosef Bacik1-0/+1
2011-10-19Btrfs: introduce convert_extent_bitJosef Bacik1-0/+2
2011-10-02btrfs: add READAHEAD extent buffer flagArne Jansen1-0/+1
2011-10-02btrfs: add an extra wait mode to read_extent_buffer_pagesArne Jansen1-0/+3
2011-09-29btrfs: Moved repair code from inode.c to extent_io.cJan Schmidt1-1/+9
2011-09-29btrfs scrub: add fixup code for errors on nodatasum filesJan Schmidt1-0/+1
2011-09-29btrfs: add mirror_num to extent_read_full_pageJan Schmidt1-1/+1
2011-08-01Btrfs: remove unused members from struct extent_stateXiao Guangrong1-2/+0
2011-08-01btrfs: Make extent-io callbacks that never fail return voidJeff Mahoney1-9/+9
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason1-6/+18
2011-07-27Btrfs: stop using highmem for extent_buffersChris Mason1-9/+2
2011-06-10btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one fewer cachelinerichard kennedy1-1/+1
2011-05-06btrfs: remove all unused functionsDavid Sterba1-21/+0
2011-05-04btrfs: remove unused function prototypesDavid Sterba1-9/+0
2011-05-02btrfs: drop gfp parameter from alloc_extent_bufferDavid Sterba1-2/+1
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: rename variables clashing with global function namesDavid Sterba1-1/+1
2011-04-11btrfs: using cached extent_state in set/unlock combinationsArne Jansen1-1/+1
2011-03-17Btrfs: check items for correctness as we searchJosef Bacik1-0/+1
2011-02-23Btrfs: fix fiemap bugs with delallocChris Mason1-1/+1
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-1/+16
2010-11-21btrfs: cleanup duplicate bio allocating functionsMiao Xie1-0/+3
2010-10-29Btrfs: Switch the extent buffer rbtree into a radix treeMiao Xie1-2/+2
2010-05-25Btrfs: rework O_DIRECT enospc handlingChris Mason1-0/+4
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason1-1/+1
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng1-3/+5
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik1-3/+7
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik1-0/+2
2009-10-08Btrfs: cleanup extent_clear_unlock_delalloc flagsChris Mason1-6/+10
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik1-2/+11