summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-11Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-07Btrfs: fix fitrim discarding device area reserved for boot loader's useFilipe Manana
2016-01-07Btrfs: Check metadata redundancy on balanceSam Tygier
2016-01-07btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba
2016-01-07btrfs: preallocate path for snapshot creation at ioctl timeDavid Sterba
2016-01-07btrfs: allocate root item at snapshot ioctl timeDavid Sterba
2016-01-07btrfs: do an allocation earlier during snapshot creationDavid Sterba
2016-01-07btrfs: use smaller type for btrfs_path locksDavid Sterba
2016-01-07btrfs: use smaller type for btrfs_path lowest_levelDavid Sterba
2016-01-07btrfs: use smaller type for btrfs_path readaDavid Sterba
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba
2016-01-07btrfs: constify static arraysDavid Sterba
2016-01-07btrfs: constify remaining structs with function pointersDavid Sterba
2016-01-07btrfs tests: replace whole ops structure for free space testsDavid Sterba
2016-01-07btrfs: use list_for_each_entry* in backref.cGeliang Tang
2016-01-07btrfs: use list_for_each_entry_safe in free-space-cache.cGeliang Tang
2016-01-07btrfs: use list_for_each_entry* in check-integrity.cGeliang Tang
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
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2016-01-01btrfs: use new dedupe data function pointerDarrick J. Wong
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-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
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