aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-22wrappers for ->i_mutex accessAl Viro6-47/+47
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds16-213/+264
2016-01-20btrfs: raid56: Use raid_write_end_io for scrubZhao Lei1-27/+5
2016-01-20btrfs: Remove unnecessary ClearPageUptodate for raid56Zhao Lei1-2/+0
2016-01-20btrfs: use rbio->nr_pages to reduce calculationZhao Lei1-12/+7
2016-01-20btrfs: Use unified stripe_page's index calculationZhao Lei1-22/+21
2016-01-20btrfs: Fix calculation of rbio->dbitmap's size calculationZhao Lei2-3/+3
2016-01-20btrfs: Fix no_space in write and rm loopZhao Lei1-1/+3
2016-01-20btrfs: merge functions for wait snapshot creationZhao Lei3-21/+22
2016-01-20btrfs: delete unused argument in btrfs_copy_from_userZhao Lei1-4/+2
2016-01-19btrfs: Use direct way to determine raid56 write/recover modeZhao Lei1-1/+2
2016-01-19btrfs: Small cleanup for get index_srcdev loopZhao Lei1-22/+20
2016-01-19btrfs: Enhance chunk validation checkQu Wenruo1-1/+32
2016-01-19btrfs: Enhance super validation checkQu Wenruo1-49/+48
2016-01-19Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana4-8/+10
2016-01-19Btrfs: fix typo in log message when starting a balanceFilipe Manana1-1/+1
2016-01-19Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason6-15/+56
2016-01-19Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason7-24/+32
2016-01-19btrfs: remove duplicate const specifierColin Ian King1-1/+1
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds46-828/+3688
2016-01-15btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior1-0/+1
2016-01-15Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter1-1/+1
2016-01-15btrfs: fix iterator with update error in backref.cGeliang Tang1-5/+5
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