aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-01CIFS: 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 key generation. Thanks to Metze for helping with this.Steve French1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-12-07cifs: 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
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+11
2014-08-02[CIFS] Fix incorrect hex vs. decimal in some debug print statementsSteve French1-2/+2
2014-07-31cifs: replace code with free_rsp_buf()Sachin Prabhu1-0/+9
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-1/+1
2014-04-16cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu1-2/+72
2013-11-02cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner1-4/+6
2013-10-28cifs: Remove redundant multiplex identifier check from check_smb_hdr()Tim Gardner1-10/+2
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky1-8/+4
2013-09-08cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar1-0/+1
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton1-2/+1
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-41/+37
2013-02-13cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman1-1/+1
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky1-0/+30
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky1-1/+1
2012-07-24CIFS: Move clear/print_stats code to ops structPavel Shilovsky1-1/+1
2012-07-24CIFS: Respect SMB2 header/max header sizePavel Shilovsky1-6/+19
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky1-2/+2
2012-06-01CIFS: Move get_next_mid to ops structPavel Shilovsky1-88/+1
2012-05-23CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky1-19/+0