summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs tests: replace whole ops structure for free space testsDavid Sterba2016-01-071-6/+8
| * | btrfs: don't use slab cache for struct btrfs_delalloc_workDavid Sterba2016-01-071-12/+2
| * | btrfs: drop duplicate prefix from scrub workqueuesDavid Sterba2016-01-071-5/+5
| * | btrfs: verbose error when we find an unexpected item in sys_arrayDavid Sterba2016-01-071-0/+3
| * | btrfs: handle invalid num_stripes in sys_arrayDavid Sterba2016-01-071-0/+8
| * | btrfs: better packing of btrfs_delayed_extent_opDavid Sterba2016-01-074-15/+12
| * | btrfs: put delayed item hook into inodeDavid Sterba2016-01-072-31/+29
| * | btrfs: Support convert to -d dup for btrfs-convertZhao Lei2016-01-071-8/+0
| * | Btrfs: igrab inode in writepageJosef Bacik2016-01-071-2/+15
| * | Btrfs: add missing brelse when superblock checksum failsAnand Jain2016-01-071-0/+1
| |/
* | btrfs: don't run delayed references while we are creating the free space treeChris Mason2015-12-304-16/+28
* | btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled.Chris Mason2015-12-301-0/+2
* | btrfs: fix warning on uninit variable in btrfs_finish_chunk_allocChris Mason2015-12-231-1/+1
* | Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason2015-12-2315-112/+2932
|\ \
| * \ Merge branch 'freespace-tree' into for-linus-4.5Chris Mason2015-12-1815-112/+2932
| |\ \
| | * | Btrfs: add free space tree mount optionOmar Sandoval2015-12-173-10/+88
| | * | Btrfs: wire up the free space tree to the extent treeOmar Sandoval2015-12-171-3/+33
| | * | Btrfs: add free space tree sanity testsOmar Sandoval2015-12-177-48/+646
| | * | Btrfs: implement the free space B-treeOmar Sandoval2015-12-175-4/+1686
| | * | Btrfs: introduce the free space B-tree on-disk formatOmar Sandoval2015-12-171-0/+38
| | * | Btrfs: refactor caching_thread()Omar Sandoval2015-12-172-26/+36
| | * | Btrfs: add helpers for read-only compat bitsOmar Sandoval2015-12-171-0/+82
| | * | Btrfs: add extent buffer bitmap sanity testsOmar Sandoval2015-12-173-16/+160
| | * | Btrfs: add extent buffer bitmap operationsOmar Sandoval2015-12-172-0/+155
* | | | Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2015-12-235-56/+151
|\ \ \ \
| * | | | Btrfs: fix unprotected list operations at btrfs_write_dirty_block_groupsFilipe Manana2015-12-211-2/+17
| * | | | Btrfs: fix locking bugs when defragging leavesFilipe Manana2015-12-181-3/+24
| * | | | Btrfs: fix leaking of ordered extents after direct IO write errorFilipe Manana2015-12-171-5/+38
| * | | | Btrfs: fix deadlock between direct IO write and defrag/readpagesFilipe Manana2015-12-171-17/+13
| * | | | Btrfs: fix error path when failing to submit bio for direct IO writeFilipe Manana2015-12-171-27/+27
| * | | | Btrfs: fix memory leaks after transaction is abortedFilipe Manana2015-12-171-0/+17
| * | | | Btrfs: fix race when finishing dev replace leading to transaction abortFilipe Manana2015-12-171-2/+15
* | | | | Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2015-12-238-136/+116
|\ \ \ \ \
| * | | | | btrfs: make lock_extent static inlineDavid Sterba2015-12-032-6/+6
| * | | | | btrfs: drop unused parameter from lock_extent_bitsDavid Sterba2015-12-038-27/+27
| * | | | | btrfs: make clear_extent_bit helpers static inlineDavid Sterba2015-12-032-48/+38
| * | | | | btrfs: make set_extent_bit helpers static inlineDavid Sterba2015-12-032-56/+46
* | | | | | Merge branch 'dev/gfp-flags' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2015-12-234-10/+10
|\ \ \ \ \ \
| * | | | | | btrfs: use GFP_KERNEL for xattr and acl allocationsDavid Sterba2015-12-032-3/+3
| * | | | | | btrfs: use GFP_KERNEL for allocations of workqueuesDavid Sterba2015-12-031-2/+2
| * | | | | | btrfs: use GFP_KERNEL for allocations in ioctl handlersDavid Sterba2015-12-031-5/+5
| |/ / / / /
* | | | | | Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2015-12-239-47/+26
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | btrfs: make set_range_writeback return voidDavid Sterba2015-12-071-2/+1
| * | | | | btrfs: make extent_range_redirty_for_io return voidDavid Sterba2015-12-072-3/+2
| * | | | | btrfs: make extent_range_clear_dirty_for_io return voidDavid Sterba2015-12-072-3/+2
| * | | | | btrfs: make end_extent_writepage return voidDavid Sterba2015-12-072-6/+3
| * | | | | btrfs: make extent_clear_unlock_delalloc return voidDavid Sterba2015-12-072-4/+3
| * | | | | btrfs: make clear_extent_buffer_uptodate return voidDavid Sterba2015-12-072-3/+2
| * | | | | btrfs: make set_extent_buffer_uptodate return voidDavid Sterba2015-12-072-3/+2
| * | | | | btrfs: remove a trivial helper btrfs_set_buffer_uptodateDavid Sterba2015-12-074-9/+3
OpenPOWER on IntegriCloud