Commit Graph

795 Commits (c2fdf3a9b2d52842808a8e551b53b55dd9b45030)

Author SHA1 Message Date
Alexey Dobriyan 99b7623380 proc 2/2: remove struct proc_dir_entry::owner 16 years ago
Sukadev Bhattiprolu a3ec947c85 vfs: simple_set_mnt() should return void 16 years ago
Al Viro 4fd03e84d8 constify dentry_operations: CIFS 16 years ago
Steve French b363b3304b [CIFS] Fix memory overwrite when saving nativeFileSystem field during mount 16 years ago
Steve French c6c00919ab [CIFS] Rename compose_mount_options to cifs_compose_mount_options. 16 years ago
Steve French 64cc2c6369 [CIFS] work around bug in Samba server handling for posix open 16 years ago
Steve French 276a74a483 [CIFS] Use posix open on file open when server supports it 16 years ago
Jeff Layton fcc7c09d94 cifs: fix buffer format byte on NT Rename/hardlink 16 years ago
Steve French 0382457744 [CIFS] Add definitions for remoteably fsctl calls 16 years ago
Steve French 1adcb71092 [CIFS] add extra null attr check 16 years ago
Steve French 4717bed680 [CIFS] fix build error 16 years ago
Steve French 7fc8f4e95b [CIFS] reopen file via newer posix open protocol operation if available 16 years ago
Steve French be652445fd [CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flush 16 years ago
Steve French 10e70afa75 [CIFS] DFS no longer experimental 16 years ago
Steve French b298f22355 [CIFS] Send SMB flush in cifs_fsync 16 years ago
Steve French eca6acf915 [CIFS] Fix multiuser mounts so server does not invalidate earlier security contexts 16 years ago
Steve French c3b2a0c640 [CIFS] improve posix semantics of file create 16 years ago
Steve French 69765529d7 [CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do not specify their OS 16 years ago
Jeff Layton 44f68fadd8 cifs: posix fill in inode needed by posix open 16 years ago
Jeff Layton 950ec52880 cifs: properly handle case where CIFSGetSrvInodeNumber fails 16 years ago
Jeff Layton 132ac7b77c cifs: refactor new_inode() calls and inode initialization 16 years ago
Igor Mammedov e4cce94c9c [CIFS] Prevent OOPs when mounting with remote prefixpath. 16 years ago
Steve French 0e2bedaa39 [CIFS] ipv6_addr_equal for address comparison 16 years ago
Jeff Layton a9ac49d303 cifs: make sure we allocate enough storage for socket address 16 years ago
Steve French da505c386c [CIFS] Make socket retry timeouts consistent between blocking and nonblocking cases 16 years ago
Steve French f818dd55c4 [CIFS] some cleanup to dir.c prior to addition of posix_open 16 years ago
Steve French 42c245447c [CIFS] revalidate parent inode when rmdir done within that directory 16 years ago
Steve French 6a7f8d36c0 [CIFS] Rename md5 functions to avoid collision with new rt modules 16 years ago
Jeff Layton 0496e02d87 cifs: turn smb_send into a wrapper around smb_sendv 16 years ago
Al Viro acfa4380ef inode->i_op is never NULL 16 years ago
Nick Piggin 54566b2c15 fs: symlink write_begin allocation context fix 16 years ago
Al Viro 6badd79bd0 kill ->dir_notify() 16 years ago
Stephen Rothwell bf66542bef cifs: update for new IP4/6 address printing 16 years ago
Julia Lawall 359d67d6ad [CIFS] Remove redundant test 16 years ago
Steve French c6fbba0546 [CIFS] make sure that DFS pathnames are properly formed 16 years ago
Volker Lendecke ac6a3ef405 Remove an already-checked error condition in SendReceiveBlockingLock 16 years ago
Volker Lendecke 698e96a826 Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition 16 years ago
Volker Lendecke 17c8bfed8a Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition 16 years ago
Steve French 2b2bdfba7a [CIFS] Streamline SendReceive[2] by using "goto out:" in an error condition 16 years ago
Volker Lendecke 8e4f2e8a1e Slightly streamline SendReceive[2] 16 years ago
Volker Lendecke 829049cbb1 Check the return value of cifs_sign_smb[2] 16 years ago
Steve French 4c3130efda [CIFS] Cleanup: Move the check for too large R/W requests 16 years ago
Volker Lendecke 27a97a613b [CIFS] Slightly simplify wait_for_free_request(), remove an unnecessary "else" branch 16 years ago
Volker Lendecke 8fbbd365cc Simplify allocate_mid() slightly: Remove some unnecessary "else" branches 16 years ago
Volker Lendecke 6d9c6d5431 [CIFS] In SendReceive, move consistency check out of the mutexed region 16 years ago
Jeff Layton 00e485b019 cifs: store password in tcon 16 years ago
Jeff Layton 4e53a3fb98 cifs: have calc_lanman_hash take more granular args 16 years ago
Jeff Layton 55162dec93 cifs: zero out session password before freeing it 16 years ago
Jeff Layton 8570552425 cifs: fix wait_for_response to time out sleeping processes correctly 16 years ago
Steve French 8be0ed44c2 [CIFS] Can not mount with prefixpath if root directory of share is inaccessible 16 years ago