Commit Graph

1825 Commits (475032564ed96c94c085e3e7a90e07d150a7cec9)

Author SHA1 Message Date
Pavel Shilovsky 29e20f9c65 CIFS: Make CAP_* checks protocol independent 13 years ago
Pavel Shilovsky d60622eb5a CIFS: Allow SMB2 statistics to be tracked 13 years ago
Pavel Shilovsky 44c581866e CIFS: Move clear/print_stats code to ops struct 13 years ago
Pavel Shilovsky 9094fad1ed CIFS: Add echo request support for SMB2 13 years ago
Pavel Shilovsky f6d7617862 CIFS: Move echo code to osp struct 13 years ago
Pavel Shilovsky c95b8eeda3 CIFS: Add SMB2 support for async requests 13 years ago
Pavel Shilovsky 45740847e2 CIFS: Setup async request in ops struct 13 years ago
Pavel Shilovsky 25e266320c CIFS: Add SMB2 support for build_path_to_root 13 years ago
Pavel Shilovsky 9224dfc2f9 CIFS: Move building path to root to ops struct 13 years ago
Pavel Shilovsky be4cb9e3d4 CIFS: Query SMB2 inode info 13 years ago
Pavel Shilovsky 1208ef1f76 CIFS: Move query inode info code to ops struct 13 years ago
Pavel Shilovsky 2503a0dba9 CIFS: Add SMB2 support for is_path_accessible 13 years ago
Pavel Shilovsky 68889f269b CIFS: Move is_path_accessible to ops struct 13 years ago
Pavel Shilovsky af4281dc22 CIFS: Move informational tcon calls to ops struct 13 years ago
Pavel Shilovsky b669f33ca6 CIFS: Move getting dfs referalls to ops struct 13 years ago
Pavel Shilovsky aa24d1e969 CIFS: Process reconnects for SMB2 shares 13 years ago
Pavel Shilovsky faaf946a7d CIFS: Add tree connect/disconnect capability for SMB2 13 years ago
Pavel Shilovsky 5478f9ba9a CIFS: Add session setup/logoff capability for SMB2 13 years ago
Pavel Shilovsky ec2e4523fd CIFS: Add capability to send SMB2 negotiate message 13 years ago
Pavel Shilovsky 3792c17328 CIFS: Respect SMB2 header/max header size 13 years ago
Pavel Shilovsky 093b2bdad3 CIFS: Make demultiplex_thread work with SMB2 code 13 years ago
Pavel Shilovsky 4b1241006c CIFS: Fix a wrong pointer in atomic_open 13 years ago
Pavel Shilovsky 28ea5290d7 CIFS: Add SMB2 credits support 13 years ago
Pavel Shilovsky 2dc7e1c033 CIFS: Make transport routines work with SMB2 13 years ago
Steve French ddfbefbd39 CIFS: Map SMB2 status codes to POSIX errors 13 years ago
Pavel Shilovsky b8030603d9 CIFS: Add SMB2 status codes 13 years ago
Pavel Shilovsky f7ec0d0bbc CIFS: Rename 7 error codes to NT_ style 13 years ago
Pavel Shilovsky 6d5786a34d CIFS: Rename Get/FreeXid and make them work with unsigned int 13 years ago
Pavel Shilovsky 2e6e02ab6d CIFS: Move protocol specific tcon/tdis code to ops struct 13 years ago
Pavel Shilovsky 58c45c58a1 CIFS: Move protocol specific session setup/logoff code to ops struct 13 years ago
Pavel Shilovsky 286170aa24 CIFS: Move protocol specific negotiate code to ops struct 13 years ago
Pavel Shilovsky a891f0f895 CIFS: Extend credit mechanism to process request type 13 years ago
Pavel Shilovsky 316cf94a91 CIFS: Move trans2 processing to ops struct 13 years ago
Jeff Layton 7659624ffb cifs: reinstate sec=ntlmv2 mount option 13 years ago
Jeff Layton 762a4206a3 cifs: rename cifs_sign_smb2 to cifs_sign_smbv 13 years ago
Jeff Layton d971e0656b cifs: remove bogus reset of smb_buf_length in smb_send routines 13 years ago
Jeff Layton c5fd363d77 cifs: move file_lock off stack in cifs_push_posix_locks 13 years ago
Jeff Layton ac3aa2f8ae cifs: remove extraneous newlines from cERROR and cFYI calls 13 years ago
Jeff Layton 00401ff780 cifs: after upcalling for krb5 creds, invalidate key rather than revoking it 13 years ago
Jeff Layton cd60042cc1 cifs: always update the inode cache with the results from a FIND_* 13 years ago
Jeff Layton 3cf003c08b cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmaps 13 years ago
Jeff Layton 3ae629d98b cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap space 13 years ago
Sachin Prabhu ffc61ccbb9 Initialise mid_q_entry before putting it on the pending queue 13 years ago
David Howells 9249e17fe0 VFS: Pass mount flags to sget() 13 years ago
Al Viro ebfc3b49a7 don't pass nameidata to ->create() 13 years ago
Al Viro 00cd8dd3bf stop passing nameidata to ->lookup() 13 years ago
Al Viro 0b728e1911 stop passing nameidata * to ->d_revalidate() 13 years ago
Al Viro e45198a6ac make finish_no_open() return int 13 years ago
Al Viro 30d9049474 kill struct opendata 13 years ago
Al Viro d95852777b make ->atomic_open() return int 13 years ago