All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-08 19:53:10 to 2022-05-08 20:34:17 UTC [more...]

[GIT UPDATE] pagecache tree
 2022-05-08 20:32 UTC  (106+ messages)
` [PATCH] Appoint myself page cache maintainer
` [PATCH] scsicam: Fix use of page cache
` [PATCH 00/25] Remove AOP flags (and related cleanups)
  ` [PATCH 01/25] ext4: Use page_symlink() instead of __page_symlink()
  ` [PATCH 02/25] namei: Merge page_symlink() and __page_symlink()
  ` [PATCH 03/25] namei: Convert page_symlink() to use memalloc_nofs_save()
  ` [PATCH 04/25] f2fs: Convert f2fs_grab_cache_page() to use scoped memory APIs
  ` [PATCH 05/25] ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()
  ` [PATCH 06/25] ext4: Use scoped memory API in mext_page_double_lock()
  ` [PATCH 07/25] ext4: Use scoped memory APIs in ext4_da_write_begin()
  ` [PATCH 08/25] ext4: Use scoped memory APIs in ext4_write_begin()
  ` [PATCH 09/25] fs: Remove AOP_FLAG_NOFS
  ` [PATCH 10/25] fs: Remove aop_flags parameter from netfs_write_begin()
  ` [PATCH 11/25] fs: Remove aop flags parameter from block_write_begin()
  ` [PATCH 12/25] fs: Remove aop flags parameter from cont_write_begin()
  ` [PATCH 13/25] fs: Remove aop flags parameter from grab_cache_page_write_begin()
  ` [PATCH 14/25] fs: Remove aop flags parameter from nobh_write_begin()
  ` [PATCH 15/25] fs: Remove flags parameter from aops->write_begin
  ` [PATCH 16/25] buffer: Call aops write_begin() and write_end() directly
  ` [PATCH 17/25] namei: "
  ` [PATCH 18/25] ntfs3: Call ntfs_write_begin() and ntfs_write_end() directly
  ` [PATCH 19/25] ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()
  ` [PATCH 20/25] hfs: Call hfs_write_begin() and generic_write_end() directly
  ` [PATCH 21/25] hfsplus: Call hfsplus_write_begin() "
  ` [PATCH 22/25] ext4: Call aops write_begin() and write_end() directly
  ` [PATCH 23/25] f2fs: "
  ` [PATCH 24/25] i915: "
  ` [PATCH 25/25] fs: Remove pagecache_write_begin() and pagecache_write_end()
` [PATCH 0/3] Pagecache documentation updates
  ` [PATCH 1/3] filemap: Remove obsolete comment in lock_page
  ` [PATCH 2/3] filemap: Update the folio_lock documentation
  ` [PATCH 3/3] filemap: Update the folio_mark_dirty documentation
` [PATCH 00/37] Convert aops->read_page to aops->read_folio
  ` [PATCH 01/37] fs: Introduce aops->read_folio
  ` [PATCH 02/37] fs: Add read_folio documentation
  ` [PATCH 03/37] fs: Convert netfs_readpage to netfs_read_folio
  ` [PATCH 04/37] fs: Convert iomap_readpage to iomap_read_folio
  ` [PATCH 05/37] fs: Convert block_read_full_page() to block_read_full_folio()
  ` [PATCH 06/37] fs: Convert mpage_readpage to mpage_read_folio
  ` [PATCH 07/37] fs: Convert simple_readpage to simple_read_folio
  ` [PATCH 08/37] affs: Convert affs to read_folio
  ` [PATCH 09/37] afs: Convert afs_symlink_readpage to afs_symlink_read_folio
  ` [PATCH 10/37] befs: Convert befs to read_folio
  ` [PATCH 11/37] btrfs: Convert btrfs "
  ` [PATCH 12/37] cifs: Convert cifs "
  ` [PATCH 13/37] coda: Convert coda "
  ` [PATCH 14/37] cramfs: Convert cramfs "
  ` [PATCH 15/37] ecryptfs: Convert ecryptfs "
  ` [PATCH 16/37] efs: Convert efs symlinks "
  ` [PATCH 17/37] erofs: Convert erofs zdata "
  ` [PATCH 18/37] ext4: Convert ext4 "
  ` [PATCH 19/37] f2fs: Convert f2fs "
  ` [PATCH 20/37] freevxfs: Convert vxfs_immed "
  ` [PATCH 21/37] fuse: Convert fuse "
  ` [PATCH 22/37] hostfs: Convert hostfs "
  ` [PATCH 23/37] hpfs: Convert symlinks "
  ` [PATCH 24/37] isofs: Convert symlinks and zisofs "
  ` [PATCH 25/37] jffs2: Convert jffs2 "
  ` [PATCH 26/37] jfs: Convert metadata pages "
  ` [PATCH 27/37] nfs: Convert nfs "
  ` [PATCH 28/37] ntfs: Convert ntfs "
  ` [PATCH 29/37] ocfs2: Convert ocfs2 "
  ` [PATCH 30/37] orangefs: Convert orangefs "
  ` [PATCH 31/37] romfs: Convert romfs "
  ` [PATCH 32/37] squashfs: Convert squashfs "
  ` [PATCH 33/37] ubifs: Convert ubifs "
  ` [PATCH 34/37] udf: Convert adinicb and symlinks "
  ` [PATCH 35/37] vboxsf: Convert vboxsf "
  ` [PATCH 36/37] mm: Convert swap_readpage to call read_folio instead of readpage
  ` [PATCH 37/37] mm,fs: Remove aops->readpage
