summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds6-71/+356
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-05-07Btrfs: allow superblock mismatch from older mkfsChris Mason1-0/+5
2013-05-07btrfs: enhance superblock checksDavid Sterba2-17/+71
2013-05-07Merge branch 'slab/next' into slab/for-linusPekka Enberg1-1/+1
2013-05-07make blkdev_put() return voidAl Viro7-45/+21
2013-05-07block_device_operations->release() should return voidAl Viro1-1/+1
2013-05-07NFSv3: match sec= flavor against server listWeston Andros Adamson1-7/+41
2013-05-07NFSv4.1: Ensure that we free the lock stateid on the serverTrond Myklebust3-7/+24
2013-05-07NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC callTrond Myklebust2-24/+76
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds11-389/+398
2013-05-07Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds36-1304/+1261
2013-05-07autofs - remove autofs dentry mount checkDavid Jeffery1-9/+0
2013-05-07autofs - fix sparse warning for autofs4_d_manage()Claudiu Ghioc1-1/+1
2013-05-06btrfs: fix misleading variable name for flagsDavid Sterba2-19/+20
2013-05-06btrfs: use unsigned long type for extent state bitsDavid Sterba3-37/+40
2013-05-06Btrfs: improve the loop of scrub_stripeLiu Bo1-26/+57
2013-05-06btrfs: read entire device info under lockDavid Sterba1-1/+1
2013-05-06btrfs: remove unused gfp mask parameter from release_extent_buffer callchainDavid Sterba3-16/+7
2013-05-06btrfs: handle errors returned from get_tree_block_keyDavid Sterba1-4/+8
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen34-392/+135
2013-05-06Btrfs: deal with errors in write_dev_supersJosef Bacik1-1/+11
2013-05-06Btrfs: remove almost all of the BUG()'s from tree-log.cJosef Bacik1-53/+98
2013-05-06Btrfs: deal with free space cache errors while replaying logJosef Bacik3-32/+59
2013-05-06Btrfs: automatic rescan after "quota enable" commandJan Schmidt1-0/+11
2013-05-06Btrfs: rescan for qgroupsJan Schmidt4-34/+389
2013-05-06Btrfs: split btrfs_qgroup_account_ref into four functionsJan Schmidt1-105/+148
2013-05-06Btrfs: allocate new chunks if the space is not enough for global rsvMiao Xie1-8/+11
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt7-19/+63
2013-05-06btrfs: move leak debug code to functionsEric Sandeen3-56/+72
2013-05-06Btrfs: return free space in cow error pathLiu Bo1-3/+9
2013-05-06Btrfs: set UUID in root_item for created treesStefan Behrens1-0/+4
2013-05-06Btrfs: delete unused parameter to btrfs_read_root_item()Stefan Behrens3-8/+6
2013-05-06Btrfs: fix error handling in btrfs_ioctl_send()Tsutomu Itoh1-2/+2
2013-05-06Btrfs: remove unused variable in __process_changed_new_xattr()Tsutomu Itoh1-2/+0
2013-05-06Btrfs: various abort cleanupsJosef Bacik1-4/+5
2013-05-06Btrfs: cleanup destroy_marked_extentsJosef Bacik3-32/+11
2013-05-06Btrfs: check return value of commit when recovering logJosef Bacik1-5/+6
2013-05-06Btrfs: don't panic if we're trying to drop too many refsJosef Bacik1-1/+7
2013-05-06Btrfs: cleanup fs roots if we fail to mountJosef Bacik1-31/+31
2013-05-06Btrfs: fix extent logging with O_DIRECT into preallocJosef Bacik1-9/+13
2013-05-06Btrfs: fix all callers of read_tree_blockJosef Bacik5-13/+59
2013-05-06Btrfs: only exclude supers in the range of our block groupJosef Bacik1-3/+21
2013-05-06Btrfs: add tree block level sanity checkJosef Bacik1-0/+6
2013-05-06Btrfs: don't try and free ebs twice in log replayJosef Bacik1-7/+0
2013-05-06Btrfs: don't BUG_ON() in btrfs_num_copiesJosef Bacik1-2/+18
2013-05-06Btrfs: don't call readahead hook until we have read the entire ebJosef Bacik1-3/+2
2013-05-06Btrfs: deal with bad mappings in btrfs_map_blockJosef Bacik1-2/+8
2013-05-06Btrfs: use REQ_META for all metadata IOJosef Bacik1-8/+10
2013-05-06Btrfs: fix possible infinite loop in slow cachingJosef Bacik1-2/+7