summaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Convert v3 into a moduleBryan Schumaker2012-07-311-0/+1
* NFS: Convert v2 into a moduleBryan Schumaker2012-07-311-0/+13
* NFS: Split out NFS v4 inode operationsBryan Schumaker2012-07-171-30/+3Star
* NFS: Split out NFS v3 inode operationsBryan Schumaker2012-07-171-21/+0Star
* NFS: Split out NFS v2 inode operationsBryan Schumaker2012-07-171-34/+9Star
* Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6Trond Myklebust2012-07-161-193/+121Star
|\
| * don't pass nameidata to ->create()Al Viro2012-07-141-6/+3Star
| * stop passing nameidata to ->lookup()Al Viro2012-07-141-4/+4
| * stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-6/+4Star
| * fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possibleAl Viro2012-07-141-32/+19Star
| * nfs_lookup_verify_inode() - nd is *always* non-NULL hereAl Viro2012-07-141-13/+10Star
| * switch nfs_lookup_check_intent() away from nameidataAl Viro2012-07-141-5/+5
| * make finish_no_open() return intAl Viro2012-07-141-2/+1Star
| * kill struct opendataAl Viro2012-07-141-12/+8Star
| * make ->atomic_open() return intAl Viro2012-07-141-30/+27Star
| * ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-141-5/+6
| * nfs: don't use intents for checking atomic openMiklos Szeredi2012-07-141-20/+4Star
| * nfs: don't use nd->intent.open.flagsMiklos Szeredi2012-07-141-5/+4Star
| * nfs: clean up ->create in nfs_rpc_opsMiklos Szeredi2012-07-141-40/+2Star
| * nfs: implement i_op->atomic_open()Miklos Szeredi2012-07-141-86/+97
* | NFS: Create a return_delegation rpc opBryan Schumaker2012-06-291-4/+4
* | NFS: Create a have_delegation rpc_opBryan Schumaker2012-06-291-1/+1
|/
* nfs: don't open in ->d_revalidateMiklos Szeredi2012-06-011-51/+5Star
* Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-05-291-5/+34
|\
| * NFS: Adapt readdirplus to application usage patternsTrond Myklebust2012-05-021-2/+31
| * NFS: Remove extra rpc_clnt argument to proc_lookupBryan Schumaker2012-04-271-3/+3
* | vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-111-4/+1Star
|/
* NFSv4: Fix open(O_TRUNC) and ftruncate() error handlingTrond Myklebust2012-04-191-2/+2
* Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-231-7/+20
|\
| * NFS: Make nfs_cache_array.size a signed integerChuck Lever2012-03-021-1/+1
| * NFS: Optimise away unnecessary setattrs for open(O_TRUNC);Trond Myklebust2012-02-011-6/+19
* | nfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
|/
* switch ->mknod() to umode_tAl Viro2012-01-041-2/+2
* switch ->create() to umode_tAl Viro2012-01-041-6/+6
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-2/+2
* pull manipulations of rpc_cred inside alloc_nfs_open_context()Al Viro2012-01-041-12/+1Star
* nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton2011-11-041-1/+1
* Additional readdir cookie loop informationBryan Schumaker2011-07-301-1/+2
* NFS: Fix spurious readdir cookie loop messagesTrond Myklebust2011-07-301-23/+33
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-2/+6
* nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last stepAl Viro2011-07-201-4/+2Star
* no need to check for LOOKUP_OPEN in ->create() instancesAl Viro2011-07-201-3/+3
* don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro2011-07-201-7/+17
* fix mknod() on nfs4 (hopefully)Al Viro2011-07-201-12/+12
* nameidata_to_nfs_open_context() doesn't need nameidata, actually...Al Viro2011-07-201-6/+7
* nfs_open_context doesn't need struct path eitherAl Viro2011-07-201-9/+5Star
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-2/+2
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* kill check_acl callback of generic_permission()Al Viro2011-07-201-1/+1
* Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-05-291-7/+2Star
|\