summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2015-11-17Do not fall back to SMBWriteX in set_file_size error casesSteve French1-38/+1
2015-10-13cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer1-1/+51
2015-10-13fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-05-10cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp1-0/+1
2015-01-01move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-09-14CIFS: Fix wrong directory attributes after renamePavel Shilovsky1-0/+6
2014-04-09cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton1-3/+31
2014-04-02cifs: set MAY_SIGN when sec=krb5Martijn de Gouw1-1/+2
2014-01-03setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French1-3/+5
2013-09-10cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton1-0/+8
2013-09-10cifs: extend the buffer length enought for sprintf() usingChen Gang3-4/+5
2013-07-27Handle big endianness in NTLM (ntlmv2) authenticationSteve French2-7/+7
2013-06-19cifs: fix potential buffer overrun when composing a new options stringJeff Layton1-1/+3
2013-05-30cifs: only set ops for inodes in I_NEW stateJeff Layton1-1/+2
2013-03-27cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton1-48/+5
2013-03-27cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik3-1/+33
2013-03-20cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton1-0/+5
2013-02-06fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding1-0/+2
2013-01-16cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton1-0/+7
2012-11-16cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton1-29/+20
2012-10-10cifs: fix return value in cifsConvertToUTF16Jeff Layton1-1/+1
2012-09-19CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky1-1/+1
2012-08-02cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton1-0/+30
2012-07-25cifs: always update the inode cache with the results from a FIND_*Jeff Layton1-2/+5
2012-07-25cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton1-0/+18
2012-07-12cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton1-6/+3
2012-06-10cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar2-24/+34
2012-06-10cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar3-11/+22
2012-05-31cifs: fix revalidation test in cifs_llseek()Dan Carpenter1-1/+1
2012-05-11fs/cifs: fix parsing of dfs referralsStefan Metzmacher1-1/+5
2012-04-13CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky1-1/+9
2012-04-02CIFS: Fix a spurious error in cifs_push_posix_locksPavel Shilovsky1-9/+10
2012-04-02cifs: fix issue mounting of DFS ROOT when redirecting from one domain control...Jeff Layton1-1/+2
2012-04-02CIFS: Respect negotiated MaxMpxCountPavel Shilovsky7-26/+26
2012-03-19CIFS: Do not kmalloc under the flocks spinlockPavel Shilovsky1-13/+56
2012-03-12cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton1-2/+18
2012-02-21cifs: don't return error from standard_receive3 after marking response malformedJeff Layton1-3/+4
2012-02-21cifs: request oplock when doing open on lookupJeff Layton1-1/+1
2012-02-13cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar1-4/+3
2012-01-26cifs: lower default wsize when unix extensions are not usedJeff Layton1-4/+19
2012-01-04[CIFS] default ntlmv2 for cifs mount delayed to 3.3Steve French1-1/+1
2012-01-04cifs: fix bad buffer length check in coalesce_t2Jeff Layton1-1/+1
2011-12-09cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton1-2/+8
2011-12-09cifs: attempt to freeze while looping on a receive attemptJeff Layton1-0/+2
2011-12-09cifs: Fix sparse warning when calling cifs_strtoUCSSteve French1-3/+3
2011-12-09CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky1-0/+26
2011-11-07Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-55/+50
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-04CIFS: Cleanup byte-range locking code stylePavel Shilovsky1-24/+19
2011-11-04CIFS: Simplify setlk error handling for mandatory lockingPavel Shilovsky1-32/+32