aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/smb2inode.c
AgeCommit message (Expand)Author
2019-03-14smb3: Add dynamic trace points for various compounded smb3 opsSteve French
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg
2019-01-24CIFS: Fix mounts if the client is low on creditsPavel Shilovsky
2018-12-31cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg
2018-12-19smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg
2018-10-23smb3: send backup intent on compounded query infoSteve French
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg
2018-10-23SMB3: Backup intent flag missing from compounded opsSteve French
2018-10-23cifs: create a define for the max number of iov we need for a SMB2 set_infoRonnie Sahlberg
2018-10-23cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg
2018-10-23cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg
2018-10-23cifs: change SMB2_OP_SET_EOF to use compoundingRonnie Sahlberg
2018-10-23cifs: make rmdir() use compoundingRonnie Sahlberg
2018-10-23cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg
2018-10-23cifs: change unlink to use a compoundRonnie Sahlberg
2018-10-23cifs: change mkdir to use a compoundRonnie Sahlberg
2018-10-23cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg
2018-08-07smb3: Do not send SMB3 SET_INFO if nothing changedSteve French
2018-08-07cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg
2018-06-07cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg
2018-05-27smb3: fix redundant opens on rootSteve French
2016-10-13Do not send SMB3 SET_INFO request if nothing is changingSteve French
2016-05-17remove directory incorrectly tries to set delete on close on non-empty direct...Steve French
2014-08-25CIFS: Fix wrong filename length for SMB2Pavel Shilovsky
2014-08-05Add worker function to set allocation sizeSteve French
2013-11-11CIFS: Fix symbolic links usagePavel Shilovsky
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky
2013-07-10CIFS: Make SMB2_open use cifs_open_parms structPavel Shilovsky
2013-07-10CIFS: Respect create_options in smb2_open_filePavel Shilovsky
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2012-09-24CIFS: Process oplocks for SMB2Pavel Shilovsky
2012-09-24CIFS: Add set_file_info support for SMB2Pavel Shilovsky
2012-09-24CIFS: Add SMB2 support for set_file_sizePavel Shilovsky
2012-09-24CIFS: Add SMB2 support for hardlink operationPavel Shilovsky
2012-09-24CIFS: Add SMB2 support for rename operationPavel Shilovsky
2012-09-24CIFS: Add open/close file support for SMB2Pavel Shilovsky
2012-09-24CIFS: Add SMB2 support for unlinkPavel Shilovsky
2012-07-27CIFS: Add SMB2 support for rmdirPavel Shilovsky
2012-07-27CIFS: Add SMB2 support for mkdir operationPavel Shilovsky
2012-07-24CIFS: Query SMB2 inode infoPavel Shilovsky