aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-29btrfs: sink gfp parameter to set_extent_defragDavid Sterba1-2/+2
2016-04-29btrfs: sink gfp parameter to set_extent_delallocDavid Sterba1-2/+2
2016-04-29btrfs: sink gfp parameter to clear_extent_dirtyDavid Sterba1-2/+2
2016-04-29btrfs: sink gfp parameter to clear_record_extent_bitsDavid Sterba1-2/+1
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba1-2/+3
2016-04-29btrfs: sink gfp parameter to set_extent_bitsDavid Sterba1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba1-3/+2
2016-02-18btrfs: use proper type for failrec in extent_stateDavid Sterba1-3/+2
2016-02-03Btrfs: remove no longer used function extent_read_full_page_nolock()Filipe Manana1-3/+0
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