summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2019-03-13cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg
2019-03-05cifs: fix memory leak of an allocated cifs_ntsd structureColin Ian King
2019-02-20CIFS: Fix mounts if the client is low on creditsPavel Shilovsky
2019-02-20CIFS: Do not assume one credit for async responsesPavel Shilovsky
2019-02-20CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky
2019-02-20CIFS: Fix error paths in writeback codePavel Shilovsky
2019-02-20CIFS: Move credit processing to mid callbacks for SMB3Pavel Shilovsky
2019-02-20CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky
2019-02-20cifs: Limit memory used by lock request calls to a pageRoss Lagerwall
2019-02-12cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg
2019-02-06cifs: Always resolve hostname before reconnectingPaulo Alcantara
2019-02-06CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky
2019-02-06CIFS: fix use-after-free of the lease keysAurelien Aptel
2019-02-06CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky
2019-02-06CIFS: Fix possible oops and memory leaks in async IOPavel Shilovsky
2019-02-06CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky
2019-01-31smb3: add credits we receive from oplock/break PDUsRonnie Sahlberg
2019-01-31CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky
2019-01-31CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky
2019-01-31CIFS: Fix credits calculations for reads with errorsPavel Shilovsky
2019-01-31CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky
2019-01-16cifs: check kzalloc returnJoe Perches
2019-01-16cifs: Fix potential OOB access of lock element arrayRoss Lagerwall
2019-01-16CIFS: Fix credit computation for compounded requestsPavel Shilovsky
2019-01-16CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky
2019-01-16CIFS: Do not set credits to 1 if the server didn't grant anythingPavel Shilovsky
2019-01-16CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky
2019-01-09CIFS: use the correct length when pinning memory for direct I/O for writeLong Li
2019-01-09CIFS: return correct errors when pinning memory failed for direct I/OLong Li
2019-01-09smb3: fix large reads on encrypted connectionsPaul Aurich
2019-01-09CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin
2018-12-19smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg
2018-12-07CIFS: Avoid returning EBUSY to upper layer VFSLong Li
2018-12-06cifs: Fix separator when building path from dentryPaulo Alcantara
2018-12-06cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French
2018-11-02cifs: fix signed/unsigned mismatch on aio_read patchSteve French
2018-11-02cifs: don't dereference smb_file_target before null checkColin Ian King
2018-11-02CIFS: Add direct I/O functions to file_operationsLong Li
2018-11-02CIFS: Add support for direct I/O writeLong Li
2018-11-02CIFS: Add support for direct I/O readLong Li
2018-11-02smb3: missing defines and structs for reparse point handlingSteve French
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French
2018-11-02smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French
2018-11-02smb3: add trace point for tree connectionSteve French
2018-11-02cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-11-02cifs: fix return value for cifs_listxattrRonnie Sahlberg
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong