summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Fix indentation of fs/cifs/Kconfig entriesSteve French2012-10-011-18/+19
* [CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French2012-10-015-29/+56
* cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar2012-09-285-41/+80
* CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky2012-09-261-1/+2
* CIFS: Fix possible freed pointer dereference in SMB2_sess_setupPavel Shilovsky2012-09-261-32/+3
* CIFS: Make ops->close return voidPavel Shilovsky2012-09-264-8/+8
* cifs: change DOS/NT/POSIX mapping of ERRnoresourceJeff Layton2012-09-262-4/+5
* cifs: remove support for deprecated "forcedirectio" and "strictcache" mount o...Jeff Layton2012-09-241-33/+4
* cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctlJeff Layton2012-09-241-19/+0
* CIFS: Fix possible memory leaks in SMB2 codePavel Shilovsky2012-09-241-9/+14
* CIFS: Fix endian conversion of IndexNumberPavel Shilovsky2012-09-241-1/+1
* Trivial endian fixesSteve French2012-09-242-3/+4
* MARK SMB2 support EXPERIMENTALSteve French2012-09-241-1/+1
* Update cifs version numberSteve French2012-09-241-1/+1
* cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton2012-09-241-1/+2
* cifs: Mangle string used for unc in /proc/mountsSachin Prabhu2012-09-241-1/+2
* cifs: cleanups for cifs_mkdir_qinfoJeff Layton2012-09-241-27/+24
* CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-247-10/+158
* CIFS: Add SMB2.1 lease break supportPavel Shilovsky2012-09-246-14/+157
* CIFS: Fix cache coherency for read oplock casePavel Shilovsky2012-09-241-4/+23
* CIFS: Request SMB2.1 leasesPavel Shilovsky2012-09-248-27/+256
* CIFS: Check for mandatory brlocks on read/writePavel Shilovsky2012-09-242-23/+102
* CIFS: Turn lock mutex into rw semaphorePavel Shilovsky2012-09-244-38/+41
* CIFS: Use brlock cache for SMB2Pavel Shilovsky2012-09-243-1/+94
* CIFS: Add brlock support for SMB2Pavel Shilovsky2012-09-247-5/+210
* CIFS: Handle SMB2 lock flagsPavel Shilovsky2012-09-242-0/+17
* CIFS: Move brlock code to ops structPavel Shilovsky2012-09-244-25/+40
* CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky2012-09-243-39/+53
* CIFS: Add NTLMSSP sec type to defaultsPavel Shilovsky2012-09-241-1/+1
* cifs: remove kmap lock and rsize limitJeff Layton2012-09-244-49/+0
* cifs: replace kvec array in readdata with a single kvecJeff Layton2012-09-244-32/+21
* cifs: convert async read code to use pages array without kmappingJeff Layton2012-09-244-81/+80
* cifs: turn the pages list in cifs_readdata into an arrayJeff Layton2012-09-242-38/+52
* cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton2012-09-242-4/+13
* cifs: add deprecation warning to sockopt=TCP_NODELAY optionJeff Layton2012-09-241-5/+6
* cifs: remove the kmap size limit from wsizeJeff Layton2012-09-242-6/+0
* cifs: convert async write code to pass in data via rq_pages arrayJeff Layton2012-09-244-95/+33
* cifs: change cifs_call_async to use smb_rqst structsJeff Layton2012-09-247-79/+85
* cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton2012-09-244-1/+25
* cifs: teach smb_send_rqst how to handle arrays of pagesJeff Layton2012-09-241-2/+54
* cifs: cork the socket before a send and uncork it afterwardJeff Layton2012-09-242-0/+16
* cifs: convert send code to use smb_rqst structsJeff Layton2012-09-241-45/+90
* cifs: change smb2 signing routines to use smb_rqst structsJeff Layton2012-09-243-26/+27
* cifs: change signing routines to deal with smb_rqst structsJeff Layton2012-09-245-14/+44
* CIFS: Add statfs support for SMB2Pavel Shilovsky2012-09-245-0/+127
* CIFS: Move statfs to ops structPavel Shilovsky2012-09-243-25/+43
* CIFS: Add oplock break support for SMB2Pavel Shilovsky2012-09-245-2/+141
* CIFS: Move oplock break to ops structPavel Shilovsky2012-09-243-4/+17
* CIFS: Process oplocks for SMB2Pavel Shilovsky2012-09-247-12/+68
* CIFS: Add readdir support for SMB2Pavel Shilovsky2012-09-245-2/+264
OpenPOWER on IntegriCloud