aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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