aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
13 hoursMerge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-5/+30
21 hoursMerge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-9/+18
46 hourscifs: Fix missing set of remote_i_sizeDavid Howells2-3/+4
46 hourscifs: Fix smb3_insert_range() to move the zero_pointDavid Howells1-0/+1
4 daystracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-9/+9
4 daysksmbd: ignore trailing slashes in share pathsNandor Kracser1-1/+5
5 dayscifs: update internal version numberSteve French1-2/+2
5 dayssmb3: reenable swapfiles over SMB3 mountsSteve French1-0/+23
11 dayscifs: fix data corruption in read after invalidateSteve French1-1/+3
12 dayssmb3: fix perf regression with cached writes with netfs conversionSteve French1-3/+0
13 dayscifs: Fix locking in cifs_strict_readv()Steve French2-9/+26
13 dayscifs: Change from mempool_destroy to mempool_exit for request poolsSteve French1-2/+2
13 dayssmb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva3-30/+33
13 daysMerge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds15-2840/+783
14 daysksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon1-8/+13
2024-05-04ksmbd: do not grant v2 lease if parent lease key and epoch are not setNamjae Jeon1-5/+9
2024-05-04ksmbd: use rwsem instead of rwlock for lease breakNamjae Jeon5-38/+30
2024-05-04ksmbd: avoid to send duplicate lease break notificationsNamjae Jeon1-6/+15
2024-05-04ksmbd: off ipv6only for both ipv4/ipv6 bindingNamjae Jeon1-0/+4
2024-05-01cifs: Enable large folio supportDavid Howells1-0/+1
2024-05-01cifs: Remove some code that's no longer used, part 3David Howells1-1004/+0
2024-05-01cifs: Remove some code that's no longer used, part 2David Howells1-633/+1
2024-05-01cifs: Remove some code that's no longer used, part 1David Howells5-825/+0
2024-05-01cifs: Cut over to using netfslibDavid Howells13-179/+355
2024-05-01cifs: Implement netfslib hooksDavid Howells5-10/+337
2024-05-01cifs: Make add_credits_and_wake_if() clear deducted creditsDavid Howells1-1/+2
2024-05-01cifs: Add mempools for cifs_io_request and cifs_io_subrequest structsDavid Howells2-1/+56
2024-05-01cifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells1-0/+6
2024-05-01cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.cDavid Howells3-55/+55
2024-05-01cifs: Replace the writedata replay bool with a netfs sreq flagDavid Howells2-3/+3
2024-05-01cifs: Make wait_mtu_credits take size_t argsDavid Howells5-14/+17
2024-05-01cifs: Use more fields from netfs_io_subrequestDavid Howells6-116/+113
2024-05-01cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells6-89/+59
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells8-52/+58
2024-05-01cifs: Use alternative invalidation to using launder_folioDavid Howells3-143/+5
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells1-8/+8
2024-04-28ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()Namjae Jeon1-2/+2
2024-04-25smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French1-0/+3
2024-04-25smb3: missing lock when picking channelSteve French1-1/+3
2024-04-24smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva2-3/+3
2024-04-23Merge tag '6.9-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-26/+176
2024-04-22cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata2-0/+14
2024-04-19ksmbd: add continuous availability share parameterNamjae Jeon2-19/+27
2024-04-19ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon1-1/+1
2024-04-19ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis1-0/+5
2024-04-19ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon1-0/+4
2024-04-19ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon1-8/+5
2024-04-19smb: client: fix rename(2) regression against sambaPaulo Alcantara1-0/+1
2024-04-19cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells11-26/+143
2024-04-19cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells3-0/+18
2024-04-11smb3: fix broken reconnect when password changing on the server by allowing p...Steve French6-0/+44
2024-04-11smb: client: instantiate when creating SFU filesPaulo Alcantara1-39/+55
2024-04-11smb3: fix Open files on server counter going negativeSteve French1-2/+2
2024-04-10smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara1-1/+2
2024-04-06Merge tag '6.9-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-178/+369
2024-04-03smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara1-1/+5
2024-04-03smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2-0/+12
2024-04-03smb3: retrying on failed server closeRitvik Budhiraja7-17/+85
2024-04-02smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara3-4/+27
2024-04-02smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara1-0/+30
2024-04-02smb: client: refresh referral without acquiring refpath_lockPaulo Alcantara1-20/+24
2024-04-02smb: client: guarantee refcounted children from parent sessionPaulo Alcantara7-72/+76
2024-04-02cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells3-10/+59
2024-04-02ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Namjae Jeon1-5/+5
2024-04-02ksmbd: validate payload size in ipc responseNamjae Jeon3-2/+45
2024-04-02ksmbd: don't send oplock break if rename failsNamjae Jeon1-1/+2
2024-04-01smb: client: fix UAF in smb2_reconnect_server()Paulo Alcantara1-49/+34
2024-03-31smb: client: replace deprecated strncpy with strscpyJustin Stitt3-6/+4
2024-03-27cifs: Fix duplicate fscache cookie warningsDavid Howells2-1/+17
2024-03-26smb3: add trace event for mknodSteve French2-1/+10
2024-03-21Merge tag '6.9-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds11-39/+54
2024-03-20Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds15-147/+716
2024-03-20smb311: additional compression flag defined in updated protocol specSteve French1-4/+6
2024-03-20smb311: correct incorrect offset field in compression headerSteve French1-1/+1
2024-03-20cifs: Move some extern decls from .c files to .hDavid Howells4-10/+2
2024-03-18ksmbd: remove module versionNamjae Jeon2-3/+0
2024-03-18ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2-29/+42
2024-03-17ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-1/+4
2024-03-14ksmbd: Fix spelling mistake "connction" -> "connection"Colin Ian King1-1/+1
2024-03-14ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_closeMarios Makassikis1-1/+1
2024-03-14cifs: remove redundant variable assignmentBharath SM1-2/+0
2024-03-14cifs: fixes for get_inode_infoMeetakshi Setiya2-12/+13
2024-03-14cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky1-1/+2
2024-03-14cifs: reduce warning log level for server not advertising interfacesShyam Prasad N1-2/+2
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N4-3/+13
2024-03-14cifs: defer close file handles having RH leaseBharath SM1-4/+15
2024-03-13Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds26-707/+1564
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2024-03-12ksmbd: add support for durable handles v1/v2Namjae Jeon9-21/+506
2024-03-12ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous sessionNamjae Jeon3-25/+29
2024-03-12ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_infoMarios Makassikis1-2/+8
2024-03-12ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis3-66/+127
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds6-75/+76
2024-03-10cifs: update internal module version number for cifs.koSteve French1-2/+2
2024-03-10smb: common: simplify compression headersEnzo Matsumiya1-19/+26
2024-03-10smb: common: fix fields sizes in compression_pattern_payload_v1Enzo Matsumiya1-2/+2
2024-03-10smb: client: negotiate compression algorithmsEnzo Matsumiya6-15/+49
2024-03-10smb3: add dynamic trace point for ioctlsSteve French2-0/+37
2024-03-10cifs: Fix writeback data corruptionDavid Howells1-126/+157
2024-03-10smb: client: return reparse type in /proc/mountsPaulo Alcantara2-0/+14
2024-03-10smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara1-7/+9
2024-03-10smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara4-17/+97
2024-03-10smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara6-25/+190
2024-03-10smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter1-1/+1
2024-03-10smb: client: add support for WSL reparse pointsPaulo Alcantara10-20/+210
2024-03-10smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara2-69/+95
2024-03-10smb: client: fix potential broken compound requestPaulo Alcantara1-43/+63
2024-03-10smb: client: move most of reparse point handling code to common filePaulo Alcantara9-364/+405
2024-03-10smb: client: introduce reparse mount optionPaulo Alcantara4-0/+52
2024-03-10smb: client: retry compound request without reusing leaseMeetakshi Setiya1-3/+38
2024-03-10smb: client: do not defer close open handles to deleted filesMeetakshi Setiya6-5/+74
2024-03-10smb: client: reuse file lease key in compound operationsMeetakshi Setiya6-31/+48
2024-03-10smb3: update allocation size more accurately on write completionSteve French1-1/+8
2024-03-10smb: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-03-10cifs: allow changing password during remountSteve French4-5/+30
2024-03-10cifs: prevent updating file size from server if we have a read/write leaseBharath SM4-12/+17
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+3
2024-02-25cifs_get_link(): bail out in unsafe caseAl Viro1-0/+3
2024-02-15smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French2-2/+23
2024-02-12smb: client: handle path separator of created SMB symlinksPaulo Alcantara1-2/+6
2024-02-12smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara1-0/+16
2024-02-11cifs: update the same create_guid on replayShyam Prasad N4-2/+14
2024-02-11cifs: fix underflow in parse_server_interfaces()Dan Carpenter1-1/+1
2024-02-10Merge tag '6.8-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-2/+7
2024-02-09smb3: clarify mount warningSteve French1-1/+1
2024-02-09cifs: handle cases where multiple sessions share connectionShyam Prasad N2-1/+6
2024-02-09cifs: change tcon status when need_reconnect is set on itShyam Prasad N3-1/+14
2024-02-08smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara2-7/+14
2024-02-08smb3: add missing null server pointer checkSteve French1-1/+1
2024-02-07ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read failsFedor Pchelkin1-2/+6
2024-02-07ksmbd: Add kernel-doc for ksmbd_extract_sharename() functionYang Li1-0/+1
2024-02-06smb: remove redundant checkNeilBrown1-3/+0
2024-02-05filelock: split leases out of struct file_lockJeff Layton1-1/+1
2024-02-05smb/server: adapt to breakup of struct file_lockJeff Layton2-25/+23
2024-02-05smb/client: adapt to breakup of struct file_lockJeff Layton4-40/+40
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton6-1/+7
2024-02-05smb/server: convert to using new filelock helpersJeff Layton2-6/+6
2024-02-05smb/client: convert to using new filelock helpersJeff Layton1-6/+6
2024-02-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2-3/+3
2024-02-01cifs: failure to add channel on iface should bump up weightShyam Prasad N1-0/+2
2024-02-01cifs: do not search for channel if server is terminatingShyam Prasad N2-1/+5
2024-02-01cifs: avoid redundant calls to disable multichannelShyam Prasad N1-1/+1
2024-01-31cifs: make sure that channel scaling is done only onceShyam Prasad N2-3/+20
2024-01-27Merge tag '6.8-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-3/+6
2024-01-27Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-74/+467
2024-01-25ksmbd: fix global oob in ksmbd_nl_policyLin Ma2-3/+4
2024-01-23cifs: fix stray unlock in cifs_chan_skip_or_disableShyam Prasad N1-1/+0
2024-01-23cifs: set replay flag for retries of write commandShyam Prasad N3-1/+5
2024-01-23cifs: commands that are retried should have replay flag setShyam Prasad N6-45/+404
2024-01-23cifs: helper function to check replayable error codesShyam Prasad N2-0/+8
2024-01-23cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N1-2/+9
2024-01-23cifs: cifs_pick_channel should try selecting active channelsShyam Prasad N1-0/+3
2024-01-23cifs: Share server EOF pos with netfslibDavid Howells6-17/+37
2024-01-23smb: Work around Clang __bdos() type confusionKees Cook1-1/+1
2024-01-23smb: client: delete "true", "false" definesAlexey Dobriyan1-7/+0
2024-01-22cifs: Don't use certain unnecessary folio_*() functionsDavid Howells1-5/+5
2024-01-21smb: Fix some kernel-doc commentsYang Li1-0/+2
2024-01-20Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds16-232/+215
2024-01-19Merge tag '6.8-rc-smb-server-fixes-part2' of git://git.samba.org/ksmbdLinus Torvalds7-23/+42
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds3-22/+7
2024-01-19cifs: update iface_last_update on each query-and-updateShyam Prasad N1-1/+3
2024-01-19cifs: handle servers that still advertise multichannel after disablingShyam Prasad N2-46/+69
2024-01-19cifs: new mount option called retransShyam Prasad N5-0/+15
2024-01-19cifs: reschedule periodic query for server interfacesShyam Prasad N1-0/+2
2024-01-19smb: client: don't clobber ->i_rdev from cached reparse pointsPaulo Alcantara1-3/+3
2024-01-19smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara2-83/+36
2024-01-19smb: client: parse owner/group when creating reparse pointsPaulo Alcantara4-89/+71
2024-01-19smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara1-1/+1
2024-01-18cifs: new nt status codes from MS-SMB2Shyam Prasad N2-0/+4
2024-01-18cifs: pick channel for tcon and tdisShyam Prasad N1-6/+4
2024-01-18cifs: open_cached_dir should not rely on primary channelShyam Prasad N1-1/+1
2024-01-18cifs: minor comment cleanupSteve French1-3/+3
2024-01-18smb3: show beginning time for per share statsSteve French3-2/+6
2024-01-16cifs: remove redundant variable tcon_existColin Ian King1-3/+3
2024-01-14ksmbd: only v2 leases handle the directoryNamjae Jeon1-0/+6
2024-01-14ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon4-18/+13
2024-01-14ksmbd: validate mech token in session setupNamjae Jeon3-5/+23
2024-01-11Merge tag '6.8-rc-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-58/+70
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+5
2024-01-10Merge tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds18-829/+1131
2024-01-09cifs: update internal module version number for cifs.koSteve French1-2/+2
2024-01-09ksmbd: Add missing set_freezable() for freezable kthreadKevin Hao1-0/+1
2024-01-09ksmbd: free ppace array on error in parse_daclFedor Pchelkin1-4/+7
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+2
2024-01-09ksmbd: send lease break notification on FILE_RENAME_INFORMATIONNamjae Jeon2-5/+8
2024-01-09ksmbd: don't allow O_TRUNC open on read-only shareNamjae Jeon1-14/+9
2024-01-09ksmbd: vfs: fix all kernel-doc warningsRandy Dunlap1-10/+18
2024-01-09ksmbd: auth: fix most kernel-doc warningsRandy Dunlap1-6/+8
2024-01-09ksmbd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-15/+6
2024-01-09ksmbd: don't increment epoch if current state and request state are sameNamjae Jeon1-3/+6
2024-01-09ksmbd: fix potential circular locking issue in smb2_set_ea()Namjae Jeon1-3/+4
2024-01-09ksmbd: set v2 lease version on lease upgradeNamjae Jeon1-0/+1
2024-01-09ksmbd: validate the zero field of packet headerLi Nan1-1/+5