` [PATCH 0/4] Miscellaneous folio conversions
  ` [PATCH 1/4] readahead: Use a folio in read_pages()
  ` [PATCH 2/4] fs: Convert is_dirty_writeback() to take a folio
  ` [PATCH 3/4] mm/readahead: Convert page_cache_async_readahead "
  ` [PATCH 4/4] buffer: Rewrite nobh_truncate_page() to use folios
` [PATCH 00/26] Convert aops->releasepage to aops->release_folio
  ` [PATCH 01/26] fs: Add aops->release_folio
  ` [PATCH 02/26] iomap: Convert to release_folio
  ` [PATCH 03/26] 9p: "
  ` [PATCH 04/26] afs: "
  ` [PATCH 05/26] btrfs: "
  ` [PATCH 06/26] ceph: "
  ` [PATCH 07/26] cifs: "
  ` [PATCH 08/26] erofs: "
  ` [PATCH 09/26] ext4: "
  ` [PATCH 10/26] f2fs: "
  ` [PATCH 11/26] gfs2: "
  ` [PATCH 12/26] hfs: "
  ` [PATCH 13/26] hfsplus: "
  ` [PATCH 14/26] jfs: "
  ` [PATCH 15/26] nfs: "
  ` [PATCH 16/26] nilfs2: Remove comment about releasepage
  ` [PATCH 17/26] ocfs2: Convert to release_folio
  ` [PATCH 18/26] orangefs: "
  ` [PATCH 19/26] reiserfs: "
  ` [PATCH 20/26] ubifs: "
  ` [PATCH 22/26] reiserfs: Convert release_buffer_page() to use a folio
  ` [PATCH 23/26] jbd2: Convert jbd2_journal_try_to_free_buffers to take "
  ` [PATCH 24/26] jbd2: Convert release_buffer_page() to use "
  ` [PATCH 26/26] fs: Convert drop_buffers() "
` [PATCH 0/4] Unify filler_t and aops->read_folio
  ` [PATCH 1/4] jffs2: Pass the file pointer to jffs2_do_readpage_unlock()
  ` [PATCH 2/4] nfs: Pass the file pointer to nfs_symlink_filler()
  ` [PATCH 3/4] fs: Change the type of filler_t
  ` [PATCH 4/4] mm/filemap: Hoist filler_t decision to the top of do_read_cache_folio()

[PATCH v7 00/33] crypto: rockchip: permit to pass self-tests
 2022-05-08 18:59 UTC  (23+ messages)
` [PATCH v7 01/33] crypto: rockchip: use dev_err for error message about interrupt
` [PATCH v7 04/33] crypto: rockchip: fix privete/private typo
` [PATCH v7 06/33] crypto: rockchip: add fallback for cipher
` [PATCH v7 13/33] crypto: rockchip: introduce PM
` [PATCH v7 14/33] crypto: rockchip: handle reset also in PM
` [PATCH v7 16/33] crypto: rockchip: add myself as maintainer
` [PATCH v7 17/33] crypto: rockchip: use read_poll_timeout
` [PATCH v7 18/33] crypto: rockchip: fix style issue
` [PATCH v7 20/33] crypto: rockchip: rename ablk functions to cipher
` [PATCH v7 21/33] crypto: rockchip: rework rk_handle_req function
` [PATCH v7 22/33] crypto: rockchip: use a rk_crypto_info variable instead of lot of indirection
` [PATCH v7 23/33] crypto: rockchip: use the rk_crypto_info given as parameter
` [PATCH v7 25/33] dt-bindings: crypto: rockchip: convert to new driver bindings
` [PATCH v7 26/33] clk: rk3399: use proper crypto0 name
` [PATCH v7 29/33] crypto: rockchip: store crypto_info in request context
` [PATCH v7 30/33] crypto: rockchip: Check for clocks numbers and their frequencies
` [PATCH v7 33/33] crypto: rockchip: Add support for RK3399

[PULL 00/53] qemu-sparc queue 20220508
 2022-05-08 19:56 UTC  (47+ messages)
