summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)Author
2013-11-11Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer...Chandra Seetharaman
2013-11-11Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich
2013-09-01btrfs: Introduce extent_read_full_page_nolock()Mark Fasheh
2013-09-01Btrfs: cleanup arguments to extent_clear_unlock_delallocJosef Bacik
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason
2013-05-06btrfs: use unsigned long type for extent state bitsDavid Sterba
2013-05-06btrfs: remove unused gfp mask parameter from release_extent_buffer callchainDavid Sterba
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06btrfs: move leak debug code to functionsEric Sandeen
2013-05-06Btrfs: cleanup destroy_marked_extentsJosef Bacik
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie
2013-03-26Btrfs: fix race between mmap writes and compressionChris Mason
2013-02-28btrfs: use only inline_pages from extent bufferDavid Sterba
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason
2013-02-20Btrfs: remove unused extent io tree ops V2Josef Bacik
2013-02-01Btrfs: add rw argument to merge_bio_hook()David Woodhouse
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens
2012-10-09btrfs: move inline function code to header fileRobin Dong
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik
2012-10-09Btrfs: do not async metadata csumming in certain situationsJosef Bacik
2012-10-01Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defragLiu Bo
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik
2012-05-26Btrfs: dummy extent buffers for tree mod logJan Schmidt
2012-04-18Btrfs: always store the mirror we read the eb fromJosef Bacik
2012-03-28Merge branch 'error-handling' into for-linusChris Mason
2012-03-26Btrfs: deal with read errors on extent buffers differentlyJosef Bacik
2012-03-26Btrfs: ensure an entire eb is written at onceJosef Bacik
2012-03-26Btrfs: introduce free_extent_buffer_staleJosef Bacik
2012-03-26Btrfs: set page->private to the ebJosef Bacik
2012-03-26Btrfs: allow metadata blocks larger than the page sizeChris Mason
2012-03-22btrfs: split extent_state opsJeff Mahoney
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2012-02-15btrfs: delalloc for page dirtied out-of-band in fixup workerJeff Mahoney
2012-01-04Btrfs: add nested locking mode for pathsArne Jansen
2011-11-20btrfs: mirror_num should be int, not u64Jan Schmidt
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: make sure to flush queued bios if write_cache_pages waitsChris Mason
2011-10-19Btrfs: stop using write_one_pageJosef Bacik
2011-10-19Btrfs: introduce convert_extent_bitJosef Bacik
2011-10-02btrfs: add READAHEAD extent buffer flagArne 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 scrub: add fixup code for errors on nodatasum filesJan Schmidt
2011-09-29btrfs: add mirror_num to extent_read_full_pageJan Schmidt