summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-12smb3: do not setup the fscache_super_cookie until fsinfo initializedSteve French2-2/+14
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 Torvalds22-99/+690
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 tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds21-265/+541
2021-11-07Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds97-653/+1283
2021-11-07Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds121-1192/+3945
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds249-2090/+6062
2021-11-06mm/damon: remove return value from before_terminate callbackChangbin Du2-4/+3
2021-11-06mm/damon: fix a few spelling mistakes in comments and a pr_debug messageColin Ian King3-3/+3
2021-11-06mm/damon: simplify stop mechanismChangbin Du2-37/+15
2021-11-06Docs/admin-guide/mm/pagemap: wordsmith page flags descriptionsSeongJae Park1-26/+27
2021-11-06Docs/admin-guide/mm/damon/start: simplify the contentSeongJae Park1-53/+60
2021-11-06Docs/admin-guide/mm/damon/start: fix a wrong linkSeongJae Park1-1/+3
2021-11-06Docs/admin-guide/mm/damon/start: fix wrong example commandsSeongJae Park1-7/+7
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao3-3/+18
2021-11-06mm/damon: remove unnecessary variable initializationXin Hao1-1/+1
2021-11-06Documentation/admin-guide/mm/damon: add a document for DAMON_RECLAIMSeongJae Park2-0/+236
2021-11-06mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)SeongJae Park3-0/+369
2021-11-06selftests/damon: support watermarksSeongJae Park1-2/+2
2021-11-06mm/damon/dbgfs: support watermarksSeongJae Park1-7/+9
2021-11-06mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park3-3/+151
2021-11-06tools/selftests/damon: update for regions prioritization of schemesSeongJae Park1-2/+2
2021-11-06mm/damon/dbgfs: support prioritization weightsSeongJae Park1-4/+10
2021-11-06mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park5-0/+82
2021-11-06mm/damon/schemes: prioritize regions within the quotasSeongJae Park2-7/+81
2021-11-06mm/damon/selftests: support schemes quotasSeongJae Park1-2/+2
2021-11-06mm/damon/dbgfs: support quotas of schemesSeongJae Park1-5/+9
2021-11-06mm/damon/schemes: implement time quotaSeongJae Park2-10/+60
2021-11-06mm/damon/schemes: skip already charged targets and regionsSeongJae Park2-0/+42
2021-11-06mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park3-13/+87
2021-11-06mm/damon/paddr: support the pageout schemeSeongJae Park2-1/+38