summaryrefslogtreecommitdiffstats
path: root/fs/cifs/misc.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-07-081-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-071-1/+0Star
|\
| * crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0Star
* | 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-241-0/+2
* cifs: auto disable 'serverino' in dfs mountsAurelien Aptel2018-12-241-2/+10
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-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-241-0/+2
|/
* cifs: read overflow in is_valid_oplock_break()Dan Carpenter2018-09-131-0/+8
* cifs: simple stats should always be enabledSteve French2018-08-071-2/+0Star
* 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-131-2/+2
* CIFS: Introduce helper function to get page offset and length in smb_rqstLong Li2018-06-061-0/+17
* cifs: remove struct smb2_hdrRonnie Sahlberg2018-06-011-1/+1
* cifs: update calc_size to take a server argumentRonnie Sahlberg2018-05-281-1/+1
* smb3: fix redundant opens on rootSteve French2018-05-281-0/+3
* CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel2018-04-021-0/+54
* CIFS: zero sensitive data when freeingAurelien Aptel2018-01-271-10/+4Star
* [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French2017-07-091-9/+2Star
* CIFS: check if pages is null rather than bv for a failed allocationColin Ian King2017-06-211-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/+5Star
* CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel2017-03-021-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-081-30/+2Star
* cifs: remove unused function cifs_oplock_break_waitVincent Stehlé2014-08-111-7/+0Star
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-08-091-2/+11
|\
| * [CIFS] Fix incorrect hex vs. decimal in some debug print statementsSteve French2014-08-031-2/+2
| * cifs: replace code with free_rsp_buf()Sachin Prabhu2014-08-011-0/+9
* | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-1/+1
|/
* cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu2014-04-161-2/+72
* cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner2013-11-021-4/+6
* cifs: Remove redundant multiplex identifier check from check_smb_hdr()Tim Gardner2013-10-281-10/+2Star
* CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-091-8/+4Star
* cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar2013-09-081-0/+1
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-241-2/+1Star
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-41/+37Star
* cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman2013-02-131-1/+1
* CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-251-0/+30
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-251-1/+1