summaryrefslogtreecommitdiff
path: root/fs/cifs/misc.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg1-2/+3
2020-12-14cifs: cleanup misc.cSteve French1-56/+0
2020-12-14cifs: Make extract_sharename function publicSamuel Cabrero1-0/+24
2020-12-14cifs: Make extract_hostname function publicSamuel Cabrero1-0/+32
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-4/+4
2020-08-03cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara1-4/+3
2020-06-24cifs: misc: Use array_size() in if-statement controlling expressionGustavo A. R. Silva1-9/+7
2020-06-01cifs: Standardize logging outputJoe Perches1-6/+6
2020-06-01cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara1-0/+48
2020-04-23cifs: ensure correct super block for DFS reconnectPaulo Alcantara1-17/+65
2020-03-23cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)1-0/+80
2019-11-25CIFS: Properly process SMB3 lease breaksPavel Shilovsky1-14/+3
2019-08-28cifs: replace various strncpy with strscpy and similarRonnie Sahlberg1-0/+22
2019-07-08cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)1-0/+1
2019-05-07Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+0
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-24cifs: fix page reference leak with readv/writevJérôme Glisse1-1/+22
2019-04-16CIFS: keep FileInfo handle live during oplock breakAurelien Aptel1-2/+23
2018-12-28cifs: Add support for failover in smb2_reconnect()Paulo Alcantara1-0/+17
2018-12-28cifs: Add support for failover in cifs_mount()Paulo Alcantara1-0/+3
2018-12-28cifs: check kzalloc returnJoe Perches1-14/+20
2018-12-24cifs: Save TTL value when parsing DFS referralsPaulo Alcantara1-0/+2
2018-12-24cifs: auto disable 'serverino' in dfs mountsAurelien Aptel1-2/+10
2018-11-02Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+2
2018-10-24smb3: show number of current open files in /proc/fs/cifs/StatsSteve French1-0/+2
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-24iov_iter: Use accessor functionDavid Howells1-1/+1
2018-09-13cifs: read overflow in is_valid_oplock_break()Dan Carpenter1-0/+8
2018-08-07cifs: simple stats should always be enabledSteve French1-2/+0
2018-06-15CIFS: add iface info to struct cifs_sesAurelien Aptel1-0/+2
2018-06-15cifs: add lease tracking to the cached root fidRonnie Sahlberg1-3/+4
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-2/+2
2018-06-06CIFS: Introduce helper function to get page offset and length in smb_rqstLong Li1-0/+17
2018-06-01cifs: remove struct smb2_hdrRonnie Sahlberg1-1/+1
2018-05-28cifs: update calc_size to take a server argumentRonnie Sahlberg1-1/+1
2018-05-28smb3: fix redundant opens on rootSteve French1-0/+3
2018-04-02CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel1-0/+54
2018-01-27CIFS: zero sensitive data when freeingAurelien Aptel1-10/+4
2017-07-09[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French1-9/+2
2017-06-21CIFS: check if pages is null rather than bv for a failed allocationColin Ian King1-1/+1
2017-05-03CIFS: fix oplock break deadlocksRabin Vincent1-1/+1
2017-05-02CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky1-0/+120
2017-04-28cifs: don't check for failure from mempool_alloc()NeilBrown1-9/+5
2017-03-02CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel1-0/+105
2016-10-12Clarify locking of cifs file and tcon structures and make more granularSteve French1-7/+8
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Steve French1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-12-08cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko1-30/+2
2014-08-11cifs: remove unused function cifs_oplock_break_waitVincent Stehlé1-7/+0