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-131-2/+2
|\
| * btrfs: Fix compilation with user namespace support enabledEric W. Biederman2012-10-131-2/+2
* | audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2012-10-121-1/+1
* | audit: reverse arguments to audit_inode_childJeff Layton2012-10-121-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-10-1038-1615/+3564
|\
| * btrfs: init ref_index to zero in add_inode_refChris Mason2012-10-091-1/+1
| * Btrfs: remove repeated eb->pages check in, disk-io.c/csum_dirty_bufferWang Sheng-Hui2012-10-091-4/+0Star
| * Btrfs: fix page leakageJosef Bacik2012-10-091-1/+1
| * Btrfs: do not warn_on when we cannot alloc a page for an extent bufferJosef Bacik2012-10-091-3/+1Star
| * Btrfs: don't bug on enomem in readpageJosef Bacik2012-10-091-4/+7
| * Btrfs: cleanup pages properly when ENOMEM in compressionJosef Bacik2012-10-091-3/+10
| * Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens2012-10-096-19/+142
| * Btrfs: detect corrupted filesystem after write I/O errorsStefan Behrens2012-10-091-2/+14
| * Btrfs: make compress and nodatacow mount options mutually exclusiveAndrei Popa2012-10-091-1/+13
| * btrfs: fix message printingDaniel J Blueman2012-10-093-11/+11
| * Btrfs: don't bother committing delayed inode updates when fsyncingJosef Bacik2012-10-091-19/+65
| * btrfs: move inline function code to header fileRobin Dong2012-10-092-14/+12Star
| * Btrfs: remove unnecessary IS_ERR in bio_readpage_error()Tsutomu Itoh2012-10-091-1/+1
| * btrfs: remove unused function btrfs_insert_some_items()Robin Dong2012-10-091-143/+0Star
| * Btrfs: don't commit instead of overcommittingJosef Bacik2012-10-091-28/+6Star
| * Btrfs: confirmation of value is added before trace_btrfs_get_extent() is calledTsutomu Itoh2012-10-091-1/+2
| * Btrfs: be smarter about dropping things from the tree logJosef Bacik2012-10-091-2/+13
| * Btrfs: don't lookup csums for prealloc extentsJosef Bacik2012-10-091-2/+1Star
| * Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik2012-10-098-16/+63
| * Btrfs: do not hold the file extent leaf locked when adding extent itemJosef Bacik2012-10-091-3/+1Star
| * Btrfs: do not async metadata csumming in certain situationsJosef Bacik2012-10-093-2/+35
| * btrfs: fix min csum item size warnings in 32bitZach Brown2012-10-091-1/+2
| * Btrfs: run delayed refs first when out of spaceJosef Bacik2012-10-091-10/+10
| * Btrfs: fix orphan transaction on the freezed filesystemMiao Xie2012-10-094-23/+49
| * Btrfs: add a type field for the transaction handleMiao Xie2012-10-093-42/+21Star
| * Btrfs: fix memory leak in start_transaction()Miao Xie2012-10-091-1/+3
| * btrfs: extended inode ref iterationMark Fasheh2012-10-092-37/+138
| * btrfs: extended inode refsMark Fasheh2012-10-097-79/+710
| * btrfs: improved readablity for add_inode_refJan Schmidt2012-10-091-81/+97
| * Btrfs: handle not finding the extent exactly when logging changed extentsJosef Bacik2012-10-091-6/+40
| * btrfs: move transaction aborts to the point of failureDavid Sterba2012-10-094-47/+80
| * Btrfs: fix the missing error information in create_pending_snapshot()Miao Xie2012-10-091-22/+35
| * Btrfs: fix off-by-one in file cloneLiu Bo2012-10-091-9/+9
| * btrfs: allow setting NOCOW for a zero sized file via ioctlDavid Sterba2012-10-041-4/+27
| * Btrfs: fix punch hole when no extent existsJosef Bacik2012-10-041-1/+3
| * Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fsJosef Bacik2012-10-041-6/+0Star
| * Btrfs: remove unused write cache pages hookJosef Bacik2012-10-041-47/+0Star
| * Btrfs: fix race when getting the eb out of page->privateJosef Bacik2012-10-041-4/+19
| * Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik2012-10-043-5/+20
| * Btrfs: fix race with freeze and free space inodesJosef Bacik2012-10-041-2/+11
| * Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo2012-10-046-18/+7Star
| * Btrfs: cleanup fs_info->hashersLiu Bo2012-10-042-2/+0Star
| * Btrfs: cleanup for duplicated code in find_free_extentLiu Bo2012-10-041-4/+0Star
| * Btrfs: fix race in sync and freeze againJosef Bacik2012-10-043-10/+18
| * btrfs: return EPERM upon rmdir on a subvolumeDavid Sterba2012-10-041-2/+3