aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-15Btrfs: fix output of compression message in btrfs_parse_options()Tsutomu Itoh1-7/+22
2016-01-15Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and subvolume rootsChandan Rajendra4-8/+33
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney6-17/+25
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+1
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-151/+46
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-121/+71
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+3
2016-01-11Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5Chris Mason4-18/+58
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason24-305/+195
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason22-144/+186
2016-01-07Btrfs: fix fitrim discarding device area reserved for boot loader's useFilipe Manana1-10/+10
2016-01-07Btrfs: Check metadata redundancy on balanceSam Tygier1-0/+7
2016-01-07btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba1-0/+24
2016-01-07btrfs: preallocate path for snapshot creation at ioctl timeDavid Sterba3-6/+8
2016-01-07btrfs: allocate root item at snapshot ioctl timeDavid Sterba3-6/+13
2016-01-07btrfs: do an allocation earlier during snapshot creationDavid Sterba1-11/+9
2016-01-07btrfs: use smaller type for btrfs_path locksDavid Sterba1-1/+1
2016-01-07btrfs: use smaller type for btrfs_path lowest_levelDavid Sterba1-1/+1
2016-01-07btrfs: use smaller type for btrfs_path readaDavid Sterba1-1/+1
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba11-30/+30
2016-01-07btrfs: constify static arraysDavid Sterba4-4/+4
2016-01-07btrfs: constify remaining structs with function pointersDavid Sterba5-8/+8
2016-01-07btrfs tests: replace whole ops structure for free space testsDavid Sterba1-6/+8
2016-01-07btrfs: use list_for_each_entry* in backref.cGeliang Tang1-17/+6
2016-01-07btrfs: use list_for_each_entry_safe in free-space-cache.cGeliang Tang1-10/+4
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-06Btrfs: 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