summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee
2016-01-07btrfs: cleanup, remove stray return statementsDavid Sterba
2016-01-07btrfs: zero out delayed node upon allocationAlexandru Moise
2016-01-07btrfs: pass proper enum type to start_transaction()Alexandru Moise
2016-01-07btrfs: switch __btrfs_fs_incompat return type from int to boolAlexandru Moise
2016-01-07btrfs: remove unused inode argument from uncompress_inline()Byongho Lee
2016-01-07btrfs: don't use slab cache for struct btrfs_delalloc_workDavid Sterba
2016-01-07btrfs: drop duplicate prefix from scrub workqueuesDavid Sterba
2016-01-07btrfs: verbose error when we find an unexpected item in sys_arrayDavid Sterba
2016-01-07btrfs: handle invalid num_stripes in sys_arrayDavid Sterba
2016-01-07btrfs: better packing of btrfs_delayed_extent_opDavid Sterba
2016-01-07btrfs: put delayed item hook into inodeDavid Sterba
2016-01-07btrfs: Support convert to -d dup for btrfs-convertZhao Lei
2016-01-07Btrfs: igrab inode in writepageJosef Bacik
2016-01-07Btrfs: add missing brelse when superblock checksum failsAnand Jain
2016-01-06Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana
2015-12-31Btrfs: fix number of transaction units required to create symlinkFilipe Manana
2015-12-31Btrfs: don't leave dangling dentry if symlink creation failedFilipe Manana
2015-12-31Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana
2015-12-30Btrfs: fix race between free space endio workers and space cache writeoutFilipe Manana
2015-12-30btrfs: don't run delayed references while we are creating the free space treeChris Mason
2015-12-30btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled.Chris Mason
2015-12-23btrfs: fix warning on uninit variable in btrfs_finish_chunk_allocChris Mason
2015-12-23Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason
2015-12-23Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2015-12-23Merge branch 'dev/gfp-flags' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2015-12-23Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason
2015-12-21Btrfs: fix unprotected list operations at btrfs_write_dirty_block_groupsFilipe Manana
2015-12-18Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason
2015-12-18Btrfs: fix locking bugs when defragging leavesFilipe Manana
2015-12-17Btrfs: add free space tree mount optionOmar Sandoval
2015-12-17Btrfs: wire up the free space tree to the extent treeOmar Sandoval
2015-12-17Btrfs: add free space tree sanity testsOmar Sandoval
2015-12-17Btrfs: implement the free space B-treeOmar Sandoval
2015-12-17Btrfs: introduce the free space B-tree on-disk formatOmar Sandoval
2015-12-17Btrfs: refactor caching_thread()Omar Sandoval
2015-12-17Btrfs: add helpers for read-only compat bitsOmar Sandoval
2015-12-17Btrfs: add extent buffer bitmap sanity testsOmar Sandoval
2015-12-17Btrfs: add extent buffer bitmap operationsOmar Sandoval
2015-12-17Btrfs: fix leaking of ordered extents after direct IO write errorFilipe Manana
2015-12-17Btrfs: fix deadlock between direct IO write and defrag/readpagesFilipe Manana
2015-12-17Btrfs: fix error path when failing to submit bio for direct IO writeFilipe Manana
2015-12-17Btrfs: fix memory leaks after transaction is abortedFilipe Manana
2015-12-17Btrfs: fix race when finishing dev replace leading to transaction abortFilipe Manana
2015-12-15Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2015-12-15Btrfs: check prepare_uptodate_page() error code earlierChris Mason
2015-12-15Btrfs: check for empty bitmap list in setup_cluster_bitmapsChris Mason
2015-12-10btrfs: fix misleading warning when space cache failed to loadHolger Hoffstätte