summaryrefslogtreecommitdiff
path: root/fs/cifs/misc.c
AgeCommit message (Expand)Author
2019-11-25CIFS: Properly process SMB3 lease breaksPavel Shilovsky
2019-08-27cifs: replace various strncpy with strscpy and similarRonnie Sahlberg
2019-07-07cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-24cifs: fix page reference leak with readv/writevJérôme Glisse
2019-04-16CIFS: keep FileInfo handle live during oplock breakAurelien Aptel
2018-12-28cifs: Add support for failover in smb2_reconnect()Paulo Alcantara
2018-12-28cifs: Add support for failover in cifs_mount()Paulo Alcantara
2018-12-28cifs: check kzalloc returnJoe Perches
2018-12-23cifs: Save TTL value when parsing DFS referralsPaulo Alcantara
2018-12-23cifs: auto disable 'serverino' in dfs mountsAurelien Aptel
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsSteve French
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-09-12cifs: read overflow in is_valid_oplock_break()Dan Carpenter
2018-08-07cifs: simple stats should always be enabledSteve French
2018-06-15CIFS: add iface info to struct cifs_sesAurelien Aptel
2018-06-15cifs: add lease tracking to the cached root fidRonnie Sahlberg
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-05CIFS: Introduce helper function to get page offset and length in smb_rqstLong Li
2018-06-01cifs: remove struct smb2_hdrRonnie Sahlberg
2018-05-27cifs: update calc_size to take a server argumentRonnie Sahlberg
2018-05-27smb3: fix redundant opens on rootSteve French
2018-04-01CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel
2018-01-26CIFS: zero sensitive data when freeingAurelien Aptel
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French
2017-06-20CIFS: check if pages is null rather than bv for a failed allocationColin Ian King
2017-05-03CIFS: fix oplock break deadlocksRabin Vincent
2017-05-02CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky
2017-04-28cifs: don't check for failure from mempool_alloc()NeilBrown
2017-03-01CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel
2016-10-12Clarify locking of cifs file and tcon structures and make more granularSteve French
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Steve French
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko
2014-08-11cifs: remove unused function cifs_oplock_break_waitVincent Stehlé
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-08-02[CIFS] Fix incorrect hex vs. decimal in some debug print statementsSteve French
2014-07-31cifs: replace code with free_rsp_buf()Sachin Prabhu
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-04-16cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu
2013-11-02cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner
2013-10-28cifs: Remove redundant multiplex identifier check from check_smb_hdr()Tim Gardner
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky
2013-09-08cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-02-13cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman