summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: don't run __tree_mod_log_free_eb on leavesChris Mason2012-08-281-0/+3
* Btrfs: increase the size of the free space cacheJosef Bacik2012-08-281-8/+7
* Btrfs: barrier before waitqueue_activeJosef Bacik2012-08-285-12/+10
* Btrfs: fix deadlock in wait_for_more_refsArne Jansen2012-08-285-73/+21
* btrfs: fix second lock in btrfs_delete_delayed_items()Fengguang Wu2012-08-281-2/+3
* Btrfs: don't allocate a seperate csums array for direct readsJosef Bacik2012-08-283-32/+19
* Btrfs: do not strdup non existent stringsJosef Bacik2012-08-281-3/+5
* Btrfs: do not use missing devices when showing devnameJosef Bacik2012-08-281-0/+2
* Btrfs: fix that error value is changed by mistakeStefan Behrens2012-08-281-2/+2
* Btrfs: lock extents as we map them in DIOJosef Bacik2012-08-281-129/+127
* Btrfs: fix some endian bugs handling the root timesDan Carpenter2012-08-283-4/+4
* Btrfs: unlock on error in btrfs_delalloc_reserve_metadata()Dan Carpenter2012-08-281-1/+3
* Btrfs: checking for NULL instead of IS_ERRDan Carpenter2012-08-281-1/+3
* Btrfs: fix some error codes in btrfs_qgroup_inherit()Dan Carpenter2012-08-281-2/+6
* Btrfs: fix a misplaced address operator in a conditionStefan Behrens2012-08-281-1/+1
* Btrfs: uninit variable fixes in send/receiveChris Mason2012-07-251-2/+2
* Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason2012-07-2514-40/+5483
|\
| * Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receiveAlexander Block2012-07-255-1/+4717
| * Btrfs: add btrfs_compare_trees functionAlexander Block2012-07-252-0/+440
| * Btrfs: introduce subvol uuids and timesAlexander Block2012-07-258-15/+292
| * Btrfs: make iref_to_path non staticAlexander Block2012-07-252-5/+9
| * Btrfs: add helper for tree enumerationArne Jansen2012-07-252-0/+77
| * btrfs: allow cross-subvolume file cloneDavid Sterba2012-07-251-3/+8
* | Btrfs: add a barrier before a waitqueue_active checkChris Mason2012-07-251-0/+1
* | Btrfs: call the ordered free operation without any locks heldChris Mason2012-07-251-1/+8
* | Btrfs: Check INCOMPAT flags on remount and add helper functionMitch Harder2012-07-253-14/+20
* | Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason2012-07-2515-242/+2697
|\ \
| * | Btrfs: add qgroup inheritanceArne Jansen2012-07-124-18/+61
| * | Btrfs: add qgroup ioctlsArne Jansen2012-07-122-0/+212
| * | Btrfs: hooks to reserve qgroup spaceArne Jansen2012-07-123-0/+29
| * | Btrfs: hooks for qgroup to record delayed refsJan Schmidt2012-07-123-6/+36
| * | Btrfs: quota tree support and startupArne Jansen2012-07-122-6/+42
| * | Btrfs: call the qgroup accounting functionsJan Schmidt2012-07-122-0/+17
| * | Btrfs: qgroup implementation and prototypesArne Jansen2012-07-127-1/+1681
| * | Btrfs: Test code to change the order of delayed-ref processingArne Jansen2012-07-101-0/+49
| * | Btrfs: qgroup state and initializationArne Jansen2012-07-102-0/+31
| * | Btrfs: added helper to create new treesArne Jansen2012-07-102-1/+83
| * | Btrfs: check the root passed to btrfs_end_transactionArne Jansen2012-07-102-0/+12
| * | Btrfs: add helper for tree enumerationArne Jansen2012-07-102-0/+75
| * | Btrfs: qgroup on-disk formatArne Jansen2012-07-101-0/+136
| * | Btrfs: join tree mod log code with the code holding back delayed refsJan Schmidt2012-07-109-219/+240
| * | Btrfs: fix buffer leak in btrfs_next_old_leafJan Schmidt2012-07-101-0/+1
* | | Btrfs: improve multi-thread buffer readLiu Bo2012-07-231-5/+24
* | | Btrfs: make btrfs's allocation smoothly with preallocationLiu Bo2012-07-231-1/+3
* | | Btrfs: lock the transition from dirty to writeback for an ebJosef Bacik2012-07-231-0/+9
* | | Btrfs: fix potential race in extent buffer freeingJosef Bacik2012-07-231-6/+3
* | | Btrfs: don't return true in releasepage unless we actually freed the ebJosef Bacik2012-07-231-4/+5
* | | Btrfs: suppress printk() if all device I/O stats are zeroStefan Behrens2012-07-231-0/+8
* | | Btrfs: remove unwanted printk() for btrfs device I/O statsStefan Behrens2012-07-231-3/+0
* | | Btrfs: rewrite BTRFS_SETGET_FUNCSLi Zefan2012-07-232-103/+146
OpenPOWER on IntegriCloud