aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2015-12-23btrfs: fix warning on uninit variable in btrfs_finish_chunk_allocChris Mason1-1/+1
2015-12-23Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason15-112/+2932
2015-12-23Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason5-56/+151
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason8-136/+116
2015-12-23Merge branch 'dev/gfp-flags' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason4-10/+10
2015-12-23Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason9-47/+26
2015-12-21Btrfs: fix unprotected list operations at btrfs_write_dirty_block_groupsFilipe Manana1-2/+17
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-1/+1
2015-12-18Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-15/+29
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason15-112/+2932
2015-12-18Btrfs: fix locking bugs when defragging leavesFilipe Manana1-3/+24
2015-12-17Btrfs: add free space tree mount optionOmar Sandoval3-10/+88
2015-12-17Btrfs: wire up the free space tree to the extent treeOmar Sandoval1-3/+33
2015-12-17Btrfs: add free space tree sanity testsOmar Sandoval7-48/+646
2015-12-17Btrfs: implement the free space B-treeOmar Sandoval5-4/+1686
2015-12-17Btrfs: introduce the free space B-tree on-disk formatOmar Sandoval1-0/+38
2015-12-17Btrfs: refactor caching_thread()Omar Sandoval2-26/+36
2015-12-17Btrfs: add helpers for read-only compat bitsOmar Sandoval1-0/+82
2015-12-17Btrfs: add extent buffer bitmap sanity testsOmar Sandoval3-16/+160
2015-12-17Btrfs: add extent buffer bitmap operationsOmar Sandoval2-0/+155
2015-12-17Btrfs: fix leaking of ordered extents after direct IO write errorFilipe Manana1-5/+38
2015-12-17Btrfs: fix deadlock between direct IO write and defrag/readpagesFilipe Manana1-17/+13
2015-12-17Btrfs: fix error path when failing to submit bio for direct IO writeFilipe Manana1-27/+27
2015-12-17Btrfs: fix memory leaks after transaction is abortedFilipe Manana1-0/+17
2015-12-17Btrfs: fix race when finishing dev replace leading to transaction abortFilipe Manana1-2/+15
2015-12-15Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason5-8/+10
2015-12-15Btrfs: check prepare_uptodate_page() error code earlierChris Mason1-4/+14
2015-12-15Btrfs: check for empty bitmap list in setup_cluster_bitmapsChris Mason1-3/+5
2015-12-10btrfs: fix misleading warning when space cache failed to loadHolger Hoffstätte1-1/+1
2015-12-10Btrfs: fix transaction handle leak in balanceFilipe Manana1-2/+1
2015-12-10Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana3-5/+8
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+2
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig3-47/+6
2015-12-07btrfs: make set_range_writeback return voidDavid Sterba1-2/+1
2015-12-07btrfs: make extent_range_redirty_for_io return voidDavid Sterba2-3/+2
2015-12-07btrfs: make extent_range_clear_dirty_for_io return voidDavid Sterba2-3/+2
2015-12-07btrfs: make end_extent_writepage return voidDavid Sterba2-6/+3
2015-12-07btrfs: make extent_clear_unlock_delalloc return voidDavid Sterba2-4/+3
2015-12-07btrfs: make clear_extent_buffer_uptodate return voidDavid Sterba2-3/+2
2015-12-07btrfs: make set_extent_buffer_uptodate return voidDavid Sterba2-3/+2
2015-12-07btrfs: remove a trivial helper btrfs_set_buffer_uptodateDavid Sterba4-9/+3
2015-12-06btrfs: Use xattr handler infrastructureAndreas Gruenbacher3-113/+63
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2-8/+8
2015-12-03btrfs: use GFP_KERNEL for xattr and acl allocationsDavid Sterba2-3/+3
2015-12-03btrfs: use GFP_KERNEL for allocations of workqueuesDavid Sterba1-2/+2
2015-12-03btrfs: use GFP_KERNEL for allocations in ioctl handlersDavid Sterba1-5/+5
2015-12-03btrfs: remove wait from struct btrfs_delalloc_workDavid Sterba2-9/+3
2015-12-03btrfs: sink parameter wait to btrfs_alloc_delalloc_workDavid Sterba2-4/+4
2015-12-03btrfs: make btrfs_close_one_device staticDavid Sterba2-2/+2