aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-07Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason1-1/+1
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-10/+0
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana1-2/+5
2014-10-02btrfs: kill extent_buffer_page helperDavid Sterba1-6/+0
2014-10-02btrfs: remove unused extent state bitsDavid Sterba1-4/+0
2014-09-17Btrfs: cleanup the read failure record after write or when the inode is freeingMiao Xie1-0/+1
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie1-1/+4
2014-09-17Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie1-3/+3
2014-09-17Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie1-1/+1
2014-09-17Btrfs: split bio_readpage_error into several functionsMiao Xie1-0/+28
2014-09-17Btrfs: shrink further sizeof(struct extent_buffer)Filipe Manana1-2/+0
2014-09-17Btrfs: reduce size of struct extent_stateFilipe Manana1-1/+0
2014-06-19Btrfs: remove unused wait queue in struct extent_bufferFilipe Manana1-1/+0
2014-06-12btrfs: new function read_extent_buffer_to_userGerhard Heift1-0/+3
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+2
2014-04-06Btrfs: don't clear uptodate if the eb is under IOJosef Bacik1-0/+1
2014-01-28Btrfs: move the extent buffer radix tree into the fs_infoJosef Bacik1-5/+3
2014-01-28Btrfs: use a bit to track if we're in the radix treeJosef Bacik1-0/+1
2013-11-11Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer caseChandra Seetharaman1-1/+1
2013-11-11Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik1-0/+6
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich1-1/+0
2013-09-01btrfs: Introduce extent_read_full_page_nolock()Mark Fasheh1-0/+3
2013-09-01Btrfs: cleanup arguments to extent_clear_unlock_delallocJosef Bacik1-12/+9
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie1-6/+4
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik1-0/+1
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason1-0/+2
2013-05-06btrfs: use unsigned long type for extent state bitsDavid Sterba1-11/+12
2013-05-06btrfs: remove unused gfp mask parameter from release_extent_buffer callchainDavid Sterba1-1/+1
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-8/+0
2013-05-06btrfs: move leak debug code to functionsEric Sandeen1-1/+5
2013-05-06Btrfs: cleanup destroy_marked_extentsJosef Bacik1-0/+1
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie1-0/+4
2013-03-26Btrfs: fix race between mmap writes and compressionChris Mason1-0/+2
2013-02-28btrfs: use only inline_pages from extent bufferDavid Sterba1-2/+1
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-1/+1
2013-02-20Btrfs: remove unused extent io tree ops V2Josef Bacik1-3/+0
2013-02-01Btrfs: add rw argument to merge_bio_hook()David Woodhouse1-1/+1
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens1-2/+2
2012-10-09btrfs: move inline function code to header fileRobin Dong1-2/+12
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik1-2/+4
2012-10-09Btrfs: do not async metadata csumming in certain situationsJosef Bacik1-0/+1
2012-10-01Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defragLiu Bo1-0/+2
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