Commit Graph

210 Commits (aa24d1e9692411e605084938ced6b160f92df454)

Author SHA1 Message Date
Pavel Shilovsky aa24d1e969 CIFS: Process reconnects for SMB2 shares 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
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
Jeff Layton 762a4206a3 cifs: rename cifs_sign_smb2 to cifs_sign_smbv 13 years ago
Jeff Layton c5fd363d77 cifs: move file_lock off stack in cifs_push_posix_locks 13 years ago
Pavel Shilovsky 8825736060 CIFS: Move get_next_mid to ops struct 13 years ago
Pavel Shilovsky 452757897a CIFS: Move add/set_credits and get_credits_field to ops structure 13 years ago
Pavel Shilovsky 082d0642c6 CIFS: Move protocol specific part from SendReceive2 to ops struct 13 years ago
Shirish Pargaonkar 2608bee744 cifs: Include backup intent search flags during searches {try #2) 13 years ago
Jeff Layton 1c89254926 cifs: convert cifs_iovec_read to use async reads 13 years ago
Jeff Layton 6993f74a5b cifs: add refcounting to cifs_readdata structures 13 years ago
Jeff Layton 8d5ce4d23c cifs: abstract out function to marshal the iovec for readv receives 13 years ago
Jeff Layton 0471ca3fe4 cifs: make cifs_readdata_alloc take a work_func_t arg 13 years ago
Jeff Layton da82f7e755 cifs: convert cifs_iovec_write to use async writes 13 years ago
Jeff Layton e9492871fb cifs: abstract out function to marshal up the iovec array for async writes 13 years ago
Jeff Layton c2e8764009 cifs: allow caller to specify completion op when allocating writedata 13 years ago
Jeff Layton fe5f5d2e90 cifs: add pid field to cifs_writedata 13 years ago
Pavel Shilovsky 243d04b6e6 CIFS: Expand CurrentMid field 13 years ago
Pavel Shilovsky 5ffef7bf1d CIFS: Separate protocol-specific code from cifs_readv_receive code 13 years ago
Pavel Shilovsky d4e4854fd1 CIFS: Separate protocol-specific code from demultiplex code 13 years ago
Pavel Shilovsky 792af7b05b CIFS: Separate protocol-specific code from transport routines 13 years ago
Jeff Layton 815465c4d7 cifs: clean up call to cifs_dfs_release_automount_timer() 13 years ago
Pavel Shilovsky 2d86dbc970 CIFS: Introduce credit-based flow control 13 years ago
Shirish Pargaonkar 9ef5992e44 cifs: Assume passwords are encoded according to iocharset (try #2) 13 years ago
Pavel Shilovsky 9ee305b70e CIFS: Send as many mandatory unlock ranges at once as possible 13 years ago
Pavel Shilovsky 4f6bcec910 CIFS: Implement caching mechanism for posix brlocks 13 years ago
Jeff Layton e28bc5b1fd cifs: add cifs_async_readv 13 years ago
Jeff Layton 44d22d846f cifs: add a callback function to receive the rest of the frame 13 years ago
Shirish Pargaonkar a5ff376966 cifs: Call id to SID mapping functions to change owner/group (try #4 repost) 13 years ago
Pavel Shilovsky 03776f4516 CIFS: Simplify byte range locking code 14 years ago
Shirish Pargaonkar 3d3ea8e64e cifs: Add mount options for backup intent (try #6) 14 years ago
Jeff Layton 826a95e4a3 cifs: consolidate signature generating code 14 years ago
Jeff Layton 04db79b015 cifs: factor smb_vol allocation out of cifs_setup_volume_info 14 years ago
Jeff Layton f9e59bcba2 cifs: have cifs_cleanup_volume_info not take a double pointer 14 years ago
Al Viro 2a9b99516c sanitize cifs_umount() prototype 14 years ago
Al Viro 2c6292ae4b cifs: don't pass superblock to cifs_mount() 14 years ago
Steve French 96daf2b091 [CIFS] Rename three structures to avoid camel case 14 years ago
Pavel Shilovsky d4ffff1fa9 CIFS: Add rwpidforward mount option 14 years ago
Steve French f87d39d951 [CIFS] Migrate from prefixpath logic 14 years ago
Pavel Shilovsky fa2989f447 CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size 14 years ago
Jeff Layton c28c89fc43 cifs: add cifs_async_writev 14 years ago
Pavel Shilovsky 724d9f1cfb CIFS: Simplify mount code for further shared sb capability 14 years ago
Jeff Layton 59ffd84141 cifs: add ignore_pend flag to cifs_call_async 14 years ago
Jeff Layton fcc31cb6f1 cifs: make cifs_send_async take a kvec array 14 years ago
Jeff Layton 2c8f981d93 cifs: consolidate SendReceive response checks 14 years ago