lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 31 Aug 2022 17:14:39 +0100
From:   David Howells <dhowells@...hat.com>
To:     torvalds@...ux-foundation.org
cc:     dhowells@...hat.com, jlayton@...nel.org,
        Khalid Masum <khalid.masum.92@...il.com>,
        Gao Xiang <hsiangkao@...ux.alibaba.com>,
        Jeffle Xu <jefflexu@...ux.alibaba.com>,
        Sun Ke <sunke32@...wei.com>, Xin Yin <yinxin.x@...edance.com>,
        Yongqing Li <liyongqing@...edance.com>,
        Dan Carpenter <dan.carpenter@...cle.com>,
        Randy Dunlap <rdunlap@...radead.org>, linux-cachefs@...hat.com,
        linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] fscache, cachefiles: Miscellaneous fixes

Hi Linus,

Here's a collection of fixes for fscache and cachefiles, if you could pull
them:

 (1) Fix kdoc on fscache_use/unuse_cookie().

 (2) Fix the error returned by cachefiles_ondemand_copen() from an upcall
     result.

 (3) Fix the distribution of requests in on-demand mode in cachefiles to be
     fairer by cycling through them rather than picking the one with the
     lowest ID each time (IDs being reused).

David
---
The following changes since commit b90cb1053190353cc30f0fef0ef1f378ccc063c5:

  Linux 6.0-rc3 (2022-08-28 15:05:29 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/fscache-fixes-20220831

for you to fetch changes up to 1122f40072731525c06b1371cfa30112b9b54d27:

  cachefiles: make on-demand request distribution fairer (2022-08-31 16:41:10 +0100)

----------------------------------------------------------------
fscache/cachefiles fixes

----------------------------------------------------------------
Khalid Masum (1):
      fscache: fix misdocumented parameter

Sun Ke (1):
      cachefiles: fix error return code in cachefiles_ondemand_copen()

Xin Yin (1):
      cachefiles: make on-demand request distribution fairer

 fs/cachefiles/internal.h |  1 +
 fs/cachefiles/ondemand.c | 22 ++++++++++++++++------
 include/linux/fscache.h  |  4 ++--
 3 files changed, 19 insertions(+), 8 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