summaryrefslogtreecommitdiffstats
path: root/fs/cifs/misc.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg2020-12-141-2/+3
* cifs: cleanup misc.cSteve French2020-12-141-56/+0
* cifs: Make extract_sharename function publicSamuel Cabrero2020-12-141-0/+24
* cifs: Make extract_hostname function publicSamuel Cabrero2020-12-141-0/+32
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-4/+4
|\
| * mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-4/+4
* | cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara2020-08-021-4/+3
|/
* cifs: misc: Use array_size() in if-statement controlling expressionGustavo A. R. Silva2020-06-231-9/+7
* cifs: Standardize logging outputJoe Perches2020-06-011-6/+6
* cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara2020-06-011-0/+48
* cifs: ensure correct super block for DFS reconnectPaulo Alcantara2020-04-221-17/+65
* cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)2020-03-221-0/+80
* CIFS: Properly process SMB3 lease breaksPavel Shilovsky2019-11-251-14/+3
* cifs: replace various strncpy with strscpy and similarRonnie Sahlberg2019-08-271-0/+22
* cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-07-071-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-061-1/+0
|\
| * crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* | cifs: fix page reference leak with readv/writevJérôme Glisse2019-04-241-1/+22
* | CIFS: keep FileInfo handle live during oplock breakAurelien Aptel2019-04-161-2/+23
|/
* cifs: Add support for failover in smb2_reconnect()Paulo Alcantara2018-12-281-0/+17
* cifs: Add support for failover in cifs_mount()Paulo Alcantara2018-12-281-0/+3
* cifs: check kzalloc returnJoe Perches2018-12-281-14/+20
* cifs: Save TTL value when parsing DFS referralsPaulo Alcantara2018-12-231-0/+2
* cifs: auto disable 'serverino' in dfs mountsAurelien Aptel2018-12-231-2/+10
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-2/+2
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
| * iov_iter: Use accessor functionDavid Howells2018-10-241-1/+1
* | smb3: show number of current open files in /proc/fs/cifs/StatsSteve French2018-10-231-0/+2
|/
* cifs: read overflow in is_valid_oplock_break()Dan Carpenter2018-09-121-0/+8
* cifs: simple stats should always be enabledSteve French2018-08-071-2/+0
* CIFS: add iface info to struct cifs_sesAurelien Aptel2018-06-151-0/+2
* cifs: add lease tracking to the cached root fidRonnie Sahlberg2018-06-151-3/+4
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-2/+2
* CIFS: Introduce helper function to get page offset and length in smb_rqstLong Li2018-06-051-0/+17
* cifs: remove struct smb2_hdrRonnie Sahlberg2018-06-011-1/+1
* cifs: update calc_size to take a server argumentRonnie Sahlberg2018-05-271-1/+1
* smb3: fix redundant opens on rootSteve French2018-05-271-0/+3
* CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel2018-04-011-0/+54
* CIFS: zero sensitive data when freeingAurelien Aptel2018-01-261-10/+4
* [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French2017-07-081-9/+2
* CIFS: check if pages is null rather than bv for a failed allocationColin Ian King2017-06-201-1/+1
* CIFS: fix oplock break deadlocksRabin Vincent2017-05-031-1/+1
* CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky2017-05-021-0/+120
* cifs: don't check for failure from mempool_alloc()NeilBrown2017-04-281-9/+5
* CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel2017-03-011-0/+105
* Clarify locking of cifs file and tcon structures and make more granularSteve French2016-10-121-7/+8
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-141-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2014-12-071-30/+2
* cifs: remove unused function cifs_oplock_break_waitVincent Stehlé2014-08-111-7/+0