summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds9-106/+100
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-181/+52
2014-01-26btrfs: use generic posix ACL infrastructureChristoph Hellwig5-135/+28
2014-01-26fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-26fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2014-01-25btrfs: sanitize BTRFS_IOC_FILE_EXTENT_SAMEAl Viro1-46/+24
2014-01-23Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-2/+6
2014-01-09btrfs: fix missing increment of bi_remainingMuthu Kumar1-2/+7
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe5-42/+73
2013-12-19treewide: Fix typos in printkMasanari Iida1-1/+1
2013-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-42/+73
2013-12-12Btrfs: fix access_ok() check in btrfs_ioctl_send()Dan Carpenter1-2/+2
2013-12-12Btrfs: make sure we cleanup all reloc roots if error happensWang Shilong1-0/+7
2013-12-12Btrfs: skip building backref tree for uuid and quota tree when doing balance ...Wang Shilong1-1/+3
2013-12-12Btrfs: fix an oops when doing balance relocationWang Shilong1-23/+47
2013-12-12Btrfs: don't miss skinny extent items on delayed ref head contentionFilipe David Borba Manana1-12/+10
2013-12-12btrfs: call mnt_drop_write after interrupted subvol deletionDavid Sterba1-1/+2
2013-12-12Btrfs: don't clear the default compression typeMiao Xie1-3/+2
2013-12-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-59/+20
2013-12-06fs: fix iversion handlingChristoph Hellwig1-2/+6
2013-12-04block: fixup for generic bio chainingKent Overstreet2-1/+3
2013-11-25block: submit_bio_wait() conversionsKent Overstreet4-59/+20
2013-11-24block: Abstract out bvec iteratorKent Overstreet8-61/+65
2013-11-24block: Convert various code to bio_for_each_segment()Kent Overstreet4-44/+27
2013-11-24block: submit_bio_wait() conversionsKent Overstreet4-59/+20
2013-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds13-54/+53
2013-11-21btrfs: update kconfig help textDavid Sterba1-5/+10
2013-11-21btrfs: fix bio_size_ok() for max_sectors > 0xffffAkinobu Mita1-1/+1
2013-11-21btrfs: Use trace condition for get_extent tracepointSteven Rostedt1-2/+1
2013-11-21btrfs: fix typo in the log messageAnand Jain1-1/+1
2013-11-21Btrfs: fix list delete warning when removing ordered root from the listMiao Xie1-0/+1
2013-11-21Btrfs: print bytenr instead of page pointer in check-intStefan Behrens1-8/+17
2013-11-21Btrfs: remove dead codes from ctree.hWang Shilong1-6/+0
2013-11-21Btrfs: don't wait for ordered data outside desired rangeFilipe David Borba Manana1-1/+1
2013-11-21Btrfs: fix lockdep error in async commitLiu Bo1-2/+2
2013-11-21Btrfs: avoid heavy operations in btrfs_commit_superLiu Bo1-20/+1
2013-11-21Btrfs: fix __btrfs_start_workers retvalIlya Dryomov1-0/+1
2013-11-21Btrfs: disable online raid-repair on ro mountsIlya Dryomov1-3/+8
2013-11-21Btrfs: do not inc uncorrectable_errors counter on ro scrubsIlya Dryomov1-2/+4
2013-11-21Btrfs: only drop modified extents if we logged the whole inodeJosef Bacik1-1/+1
2013-11-21Btrfs: make sure to copy everything if we renameJosef Bacik1-1/+2
2013-11-21Btrfs: don't BUG_ON() if we get an error walking backrefsJosef Bacik1-1/+2
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-11/+11
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2013-11-15btrfs: get rid of fdentry()Al Viro2-9/+4
2013-11-15btrfs: fix empty_zero_page misusageChris Mason1-2/+7
2013-11-12Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie7-9/+7
2013-11-12Btrfs: don't wait for the completion of all the ordered extentsMiao Xie8-18/+31
2013-11-12Btrfs: don't wait for all the async delalloc when shrinking delallocMiao Xie1-2/+12