aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2016-01-29Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 11-32/+113
2016-01-29Revert "btrfs: synchronize incompat feature bits with sysfs files"Gravatar Chris Mason 4-17/+0
2016-01-27btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzallocGravatar Chris Mason 1-1/+1
2016-01-27Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Chris Mason 6-18/+34
2016-01-27btrfs: sysfs: check initialization state before updating featuresGravatar David Sterba 1-0/+3
2016-01-25Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"Gravatar David Sterba 1-1/+0
2016-01-25btrfs: async-thread: Fix a use-after-free error for traceGravatar Qu Wenruo 1-1/+1
2016-01-25Btrfs: fix race between fsync and lockless direct IO writesGravatar Filipe Manana 2-11/+39
2016-01-25Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Chris Mason 6-1/+53
2016-01-25btrfs: add free space tree to the cow-only listGravatar David Sterba 1-1/+2
2016-01-25btrfs: add free space tree to lockdep classesGravatar David Sterba 1-0/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 6-47/+47
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 16-213/+264
2016-01-22btrfs: tweak free space tree bitmap allocationGravatar David Sterba 1-2/+16
2016-01-22btrfs: tests: switch to GFP_KERNELGravatar David Sterba 3-15/+15
2016-01-21btrfs: synchronize incompat feature bits with sysfs filesGravatar David Sterba 4-0/+17
2016-01-21btrfs: sysfs: introduce helper for syncing bits with sysfs filesGravatar David Sterba 2-0/+33
2016-01-21btrfs: sysfs: add free-space-tree bit attributeGravatar David Sterba 1-0/+2
2016-01-20btrfs: sysfs: fix typo in compat_ro attribute definitionGravatar David Sterba 1-1/+1
2016-01-20btrfs: raid56: Use raid_write_end_io for scrubGravatar Zhao Lei 1-27/+5
2016-01-20btrfs: Remove unnecessary ClearPageUptodate for raid56Gravatar Zhao Lei 1-2/+0
2016-01-20btrfs: use rbio->nr_pages to reduce calculationGravatar Zhao Lei 1-12/+7
2016-01-20btrfs: Use unified stripe_page's index calculationGravatar Zhao Lei 1-22/+21
2016-01-20btrfs: Fix calculation of rbio->dbitmap's size calculationGravatar Zhao Lei 2-3/+3
2016-01-20btrfs: Fix no_space in write and rm loopGravatar Zhao Lei 1-1/+3
2016-01-20btrfs: merge functions for wait snapshot creationGravatar Zhao Lei 3-21/+22
2016-01-20btrfs: delete unused argument in btrfs_copy_from_userGravatar Zhao Lei 1-4/+2
2016-01-19btrfs: Use direct way to determine raid56 write/recover modeGravatar Zhao Lei 1-1/+2
2016-01-19btrfs: Small cleanup for get index_srcdev loopGravatar Zhao Lei 1-22/+20
2016-01-19btrfs: Enhance chunk validation checkGravatar Qu Wenruo 1-1/+32
2016-01-19btrfs: Enhance super validation checkGravatar Qu Wenruo 1-49/+48
2016-01-19Btrfs: fix deadlock running delayed iputs at transaction commit timeGravatar Filipe Manana 4-8/+10
2016-01-19Btrfs: fix typo in log message when starting a balanceGravatar Filipe Manana 1-1/+1
2016-01-19Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Chris Mason 6-15/+56
2016-01-19Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Chris Mason 7-24/+32
2016-01-19btrfs: remove duplicate const specifierGravatar Colin Ian King 1-1/+1
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 46-828/+3688
2016-01-15btrfs: initialize the seq counter in struct btrfs_deviceGravatar Sebastian Andrzej Siewior 1-0/+1
2016-01-15Btrfs: clean up an error code in btrfs_init_space_info()Gravatar Dan Carpenter 1-1/+1
2016-01-15btrfs: fix iterator with update error in backref.cGravatar Geliang Tang 1-5/+5
2016-01-15Btrfs: fix output of compression message in btrfs_parse_options()Gravatar Tsutomu Itoh 1-7/+22
2016-01-15Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Gravatar Chandan Rajendra 4-8/+33
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereGravatar Jeff Mahoney 6-17/+25
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+2
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+1
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-151/+46
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 4-121/+71
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+3
2016-01-11Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Chris Mason 4-18/+58