aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2016-04-01Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-20/+25
2016-03-24Merge branch 'misc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Chris Mason 1-20/+25
2016-03-22btrfs: transaction_kthread() is not freezableGravatar Jiri Kosina 1-9/+6
2016-03-22btrfs: cleaner_kthread() doesn't need explicit freezeGravatar Jiri Kosina 1-1/+1
2016-03-22btrfs: do not write corrupted metadata blocks to diskGravatar Alex Lyakas 1-2/+13
2016-03-22btrfs: csum_tree_block: return proper errno valueGravatar Alex Lyakas 1-8/+5
2016-03-21Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 35-681/+1091
2016-03-21btrfs: make sure we stay inside the bvec during __btrfs_lookup_bio_sumsGravatar Chris Mason 1-0/+10
2016-03-17btrfs: use radix_tree_iter_retry()Gravatar Matthew Wilcox 1-2/+1
2016-03-14btrfs: Fix misspellings in comments.Gravatar Adam Buchbinder 10-16/+16
2016-03-14btrfs: Print Warning only if ENOSPC_DEBUG is enabledGravatar Ashish Samant 1-1/+6
2016-03-11btrfs: scrub: silence an uninitialized variable warningGravatar Dan Carpenter 1-1/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hGravatar Anand Jain 13-8/+20
2016-03-11btrfs: rename btrfs_print_info to btrfs_print_mod_infoGravatar Anand Jain 1-2/+2
2016-03-11Btrfs: Show a warning message if one of objectid reaches its highest valueGravatar Satoru Takeuchi 1-0/+3
2016-03-11btrfs: use kbasename in btrfsic_mountGravatar Rasmus Villemoes 1-6/+3
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixGravatar Ingo Molnar 2-1/+11
2016-03-04Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+9
2016-03-03Btrfs: fix loading of orphan roots leading to BUG_ONGravatar Filipe Manana 1-1/+9
2016-03-01Btrfs: do not collect ordered extents when logging that inode existsGravatar Filipe Manana 1-1/+16
2016-03-01Btrfs: fix race when checking if we can skip fsync'ing an inodeGravatar Filipe Manana 1-4/+5
2016-03-01Btrfs: fix listxattrs not listing all xattrs packed in the same itemGravatar Filipe Manana 1-24/+41
2016-03-01Btrfs: fix deadlock between direct IO reads and buffered writesGravatar Filipe Manana 1-2/+23
2016-03-01Btrfs: fix extent_same allowing destination offset beyond i_sizeGravatar Filipe Manana 1-0/+3
2016-03-01Btrfs: fix file loss on log replay after renaming a file and fsyncGravatar Filipe Manana 2-12/+59
2016-03-01Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncGravatar Filipe Manana 3-0/+20
2016-03-01Merge tag 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/...Gravatar Chris Mason 28-606/+865
2016-02-26Merge branch 'dev/control-ioctl' into for-chris-4.6Gravatar David Sterba 3-3/+6
2016-02-26Merge branch 'misc-4.6' into for-chris-4.6Gravatar David Sterba 5-31/+20
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6Gravatar David Sterba 16-89/+64
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6Gravatar David Sterba 15-155/+236
2016-02-26Merge branch 'foreign/josef/space-updates' into for-chris-4.6Gravatar David Sterba 3-17/+36
2016-02-26Merge branch 'foreign/zhaolei/reada' into for-chris-4.6Gravatar David Sterba 3-137/+141
2016-02-26Merge branch 'foreign/qu/norecovery-v7' into for-chris-4.6Gravatar David Sterba 3-15/+51
2016-02-26Merge branch 'dev/rename-keys' into for-chris-4.6Gravatar David Sterba 3-12/+64
2016-02-26Merge branch 'dev/gfp-flags' into for-chris-4.6Gravatar David Sterba 10-56/+60
2016-02-26Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6Gravatar David Sterba 7-165/+321
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceGravatar Liu Bo 7-84/+105
2016-02-23btrfs: drop unused argument in btrfs_ioctl_get_supported_featuresGravatar David Sterba 3-5/+4
2016-02-23btrfs: add GET_SUPPORTED_FEATURES to the control device ioctlsGravatar David Sterba 3-2/+6
2016-02-23btrfs: change max_inline default to 2048Gravatar David Sterba 1-1/+1
2016-02-23btrfs: remove error message from search ioctl for nonexistent treeGravatar David Sterba 1-2/+0
2016-02-23btrfs: avoid uninitialized variable warningGravatar Arnd Bergmann 1-2/+2
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-18btrfs: fix memory leak of fs_info in block group cacheGravatar Kinglong Mee 2-6/+1
2016-02-18btrfs: Continue write in case of can_not_nocowGravatar Zhao Lei 1-20/+17
2016-02-18btrfs: drop null testing before destroy functionsGravatar Kinglong Mee 9-34/+17
2016-02-18btrfs: fix build warningGravatar Sudip Mukherjee 1-1/+1
2016-02-18btrfs: use proper type for failrec in extent_stateGravatar David Sterba 2-20/+16
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Gravatar Deepa Dinamani 6-22/+26