aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9Chris Mason1-0/+22
2016-10-03Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval1-0/+22
2016-09-26Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik1-1/+1
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchsetQu Wenruo1-1/+1
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang1-0/+1
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2016-06-07btrfs: use bio fields for op and flagsMike Christie1-4/+4
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-2/+2
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-17/+17
2016-05-06btrfs: kill unused writepage_io_hook callbackDavid Sterba1-1/+0
2016-04-29btrfs: sink gfp parameter to convert_extent_bitDavid Sterba1-1/+1
2016-04-29btrfs: sink gfp parameter to set_record_extent_bitsDavid Sterba1-2/+1
2016-04-29btrfs: sink gfp parameter to set_extent_newDavid Sterba1-2/+3
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