summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-20btrfs: raid56: Use raid_write_end_io for scrubZhao Lei
2016-01-20btrfs: Remove unnecessary ClearPageUptodate for raid56Zhao Lei
2016-01-20btrfs: use rbio->nr_pages to reduce calculationZhao Lei
2016-01-20btrfs: Use unified stripe_page's index calculationZhao Lei
2016-01-20btrfs: Fix calculation of rbio->dbitmap's size calculationZhao Lei
2016-01-20btrfs: Fix no_space in write and rm loopZhao Lei
2016-01-20btrfs: merge functions for wait snapshot creationZhao Lei
2016-01-20btrfs: delete unused argument in btrfs_copy_from_userZhao Lei
2016-01-19btrfs: Use direct way to determine raid56 write/recover modeZhao Lei
2016-01-19btrfs: Small cleanup for get index_srcdev loopZhao Lei
2016-01-19btrfs: Enhance chunk validation checkQu Wenruo
2016-01-19btrfs: Enhance super validation checkQu Wenruo
2016-01-19Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana
2016-01-19Btrfs: fix typo in log message when starting a balanceFilipe Manana
2016-01-19Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-19Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-19btrfs: remove duplicate const specifierColin Ian King
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-15btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior
2016-01-15Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter
2016-01-15btrfs: fix iterator with update error in backref.cGeliang Tang
2016-01-15Btrfs: fix output of compression message in btrfs_parse_options()Tsutomu Itoh
2016-01-15Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney
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