summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+7
2012-10-10Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+37
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+1
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2-7/+7
2012-10-07cifs: reinstate the forcegid optionJeff Layton1-0/+9
2012-10-07Convert properly UTF-8 to UTF-16Frediano Ziglio1-0/+22
2012-10-07[CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPCSteve French1-0/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-01[CIFS] Fix indentation of fs/cifs/Kconfig entriesSteve French1-18/+19
2012-10-01[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French5-29/+56
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar5-41/+80
2012-09-26CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky1-1/+2
2012-09-26CIFS: Fix possible freed pointer dereference in SMB2_sess_setupPavel Shilovsky1-32/+3
2012-09-26CIFS: Make ops->close return voidPavel Shilovsky4-8/+8
2012-09-26cifs: change DOS/NT/POSIX mapping of ERRnoresourceJeff Layton2-4/+5
2012-09-24cifs: remove support for deprecated "forcedirectio" and "strictcache" mount o...Jeff Layton1-33/+4
2012-09-24cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctlJeff Layton1-19/+0
2012-09-24CIFS: Fix possible memory leaks in SMB2 codePavel Shilovsky1-9/+14
2012-09-24CIFS: Fix endian conversion of IndexNumberPavel Shilovsky1-1/+1
2012-09-24Trivial endian fixesSteve French2-3/+4
2012-09-24MARK SMB2 support EXPERIMENTALSteve French1-1/+1
2012-09-24Update cifs version numberSteve French1-1/+1
2012-09-24cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton1-1/+2
2012-09-24cifs: Mangle string used for unc in /proc/mountsSachin Prabhu1-1/+2
2012-09-24cifs: cleanups for cifs_mkdir_qinfoJeff Layton1-27/+24
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky7-10/+158
2012-09-24CIFS: Add SMB2.1 lease break supportPavel Shilovsky6-14/+157
2012-09-24CIFS: Fix cache coherency for read oplock casePavel Shilovsky1-4/+23
2012-09-24CIFS: Request SMB2.1 leasesPavel Shilovsky8-27/+256
2012-09-24CIFS: Check for mandatory brlocks on read/writePavel Shilovsky2-23/+102
2012-09-24CIFS: Turn lock mutex into rw semaphorePavel Shilovsky4-38/+41
2012-09-24CIFS: Use brlock cache for SMB2Pavel Shilovsky3-1/+94
2012-09-24CIFS: Add brlock support for SMB2Pavel Shilovsky7-5/+210
2012-09-24CIFS: Handle SMB2 lock flagsPavel Shilovsky2-0/+17
2012-09-24CIFS: Move brlock code to ops structPavel Shilovsky4-25/+40
2012-09-24CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky3-39/+53
2012-09-24CIFS: Add NTLMSSP sec type to defaultsPavel Shilovsky1-1/+1
2012-09-24cifs: remove kmap lock and rsize limitJeff Layton4-49/+0
2012-09-24cifs: replace kvec array in readdata with a single kvecJeff Layton4-32/+21
2012-09-24cifs: convert async read code to use pages array without kmappingJeff Layton4-81/+80
2012-09-24cifs: turn the pages list in cifs_readdata into an arrayJeff Layton2-38/+52
2012-09-24cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton2-4/+13
2012-09-24cifs: add deprecation warning to sockopt=TCP_NODELAY optionJeff Layton1-5/+6
2012-09-24cifs: remove the kmap size limit from wsizeJeff Layton2-6/+0
2012-09-24cifs: convert async write code to pass in data via rq_pages arrayJeff Layton4-95/+33
2012-09-24cifs: change cifs_call_async to use smb_rqst structsJeff Layton7-79/+85
2012-09-24cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton4-1/+25
2012-09-24cifs: teach smb_send_rqst how to handle arrays of pagesJeff Layton1-2/+54
2012-09-24cifs: cork the socket before a send and uncork it afterwardJeff Layton2-0/+16