summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2inode.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg2019-07-161-0/+12
* smb3: Add dynamic trace points for various compounded smb3 opsSteve French2019-03-151-4/+68
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-151-5/+10
* CIFS: Fix mounts if the client is low on creditsPavel Shilovsky2019-01-241-0/+17
* cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg2018-12-311-9/+7Star
* smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg2018-12-191-8/+8
* smb3: send backup intent on compounded query infoSteve French2018-10-241-2/+7
* cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg2018-10-241-1/+1
* SMB3: Backup intent flag missing from compounded opsSteve French2018-10-241-0/+2
* cifs: create a define for the max number of iov we need for a SMB2 set_infoRonnie Sahlberg2018-10-241-1/+1
* cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg2018-10-241-71/+59Star
* cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg2018-10-241-12/+23
* cifs: change SMB2_OP_SET_EOF to use compoundingRonnie Sahlberg2018-10-241-8/+20
* cifs: make rmdir() use compoundingRonnie Sahlberg2018-10-241-13/+35
* cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg2018-10-241-3/+3
* cifs: change unlink to use a compoundRonnie Sahlberg2018-10-241-5/+6
* cifs: change mkdir to use a compoundRonnie Sahlberg2018-10-241-9/+13
* cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg2018-10-241-12/+119
* smb3: Do not send SMB3 SET_INFO if nothing changedSteve French2018-08-071-1/+1
* cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg2018-08-071-1/+3
* cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg2018-06-081-1/+2
* smb3: fix redundant opens on rootSteve French2018-05-281-15/+28
* Do not send SMB3 SET_INFO request if nothing is changingSteve French2016-10-141-0/+6
* remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-05-171-2/+6
* CIFS: Fix wrong filename length for SMB2Pavel Shilovsky2014-08-251-1/+1
* Add worker function to set allocation sizeSteve French2014-08-051-1/+1
* CIFS: Fix symbolic links usagePavel Shilovsky2013-11-111-4/+12
* CIFS: Implement follow_link for SMB2Pavel Shilovsky2013-09-081-4/+5
* CIFS: Reconnect durable handles for SMB2Pavel Shilovsky2013-07-101-0/+1
* CIFS: Make SMB2_open use cifs_open_parms structPavel Shilovsky2013-07-101-14/+21
* CIFS: Respect create_options in smb2_open_filePavel Shilovsky2013-07-101-13/+12Star
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-1/+1
* CIFS: Process oplocks for SMB2Pavel Shilovsky2012-09-251-1/+2
* CIFS: Add set_file_info support for SMB2Pavel Shilovsky2012-09-251-0/+22
* CIFS: Add SMB2 support for set_file_sizePavel Shilovsky2012-09-251-0/+15
* CIFS: Add SMB2 support for hardlink operationPavel Shilovsky2012-09-251-6/+28
* CIFS: Add SMB2 support for rename operationPavel Shilovsky2012-09-251-0/+25
* CIFS: Add open/close file support for SMB2Pavel Shilovsky2012-09-251-2/+2
* CIFS: Add SMB2 support for unlinkPavel Shilovsky2012-09-251-0/+9
* CIFS: Add SMB2 support for rmdirPavel Shilovsky2012-07-271-0/+9
* CIFS: Add SMB2 support for mkdir operationPavel Shilovsky2012-07-271-0/+30
* CIFS: Query SMB2 inode infoPavel Shilovsky2012-07-241-0/+124