aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-23cifs: change mkdir to use a compoundRonnie Sahlberg1-9/+13
2018-10-23cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg1-12/+119
2018-08-07smb3: Do not send SMB3 SET_INFO if nothing changedSteve French1-1/+1
2018-08-07cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg1-1/+3
2018-06-07cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg1-1/+2
2018-05-27smb3: fix redundant opens on rootSteve French1-15/+28
2016-10-13Do not send SMB3 SET_INFO request if nothing is changingSteve French1-0/+6
2016-05-17remove directory incorrectly tries to set delete on close on non-empty directoriesSteve French1-2/+6
2014-08-25CIFS: Fix wrong filename length for SMB2Pavel Shilovsky1-1/+1
2014-08-05Add worker function to set allocation sizeSteve French1-1/+1
2013-11-11CIFS: Fix symbolic links usagePavel Shilovsky1-4/+12
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky1-4/+5
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky1-0/+1
2013-07-10CIFS: Make SMB2_open use cifs_open_parms structPavel Shilovsky1-14/+21
2013-07-10CIFS: Respect create_options in smb2_open_filePavel Shilovsky1-13/+12
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-1/+1
2012-09-24CIFS: Process oplocks for SMB2Pavel Shilovsky1-1/+2
2012-09-24CIFS: Add set_file_info support for SMB2Pavel Shilovsky1-0/+22
2012-09-24CIFS: Add SMB2 support for set_file_sizePavel Shilovsky1-0/+15
2012-09-24CIFS: Add SMB2 support for hardlink operationPavel Shilovsky1-6/+28
2012-09-24CIFS: Add SMB2 support for rename operationPavel Shilovsky1-0/+25
2012-09-24CIFS: Add open/close file support for SMB2Pavel Shilovsky1-2/+2
2012-09-24CIFS: Add SMB2 support for unlinkPavel Shilovsky1-0/+9
2012-07-27CIFS: Add SMB2 support for rmdirPavel Shilovsky1-0/+9
2012-07-27CIFS: Add SMB2 support for mkdir operationPavel Shilovsky1-0/+30
2012-07-24CIFS: Query SMB2 inode infoPavel Shilovsky1-0/+124