Commit Graph

246 Commits (511415980ace0ceecd71088dbe1c7ce4ca7c79fe)

Author SHA1 Message Date
Al Viro 511415980a nameidata_to_nfs_open_context() doesn't need nameidata, actually... 14 years ago
Al Viro 3d4ff43d89 nfs_open_context doesn't need struct path either 14 years ago
Al Viro 10556cb21a ->permission() sanitizing: don't pass flags to ->permission() 14 years ago
Al Viro 2830ba7f34 ->permission() sanitizing: don't pass flags to generic_permission() 14 years ago
Al Viro 178ea73521 kill check_acl callback of generic_permission() 14 years ago
Benny Halevy f7da7a129d SUNRPC: introduce xdr_init_decode_pages 14 years ago
Sage Weil 052e2a1ba2 nfs: remove unnecessary dentry_unhash on rmdir/rename_dir 14 years ago
Sage Weil e4eaac06bc vfs: push dentry_unhash on rename_dir into file systems 14 years ago
Sage Weil 79bf7c732b vfs: push dentry_unhash on rmdir into file systems 14 years ago
Ying Han 1495f230fa vmscan: change shrinker API by passing shrink_control struct 14 years ago
Bryan Schumaker 7c5130588d NFS: lookup supports alternate client 14 years ago
Bryan Schumaker 8ef2ce3e16 NFS: Detect loops in a readdir due to bad cookies 14 years ago
Bryan Schumaker 480c2006eb NFS: Create nfs_open_dir_context 14 years ago
Trond Myklebust e47c085afb NFS: Ensure that we update the readdir filp->f_pos correctly 14 years ago
Al Viro b1942c5f8c nfs: store devname at disconnected NFS roots 14 years ago
David Howells 36d43a4376 NFS: Use d_automount() rather than abusing follow_link() 14 years ago
Nick Piggin 657e94b673 nfs: add missing rcu-walk check 14 years ago
Trond Myklebust 8a0eebf66e NFS: Fix NFSv3 exclusive open semantics 14 years ago
Al Viro 8b244ff2fa switch nfs to ->s_d_op 14 years ago
Trond Myklebust 6650239a4b NFS: Don't use vm_map_ram() in readdir 14 years ago
Nick Piggin b74c79e993 fs: provide rcu-walk aware permission i_ops 14 years ago
Nick Piggin 34286d6662 fs: rcu-walk aware d_revalidate method 14 years ago
Nick Piggin fb045adb99 fs: dcache reduce branches in lookup path 14 years ago
Nick Piggin b5c84bf6f6 fs: dcache remove dcache_lock 14 years ago
Nick Piggin b7ab39f631 fs: dcache scale dentry refcount 14 years ago
Nick Piggin fe15ce446b fs: change d_delete semantics 14 years ago
Aneesh Kumar K.V 64c2ce8b72 nfsv4: Switch to generic xattr handling code 14 years ago
Aneesh Kumar K.V a8a5da996d nfs: Set MS_POSIXACL always 14 years ago
Namhyung Kim bf0c84f161 NFS: use ERR_CAST() 14 years ago
Chuck Lever 573c4e1ef5 NFS: Simplify ->decode_dirent() calling sequence 14 years ago
Trond Myklebust 47c716cbf6 NFS: Readdir cleanups 14 years ago
Trond Myklebust 18fb5fe40c NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not found 14 years ago
Trond Myklebust 11de3b11e0 NFS: Fix a memory leak in nfs_readdir 14 years ago
Trond Myklebust 0aded708d1 NFS: Ensure we use the correct cookie in nfs_readdir_xdr_filler 14 years ago
Trond Myklebust 37a09f0745 NFS: Fix a readdirplus bug 14 years ago
Trond Myklebust 0b26a0bf6f NFS: Ensure we return the dirent->d_type when it is known 14 years ago
Trond Myklebust 3020093f57 NFS: Correct the array bound calculation in nfs_readdir_add_to_array 14 years ago
Trond Myklebust ece0b4233b NFS: Don't ignore errors from nfs_do_filldir() 14 years ago
Trond Myklebust 85f8607e16 NFS: Fix the error handling in "uncached_readdir()" 14 years ago
Trond Myklebust 7a8e1dc34f NFS: Fix a page leak in uncached_readdir() 14 years ago
Trond Myklebust e7c58e974a NFS: Fix a page leak in nfs_do_filldir() 14 years ago
Trond Myklebust 5c346854d8 NFS: Assume eof if the server returns no readdir records 14 years ago
Catalin Marinas 04e4bd1c67 nfs: Ignore kmemleak false positive in nfs_readdir_make_qstr 14 years ago
Trond Myklebust ac39612824 NFS: readdir shouldn't read beyond the reply returned by the server 14 years ago
Trond Myklebust 8cd51a0ccd NFS: Fix a couple of regressions in readdir. 14 years ago
Trond Myklebust 23ebbd9acf Revert "NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR" 14 years ago
Al Viro 7de9c6ee3e new helper: ihold() 14 years ago
Trond Myklebust 4a201d6e3f NFS: Ensure we check all allocation return values in new readdir code 14 years ago
Bryan Schumaker 82f2e5472e NFS: Readdir plus in v4 14 years ago
Bryan Schumaker 9942438089 NFS: check xdr_decode for errors 14 years ago