` [PULL 01/53] dino: checkpatch fixes
` [PULL 02/53] dino: move registers from dino_init() to DINO_PCI_BRIDGE init function
` [PULL 03/53] dino: move PCI bus initialisation to dino_pcihost_init()
` [PULL 04/53] dino: move PCI windows "
` [PULL 05/53] dino: add memory-as property containing a link to the memory address space
` [PULL 06/53] dino: move pci_setup_iommu() to dino_pcihost_init()
` [PULL 07/53] dino: move PCI bus master address space setup to dino_pcihost_realize()
` [PULL 08/53] dino: move initial register configuration to new dino_pcihost_reset() function
` [PULL 09/53] dino: use QOM cast instead of directly referencing parent_obj
` [PULL 10/53] dino: return PCIBus from dino_init() using qdev_get_child_bus()
` [PULL 11/53] dino: split declarations from dino.c into dino.h
` [PULL 12/53] hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa machine
` [PULL 13/53] dino: change dino_init() to return the DINO device instead of PCIBus
` [PULL 14/53] machine.c: map DINO device during board configuration
` [PULL 15/53] dino.h: add defines for DINO IRQ numbers
` [PULL 16/53] dino: define IRQ inputs as qdev GPIOs
` [PULL 17/53] dino: wire up serial IRQ using a qdev GPIO in machine.c
` [PULL 18/53] dino: remove unused dino_set_timer_irq() IRQ handler
` [PULL 19/53] hppa: move dino_init() from dino.c to machine.c
` [PULL 20/53] dino: use numerical constant for iar0 and iar1 reset values
` [PULL 21/53] dino: move DINO HPA constants from hppa_hardware.h to dino.h
` [PULL 22/53] dino: move from hw/hppa to hw/pci-host
` [PULL 23/53] lasi: checkpatch fixes
` [PULL 24/53] lasi: move memory region initialisation to new lasi_init() function
` [PULL 25/53] lasi: move register memory mapping from lasi.c to machine.c
` [PULL 26/53] lasi: move initialisation of iar and rtc to new lasi_reset() function
` [PULL 27/53] lasi: move LASIState and associated QOM structures to lasi.h
` [PULL 28/53] lasi: replace lasi_get_irq() with defined constants
` [PULL 29/53] lasi: define IRQ inputs as qdev GPIOs
` [PULL 30/53] lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()
` [PULL 31/53] lasi: fix serial port initialisation
` [PULL 32/53] lasi: update lasi_initfn() to return LASIState
` [PULL 33/53] lasi: move LAN initialisation to machine.c
` [PULL 34/53] lasi: move parallel port "
` [PULL 35/53] lasi: move second serial "
` [PULL 36/53] lasi: move PS2 "
` [PULL 37/53] lasi: remove address space parameter from lasi_initfn()
` [PULL 38/53] lasi: move lasi_initfn() to machine.c
` [PULL 39/53] lasi: use constants for device register offsets
` [PULL 40/53] lasi: use numerical constant for iar reset value
` [PULL 41/53] hppa: move device headers from hppa_sys.h into individual .c files
` [PULL 42/53] lasi: move from hw/hppa to hw/misc
` [PULL 43/53] hppa: move hppa_pci_ignore_ops from pci.c to machine.c
` [PULL 44/53] hppa: remove hw/hppa/pci.c
` [PULL 46/53] hppa: move enable_lan() define from hppa_sys.h to machine.c
` [PULL 48/53] hppa: use MACHINE QOM macros for defining the hppa machine

RTT-PROBE: lore-subspace-rtt
 2022-05-08 20:28 UTC 

[PATCH v2 0/3] Enable JPEG Encoder on RK3566/RK3568
 2022-05-08 20:25 UTC  (12+ messages)
` [PATCH v2 1/3] dt-bindings: media: rockchip-vpu: Add RK3568 VEPU compatible
` [PATCH v2 2/3] media: hantro: Add support for RK356x encoder
` [PATCH v2 3/3] arm64: dts: rockchip: Add Hantro encoder node to rk356x

Write to srvio_numvfs triggers kernel panic
 2022-05-08 11:07 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-08 20:17 UTC 

[RFC RFT PATCH v1 0/1] ARM: orion5x: convert D-Link DNS-323 to the Device Tree
 2022-05-08 20:10 UTC  (10+ messages)

[PATCH] fs/ufs: Replace kmap() with kmap_local_page()
 2022-05-08 20:07 UTC 

Outgoing ping required in container environment (even with PersistentKeepalive)
 2022-05-08 20:09 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-08 20:06 UTC 

[GIT PULL] parisc architecture updates for v5.18-rc6
 2022-05-08 19:56 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-08 19:55 UTC 

Initial multicolor LED intensities
 2022-05-08 19:55 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: leds: Add multi-color default-intensities property
  ` AW: "
      ` AW: "

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-05-08 19:55 UTC  (12+ messages)

[V2 0/3] Expose max and current bpc via debugfs
 2022-05-08 19:53 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Expose max and current bpc via debugfs (rev5)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.