Commit Graph

1628 Commits (5ceba7bab02df45260452e06f3b9c391ad1d776e)

Author SHA1 Message Date
Pavel Shilovsky 4f6bcec910 CIFS: Implement caching mechanism for posix brlocks 13 years ago
Pavel Shilovsky 85160e03a7 CIFS: Implement caching mechanism for mandatory brlocks 13 years ago
Pavel Shilovsky 42274bb22a CIFS: Fix DFS handling in cifs_get_file_info 13 years ago
Pavel Shilovsky a2d6b6cacb CIFS: Fix error handling in cifs_readv_complete 13 years ago
Steve French 71c424bac5 [CIFS] Show nostrictsync and noperm mount options in /proc/mounts 13 years ago
Jeff Layton f06ac72e92 cifs, freezer: add wait_event_freezekillable and have cifs use it 13 years ago
Jeff Layton fef33df88b cifs: allow cifs_max_pending to be readable under /sys/module/cifs/parameters 13 years ago
Jeff Layton 66bfaadc3d cifs: tune bdi.ra_pages in accordance with the rsize 13 years ago
Jeff Layton 5eba8ab360 cifs: allow for larger rsize= options and change defaults 13 years ago
Jeff Layton 690c5e3163 cifs: convert cifs_readpages to use async reads 13 years ago
Jeff Layton e28bc5b1fd cifs: add cifs_async_readv 13 years ago
Jeff Layton 2ab2593f4b cifs: fix protocol definition for READ_RSP 13 years ago
Jeff Layton 44d22d846f cifs: add a callback function to receive the rest of the frame 13 years ago
Jeff Layton e9097ab489 cifs: break out 3rd receive phase into separate function 13 years ago
Jeff Layton c8054ebdb6 cifs: find mid earlier in receive codepath 13 years ago
Jeff Layton 2a37ef94bb cifs: move buffer pointers into TCP_Server_Info 13 years ago
Jeff Layton ffc00e27aa cifs: eliminate is_multi_rsp parm to find_cifs_mid 13 years ago
Jeff Layton ea1f4502fc cifs: move mid finding into separate routine 13 years ago
Jeff Layton 89482a56a0 cifs: add a third receive phase to cifs_demultiplex_thread 13 years ago
Jeff Layton 1041e3f991 cifs: keep a reusable kvec array for receives 13 years ago
Jeff Layton 42c4dfc213 cifs: turn read_from_socket into a wrapper around a vectorized version 13 years ago
Gerlando Falauto ad4778fb40 CIFS: fix automount for DFS shares 13 years ago
Dan Carpenter 7748dd6eab CIFS: cleanup min_t() cast in cifs_read() 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 d59dad2be0 CIFS: Move byte range lock list from fd to inode 14 years ago
Jeff Layton fe11e4ccb8 cifs: clean up check_rfc1002_header 14 years ago
Pavel Shilovsky 03776f4516 CIFS: Simplify byte range locking code 14 years ago
Pavel Shilovsky 94443f4340 CIFS: Fix incorrect max RFC1002 write size value 14 years ago
Jeff Layton a52c1eb7ae cifs: simplify read_from_socket 14 years ago
Shirish Pargaonkar 21fed0d5b7 cifs: Add data structures and functions for uid/gid to SID mapping (try #4) 14 years ago
Steve French 20c3a200c4 Typo in cifs readme in name of module parm directory 14 years ago
Shirish Pargaonkar d026168692 cifs: clean up unused encryption code 14 years ago
Shirish Pargaonkar 3d3ea8e64e cifs: Add mount options for backup intent (try #6) 14 years ago
Suresh Jayaraman 8bc4392a1e cifs: warn about deprecation of /proc/fs/cifs/OplockEnabled interface 14 years ago
Suresh Jayaraman c9c4708fdf cifs: update README about the kernel module parameters 14 years ago
Steve French e75047344e add new module parameter 'enable_oplocks' 14 years ago
Jeff Layton ba749e6d52 cifs: check for unresponsive server every time we call kernel_recvmsg 14 years ago
Jeff Layton e831e6cf3a cifs: make smb_msg local to read_from_socket 14 years ago
Jeff Layton e2218eab20 cifs: trivial: remove obsolete comment 14 years ago
Jeff Layton 826a95e4a3 cifs: consolidate signature generating code 14 years ago
Jeff Layton 376b43f41c cifs: clean up checkSMB 14 years ago
Jeff Layton c974befa40 cifs: untangle server->maxBuf and CIFSMaxBufSize 14 years ago
Paul Bolle f3a6a60e4c cifs: Fix typo 'CIFS_NFSD_EXPORT' 14 years ago
Jeff Layton 4a29a0bd1d cifs: get rid of unused xid in cifs_get_root 14 years ago
Jeff Layton b4dacbc282 cifs: use memcpy for magic string in cifs signature generation BSRSPYL 14 years ago
Jeff Layton ac423446d8 cifs: switch CIFSSMBQAllEAs to use memcmp 14 years ago
Sachin Prabhu 875cd04381 cifs: Display strictcache mount option in /proc/mounts 14 years ago
Steve French 9d1e397b7b [CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2 14 years ago
Jesper Juhl 95c7545453 CIFS: Don't free volume_info->UNC until we are entirely done with it. 14 years ago
Shirish Pargaonkar cfbd6f84c2 cifs: Fix broken sec=ntlmv2/i sec option (try #2) 14 years ago