summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2011-07-31pnfsblock: lseg alloc and freeFred Isaman
2011-07-31pnfsblock: remove device operationsJim Rees
2011-07-31pnfsblock: add device operationsJim Rees
2011-07-31pnfsblock: basic extent codeFred Isaman
2011-07-31pnfsblock: use pageio_ops apiBenny Halevy
2011-07-31pnfsblock: add blocklayout Kconfig option, Makefile, and stubsFred Isaman
2011-07-31pnfs: cleanup_layoutcommitAndy Adamson
2011-07-31pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman
2011-07-31pnfs: add set-clear layoutdriver interfaceBenny Halevy
2011-07-31pnfs: GETDEVICELISTAndy Adamson
2011-07-31pnfs: use lwb as layoutcommit lengthPeng Tao
2011-07-31pnfs: let layoutcommit handle a list of lsegPeng Tao
2011-07-31pnfs: save layoutcommit cred at layout header initPeng Tao
2011-07-31pnfs: save layoutcommit lwb at layout headerPeng Tao
2011-07-30Additional readdir cookie loop informationBryan Schumaker
2011-07-30NFS: Fix spurious readdir cookie loop messagesTrond Myklebust
2011-07-27Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-25NFSv4: Don't use the delegation->inode in nfs_mark_return_delegation()Trond Myklebust
2011-07-25nfs: don't use d_move in nfs_async_rename_doneJeff Layton
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-20switch vfs_path_lookup() to struct pathAl Viro
2011-07-20nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last stepAl Viro
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro
2011-07-20fix mknod() on nfs4 (hopefully)Al Viro
2011-07-20nameidata_to_nfs_open_context() doesn't need nameidata, actually...Al Viro
2011-07-20nfs_open_context doesn't need struct path eitherAl Viro
2011-07-20nfs4_opendata doesn't need struct path eitherAl Viro
2011-07-20nfs4_closedata doesn't need to mess with struct pathAl Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-07-15pnfs: simplify pnfs files module autoloadingJ. Bruce Fields
2011-07-15nfs: document nfsv4 sillyrename issuesJ. Bruce Fields
2011-07-15NFS: Convert nfs4_set_ds_client to EXPORT_SYMBOL_GPLTrond Myklebust
2011-07-15SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust
2011-07-15NFS: Clean up - simplify the switch to read/write-through-MDSTrond Myklebust
2011-07-15NFS: Move the pnfs write code into pnfs.cTrond Myklebust
2011-07-15NFS: Move the pnfs read code into pnfs.cTrond Myklebust
2011-07-15NFS: Allow the nfs_pageio_descriptor to signal that a re-coalesce is neededTrond Myklebust
2011-07-15NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write requestTrond Myklebust
2011-07-15NFS: Cache rpc_ops in struct nfs_pageio_descriptorTrond Myklebust
2011-07-15NFS: Clean up: split out the RPC transmission from nfs_pagein_multi/oneTrond Myklebust
2011-07-15NFS: fix return value of nfs_pagein_one/nfs_flush_onePeng Tao