aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-11cifs: Limit memory used by lock request calls to a pageRoss Lagerwall1-0/+4
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio1-7/+4
2018-06-07cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg1-1/+2
2018-01-26CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel1-1/+1
2017-03-01CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel1-1/+2
2016-12-05CIFS: Fix a possible memory corruption in push locksPavel Shilovsky1-1/+1
2015-11-03Add resilienthandles mount parmSteve French1-0/+19
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2014-12-10fs/cifs/smb2file.c: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-08-25CIFS: Fix wrong filename length for SMB2Pavel Shilovsky1-1/+1
2013-09-09CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky1-23/+0
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky1-10/+10
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky1-1/+1
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky1-1/+2
2013-07-10CIFS: Make SMB2_open use cifs_open_parms structPavel Shilovsky1-4/+1
2013-07-10CIFS: Introduce cifs_open_parms structPavel Shilovsky1-11/+11
2013-07-10CIFS: Request durable open for SMB2 opensPavel Shilovsky1-1/+1
2013-07-10CIFS: Respect create_options in smb2_open_filePavel Shilovsky1-1/+1
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-4/+4
2012-12-05CIFS: Separate pushing mandatory locks and lock_sem handlingPavel Shilovsky1-12/+0
2012-09-24CIFS: Add SMB2.1 lease break supportPavel Shilovsky1-0/+2
2012-09-24CIFS: Request SMB2.1 leasesPavel Shilovsky1-2/+7
2012-09-24CIFS: Turn lock mutex into rw semaphorePavel Shilovsky1-7/+8
2012-09-24CIFS: Use brlock cache for SMB2Pavel Shilovsky1-0/+91
2012-09-24CIFS: Add brlock support for SMB2Pavel Shilovsky1-0/+97
2012-09-24CIFS: Process oplocks for SMB2Pavel Shilovsky1-2/+22
2012-09-24CIFS: Add open/close file support for SMB2Pavel Shilovsky1-0/+86