summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-12-135-42/+73
|\
| * Btrfs: fix access_ok() check in btrfs_ioctl_send()Dan Carpenter2013-12-121-2/+2
| * Btrfs: make sure we cleanup all reloc roots if error happensWang Shilong2013-12-121-0/+7
| * Btrfs: skip building backref tree for uuid and quota tree when doing balance ...Wang Shilong2013-12-121-1/+3
| * Btrfs: fix an oops when doing balance relocationWang Shilong2013-12-121-23/+47
| * Btrfs: don't miss skinny extent items on delayed ref head contentionFilipe David Borba Manana2013-12-121-12/+10Star
| * btrfs: call mnt_drop_write after interrupted subvol deletionDavid Sterba2013-12-121-1/+2
| * Btrfs: don't clear the default compression typeMiao Xie2013-12-121-3/+2Star
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-12-064-59/+20Star
|\ \
| * | block: submit_bio_wait() conversionsKent Overstreet2013-11-254-59/+20Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-11-2213-54/+53Star
|\ \ \ | |/ / |/| / | |/
| * btrfs: update kconfig help textDavid Sterba2013-11-211-5/+10
| * btrfs: fix bio_size_ok() for max_sectors > 0xffffAkinobu Mita2013-11-211-1/+1
| * btrfs: Use trace condition for get_extent tracepointSteven Rostedt2013-11-211-2/+1Star
| * btrfs: fix typo in the log messageAnand Jain2013-11-211-1/+1
| * Btrfs: fix list delete warning when removing ordered root from the listMiao Xie2013-11-211-0/+1
| * Btrfs: print bytenr instead of page pointer in check-intStefan Behrens2013-11-211-8/+17
| * Btrfs: remove dead codes from ctree.hWang Shilong2013-11-211-6/+0Star
| * Btrfs: don't wait for ordered data outside desired rangeFilipe David Borba Manana2013-11-211-1/+1
| * Btrfs: fix lockdep error in async commitLiu Bo2013-11-211-2/+2
| * Btrfs: avoid heavy operations in btrfs_commit_superLiu Bo2013-11-211-20/+1Star
| * Btrfs: fix __btrfs_start_workers retvalIlya Dryomov2013-11-211-0/+1
| * Btrfs: disable online raid-repair on ro mountsIlya Dryomov2013-11-211-3/+8
| * Btrfs: do not inc uncorrectable_errors counter on ro scrubsIlya Dryomov2013-11-211-2/+4
| * Btrfs: only drop modified extents if we logged the whole inodeJosef Bacik2013-11-211-1/+1
| * Btrfs: make sure to copy everything if we renameJosef Bacik2013-11-211-1/+2
| * Btrfs: don't BUG_ON() if we get an error walking backrefsJosef Bacik2013-11-211-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-11-162-11/+11
|\|
| * btrfs: get rid of fdentry()Al Viro2013-11-152-9/+4Star
| * btrfs: fix empty_zero_page misusageChris Mason2013-11-151-2/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+2
|\ \ | |/ |/|
| * Docs: Kconfig: `devlopers' -> `developers'Michael Witten2013-10-141-1/+2
* | Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie2013-11-127-9/+7Star
* | Btrfs: don't wait for the completion of all the ordered extentsMiao Xie2013-11-128-18/+31
* | Btrfs: don't wait for all the async delalloc when shrinking delallocMiao Xie2013-11-121-2/+12
* | Btrfs: fix the confusion between delalloc bytes and metadata bytesMiao Xie2013-11-121-0/+6
* | Btrfs: pick up the code for the item number calculation in flush_space()Miao Xie2013-11-121-9/+16
* | Btrfs: wait for the ordered extent only when we wantMiao Xie2013-11-121-1/+2
* | Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()Miao Xie2013-11-121-4/+3Star
* | Btrfs: avoid unnecessary scrub workers allocationWang Shilong2013-11-121-13/+10Star
* | Btrfs: check file extent type before anything elseJosef Bacik2013-11-121-5/+5
* | btrfs: Remove useless variable in write_ctree_super()Rashika2013-11-121-4/+1Star
* | btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana2013-11-129-19/+19
* | btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana2013-11-124-5/+5
* | btrfs: Enclose macros with complex values within parenthesisDulshani Gunawardhana2013-11-121-4/+4
* | btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana2013-11-1214-70/+28Star
* | btrfs: Remove redundant local zero structureDulshani Gunawardhana2013-11-121-3/+2Star
* | btrfs: Pack struct btrfs_deviceDulshani Gunawardhana2013-11-121-10/+10
* | btrfs: Replace multiple atomic_inc() with atomic_add()Rashika2013-11-121-4/+4
* | btrfs: Add helper function for free_root_pointers()Rashika2013-11-121-41/+19Star