aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-10smb3: 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-09cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara2-2/+3
2021-11-09cifs: split out dfs code from cifs_reconnect()Paulo Alcantara1-133/+162
2021-11-09cifs: convert list_for_each to entry variantPaulo Alcantara1-19/+13
2021-11-09cifs: introduce new helper for cifs_reconnect()Paulo Alcantara1-64/+75
2021-11-09cifs: 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-06Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds15-1091/+1299
2021-11-06Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds22-99/+690
2021-11-06Merge tag 'fs_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-6/+17
2021-11-06Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds21-265/+541
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds97-653/+1283
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds121-1192/+3945
2021-11-06Merge 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
2021-11-06mm/damon/dbgfs: remove unnecessary variablesRongwei Wang1-35/+31
2021-11-06mm/damon/vaddr: constify static mm_walk_opsRikard Falkeborn1-2/+2
2021-11-06Docs/DAMON: document physical memory monitoring supportSeongJae Park3-19/+40
2021-11-06mm/damon/dbgfs: support physical memory monitoringSeongJae Park2-4/+19
2021-11-06mm/damon: implement primitives for physical address space monitoringSeongJae Park4-0/+243
2021-11-06mm/damon/vaddr: separate commonly usable functionsSeongJae Park4-86/+108
2021-11-06Docs/admin-guide/mm/damon: document 'init_regions' featureSeongJae Park1-2/+39
2021-11-06mm/damon/dbgfs-test: add a unit test case for 'init_regions'SeongJae Park1-0/+54
2021-11-06mm/damon/dbgfs: allow users to set initial monitoring target regionsSeongJae Park1-2/+154
2021-11-06Docs/admin-guide/mm/damon: document DAMON-based Operation SchemesSeongJae Park2-2/+60