The patch titled Subject: Documentation/sysctl/vm.txt: add description to dirtytime_expire_seconds has been removed from the -mm tree. Its filename was doc-add-description-to-dirtytime_expire_seconds.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Yang Shi <yang.shi@xxxxxxxxxxxxxxxxx> Subject: Documentation/sysctl/vm.txt: add description to dirtytime_expire_seconds 1efff914afac8 ("fs: add dirtytime_expire_seconds sysctl") introduced dirtytime_expire_seconds knob, but there is not description about it in Documentation/sysctl/vm.txt. Add the description for it. Link: http://lkml.kernel.org/r/1529366358-67312-1-git-send-email-yang.shi@xxxxxxxxxxxxxxxxx Signed-off-by: Yang Shi <yang.shi@xxxxxxxxxxxxxxxxx> Cc: Theodore Ts'o <tytso@xxxxxxx> Cc: Nikolay Borisov <nborisov@xxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/sysctl/vm.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff -puN Documentation/sysctl/vm.txt~doc-add-description-to-dirtytime_expire_seconds Documentation/sysctl/vm.txt --- a/Documentation/sysctl/vm.txt~doc-add-description-to-dirtytime_expire_seconds +++ a/Documentation/sysctl/vm.txt @@ -191,6 +191,18 @@ And, it is also used as the interval to ============================================================== +dirtytime_expire_seconds + +When a lazytime inode is constantly having its pages dirtied, the inode with +an updated timestamp will never get chance to be written out. And, if the +only thing that has happened on the file system is a dirtytime inode caused +by an atime update, a worker will be scheduled to make sure that inode +eventually gets pushed out to disk. This tunable is used to define when dirty +inode is old enough to be eligible for writeback by the kernel flusher threads. +And, it is also used as the interval to wakeup dirtytime_writeback thread. + +============================================================== + dirty_writeback_centisecs The kernel flusher threads will periodically wake up and write `old' data _ Patches currently in -mm which might be from yang.shi@xxxxxxxxxxxxxxxxx are thp-use-mm_file_counter-to-determine-update-which-rss-counter.patch mm-thp-register-mm-for-khugepaged-when-merging-vma-for-shmem-v3.patch mm-thp-inc-counter-for-collapsed-shmem-thp.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html