summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-10-0232-1547/+4884
|\
| * [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-271-1/+2
| * CIFS: Fix possible freed pointer dereference in SMB2_sess_setupPavel Shilovsky2012-09-271-32/+3Star
| * CIFS: Make ops->close return voidPavel Shilovsky2012-09-274-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-251-33/+4Star
| * cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctlJeff Layton2012-09-251-19/+0Star
| * CIFS: Fix possible memory leaks in SMB2 codePavel Shilovsky2012-09-251-9/+14
| * CIFS: Fix endian conversion of IndexNumberPavel Shilovsky2012-09-251-1/+1
| * Trivial endian fixesSteve French2012-09-252-3/+4
| * MARK SMB2 support EXPERIMENTALSteve French2012-09-251-1/+1
| * Update cifs version numberSteve French2012-09-251-1/+1
| * cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton2012-09-251-1/+2
| * cifs: Mangle string used for unc in /proc/mountsSachin Prabhu2012-09-251-1/+2
| * cifs: cleanups for cifs_mkdir_qinfoJeff Layton2012-09-251-27/+24Star
| * CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-257-10/+158
| * CIFS: Add SMB2.1 lease break supportPavel Shilovsky2012-09-256-14/+157
| * CIFS: Fix cache coherency for read oplock casePavel Shilovsky2012-09-251-4/+23
| * CIFS: Request SMB2.1 leasesPavel Shilovsky2012-09-258-27/+256
| * CIFS: Check for mandatory brlocks on read/writePavel Shilovsky2012-09-252-23/+102
| * CIFS: Turn lock mutex into rw semaphorePavel Shilovsky2012-09-254-38/+41
| * CIFS: Use brlock cache for SMB2Pavel Shilovsky2012-09-253-1/+94
| * CIFS: Add brlock support for SMB2Pavel Shilovsky2012-09-257-5/+210
| * CIFS: Handle SMB2 lock flagsPavel Shilovsky2012-09-252-0/+17
| * CIFS: Move brlock code to ops structPavel Shilovsky2012-09-254-25/+40
| * CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky2012-09-253-39/+53
| * CIFS: Add NTLMSSP sec type to defaultsPavel Shilovsky2012-09-251-1/+1
| * cifs: remove kmap lock and rsize limitJeff Layton2012-09-254-49/+0Star
| * cifs: replace kvec array in readdata with a single kvecJeff Layton2012-09-254-32/+21Star
| * cifs: convert async read code to use pages array without kmappingJeff Layton2012-09-254-81/+80Star
| * cifs: turn the pages list in cifs_readdata into an arrayJeff Layton2012-09-252-38/+52
| * cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton2012-09-252-4/+13
| * cifs: add deprecation warning to sockopt=TCP_NODELAY optionJeff Layton2012-09-251-5/+6
| * cifs: remove the kmap size limit from wsizeJeff Layton2012-09-252-6/+0Star
| * cifs: convert async write code to pass in data via rq_pages arrayJeff Layton2012-09-254-95/+33Star
| * cifs: change cifs_call_async to use smb_rqst structsJeff Layton2012-09-257-79/+85
| * cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton2012-09-254-1/+25
| * cifs: teach smb_send_rqst how to handle arrays of pagesJeff Layton2012-09-251-2/+54
| * cifs: cork the socket before a send and uncork it afterwardJeff Layton2012-09-252-0/+16
| * cifs: convert send code to use smb_rqst structsJeff Layton2012-09-251-45/+90
| * cifs: change smb2 signing routines to use smb_rqst structsJeff Layton2012-09-253-26/+27
| * cifs: change signing routines to deal with smb_rqst structsJeff Layton2012-09-255-14/+44
| * CIFS: Add statfs support for SMB2Pavel Shilovsky2012-09-255-0/+127
| * CIFS: Move statfs to ops structPavel Shilovsky2012-09-253-25/+43
| * CIFS: Add oplock break support for SMB2Pavel Shilovsky2012-09-255-2/+141
| * CIFS: Move oplock break to ops structPavel Shilovsky2012-09-253-4/+17
| * CIFS: Process oplocks for SMB2Pavel Shilovsky2012-09-257-12/+68