aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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 relocationWang 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-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-59/+20
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/mason/linux-btrfsLinus Torvalds13-54/+53
2013-11-20btrfs: update kconfig help textDavid Sterba1-5/+10
2013-11-20btrfs: fix bio_size_ok() for max_sectors > 0xffffAkinobu Mita1-1/+1
2013-11-20btrfs: Use trace condition for get_extent tracepointSteven Rostedt1-2/+1
2013-11-20btrfs: fix typo in the log messageAnand Jain1-1/+1
2013-11-20Btrfs: fix list delete warning when removing ordered root from the listMiao Xie1-0/+1
2013-11-20Btrfs: print bytenr instead of page pointer in check-intStefan Behrens1-8/+17
2013-11-20Btrfs: remove dead codes from ctree.hWang Shilong1-6/+0
2013-11-20Btrfs: don't wait for ordered data outside desired rangeFilipe David Borba Manana1-1/+1
2013-11-20Btrfs: fix lockdep error in async commitLiu Bo1-2/+2
2013-11-20Btrfs: avoid heavy operations in btrfs_commit_superLiu Bo1-20/+1
2013-11-20Btrfs: fix __btrfs_start_workers retvalIlya Dryomov1-0/+1
2013-11-20Btrfs: disable online raid-repair on ro mountsIlya Dryomov1-3/+8
2013-11-20Btrfs: do not inc uncorrectable_errors counter on ro scrubsIlya Dryomov1-2/+4
2013-11-20Btrfs: only drop modified extents if we logged the whole inodeJosef Bacik1-1/+1
2013-11-20Btrfs: make sure to copy everything if we renameJosef Bacik1-1/+2
2013-11-20Btrfs: 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/mason/linux-btrfsLinus Torvalds2-11/+11
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus 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-11Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie7-9/+7
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie8-18/+31
2013-11-11Btrfs: don't wait for all the async delalloc when shrinking delallocMiao Xie1-2/+12
2013-11-11Btrfs: fix the confusion between delalloc bytes and metadata bytesMiao Xie1-0/+6
2013-11-11Btrfs: pick up the code for the item number calculation in flush_space()Miao Xie1-9/+16
2013-11-11Btrfs: wait for the ordered extent only when we wantMiao Xie1-1/+2
2013-11-11Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()Miao Xie1-4/+3
2013-11-11Btrfs: avoid unnecessary scrub workers allocationWang Shilong1-13/+10
2013-11-11Btrfs: check file extent type before anything elseJosef Bacik1-5/+5
2013-11-11btrfs: Remove useless variable in write_ctree_super()Rashika1-4/+1
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana9-19/+19
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana4-5/+5
2013-11-11btrfs: Enclose macros with complex values within parenthesisDulshani Gunawardhana1-4/+4
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana14-70/+28
2013-11-11btrfs: Remove redundant local zero structureDulshani Gunawardhana1-3/+2
2013-11-11btrfs: Pack struct btrfs_deviceDulshani Gunawardhana1-10/+10
2013-11-11btrfs: Replace multiple atomic_inc() with atomic_add()Rashika1-4/+4
2013-11-11btrfs: Add helper function for free_root_pointers()Rashika1-41/+19
2013-11-11Btrfs: fix a crash when running balance and defrag concurrentlyLiu Bo1-0/+3