summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | cifs: redefine NUM_SUBAUTH constant from 5 to 15Jeff Layton2012-12-052-6/+19
* | | | cifs: make cifs_copy_sid handle a source sid with variable size subauth arraysJeff Layton2012-12-052-2/+11
* | | | cifs: make compare_sids staticJeff Layton2012-12-052-50/+50
* | | | cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl codeJeff Layton2012-12-052-5/+5
* | | | cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()Jeff Layton2012-12-051-2/+2
* | | | cifs: clean up id_mode_to_cifs_aclJeff Layton2012-12-051-28/+25Star
* | | | cifs: fix types on module parametersJeff Layton2012-12-051-6/+5Star
* | | | default authentication needs to be at least ntlmv2 security for cifs mountsSteve French2012-12-052-11/+1Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-011-1/+4
|\ \ \ \
| * | | | cifs: get rid of blind d_drop() in readdirAl Viro2012-11-301-1/+4
* | | | | CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky2012-11-281-2/+1Star
* | | | | cifs: fix writeback race with file that is growingJeff Layton2012-11-271-3/+3
|/ / / /
* | | | cifs: Do not lookup hashed negative dentry in cifs_atomic_openSachin Prabhu2012-11-051-1/+10
* | | | cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton2012-11-031-29/+20Star
|/ / /
* | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-142-7/+7
|\ \ \
| * | | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-082-7/+7
* | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-10-103-0/+37
|\ \ \ \
| * | | | cifs: reinstate the forcegid optionJeff Layton2012-10-081-0/+9
| * | | | Convert properly UTF-8 to UTF-16Frediano Ziglio2012-10-081-0/+22
| * | | | [CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPCSteve French2012-10-081-0/+6
* | | | | mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-0/+1
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-0/+5
|\ \ \ \
| * | | | fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+5
| | |/ / | |/| |
* | | | [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