aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAge
* NFSv4: Fix open(O_TRUNC) and ftruncate() error handlingTrond Myklebust2012-04-19
* Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-23
|\
| * NFS: Make nfs_cache_array.size a signed integerChuck Lever2012-03-02
| * NFS: Optimise away unnecessary setattrs for open(O_TRUNC);Trond Myklebust2012-01-31
* | nfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
|/
* switch ->mknod() to umode_tAl Viro2012-01-03
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* pull manipulations of rpc_cred inside alloc_nfs_open_context()Al Viro2012-01-03
* nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton2011-11-04
* Additional readdir cookie loop informationBryan Schumaker2011-07-30
* NFS: Fix spurious readdir cookie loop messagesTrond Myklebust2011-07-30
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
* nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last stepAl Viro2011-07-20
* no need to check for LOOKUP_OPEN in ->create() instancesAl Viro2011-07-20
* don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro2011-07-20
* fix mknod() on nfs4 (hopefully)Al Viro2011-07-20
* nameidata_to_nfs_open_context() doesn't need nameidata, actually...Al Viro2011-07-20
* nfs_open_context doesn't need struct path eitherAl Viro2011-07-20
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-20
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-20
* kill check_acl callback of generic_permission()Al Viro2011-07-20
* Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-05-29
|\
| * SUNRPC: introduce xdr_init_decode_pagesBenny Halevy2011-05-29
* | vmscan: change shrinker API by passing shrink_control structYing Han2011-05-25
|/
* Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust2011-03-24
|\
| * NFS: Detect loops in a readdir due to bad cookiesBryan Schumaker2011-03-23
| * NFS: Create nfs_open_dir_contextBryan Schumaker2011-03-23
| * NFS: Ensure that we update the readdir filp->f_pos correctlyTrond Myklebust2011-03-23
* | NFS: lookup supports alternate clientBryan Schumaker2011-03-24
* | nfs: store devname at disconnected NFS rootsAl Viro2011-03-16
|/
* NFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-15
* Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-13
|\
| * nfs: add missing rcu-walk checkNick Piggin2011-01-13
* | NFS: Fix NFSv3 exclusive open semanticsTrond Myklebust2011-01-13
* | switch nfs to ->s_d_opAl Viro2011-01-12
* | Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2011-01-11
|\ \ | |/ |/|
| * Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust2011-01-10
| |\
| | * NFS: Don't use vm_map_ram() in readdirTrond Myklebust2011-01-10
| * | nfsv4: Switch to generic xattr handling codeAneesh Kumar K.V2011-01-04
| * | nfs: Set MS_POSIXACL alwaysAneesh Kumar K.V2011-01-04
| * | NFS: use ERR_CAST()Namhyung Kim2011-01-04
| * | NFS: Simplify ->decode_dirent() calling sequenceChuck Lever2010-12-16
| |/
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* | fs: dcache remove dcache_lockNick Piggin2011-01-07
* | fs: dcache scale dentry refcountNick Piggin2011-01-07
* | fs: change d_delete semanticsNick Piggin2011-01-07
|/
* NFS: Readdir cleanupsTrond Myklebust2010-12-07