aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)Author
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-06btrfs: kill unused writepage_io_hook callbackDavid Sterba
2016-04-29btrfs: sink gfp parameter to convert_extent_bitDavid Sterba
2016-04-29btrfs: sink gfp parameter to set_record_extent_bitsDavid Sterba
2016-04-29btrfs: sink gfp parameter to set_extent_newDavid Sterba
2016-04-29btrfs: sink gfp parameter to set_extent_defragDavid Sterba
2016-04-29btrfs: sink gfp parameter to set_extent_delallocDavid Sterba
2016-04-29btrfs: sink gfp parameter to clear_extent_dirtyDavid Sterba
2016-04-29btrfs: sink gfp parameter to clear_record_extent_bitsDavid Sterba
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba
2016-04-29btrfs: sink gfp parameter to set_extent_bitsDavid Sterba
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba
2016-02-18btrfs: use proper type for failrec in extent_stateDavid Sterba
2016-02-03Btrfs: remove no longer used function extent_read_full_page_nolock()Filipe Manana
2015-12-23Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason
2015-12-17Btrfs: add extent buffer bitmap sanity testsOmar Sandoval
2015-12-17Btrfs: add extent buffer bitmap operationsOmar Sandoval
2015-12-07btrfs: make extent_range_redirty_for_io return voidDavid Sterba
2015-12-07btrfs: make extent_range_clear_dirty_for_io return voidDavid Sterba
2015-12-07btrfs: make end_extent_writepage return voidDavid Sterba
2015-12-07btrfs: make extent_clear_unlock_delalloc return voidDavid Sterba
2015-12-07btrfs: make clear_extent_buffer_uptodate return voidDavid Sterba
2015-12-07btrfs: make set_extent_buffer_uptodate return voidDavid Sterba
2015-12-03btrfs: make lock_extent static inlineDavid Sterba
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba
2015-12-03btrfs: make clear_extent_bit helpers static inlineDavid Sterba
2015-12-03btrfs: make set_extent_bit helpers static inlineDavid Sterba
2015-10-21btrfs: qgroup: Introduce btrfs_qgroup_reserve_data functionQu Wenruo
2015-10-21btrfs: extent_io: Introduce new function clear_record_extent_bits()Qu Wenruo
2015-10-21btrfs: extent_io: Introduce new function set_record_extent_bitsQu Wenruo
2015-10-21btrfs: extent_io: Introduce needed structure for recoding set/clear bitsQu Wenruo
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba
2015-01-21btrfs: switch extent_state state to unsignedDavid Sterba
2014-12-12btrfs: sink parameter len to alloc_extent_bufferDavid Sterba
2014-12-12btrfs: unify extent buffer allocation apiDavid Sterba
2014-11-20Btrfs: set page and mapping error on compressed write failureFilipe Manana
2014-10-07Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana
2014-10-02btrfs: kill extent_buffer_page helperDavid Sterba
2014-10-02btrfs: remove unused extent state bitsDavid Sterba
2014-09-17Btrfs: cleanup the read failure record after write or when the inode is freeingMiao Xie
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie
2014-09-17Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie
2014-09-17Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie