summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2016-04-27cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer1-1/+50
2016-04-27fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-06-19cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp1-0/+1
2015-04-14move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-09-25CIFS: Fix wrong directory attributes after renamePavel Shilovsky1-0/+6
2014-07-09CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars o...Steve French1-3/+4
2014-06-08cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik3-1/+33
2014-06-08CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky1-1/+1
2014-06-08setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French1-3/+5
2014-03-12cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton1-0/+7
2014-03-12cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton1-0/+8
2014-03-12cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton1-3/+34
2013-09-27cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton1-0/+2
2013-08-15cifs: extend the buffer length enought for sprintf() usingChen Gang4-7/+9
2013-07-22Handle big endianness in NTLM (ntlmv2) authenticationSteve French2-7/+7
2013-07-22CIFS use sensible file nlink values if unprovidedSteve French1-0/+5
2013-06-07cifs: fix potential buffer overrun when composing a new options stringJeff Layton1-1/+3
2013-06-07cifs: only set ops for inodes in I_NEW stateJeff Layton1-1/+2
2013-04-17cifs: Allow passwords which begin with a delimitorSachin Prabhu1-3/+13
2013-03-28cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton1-48/+5
2013-03-14cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton1-0/+5
2013-02-04fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding1-0/+2
2012-11-26cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton1-29/+20
2012-10-13Convert properly UTF-8 to UTF-16Frediano Ziglio1-0/+22
2012-10-13cifs: reinstate the forcegid optionJeff Layton1-0/+9
2012-10-02cifs: fix return value in cifsConvertToUTF16Jeff Layton1-1/+1
2012-08-09cifs: reinstate sec=ntlmv2 mount optionJeff Layton1-4/+5
2012-07-29cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton1-0/+30
2012-07-29cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton1-0/+18
2012-07-29cifs: always update the inode cache with the results from a FIND_*Jeff Layton1-2/+5
2012-07-16cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton1-6/+3
2012-07-16cifs: fix parsing of password mount optionSuresh Jayaraman1-15/+17
2012-06-09cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar2-24/+34
2012-06-09cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar3-11/+22
2012-05-16cifs: fix misspelling of "forcedirectio"Jeff Layton1-1/+2
2012-05-10cifs: fix revalidation test in cifs_llseek()Dan Carpenter1-1/+1
2012-05-04fs/cifs: fix parsing of dfs referralsStefan Metzmacher1-1/+5
2012-05-03cifs: make sure we ignore the credentials= and cred= optionsJeff Layton1-0/+2
2012-05-03[CIFS] Update cifs version to 1.78Steve French1-1/+1
2012-05-03cifs - check S_AUTOMOUNT in revalidateIan Kent1-5/+12
2012-05-02cifs: add missing initialization of server->req_lockJeff Layton1-0/+1
2012-05-02cifs: don't cap ra_pages at the same level as default_backing_dev_infoJeff Layton1-17/+1
2012-05-02CIFS: Fix indentation in cifs_show_optionsSachin Prabhu1-1/+1
2012-04-24Use correct conversion specifiers in cifs_show_optionsSachin Prabhu1-4/+4
2012-04-24CIFS: Show backupuid/gid in /proc/mountsSachin Prabhu2-6/+10
2012-04-20cifs: fix offset handling in cifs_iovec_writeJeff Layton1-1/+2
2012-04-13Fix number parsing in cifs_parse_mount_optionsSachin Prabhu1-1/+1
2012-04-12Cleanup handling of NULL value passed for a mount optionSachin Prabhu1-61/+19
2012-04-04Fix UNC parsing on mountSachin Prabhu1-7/+7
2012-04-04Remove unnecessary check for NULL in password parserSachin Prabhu1-2/+1