Commit Graph

312038 Commits (466bfe7f4a5bee4cdd73d3f6bd290173a8c75a40)
 

Author SHA1 Message Date
Bryan Schumaker 466bfe7f4a NFS: Initialize v4 sysctls from nfs_init_v4() 13 years ago
Bryan Schumaker 129d1977ed NFS: Create an init_nfs_v4() function 13 years ago
Bryan Schumaker 73a79706d7 NFS: Split out NFS v4 inode operations 13 years ago
Bryan Schumaker ab96291ea1 NFS: Split out NFS v3 inode operations 13 years ago
Bryan Schumaker 597d92891b NFS: Split out NFS v2 inode operations 13 years ago
Chuck Lever 6bbb4ae8ff NFS: Clean up nfs4_proc_setclientid() and friends 13 years ago
Chuck Lever de73483122 NFS: Treat NFS4ERR_CLID_INUSE as a fatal error 13 years ago
Chuck Lever 46a87b8a7b NFS: When state recovery fails, waiting tasks should exit 13 years ago
Chuck Lever 6a1a1e34dc SUNRPC: Add rpcauth_list_flavors() 13 years ago
Chuck Lever 56d08fef23 NFS: nfs_getaclargs.acl_len is a size_t 13 years ago
Chuck Lever 38527b153a NFS: Clean up TEST_STATEID and FREE_STATEID error reporting 13 years ago
Chuck Lever 3e60ffdd36 NFS: Clean up nfs41_check_expired_stateid() 13 years ago
Chuck Lever eb64cf964d NFS: State reclaim clears OPEN and LOCK state 13 years ago
Chuck Lever 89af273958 NFS: Don't free a state ID the server does not recognize 13 years ago
Chuck Lever 377e507d15 NFS: Fix up TEST_STATEID and FREE_STATEID return code handling 13 years ago
Andy Adamson 293b3b065c NFSv4.1 do not send LAYOUTRETURN on emtpy plh_segs list 13 years ago
Andy Adamson 366d50521c NFSv4.1 mark layout when already returned 13 years ago
Andy Adamson baf6c2a44a NFSv4.1 don't send LAYOUTCOMMIT if data resent through MDS 13 years ago
Andy Adamson 82c7c7a5a9 NFSv4.1 return the LAYOUT for each file with failed DS connection I/O 13 years ago
Trond Myklebust 8626e4a426 Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6 13 years ago
David Howells 9249e17fe0 VFS: Pass mount flags to sget() 13 years ago
David Howells f015f1267b VFS: Comment mount following code 13 years ago
David Howells be34d1a3bc VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors 13 years ago
David Howells 55e4def0a6 VFS: Make chown() and lchown() call fchownat() 13 years ago
Al Viro c3c4f69424 do_dentry_open(): close the race with mark_files_ro() in failure exit 13 years ago
Al Viro 85d7d618c1 mark_files_ro(): don't bother with mntget/mntput 13 years ago
Andrew Morton c4107b3097 notify_change(): check that i_mutex is held 13 years ago
Christoph Hellwig b5fb63c183 fs: add nd_jump_link 13 years ago
Christoph Hellwig 408ef013cc fs: move path_put on failure out of ->follow_link 13 years ago
Al Viro ac481d6ca4 debugfs: get rid of useless arguments to debugfs_{mkdir,symlink} 13 years ago
Al Viro cfa57c11b0 debugfs: fold debugfs_create_by_name() into the only caller 13 years ago
Al Viro c3b1a35084 debugfs: make sure that debugfs_create_file() gets used only for regulars 13 years ago
Al Viro ee3efa91e2 __d_unalias() should refuse to move mountpoints 13 years ago
Al Viro e77fb7cef8 sysfs: just use d_materialise_unique() 13 years ago
Al Viro 469796d105 sysfs: switch to ->s_d_op and ->d_release() 13 years ago
Al Viro 79714f72d3 get rid of kern_path_parent() 13 years ago
David Howells 1acf0af9b9 VFS: Fix the banner comment on lookup_open() 13 years ago
Al Viro 312b63fba9 don't pass nameidata * to vfs_create() 13 years ago
Al Viro ebfc3b49a7 don't pass nameidata to ->create() 13 years ago
Al Viro 72bd866a01 fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real() 13 years ago
Al Viro 00cd8dd3bf stop passing nameidata to ->lookup() 13 years ago
Al Viro 201f956e43 fs/namei.c: don't pass namedata to lookup_dcache() 13 years ago
Al Viro 4ce16ef3fe fs/namei.c: don't pass nameidata to d_revalidate() 13 years ago
Al Viro 0b728e1911 stop passing nameidata * to ->d_revalidate() 13 years ago
Al Viro fa3c56bbda fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possible 13 years ago
Al Viro facc3530fb nfs_lookup_verify_inode() - nd is *always* non-NULL here 13 years ago
Al Viro 93420b40bb switch nfs_lookup_check_intent() away from nameidata 13 years ago
Al Viro 02e5180d99 do_dentry_open(): take initialization of file->f_path to caller 13 years ago
Al Viro 2a027e7a18 fold __dentry_open() into its sole caller 13 years ago
Al Viro 96b7e579ad switch do_dentry_open() to returning int 13 years ago