aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-11pnfs: Automatically select blocks & objects layoutsBoaz Harrosh1-14/+4
2011-08-11NFS41: make PNFS_BLOCK selectablePeng Tao1-5/+9
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-4/+4
2011-08-01switch posix_acl_create() to umode_t *Al Viro2-4/+4
2011-07-31NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1Trond Myklebust1-1/+1
2011-07-31Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds16-87/+3090
2011-07-31pnfsblock: write_pagelist handle zero invalid extentsPeng Tao1-42/+233
2011-07-31pnfsblock: note written INVAL areas for layoutcommitFred Isaman3-0/+129
2011-07-31pnfsblock: bl_write_pagelistFred Isaman1-3/+126
2011-07-31pnfsblock: bl_read_pagelistFred Isaman1-0/+265
2011-07-31pnfsblock: cleanup_layoutcommitFred Isaman3-0/+217
2011-07-31pnfsblock: encode_layoutcommitFred Isaman3-44/+146
2011-07-31pnfsblock: merge rw extentsFred Isaman1-0/+47
2011-07-31pnfsblock: add extent manipulation functionsFred Isaman3-3/+287
2011-07-31pnfsblock: bl_find_get_extentFred Isaman2-0/+50
2011-07-31pnfsblock: xdr decode pnfs_block_layout4Fred Isaman1-2/+206
2011-07-31pnfsblock: call and parse getdevicelistFred Isaman4-8/+157
2011-07-31pnfsblock: merge extentsFred Isaman2-0/+119
2011-07-31pnfsblock: lseg alloc and freeFred Isaman3-6/+39
2011-07-31pnfsblock: remove device operationsJim Rees3-1/+115
2011-07-31pnfsblock: add device operationsJim Rees5-2/+275
2011-07-31pnfsblock: basic extent codeFred Isaman4-5/+107
2011-07-31pnfsblock: use pageio_ops apiBenny Halevy1-0/+14
2011-07-31pnfsblock: add blocklayout Kconfig option, Makefile, and stubsFred Isaman5-1/+278
2011-07-31pnfs: cleanup_layoutcommitAndy Adamson4-0/+13
2011-07-31pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman4-20/+87
2011-07-31pnfs: add set-clear layoutdriver interfaceBenny Halevy3-7/+24
2011-07-31pnfs: GETDEVICELISTAndy Adamson3-0/+191
2011-07-31pnfs: use lwb as layoutcommit lengthPeng Tao1-1/+1
2011-07-31pnfs: let layoutcommit handle a list of lsegPeng Tao3-17/+25
2011-07-31pnfs: save layoutcommit cred at layout header initPeng Tao2-11/+12
2011-07-31pnfs: save layoutcommit lwb at layout headerPeng Tao3-6/+8
2011-07-30Additional readdir cookie loop informationBryan Schumaker1-1/+2
2011-07-30NFS: Fix spurious readdir cookie loop messagesTrond Myklebust1-23/+33
2011-07-27Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds21-434/+1494
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writebackLinus Torvalds1-2/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-5/+2
2011-07-25NFSv4: Don't use the delegation->inode in nfs_mark_return_delegation()Trond Myklebust1-8/+8
2011-07-25nfs: don't use d_move in nfs_async_rename_doneJeff Layton1-10/+19
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell13-142/+150
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-7/+3
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-5/+14
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik1-2/+5
2011-07-20switch vfs_path_lookup() to struct pathAl Viro2-16/+9
2011-07-20nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last stepAl Viro1-4/+2
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro1-3/+3
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro1-7/+17
2011-07-20fix mknod() on nfs4 (hopefully)Al Viro1-12/+12
2011-07-20nameidata_to_nfs_open_context() doesn't need nameidata, actually...Al Viro1-6/+7