aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/misc.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+4
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-4/+4
2020-08-02cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectGravatar Paulo Alcantara 1-4/+3
2020-06-23cifs: misc: Use array_size() in if-statement controlling expressionGravatar Gustavo A. R. Silva 1-9/+7
2020-06-01cifs: Standardize logging outputGravatar Joe Perches 1-6/+6
2020-06-01cifs: handle hostnames that resolve to same ip in failoverGravatar Paulo Alcantara 1-0/+48
2020-04-22cifs: ensure correct super block for DFS reconnectGravatar Paulo Alcantara 1-17/+65
2020-03-22cifs: handle prefix paths in reconnectGravatar Paulo Alcantara (SUSE) 1-0/+80
2019-11-25CIFS: Properly process SMB3 lease breaksGravatar Pavel Shilovsky 1-14/+3
2019-08-27cifs: replace various strncpy with strscpy and similarGravatar Ronnie Sahlberg 1-0/+22
2019-07-07cifs: Properly handle auto disabling of serverino optionGravatar Paulo Alcantara (SUSE) 1-0/+1
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+0
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2019-04-24cifs: fix page reference leak with readv/writevGravatar Jérôme Glisse 1-1/+22
2019-04-16CIFS: keep FileInfo handle live during oplock breakGravatar Aurelien Aptel 1-2/+23
2018-12-28cifs: Add support for failover in smb2_reconnect()Gravatar Paulo Alcantara 1-0/+17
2018-12-28cifs: Add support for failover in cifs_mount()Gravatar Paulo Alcantara 1-0/+3
2018-12-28cifs: check kzalloc returnGravatar Joe Perches 1-14/+20
2018-12-23cifs: Save TTL value when parsing DFS referralsGravatar Paulo Alcantara 1-0/+2
2018-12-23cifs: auto disable 'serverino' in dfs mountsGravatar Aurelien Aptel 1-2/+10
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-2/+2
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsGravatar Steve French 1-0/+2
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-1/+1
2018-10-24iov_iter: Use accessor functionGravatar David Howells 1-1/+1
2018-09-12cifs: read overflow in is_valid_oplock_break()Gravatar Dan Carpenter 1-0/+8
2018-08-07cifs: simple stats should always be enabledGravatar Steve French 1-2/+0
2018-06-15CIFS: add iface info to struct cifs_sesGravatar Aurelien Aptel 1-0/+2
2018-06-15cifs: add lease tracking to the cached root fidGravatar Ronnie Sahlberg 1-3/+4
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-2/+2
2018-06-05CIFS: Introduce helper function to get page offset and length in smb_rqstGravatar Long Li 1-0/+17
2018-06-01cifs: remove struct smb2_hdrGravatar Ronnie Sahlberg 1-1/+1
2018-05-27cifs: update calc_size to take a server argumentGravatar Ronnie Sahlberg 1-1/+1
2018-05-27smb3: fix redundant opens on rootGravatar Steve French 1-0/+3
2018-04-01CIFS: refactor crypto shash/sdesc allocation&freeGravatar Aurelien Aptel 1-0/+54
2018-01-26CIFS: zero sensitive data when freeingGravatar Aurelien Aptel 1-10/+4
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredGravatar Steve French 1-9/+2
2017-06-20CIFS: check if pages is null rather than bv for a failed allocationGravatar Colin Ian King 1-1/+1
2017-05-03CIFS: fix oplock break deadlocksGravatar Rabin Vincent 1-1/+1
2017-05-02CIFS: Add asynchronous context to support kernel AIOGravatar Pavel Shilovsky 1-0/+120
2017-04-28cifs: don't check for failure from mempool_alloc()Gravatar NeilBrown 1-9/+5
2017-03-01CIFS: move DFS response parsing out of SMB1 codeGravatar Aurelien Aptel 1-0/+105
2016-10-12Clarify locking of cifs file and tcon structures and make more granularGravatar Steve French 1-7/+8
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Gravatar Steve French 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationGravatar Andy Shevchenko 1-30/+2
2014-08-11cifs: remove unused function cifs_oplock_break_waitGravatar Vincent Stehlé 1-7/+0
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-2/+11
2014-08-02[CIFS] Fix incorrect hex vs. decimal in some debug print statementsGravatar Steve French 1-2/+2
2014-07-31cifs: replace code with free_rsp_buf()Gravatar Sachin Prabhu 1-0/+9
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsGravatar NeilBrown 1-1/+1