Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2012-12-05cifs: make compare_sids staticJeff Layton
2012-12-05cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl codeJeff Layton
2012-12-05cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()Jeff Layton
2012-12-05cifs: clean up id_mode_to_cifs_aclJeff Layton
2012-12-05cifs: fix types on module parametersJeff Layton
2012-12-05default authentication needs to be at least ntlmv2 security for cifs mountsSteve French
2012-12-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-11-30cifs: get rid of blind d_drop() in readdirAl Viro
2012-11-28CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky
2012-11-27cifs: fix writeback race with file that is growingJeff Layton
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida
2012-11-05cifs: Do not lookup hashed negative dentry in cifs_atomic_openSachin Prabhu
2012-11-03cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton
2012-10-15Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-10Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells
2012-10-08cifs: reinstate the forcegid optionJeff Layton
2012-10-08Convert properly UTF-8 to UTF-16Frediano Ziglio
2012-10-08[CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPCSteve French
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells
2012-10-02KEYS: Use keyring_alloc() to create special keyringsDavid Howells
2012-10-01[CIFS] Fix indentation of fs/cifs/Kconfig entriesSteve French
2012-10-01[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French
2012-09-29cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar
2012-09-27CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky
2012-09-27CIFS: Fix possible freed pointer dereference in SMB2_sess_setupPavel Shilovsky
2012-09-27CIFS: Make ops->close return voidPavel Shilovsky
2012-09-26cifs: change DOS/NT/POSIX mapping of ERRnoresourceJeff Layton
2012-09-25cifs: remove support for deprecated "forcedirectio" and "strictcache" mount o...Jeff Layton
2012-09-25cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctlJeff Layton
2012-09-25CIFS: Fix possible memory leaks in SMB2 codePavel Shilovsky
2012-09-25CIFS: Fix endian conversion of IndexNumberPavel Shilovsky
2012-09-25Trivial endian fixesSteve French
2012-09-25MARK SMB2 support EXPERIMENTALSteve French
2012-09-25Update cifs version numberSteve French
2012-09-25cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton
2012-09-25cifs: Mangle string used for unc in /proc/mountsSachin Prabhu
2012-09-25cifs: cleanups for cifs_mkdir_qinfoJeff Layton
2012-09-25CIFS: Fix fast lease break after open problemPavel Shilovsky
2012-09-25CIFS: Add SMB2.1 lease break supportPavel Shilovsky
2012-09-25CIFS: Fix cache coherency for read oplock casePavel Shilovsky
2012-09-25CIFS: Request SMB2.1 leasesPavel Shilovsky
2012-09-25CIFS: Check for mandatory brlocks on read/writePavel Shilovsky
2012-09-25CIFS: Turn lock mutex into rw semaphorePavel Shilovsky
2012-09-25CIFS: Use brlock cache for SMB2Pavel Shilovsky
2012-09-25CIFS: Add brlock support for SMB2Pavel Shilovsky
2012-09-25CIFS: Handle SMB2 lock flagsPavel Shilovsky