summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-1/+1
|\
| * Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-1/+1
* | Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason2015-12-231-13/+170
|\ \
| * \ Merge branch 'freespace-tree' into for-linus-4.5Chris Mason2015-12-181-13/+170
| |\ \ | | |/ | |/|
| | * Btrfs: add extent buffer bitmap sanity testsOmar Sandoval2015-12-171-13/+21
| | * Btrfs: add extent buffer bitmap operationsOmar Sandoval2015-12-171-0/+149
* | | Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2015-12-231-93/+5Star
|\ \ \
| * | | btrfs: make lock_extent static inlineDavid Sterba2015-12-031-5/+0Star
| * | | btrfs: drop unused parameter from lock_extent_bitsDavid Sterba2015-12-031-6/+6
| * | | btrfs: make clear_extent_bit helpers static inlineDavid Sterba2015-12-031-39/+0Star
| * | | btrfs: make set_extent_bit helpers static inlineDavid Sterba2015-12-031-44/+0Star
| |/ /
* | | btrfs: make set_range_writeback return voidDavid Sterba2015-12-071-2/+1Star
* | | btrfs: make extent_range_redirty_for_io return voidDavid Sterba2015-12-071-2/+1Star
* | | btrfs: make extent_range_clear_dirty_for_io return voidDavid Sterba2015-12-071-2/+1Star
* | | btrfs: make end_extent_writepage return voidDavid Sterba2015-12-071-5/+2Star
* | | btrfs: make extent_clear_unlock_delalloc return voidDavid Sterba2015-12-071-3/+2Star
* | | btrfs: make clear_extent_buffer_uptodate return voidDavid Sterba2015-12-071-2/+1Star
* | | btrfs: make set_extent_buffer_uptodate return voidDavid Sterba2015-12-071-2/+1Star
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-7/+7
|\ \
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-7/+7
| |/
* | btrfs: extent_io: Introduce new function clear_record_extent_bits()Qu Wenruo2015-10-221-11/+39
* | btrfs: extent_io: Introduce new function set_record_extent_bitsQu Wenruo2015-10-221-18/+53
* | Btrfs: fix double range unlock of hole region when reading pageFilipe Manana2015-10-141-2/+6
* | Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-131-12/+14
|\ \ | |/ |/|
| * btrfs: switch more printks to our helpersDavid Sterba2015-10-081-8/+10
| * btrfs: switch message printers to ratelimited variantsDavid Sterba2015-10-081-2/+2
| * btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba2015-10-081-2/+2
* | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-10-101-8/+11
|\ \ | |/ |/|
| * Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana2015-10-061-8/+11
* | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-251-8/+57
|\|
| * Btrfs: fix read corruption of compressed and shared extentsFilipe Manana2015-09-151-8/+57
* | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-061-7/+18
|\|
| * btrfs: fix compile when block cgroups are not enabledChris Mason2015-08-211-0/+3
| * btrfs: Prevent from early transaction abortMichal Hocko2015-08-191-4/+2Star
| * Btrfs: add support for blkio controllersChris Mason2015-08-091-3/+13
* | block: remove bio_get_nr_vecs()Kent Overstreet2015-08-131-7/+2Star
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-18/+12Star
|/
* Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-011-1/+8
|\
| * Btrfs: set UNWRITTEN for prealloc'ed extents in fiemapJosef Bacik2015-06-031-0/+2
| * Btrfs: wake up extent state waiters on unlock through clear_extent_bitsFilipe Manana2015-06-031-1/+6
* | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-2/+0Star
|\ \ | |/ |/|
| * block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-191-2/+0Star
* | Btrfs: fix race when reusing stale extent buffers that leads to BUG_ONFilipe Manana2015-05-111-0/+19
|/
* Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu2015-04-291-25/+26
* btrfs: fix race on ENOMEM in alloc_extent_bufferOmar Sandoval2015-04-261-1/+2
* btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song2015-03-271-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-211-0/+6
|\
| * Btrfs: just free dummy extent buffersJosef Bacik2015-03-171-0/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-02-191-35/+52
|\|
| * Btrfs: account for large extents with enospcJosef Bacik2015-02-141-1/+1