aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig
2013-08-07cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton
2013-07-31cifs: set sb->s_d_op before calling d_make_root()Jeff Layton
2013-07-31cifs: fix bad error handling in crypto codeJeff Layton
2013-07-30cifs: file: initialize oparms.reconnect before using itAndi Shyti
2013-07-30Do not attempt to do cifs operations reading symlinks with SMB2Steve French
2013-07-30cifs: extend the buffer length enought for sprintf() usingChen Gang
2013-07-11CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky
2013-07-11CIFS: Reopen the file if reconnect durable handle failedPavel Shilovsky
2013-07-10[CIFS] Fix minor endian error in durable handle patch seriesSteve French
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky
2013-07-10CIFS: Make SMB2_open use cifs_open_parms structPavel Shilovsky
2013-07-10CIFS: Introduce cifs_open_parms structPavel Shilovsky
2013-07-10CIFS: Request durable open for SMB2 opensPavel Shilovsky
2013-07-10CIFS: Simplify SMB2 create context handlingPavel Shilovsky
2013-07-10CIFS: Simplify SMB2_open code pathPavel Shilovsky
2013-07-10CIFS: Respect create_options in smb2_open_filePavel Shilovsky
2013-07-10CIFS: Fix lease context buffer parsingPavel Shilovsky
2013-07-04[CIFS] use sensible file nlink values if unprovidedSteve French
2013-07-04Limit allocation of crypto mechanisms to dialect which requiresSteve French
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton
2013-06-29cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-06-29[readdir] convert cifsAl Viro
2013-06-29cifs: fill TRANS2_QUERY_FILE_INFO ByteCount fieldsDavid Disseldorp
2013-06-28Merge branch 'freezer'Rafael J. Wysocki
2013-06-27cifs: fix SMB2 signing enablement in cifs_enable_signingJeff Layton
2013-06-27[CIFS] Fix build warningSteve French
2013-06-26[CIFS] SMB3 Signing enablementSteve French
2013-06-26[CIFS] Do not set DFS flag on SMB2 openSteve French
2013-06-26[CIFS] fix static checker warningSteve French
2013-06-26cifs: try to handle the MUST SecurityFlags sanelyJeff Layton
2013-06-26When server doesn't provide SecurityBuffer on SMB2Negotiate pick defaultSteve French
2013-06-26Handle big endianness in NTLM (ntlmv2) authenticationSteve French
2013-06-26revalidate directories instiantiated via FIND_* in order to handle DFS referralsJeff Layton
2013-06-26SMB2 FSCTL and IOCTL worker functionSteve French
2013-06-26Charge at least one credit, if server says that it supports multicreditSteve French
2013-06-26Remove typoSteve French
2013-06-26Some missing share flagsSteve French
2013-06-26cifs: using strlcpy instead of strncpyZhao Hongjiang
2013-06-24Update headers to update various SMB3 ioctl definitionsSteve French
2013-06-24Update cifs version numberSteve French
2013-06-24Add ability to dipslay SMB3 share flags and capabilities for debuggingSteve French
2013-06-24Add some missing SMB3 and SMB3.02 flagsSteve French
2013-06-24Add SMB3.02 dialect supportSteve French
2013-06-24Fix endian error in SMB2 protocol negotiationSteve French