Linus Torvalds aab4ed5816 Changes since last update:
- Avoid using page structure directly for all uncompressed paths;
 
  - Fix a double-free issue when sysfs initialization fails;
 
  - Complete DAX description for erofs;
 
  - Use mtime instead since there's no (easy) way for users to control
    ctime;
 
  - Several code cleanups.
 -----BEGIN PGP SIGNATURE-----
 
 iJIEABYIADoWIQThPAmQN9sSA0DVxtI5NzHcH7XmBAUCYjfdHxwcaHNpYW5na2Fv
 QGxpbnV4LmFsaWJhYmEuY29tAAoJEDk3MdwfteYEvbYBANAWd+wSFLS3XDEzM3Nw
 VzdMW7lfnrqog8HgqbcRHm9OAP9zx3KZaCh/frUA1OCKk/H0KD6UFShu6fXgBri+
 DJMnCw==
 =a5Ns
 -----END PGP SIGNATURE-----

Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs

Pull erofs updates from Gao Xiang:
 "In this cycle, we continue converting to use meta buffers for all
  remaining uncompressed paths to prepare for the upcoming subpage,
  folio and fscache features.

  We also fixed a double-free issue when sysfs initialization fails,
  which was reported by syzbot.

  Besides, in order for the userspace to control per-file timestamp
  easier, we now switch to record mtime instead of ctime with a
  compatible feature marked. And there are also some code cleanups and
  documentation update as usual.

  Summary:

   - Avoid using page structure directly for all uncompressed paths

   - Fix a double-free issue when sysfs initialization fails

   - Complete DAX description for erofs

   - Use mtime instead since there's no (easy) way for users to control
     ctime

   - Several code cleanups"

* tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
  erofs: rename ctime to mtime
  erofs: use meta buffers for inode lookup
  erofs: use meta buffers for reading directories
  fs: erofs: add sanity check for kobject in erofs_unregister_sysfs
  erofs: refine managed inode stuffs
  erofs: clean up z_erofs_extent_lookback
  erofs: silence warnings related to impossible m_plen
  Documentation/filesystem/dax: update DAX description on erofs
  erofs: clean up preload_compressed_pages()
  erofs: get rid of `struct z_erofs_collector'
  erofs: use meta buffers for erofs_read_superblock()
2022-03-22 09:54:56 -07:00
..
2022-01-30 22:13:37 +09:00
2021-08-19 09:02:55 +09:00
2022-03-21 16:48:55 -07:00
2021-11-09 10:02:51 -08:00
2022-03-22 09:50:16 -07:00
2022-01-12 11:11:34 -08:00
2021-12-03 18:44:06 +01:00
2022-03-22 09:54:56 -07:00
2022-03-22 09:50:16 -07:00
2022-03-22 09:50:16 -07:00
2022-03-21 16:48:55 -07:00
2022-02-02 07:49:59 -07:00
2022-03-22 09:50:16 -07:00
2022-03-21 16:48:55 -07:00
2022-02-02 10:14:31 -08:00
2022-03-21 16:48:55 -07:00
2022-03-21 16:48:55 -07:00
2022-03-21 16:48:55 -07:00
2022-02-01 11:23:02 -08:00
2021-08-19 09:02:55 +09:00
2022-03-21 16:48:55 -07:00
2022-01-22 08:33:34 +02:00
2021-11-17 09:26:09 +01:00
2022-03-21 19:16:02 -07:00
2022-02-02 07:49:59 -07:00
2022-03-01 16:16:27 -08:00
2022-01-22 08:33:35 +02:00
2022-03-10 09:33:55 -07:00
2022-03-21 16:29:24 -07:00
2022-02-04 00:12:22 -06:00
2022-03-21 19:16:02 -07:00
2022-02-27 14:50:07 -07:00
\n
2022-01-28 17:51:31 +02:00
2022-03-10 09:33:55 -07:00
2021-08-10 17:57:22 +02:00