summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-024-15/+15
|\
| * userns: Convert btrfs to use kuid/kgid where appropriateEric W. Biederman2012-09-213-11/+11
| * userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-013-4/+4
|\ \
| * | btrfs: fix the commment for the action flags in delayed-ref.hWang Sheng-Hui2012-09-211-1/+1
| * | btrfs: fix trivial typo for the comment of BTRFS_FREE_INO_OBJECTIDWang Sheng-Hui2012-09-061-1/+1
| * | btrfs: fix comment typo in btrfs_finish_ordered_ioLiu Bo2012-09-011-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-09-161-6/+2
|\ \ \
| * | | Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()"Chris Mason2012-09-141-6/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-08-2921-376/+418
|\ \ \ \ | |/ / /
| * | | Btrfs: fix that repair code is spuriously executed for transid failuresStefan Behrens2012-08-281-2/+6
| * | | Btrfs: fix ordered extent leak when failing to start a transactionLiu Bo2012-08-281-2/+5
| * | | Btrfs: fix a dio write regressionLiu Bo2012-08-281-4/+20
| * | | Btrfs: fix deadlock with freeze and sync V2Josef Bacik2012-08-281-4/+9
| * | | Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens2012-08-283-39/+2
| * | | Btrfs: remove superblock writing after fatal errorStefan Behrens2012-08-282-33/+5
| * | | Btrfs: allow delayed refs to be mergedJosef Bacik2012-08-283-27/+142
| * | | Btrfs: fix enospc problems when deleting a subvolJosef Bacik2012-08-281-1/+1
| * | | Btrfs: fix wrong mtime and ctime when creating snapshotsMiao Xie2012-08-281-0/+1
| * | | Btrfs: fix race in run_clustered_refsArne Jansen2012-08-281-0/+17
| * | | 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
* | | | Merge branch 'for-linus-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-08-121-5/+0
|\ \ \ \
| * | | | Btrfs: remove mnt_want_write call in btrfs_mksubvolAlexander Block2012-08-091-5/+0
| | |_|/ | |/| |
* | | | btrfs: nuke pdflush from commentsArtem Bityutskiy2012-08-042-2/+3
* | | | btrfs: nuke write_super from commentsArtem Bityutskiy2012-08-042-8/+0
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-015-10/+24
|\ \ \
| * | | btrfs: Convert to new freezing mechanismJan Kara2012-07-314-5/+14
| * | | btrfs: Push mnt_want_write() outside of i_mutexJan Kara2012-07-311-12/+11
* | | | btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches2012-07-304-8/+50
* | | | Btrfs: using vmalloc and friends needs vmalloc.hStephen Rothwell2012-07-261-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-07-2634-631/+8687
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | 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
OpenPOWER on IntegriCloud