summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2016-01-07btrfs: use list_for_each_entry* in check-integrity.cGeliang Tang1-79/+26
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee17-177/+147
2016-01-07btrfs: cleanup, remove stray return statementsDavid Sterba6-9/+0
2016-01-07btrfs: zero out delayed node upon allocationAlexandru Moise1-6/+1
2016-01-07btrfs: pass proper enum type to start_transaction()Alexandru Moise1-5/+10
2016-01-07btrfs: switch __btrfs_fs_incompat return type from int to boolAlexandru Moise1-1/+1
2016-01-07btrfs: remove unused inode argument from uncompress_inline()Byongho Lee1-3/+2
2016-01-07btrfs: don't use slab cache for struct btrfs_delalloc_workDavid Sterba1-12/+2
2016-01-07btrfs: drop duplicate prefix from scrub workqueuesDavid Sterba1-5/+5
2016-01-07btrfs: verbose error when we find an unexpected item in sys_arrayDavid Sterba1-0/+3
2016-01-07btrfs: handle invalid num_stripes in sys_arrayDavid Sterba1-0/+8
2016-01-07btrfs: better packing of btrfs_delayed_extent_opDavid Sterba4-15/+12
2016-01-07btrfs: put delayed item hook into inodeDavid Sterba2-31/+29
2016-01-07btrfs: Support convert to -d dup for btrfs-convertZhao Lei1-8/+0
2016-01-07Btrfs: igrab inode in writepageJosef Bacik1-2/+15
2016-01-07Btrfs: add missing brelse when superblock checksum failsAnand Jain1-0/+1
2016-01-07Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana1-2/+4
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-3/+1
2016-01-01btrfs: use new dedupe data function pointerDarrick J. Wong3-97/+16
2015-12-31Btrfs: fix number of transaction units required to create symlinkFilipe Manana1-1/+3
2015-12-31Btrfs: don't leave dangling dentry if symlink creation failedFilipe Manana1-4/+7
2015-12-31Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana1-1/+15
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-30Btrfs: fix race between free space endio workers and space cache writeoutFilipe Manana1-0/+19
2015-12-30btrfs: don't run delayed references while we are creating the free space treeChris Mason4-16/+28
2015-12-30btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled.Chris Mason1-0/+2
2015-12-24btrfs: fix warning on uninit variable in btrfs_finish_chunk_allocChris Mason1-1/+1
2015-12-24Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason15-112/+2932
2015-12-24Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason5-56/+151
2015-12-24Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason8-136/+116
2015-12-24Merge branch 'dev/gfp-flags' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason4-10/+10
2015-12-24Merge 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-19Merge 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