messages from 2024-10-21 21:59:38 to 2024-10-24 13:23:04 UTC [more...]
[PATCH 6.6 00/28] fix CVE-2024-46701
2024-10-24 13:19 UTC (7+ messages)
` [PATCH 6.6 01/28] maple_tree: add mt_free_one() and mt_attr() helpers
` [PATCH 6.6 02/28] maple_tree: introduce {mtree,mas}_lock_nested()
` [PATCH 6.6 03/28] maple_tree: introduce interfaces __mt_dup() and mtree_dup()
` [PATCH 6.6 04/28] maple_tree: skip other tests when BENCH is enabled
` [PATCH 6.6 05/28] maple_tree: preserve the tree attributes when destroying maple tree
` [PATCH 6.6 06/28] maple_tree: remove unnecessary default labels from switch statements
[PATCH v5 00/18] fanotify: add pre-content hooks
2024-10-24 13:06 UTC (3+ messages)
` [PATCH v5 03/18] fsnotify: generate pre-content permission event on open
[RFC PATCH 01/13] fs: binfmt_elf_efpic: add architecture hook elf_arch_finalize_exec
2024-10-24 12:09 UTC (2+ messages)
` [RFC PATCH 02/13] x86/um: nommu: elf loader for fdpic
[PATCH 00/10] fanotify: add pre-content hooks
2024-10-24 10:06 UTC (4+ messages)
` [PATCH 08/10] fanotify: report file range info with pre-content events
[PATCH v2] afs: Fix missing subdir edit when renamed between parent dirs
2024-10-24 9:52 UTC (2+ messages)
[PATCH] selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run
2024-10-24 9:50 UTC
v6.12-rc workqueue lockups
2024-10-24 9:35 UTC (5+ messages)
[PATCH 00/12] nilfs2: Finish folio conversion
2024-10-24 9:25 UTC (13+ messages)
` [PATCH 01/12] nilfs2: convert segment buffer to be folio-based
` [PATCH 02/12] nilfs2: convert common metadata file code "
` [PATCH 03/12] nilfs2: convert segment usage file "
` [PATCH 04/12] nilfs2: convert persistent object allocator "
` [PATCH 05/12] nilfs2: convert inode file "
` [PATCH 06/12] nilfs2: convert DAT "
` [PATCH 07/12] nilfs2: remove nilfs_palloc_block_get_entry()
` [PATCH 08/12] nilfs2: convert checkpoint file to be folio-based
` [PATCH 09/12] nilfs2: Remove nilfs_writepage
` [PATCH 10/12] nilfs2: Convert nilfs_page_count_clean_buffers() to take a folio
` [PATCH 11/12] nilfs2: Convert nilfs_recovery_copy_block() "
` [PATCH 12/12] nilfs2: Convert metadata aops from writepage to writepages
[RFC PATCH 0/3] memcg-v1: fully deprecate charge moving
2024-10-24 9:16 UTC (7+ messages)
` [RFC PATCH 1/3] memcg-v1: fully deprecate move_charge_at_immigrate
` [RFC PATCH 2/3] memcg-v1: remove charge move code
` [RFC PATCH 3/3] memcg-v1: remove memcg move locking code
[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
2024-10-24 8:59 UTC (4+ messages)
[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
2024-10-24 7:52 UTC (9+ messages)
` [PATCH 07/12] huge_memory: Allow mappings of PMD sized pages
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages
[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
2024-10-24 7:44 UTC (32+ messages)
` [PATCH 01/27] ext4: remove writable userspace mappings before truncating page cache
` [PATCH 02/27] ext4: don't explicit update times in ext4_fallocate()
` [PATCH 03/27] ext4: don't write back data before punch hole in nojournal mode
` [PATCH 04/27] ext4: refactor ext4_punch_hole()
` [PATCH 05/27] ext4: refactor ext4_zero_range()
` [PATCH 06/27] ext4: refactor ext4_collapse_range()
` [PATCH 07/27] ext4: refactor ext4_insert_range()
` [PATCH 08/27] ext4: factor out ext4_do_fallocate()
` [PATCH 09/27] ext4: move out inode_lock into ext4_fallocate()
` [PATCH 10/27] ext4: move out common parts "
` [PATCH 11/27] ext4: use reserved metadata blocks when splitting extent on endio
` [PATCH 12/27] ext4: introduce seq counter for the extent status entry
` [PATCH 13/27] ext4: add a new iomap aops for regular file's buffered IO path
` [PATCH 14/27] ext4: implement buffered read iomap path
` [PATCH 15/27] ext4: implement buffered write "
` [PATCH 16/27] ext4: don't order data for inode with EXT4_STATE_BUFFERED_IOMAP
` [PATCH 17/27] ext4: implement writeback iomap path
` [PATCH 18/27] ext4: implement mmap "
` [PATCH 19/27] ext4: do not always order data when partial zeroing out a block
` [PATCH 20/27] ext4: do not start handle if unnecessary while "
` [PATCH 21/27] ext4: implement zero_range iomap path
` [PATCH 22/27] ext4: disable online defrag when inode using iomap buffered I/O path
` [PATCH 23/27] ext4: disable inode journal mode when "
` [PATCH 24/27] ext4: partially enable iomap for the buffered I/O path of regular files
` [PATCH 25/27] ext4: enable large folio for regular file with iomap buffered I/O path
` [PATCH 26/27] ext4: change mount options code style
` [PATCH 27/27] ext4: introduce a mount option for iomap buffered I/O path
[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
2024-10-24 7:29 UTC (5+ messages)
[PATCH v10 0/8] block atomic writes for xfs
2024-10-24 6:32 UTC (6+ messages)
` (subset) "
[REGRESSION] generic/564 is failing in fs-next
2024-10-23 22:06 UTC (5+ messages)
[PATCH v2 00/13] fuse: use folios instead of pages for requests
2024-10-23 20:53 UTC (16+ messages)
` [PATCH v2 01/13] fuse: support folios in struct fuse_args_pages and fuse_copy_pages()
` [PATCH v2 02/13] fuse: add support in virtio for requests using folios
` [PATCH v2 03/13] fuse: convert cuse to use folios
` [PATCH v2 04/13] fuse: convert readlink "
` [PATCH v2 05/13] fuse: convert readdir "
` [PATCH v2 06/13] fuse: convert reads "
` [PATCH v2 07/13] fuse: convert writes (non-writeback) "
` [PATCH v2 08/13] fuse: convert ioctls "
` [PATCH v2 09/13] fuse: convert retrieves "
` [PATCH v2 10/13] fuse: convert writebacks "
` [PATCH v2 11/13] mm/writeback: add folio_mark_dirty_lock()
` [PATCH v2 12/13] fuse: convert direct io to use folios
` [PATCH v2 13/13] fuse: remove pages for requests and exclusively "
[RFC PATCH v1 00/13] zswap IAA compress batching
2024-10-23 20:34 UTC (21+ messages)
` [RFC PATCH v1 04/13] mm: zswap: zswap_compress()/decompress() can submit, then poll an acomp_req
` [RFC PATCH v1 09/13] mm: zswap: Config variable to enable compress batching in zswap_store()
` [RFC PATCH v1 10/13] mm: zswap: Create multiple reqs/buffers in crypto_acomp_ctx if platform has IAA
` [RFC PATCH v1 11/13] mm: swap: Add IAA batch compression API swap_crypto_acomp_compress_batch()
[REGRESSION] 9pfs issues on 6.12-rc1
2024-10-23 19:38 UTC (11+ messages)
` [PATCH] 9p: Don't revert the I/O iterator after reading
[PATCH v4 0/4] introduce PIDFD_SELF* sentinels
2024-10-23 17:24 UTC (8+ messages)
` [PATCH v4 1/4] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v4 2/4] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
[PATCH] ovl: clarify dget/dput in ovl_cleanup()
2024-10-23 16:01 UTC (3+ messages)
[PATCH] sysctl: Reduce dput(child) calls in proc_sys_fill_cache()
2024-10-23 15:27 UTC (5+ messages)
` "
` "
` [PATCH v2] "
[PATCH] iomap: elide zero range flush from partial eof zeroing
2024-10-23 14:30 UTC
[linus:master] [iomap] c5c810b94c: stress-ng.metamix.ops_per_sec -98.4% regression
2024-10-23 14:15 UTC (5+ messages)
[PATCH 00/35] Reorganize kerneldoc parameter names
2024-10-23 13:38 UTC (5+ messages)
` [PATCH 09/35] sysctl: "
` "
[syzbot] [usb?] [ext4?] [input?] INFO: rcu detected stall in sys_pselect6 (2)
2024-10-23 13:36 UTC (2+ messages)
[PATCH] sysctl: update comments to new registration APIs
2024-10-23 13:32 UTC (2+ messages)
[PATCH v1 00/17] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
2024-10-23 13:28 UTC (14+ messages)
` [PATCH v1 01/17] mm: factor out large folio handling from folio_order() into folio_large_order()
` [PATCH v1 02/17] mm: factor out large folio handling from folio_nr_pages() into folio_large_nr_pages()
` [PATCH v1 03/17] mm/rmap: use folio_large_nr_pages() in add/remove functions
` [PATCH v1 04/17] mm: let _folio_nr_pages overlay memcg_data in first tail page
` [PATCH v1 08/17] mm/rmap: initial MM owner tracking for large folios (!hugetlb)
[ANNOUNCE] xfs-linux: for-next updated to 4a201dcfa1ff
2024-10-23 12:22 UTC
[GIT PULL] bcachefs fixes for 6.12-rc5
2024-10-23 11:41 UTC (10+ messages)
[PATCH bpf-next 0/2] security.bpf xattr name prefix
2024-10-23 6:45 UTC (11+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names
[PATCH] fs: fix bug that fput() may not have done to complete in flush_delayed_fput
2024-10-23 5:58 UTC
[PATCH] iomap: writeback_control pointer part of iomap_writepage_ctx
2024-10-23 0:49 UTC (4+ messages)
[PATCH] pidfd: add ioctl to retrieve pid info
2024-10-22 23:56 UTC (2+ messages)
[PATCH] hfs: use kzalloc in hfs_find_init() to fix KMSAN bug
2024-10-22 22:57 UTC
[PATCH RFC v4 00/15] fuse: fuse-over-io-uring
2024-10-22 22:10 UTC (9+ messages)
[PATCH v2] backing-file: clean up the API
2024-10-22 19:02 UTC (5+ messages)
[PATCH 00/13] fuse: use folios instead of pages for requests
2024-10-22 18:05 UTC (7+ messages)
` [PATCH 11/13] mm/writeback: add folio_mark_dirty_lock()
` [PATCH 12/13] fuse: convert direct io to use folios
[PATCH] hfs: zero-allocate ptr and handle null root tree to mitigate KMSAN bug
2024-10-22 17:56 UTC
[PATCH v2] mm: Split critical region in remap_file_pages() and invoke LSMs in between
2024-10-22 16:27 UTC (4+ messages)
[PATCH] afs: Fix missing subdir edit when renamed between parent dirs
2024-10-22 15:48 UTC (2+ messages)
[PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree
2024-10-22 15:03 UTC (12+ messages)
[PATCHv8 0/6] write hints for nvme fdp
2024-10-22 14:40 UTC (6+ messages)
` [PATCHv8 1/6] block, fs: restore kiocb based write hint processing
[PATCH v2 0/2] Miscdevices in Rust
2024-10-22 13:15 UTC (4+ messages)
` [PATCH v2 2/2] rust: miscdevice: add base miscdevice abstraction
[PATCH] fuse: zero folio correctly in fuse_notify_store()
2024-10-22 12:00 UTC (2+ messages)
[RFC][PATCH] getname_maybe_null() - the third variant of pathname copy-in
2024-10-22 8:49 UTC (12+ messages)
[PATCH] fs: aio: Transition from Linked List to Hash Table for Active Request Management in AIO
2024-10-22 7:03 UTC (2+ messages)
[syzbot] [fuse?] INFO: task hung in __fuse_simple_request
2024-10-22 2:42 UTC
Is fsmap supposed to use open or closed intervals?
2024-10-22 1:47 UTC
[PATCH] doc: correcting the debug path for cachefiles
2024-10-22 1:38 UTC
[PATCH v4 net-next 00/14] AccECN protocol preparation patch series
2024-10-21 21:59 UTC (6+ messages)
` [PATCH v4 net-next 10/14] tcp: AccECN support to tcp_add_backlog
` [PATCH v4 net-next 11/14] tcp: allow ECN bits in TOS/traffic class
` [PATCH v4 net-next 12/14] tcp: Pass flags to __tcp_send_ack
` [PATCH v4 net-next 13/14] tcp: fast path functions later
` [PATCH v4 net-next 14/14] net: sysctl: introduce sysctl SYSCTL_FIVE
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox