aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer2015-10-131-1/+51
* fs: create and use seq_show_option for escapingKees Cook2015-10-131-2/+2
* cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp2015-05-091-0/+1
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-011-1/+1
* CIFS: Fix wrong directory attributes after renamePavel Shilovsky2014-09-131-0/+6
* cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton2014-04-091-3/+31
* cifs: set MAY_SIGN when sec=krb5Martijn de Gouw2014-04-021-1/+2
* setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French2014-01-031-3/+5
* cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton2013-09-101-0/+8
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-09-103-4/+5
* Handle big endianness in NTLM (ntlmv2) authenticationSteve French2013-07-272-7/+7
* cifs: fix potential buffer overrun when composing a new options stringJeff Layton2013-06-191-1/+3
* cifs: only set ops for inodes in I_NEW stateJeff Layton2013-05-301-1/+2
* cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton2013-03-271-48/+5
* cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-273-1/+33
* cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton2013-03-201-0/+5
* fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding2013-02-061-0/+2
* cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton2013-01-161-0/+7
* cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton2012-11-161-29/+20
* cifs: fix return value in cifsConvertToUTF16Jeff Layton2012-10-101-1/+1
* CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky2012-09-191-1/+1
* cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton2012-08-021-0/+30
* cifs: always update the inode cache with the results from a FIND_*Jeff Layton2012-07-251-2/+5
* cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton2012-07-251-0/+18
* cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton2012-07-121-6/+3
* cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar2012-06-102-24/+34
* cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar2012-06-103-11/+22
* cifs: fix revalidation test in cifs_llseek()Dan Carpenter2012-05-311-1/+1
* fs/cifs: fix parsing of dfs referralsStefan Metzmacher2012-05-111-1/+5
* CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2012-04-131-1/+9
* CIFS: Fix a spurious error in cifs_push_posix_locksPavel Shilovsky2012-04-021-9/+10
* cifs: fix issue mounting of DFS ROOT when redirecting from one domain control...Jeff Layton2012-04-021-1/+2
* CIFS: Respect negotiated MaxMpxCountPavel Shilovsky2012-04-027-26/+26
* CIFS: Do not kmalloc under the flocks spinlockPavel Shilovsky2012-03-191-13/+56
* cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton2012-03-121-2/+18
* cifs: don't return error from standard_receive3 after marking response malformedJeff Layton2012-02-201-3/+4
* cifs: request oplock when doing open on lookupJeff Layton2012-02-201-1/+1
* cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar2012-02-131-4/+3
* cifs: lower default wsize when unix extensions are not usedJeff Layton2012-01-251-4/+19
* [CIFS] default ntlmv2 for cifs mount delayed to 3.3Steve French2012-01-041-1/+1
* cifs: fix bad buffer length check in coalesce_t2Jeff Layton2012-01-031-1/+1
* cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton2011-12-081-2/+8
* cifs: attempt to freeze while looping on a receive attemptJeff Layton2011-12-081-0/+2
* cifs: Fix sparse warning when calling cifs_strtoUCSSteve French2011-12-081-3/+3
* CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky2011-12-081-0/+26
* Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2011-11-071-55/+50
|\
| * CIFS: Cleanup byte-range locking code stylePavel Shilovsky2011-11-041-24/+19
| * CIFS: Simplify setlk error handling for mandatory lockingPavel Shilovsky2011-11-041-32/+32
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\ \ | |/ |/|
| * fs: add module.h to files that were implicitly using itPaul Gortmaker2011-10-311-0/+1