summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-11-12cifs: fix potential use-after-free bugsPaulo Alcantara1-22/+19
2021-11-12cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara1-0/+2
2021-11-12smb3: add additional null check in SMB311_posix_mkdirSteve French1-0/+11
2021-11-12cifs: release lock earlier in dequeue_mid error caseSteve French1-3/+4
2021-11-12smb3: add additional null check in SMB2_tconSteve French1-1/+1
2021-11-12smb3: add additional null check in SMB2_openSteve French1-1/+3
2021-11-11smb3: add additional null check in SMB2_ioctlSteve French1-0/+10
2021-11-11smb3: remove trivial dfs compile warningSteve French1-2/+2
2021-11-11cifs: support nested dfs links over reconnectPaulo Alcantara9-693/+660
2021-11-11smb3: do not error on fsync when readonlySteve French1-6/+29
2021-11-10cifs: for compound requests, use open handle if possibleShyam Prasad N1-5/+17
2021-11-10cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara2-2/+3
2021-11-10cifs: split out dfs code from cifs_reconnect()Paulo Alcantara1-133/+162
2021-11-10cifs: convert list_for_each to entry variantPaulo Alcantara1-19/+13
2021-11-10cifs: introduce new helper for cifs_reconnect()Paulo Alcantara1-64/+75
2021-11-10cifs: fix print of hdr_flags in dfscache_proc_show()Paulo Alcantara1-1/+1
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N8-85/+170
2021-11-07cifs: nosharesock should not share socket with future sessionsShyam Prasad N3-1/+10
2021-11-07Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds15-1091/+1299
2021-11-07Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-69/+307
2021-11-07Merge tag 'fs_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-6/+17
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-77/+84
2021-11-06mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang1-1/+10
2021-11-06mm, thp: lock filemap when truncating page cacheRongwei Wang1-1/+4
2021-11-06fs: explicitly unregister per-superblock BDIsChristoph Hellwig1-0/+3
2021-11-06mm/smaps: simplify shmem handling of pte holesPeter Xu1-10/+12
2021-11-06mm/smaps: fix shmem pte hole swap calculationPeter Xu1-2/+4
2021-11-06d_path: fix Kernel doc validator complainingJia He1-5/+3
2021-11-06fs/posix_acl.c: avoid -Wempty-body warningArnd Bergmann1-2/+1
2021-11-06ocfs2: do not zero pages beyond i_sizeJan Kara1-7/+12
2021-11-06ocfs2: fix data corruption on truncateJan Kara1-2/+6
2021-11-06ocfs2/dlm: remove redundant assignment of variable retColin Ian King1-1/+0
2021-11-06ocfs2: cleanup journal init and shutdownValentin Vidic4-46/+27
2021-11-06ocfs2: fix handle refcount leak in two exception handling pathsChenyuan Mi1-0/+2
2021-11-06smb3: add dynamic trace points for socket connectionSteve French2-1/+73
2021-11-05cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg5-176/+215
2021-11-05cifs: Move more definitions into the shared areaRonnie Sahlberg3-226/+276
2021-11-05cifs: move NEGOTIATE_PROTOCOL definitions out into the common areaRonnie Sahlberg3-222/+231
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg12-476/+493
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-80/+89
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds5-91/+23
2021-11-03Merge tag 'jfs-5.16' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-29/+22
2021-11-02Merge tag 'xfs-5.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds88-900/+1649
2021-11-02Merge tag 'afs-next-20211102' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-28/+27
2021-11-02Merge tag 'gfs2-v5.15-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-136/+186
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds17-190/+544
2021-11-02cifs: add mount parameter tcpnodelaySteve French2-0/+9
2021-11-02cifs: To match file servers, make sure the server hostname matchesShyam Prasad N3-8/+20
2021-11-02afs: Set mtime from the client for yfs create operationsMarc Dionne1-19/+13
2021-11-02afs: Sort out symlink readingDavid Howells3-9/+14