aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 11-105/+199
2012-10-25Btrfs: do not bug when we fail to commit the transactionGravatar Josef Bacik 1-1/+2
2012-10-25Btrfs: fix memory leak when cloning root's nodeGravatar Liu Bo 1-3/+5
2012-10-25Merge branch 'for-chris-fixed' of git://git.jan-o-sch.net/btrfs-unstableGravatar Chris Mason 3-18/+55
2012-10-25Btrfs: Use btrfs_update_inode_fallback when creating a snapshotGravatar Josef Bacik 3-5/+6
2012-10-25Btrfs: Send: preserve ownership (uid and gid) also for symlinks.Gravatar Alex Lyakas 1-14/+13
2012-10-25Btrfs: fix deadlock caused by the nested chunk allocationGravatar Miao Xie 1-0/+7
2012-10-25btrfs: Return EINVAL when length to trim is less than FSBGravatar Lukas Czerner 1-1/+2
2012-10-25Btrfs: fix memory leak in btrfs_quota_enable()Gravatar Tsutomu Itoh 1-4/+13
2012-10-25Btrfs: send correct rdev and mode in btrfs-sendGravatar Arne Jansen 1-1/+2
2012-10-25Btrfs: extended inode refs support for send mechanismGravatar Jan Schmidt 3-58/+94
2012-10-25Btrfs: Fix wrong error handling codeGravatar Stefan Behrens 1-2/+2
2012-10-25Fix a sign bug causing invalid memory access in the ino_paths ioctl.Gravatar Gabriel de Perthuis 1-1/+1
2012-10-24Btrfs: comment for loop in tree_mod_log_insert_moveGravatar Jan Schmidt 1-0/+5
2012-10-24Btrfs: fix extent buffer reference for tree mod log rootsGravatar Jan Schmidt 1-1/+1
2012-10-24Btrfs: determine level of old rootsGravatar Jan Schmidt 3-3/+19
2012-10-24Btrfs: tree mod log's old roots could still be part of the treeGravatar Jan Schmidt 1-4/+21
2012-10-23Btrfs: fix a tree mod logging issue for root replacement operationsGravatar Jan Schmidt 1-8/+2
2012-10-23Btrfs: don't put removals from push_node_left into tree mod log twiceGravatar Jan Schmidt 1-2/+7
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+2
2012-10-12btrfs: Fix compilation with user namespace support enabledGravatar Eric W. Biederman 1-2/+2
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingGravatar Jeff Layton 1-1/+1
2012-10-12audit: reverse arguments to audit_inode_childGravatar Jeff Layton 1-1/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 38-1615/+3564
2012-10-09btrfs: init ref_index to zero in add_inode_refGravatar Chris Mason 1-1/+1
2012-10-09Btrfs: remove repeated eb->pages check in, disk-io.c/csum_dirty_bufferGravatar Wang Sheng-Hui 1-4/+0
2012-10-09Btrfs: fix page leakageGravatar Josef Bacik 1-1/+1
2012-10-09Btrfs: do not warn_on when we cannot alloc a page for an extent bufferGravatar Josef Bacik 1-3/+1
2012-10-09Btrfs: don't bug on enomem in readpageGravatar Josef Bacik 1-4/+7
2012-10-09Btrfs: cleanup pages properly when ENOMEM in compressionGravatar Josef Bacik 1-3/+10
2012-10-09Btrfs: make filesystem read-only when submitting barrier failsGravatar Stefan Behrens 6-19/+142
2012-10-09Btrfs: detect corrupted filesystem after write I/O errorsGravatar Stefan Behrens 1-2/+14
2012-10-09Btrfs: make compress and nodatacow mount options mutually exclusiveGravatar Andrei Popa 1-1/+13
2012-10-09btrfs: fix message printingGravatar Daniel J Blueman 3-11/+11
2012-10-09Btrfs: don't bother committing delayed inode updates when fsyncingGravatar Josef Bacik 1-19/+65
2012-10-09btrfs: move inline function code to header fileGravatar Robin Dong 2-14/+12
2012-10-09Btrfs: remove unnecessary IS_ERR in bio_readpage_error()Gravatar Tsutomu Itoh 1-1/+1
2012-10-09btrfs: remove unused function btrfs_insert_some_items()Gravatar Robin Dong 1-143/+0
2012-10-09Btrfs: don't commit instead of overcommittingGravatar Josef Bacik 1-28/+6
2012-10-09Btrfs: confirmation of value is added before trace_btrfs_get_extent() is calledGravatar Tsutomu Itoh 1-1/+2
2012-10-09Btrfs: be smarter about dropping things from the tree logGravatar Josef Bacik 1-2/+13
2012-10-09Btrfs: don't lookup csums for prealloc extentsGravatar Josef Bacik 1-2/+1
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesGravatar Josef Bacik 8-16/+63
2012-10-09Btrfs: do not hold the file extent leaf locked when adding extent itemGravatar Josef Bacik 1-3/+1
2012-10-09Btrfs: do not async metadata csumming in certain situationsGravatar Josef Bacik 3-2/+35
2012-10-09btrfs: fix min csum item size warnings in 32bitGravatar Zach Brown 1-1/+2
2012-10-09Btrfs: run delayed refs first when out of spaceGravatar Josef Bacik 1-10/+10
2012-10-09Btrfs: fix orphan transaction on the freezed filesystemGravatar Miao Xie 4-23/+49
2012-10-09Btrfs: add a type field for the transaction handleGravatar Miao Xie 3-42/+21
2012-10-09Btrfs: fix memory leak in start_transaction()Gravatar Miao Xie 1-1/+3