aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2016-02-19Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2016-02-16Btrfs: fix direct IO requests not reporting IO error to user spaceGravatar Filipe Manana 1-0/+2
2016-02-12Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-71/+131
2016-02-11btrfs: properly set the termination value of ctx->pos in readdirGravatar David Sterba 3-3/+16
2016-02-05Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlGravatar Filipe Manana 1-4/+6
2016-02-03Btrfs: remove no longer used function extent_read_full_page_nolock()Gravatar Filipe Manana 3-42/+12
2016-02-03Btrfs: fix page reading in extent_same ioctl leading to csum errorsGravatar Filipe Manana 1-8/+21
2016-02-03Btrfs: fix invalid page accesses in extent_same (dedup) ioctlGravatar Filipe Manana 1-14/+76
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