aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N1-1/+1
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-05-20Fix KASAN identified use-after-free issue.Rohith Surabattula1-2/+10
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula1-0/+9
2021-05-16cifs: remove deadstore in cifs_close_all_deferred_files()wenhuizhang1-2/+0
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula1-0/+17
2021-05-03cifs: Deferred close for filesRohith Surabattula1-0/+62
2021-04-25cifs: don't cargo-cult strndup()Al Viro1-1/+1
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-02cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara1-4/+3
2020-06-23cifs: 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-22cifs: ensure correct super block for DFS reconnectPaulo Alcantara1-17/+65
2020-03-22cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)1-0/+80
2019-11-25CIFS: Properly process SMB3 lease breaksPavel Shilovsky1-14/+3
2019-08-27cifs: replace various strncpy with strscpy and similarRonnie Sahlberg1-0/+22
2019-07-07cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)1-0/+1
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus 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-23cifs: Save TTL value when parsing DFS referralsPaulo Alcantara1-0/+2
2018-12-23cifs: auto disable 'serverino' in dfs mountsAurelien Aptel1-2/+10
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-10-23smb3: 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-12cifs: 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-12treewide: Use array_size() in vmalloc()Kees Cook1-2/+2
2018-06-05CIFS: 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-27cifs: update calc_size to take a server argumentRonnie Sahlberg1-1/+1
2018-05-27smb3: fix redundant opens on rootSteve French1-0/+3
2018-04-01CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel1-0/+54
2018-01-26CIFS: zero sensitive data when freeingAurelien Aptel1-10/+4
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French1-9/+2
2017-06-20CIFS: 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