aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-06NFSv4.1: Ensure that we free the lock stateid on the serverTrond Myklebust3-7/+24
2013-05-06NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC callTrond Myklebust2-24/+76
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds11-389/+398
2013-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds36-1304/+1261
2013-05-06autofs - remove autofs dentry mount checkDavid Jeffery1-9/+0
2013-05-06autofs - 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
2013-05-06Btrfs: fix lockdep warningJosef Bacik1-1/+1
2013-05-06Btrfs: add all ioctl checks before user change for quota operationsWang Shilong1-5/+41
2013-05-06Btrfs: fix missing check about ulist_add() in qgroup.cWang Shilong1-18/+44
2013-05-06Btrfs: clear received_uuid field for new writable snapshotsStefan Behrens1-4/+8
2013-05-06Btrfs: don't force pages under writeback to finish when abortingJosef Bacik1-3/+2
2013-05-06Btrfs: remove unused variable in the iterate_extent_inodes()Wang Shilong1-2/+0
2013-05-06Btrfs: return error when we specify wrong start to defragLiu Bo1-4/+7
2013-05-06Btrfs: fix reada debug code compilationVincent1-2/+3