aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-23Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason1-1/+9
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-23/+91
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason1-1/+9
2015-12-17Btrfs: add extent buffer bitmap sanity testsOmar Sandoval1-1/+3
2015-12-17Btrfs: add extent buffer bitmap operationsOmar Sandoval1-0/+6
2015-12-07btrfs: make extent_range_redirty_for_io return voidDavid Sterba1-1/+1
2015-12-07btrfs: make extent_range_clear_dirty_for_io return voidDavid Sterba1-1/+1
2015-12-07btrfs: make end_extent_writepage return voidDavid Sterba1-1/+1
2015-12-07btrfs: make extent_clear_unlock_delalloc return voidDavid Sterba1-1/+1
2015-12-07btrfs: make clear_extent_buffer_uptodate return voidDavid Sterba1-1/+1
2015-12-07btrfs: make set_extent_buffer_uptodate return voidDavid Sterba1-1/+1
2015-12-03btrfs: make lock_extent static inlineDavid Sterba1-1/+6
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba1-1/+1
2015-12-03btrfs: make clear_extent_bit helpers static inlineDavid Sterba1-9/+38
2015-12-03btrfs: make set_extent_bit helpers static inlineDavid Sterba1-12/+46
2015-10-21btrfs: qgroup: Introduce btrfs_qgroup_reserve_data functionQu Wenruo1-0/+1
2015-10-21btrfs: extent_io: Introduce new function clear_record_extent_bits()Qu Wenruo1-0/+3
2015-10-21btrfs: extent_io: Introduce new function set_record_extent_bitsQu Wenruo1-0/+3
2015-10-21btrfs: extent_io: Introduce needed structure for recoding set/clear bitsQu Wenruo1-0/+12
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba1-1/+1
2015-01-21btrfs: switch extent_state state to unsignedDavid Sterba1-29/+29
2014-12-12btrfs: sink parameter len to alloc_extent_bufferDavid Sterba1-2/+2
2014-12-12btrfs: unify extent buffer allocation apiDavid Sterba1-1/+2
2014-11-20Btrfs: set page and mapping error on compressed write failureFilipe Manana1-0/+1
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