aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2014-07-09CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars o...Steve French
2014-06-07cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik
2014-06-07CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky
2014-06-07setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French
2014-03-11cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton
2014-03-11cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton
2014-03-11cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton
2013-09-26cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton
2013-08-14cifs: extend the buffer length enought for sprintf() usingChen Gang
2013-07-21Handle big endianness in NTLM (ntlmv2) authenticationSteve French
2013-07-21CIFS use sensible file nlink values if unprovidedSteve French
2013-06-07cifs: fix potential buffer overrun when composing a new options stringJeff Layton
2013-06-07cifs: only set ops for inodes in I_NEW stateJeff Layton
2013-04-16cifs: Allow passwords which begin with a delimitorSachin Prabhu
2013-03-28cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton
2013-03-14cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton
2013-02-03fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding
2012-11-26cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton
2012-10-13Convert properly UTF-8 to UTF-16Frediano Ziglio
2012-10-13cifs: reinstate the forcegid optionJeff Layton
2012-10-02cifs: fix return value in cifsConvertToUTF16Jeff Layton
2012-08-09cifs: reinstate sec=ntlmv2 mount optionJeff Layton
2012-07-29cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton
2012-07-29cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton
2012-07-29cifs: always update the inode cache with the results from a FIND_*Jeff Layton
2012-07-16cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton
2012-07-16cifs: fix parsing of password mount optionSuresh Jayaraman
2012-06-10cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar
2012-06-10cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar
2012-05-16cifs: fix misspelling of "forcedirectio"Jeff Layton
2012-05-09cifs: fix revalidation test in cifs_llseek()Dan Carpenter
2012-05-03fs/cifs: fix parsing of dfs referralsStefan Metzmacher
2012-05-03cifs: make sure we ignore the credentials= and cred= optionsJeff Layton
2012-05-03[CIFS] Update cifs version to 1.78Steve French
2012-05-03cifs - check S_AUTOMOUNT in revalidateIan Kent
2012-05-01cifs: add missing initialization of server->req_lockJeff Layton
2012-05-01cifs: don't cap ra_pages at the same level as default_backing_dev_infoJeff Layton
2012-05-01CIFS: Fix indentation in cifs_show_optionsSachin Prabhu
2012-04-24Use correct conversion specifiers in cifs_show_optionsSachin Prabhu
2012-04-24CIFS: Show backupuid/gid in /proc/mountsSachin Prabhu
2012-04-19cifs: fix offset handling in cifs_iovec_writeJeff Layton
2012-04-13Fix number parsing in cifs_parse_mount_optionsSachin Prabhu
2012-04-11Cleanup handling of NULL value passed for a mount optionSachin Prabhu
2012-04-03Fix UNC parsing on mountSachin Prabhu
2012-04-03Remove unnecessary check for NULL in password parserSachin Prabhu
2012-04-01CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky
2012-04-01Revert "CIFS: Fix VFS lock usage for oplocked files"Steve French
2012-03-31cifs: writing past end of struct in cifs_convert_address()Dan Carpenter
2012-03-31cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton
2012-03-31CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky