messages from 2024-11-07 17:04:38 to 2024-11-09 01:28:59 UTC [more...]
[PATCH 0/4] proc/kcore: performance optimizations
2024-11-09 1:28 UTC (5+ messages)
` [PATCH 1/4] proc/kcore: mark proc entry as permanent
` [PATCH 2/4] proc/kcore: don't walk list on every read
` [PATCH 3/4] proc/kcore: use percpu_rw_semaphore for kclist_lock
` [PATCH 4/4] MAINTAINERS: add me as /proc/kcore maintainer
[PATCH 00/12] fuse: support large folios
2024-11-09 0:32 UTC (15+ messages)
` [PATCH 01/12] fuse: support copying "
` [PATCH 02/12] fuse: support large folios for retrieves
` [PATCH 03/12] fuse: refactor fuse_fill_write_pages()
` [PATCH 04/12] fuse: support large folios for non-writeback writes
` [PATCH 05/12] fuse: support large folios for folio reads
` [PATCH 06/12] fuse: support large folios for symlinks
` [PATCH 07/12] fuse: support large folios for stores
` [PATCH 08/12] fuse: support large folios for queued writes
` [PATCH 09/12] fuse: support large folios for readahead
` [PATCH 10/12] fuse: support large folios for direct io
` [PATCH 11/12] fuse: support large folios for writeback
` [PATCH 12/12] fuse: enable large folios
[PATCH v3 2/9] initramfs_test: kunit tests for initramfs unpacking
2024-11-09 0:25 UTC (2+ messages)
[PATCH v4 0/6] fuse: remove temp page copies in writeback
2024-11-09 0:16 UTC (19+ messages)
` [PATCH v4 1/6] mm: add AS_WRITEBACK_MAY_BLOCK mapping flag
` [PATCH v4 2/6] mm: skip reclaiming folios in legacy memcg writeback contexts that may block
` [PATCH v4 3/6] fs/writeback: in wait_sb_inodes(), skip wait for AS_WRITEBACK_MAY_BLOCK mappings
` [PATCH v4 4/6] mm/memory-hotplug: add finite retries in offline_pages() if migration fails
` [PATCH v4 5/6] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_MAY_BLOCK mappings
` [PATCH v4 6/6] fuse: remove tmp folio for writebacks and internal rb tree
[PATCH v2 0/2] implement PROCFS_SET_GROUPS ioctl
2024-11-08 21:06 UTC (6+ messages)
` [PATCH v2 1/2] procfs: avoid some usages of seq_file private data
` [PATCH v2 2/2] procfs: implement PROCFS_SET_GROUPS ioctl
[PATCH v3 0/2] implement PROCFS_SET_GROUPS ioctl
2024-11-08 20:41 UTC (3+ messages)
` [PATCH v3 1/2] procfs: avoid some usages of seq_file private data
` [PATCH v3 2/2] procfs: implement PROCFS_SET_GROUPS ioctl
[PATCHSET v4] Uncached buffered IO
2024-11-08 20:18 UTC (29+ messages)
` [PATCH 01/13] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/13] mm/readahead: add folio allocation helper
` [PATCH 03/13] mm: add PG_uncached page flag
` [PATCH 04/13] mm/readahead: add readahead_control->uncached member
` [PATCH 05/13] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 06/13] mm/truncate: make invalidate_complete_folio2() public
` [PATCH 07/13] fs: add FOP_UNCACHED flag
` [PATCH 08/13] fs: add read support for RWF_UNCACHED
` [PATCH 09/13] mm: drop uncached pages when writeback completes
` [PATCH 10/13] mm/filemap: make buffered writes work with RWF_UNCACHED
` [PATCH 11/13] iomap: "
` [PATCH 12/13] ext4: flag as supporting FOP_UNCACHED
` [PATCH 13/13] xfs: "
[PATCHv10 0/9] write hints with nvme fdp, scsi streams
2024-11-08 18:51 UTC (8+ messages)
[GIT PULL] bcachefs fixes for 6.12-rc7
2024-11-08 17:38 UTC (2+ messages)
[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
2024-11-08 17:32 UTC (34+ messages)
` [PATCH v4 01/33] kheaders: Ignore silly-rename files
` [PATCH v4 02/33] netfs: Remove call to folio_index()
` [PATCH v4 03/33] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v4 04/33] netfs: Remove unnecessary references to pages
` [PATCH v4 05/33] netfs: Use a folio_queue allocation and free functions
` [PATCH v4 06/33] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v4 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v4 08/33] netfs: Make netfs_advance_write() return size_t
` [PATCH v4 09/33] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v4 10/33] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v4 11/33] netfs: Drop the was_async "
` [PATCH v4 12/33] netfs: Don't use bh spinlock
` [PATCH v4 13/33] afs: Don't use mutex for I/O operation lock
` [PATCH v4 14/33] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v4 15/33] afs: Fix directory format encoding struct
` [PATCH v4 16/33] netfs: Remove some extraneous directory invalidations
` [PATCH v4 17/33] cachefiles: Add some subrequest tracepoints
` [PATCH v4 18/33] cachefiles: Add auxiliary data trace
` [PATCH v4 19/33] afs: Add more tracepoints to do with tracking validity
` [PATCH v4 20/33] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v4 21/33] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v4 22/33] afs: Make afs_init_request() get a key if not given a file
` [PATCH v4 23/33] afs: Use netfslib for directories
` [PATCH v4 24/33] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v4 25/33] afs: Eliminate afs_read
` [PATCH v4 26/33] afs: Fix cleanup of immediately failed async calls
` [PATCH v4 27/33] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v4 28/33] netfs: Change the read result collector to only use one work item
` [PATCH v4 29/33] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v4 30/33] afs: Use the contained hashtable to search a directory
` [PATCH v4 31/33] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v4 32/33] afs: Add a tracepoint for afs_read_receive()
` [PATCH v4 33/33] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
2024-11-08 17:31 UTC (6+ messages)
[PATCH v3 00/33] netfs: Read performance improvements and "single-blob" support
2024-11-08 17:23 UTC (5+ messages)
` [PATCH v3 23/33] afs: Use netfslib for directories
` [PATCH v3 28/33] netfs: Change the read result collector to only use one work item
[PATCH 6.6 00/28] fix CVE-2024-46701
2024-11-08 17:03 UTC (8+ messages)
[PATCH v4 0/4] overlayfs: Optimize override/revert creds
2024-11-08 16:57 UTC (3+ messages)
[PATCH] proc/softirqs: change softirqs info from possile_cpu to online_cpu
2024-11-08 16:22 UTC
[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
2024-11-08 14:28 UTC (6+ messages)
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
[PATCH] virtio-fs: Query rootmode during mount
2024-11-08 14:11 UTC (6+ messages)
[PATCH v3 0/4] iomap: zero range flush fixes
2024-11-08 12:42 UTC (5+ messages)
` [PATCH v3 1/4] iomap: reset per-iter state on non-error iter advances
` [PATCH v3 2/4] iomap: lift zeroed mapping handling into iomap_zero_range()
` [PATCH v3 3/4] iomap: elide flush from partial eof zero range
` [PATCH v3 4/4] iomap: warn on zero range of a post-eof folio
[PATCH v3 0/2] fs: allow statmount to fetch the subtype and devname
2024-11-08 12:19 UTC (4+ messages)
` [PATCH v3 1/2] fs: add the ability for statmount() to report the fs_subtype
` [PATCH v3 2/2] fs: add the ability for statmount() to report the mnt_devname
[PATCH] dax: Allow block size > PAGE_SIZE
2024-11-08 12:16 UTC (14+ messages)
[PATCH v1 0/6] exfat: reduce FAT chain traversal
2024-11-08 11:39 UTC (2+ messages)
[PATCH 0/2] implement PROCFS_SET_GROUPS ioctl
2024-11-08 10:01 UTC (5+ messages)
` [PATCH 1/2] procfs: avoid some usages of seq_file private data
` [PATCH 2/2] procfs: implement PROCFS_SET_GROUPS ioctl
[ISSUE] split_folio() and dirty IOMAP folios
2024-11-08 9:11 UTC (5+ messages)
[RFC bpf-next fanotify 0/5] Fanotify fastpath handler
2024-11-08 8:18 UTC (20+ messages)
` [RFC bpf-next fanotify 1/5] fanotify: Introduce fanotify "
` [RFC bpf-next fanotify 2/5] samples/fanotify: Add a sample "
` [RFC bpf-next fanotify 5/5] selftests/bpf: Add test for BPF based "
[PATCH v5 00/10] Read/Write with meta/integrity
2024-11-08 7:12 UTC (5+ messages)
` [PATCH v5 06/10] io_uring/rw: add support to send metadata along with read/write
[PATCH net-next v8 0/6] Suspend IRQs during application busy periods
2024-11-08 4:53 UTC (3+ messages)
` [PATCH net-next v8 3/6] eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
` [PATCH net-next v8 4/6] eventpoll: Control irq suspension for prefer_busy_poll
[PATCH] Fixed null-ptr-deref Read in drop_buffers
2024-11-08 3:46 UTC (2+ messages)
[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
2024-11-08 3:19 UTC (2+ messages)
[PATCH net-next v7 0/6] Suspend IRQs during application busy periods
2024-11-08 2:39 UTC (3+ messages)
` [PATCH net-next v7 3/6] eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
` [PATCH net-next v7 4/6] eventpoll: Control irq suspension for prefer_busy_poll
[PATCH v3 0/6] fuse: remove temp page copies in writeback
2024-11-07 23:35 UTC (10+ messages)
` [PATCH v3 1/6] mm: add AS_WRITEBACK_MAY_BLOCK mapping flag
` [PATCH v3 2/6] mm: skip reclaiming folios in legacy memcg writeback contexts that may block
` [PATCH v3 3/6] fs/writeback: in wait_sb_inodes(), skip wait for AS_WRITEBACK_MAY_BLOCK mappings
` [PATCH v3 4/6] mm/memory-hotplug: add finite retries in offline_pages() if migration fails
` [PATCH v3 5/6] mm/migrate: fail MIGRATE_SYNC for folios under writeback with AS_WRITEBACK_MAY_BLOCK mappings
` [PATCH v3 5/6] mm/migrate: skip migrating "
` [PATCH v3 6/6] fuse: remove tmp folio for writebacks and internal rb tree
generic_permission() optimization
2024-11-07 22:49 UTC (8+ messages)
Page cache deduplication
2024-11-07 20:22 UTC
[PATCH 0/4] Add iomem helpers for use from debugfs
2024-11-07 20:13 UTC (3+ messages)
` [PATCH 1/4] iov_iter: Provide copy_iomem_to|from_iter()
[PATCH] selftests/firmware/fw_namespace.c: sanity check on initialization
2024-11-07 18:43 UTC (2+ messages)
[PATCH RFC v5 00/16] fuse: fuse-over-io-uring
2024-11-07 17:04 UTC (10+ messages)
` [PATCH RFC v5 02/16] fuse: Move fuse_get_dev to header file
` [PATCH RFC v5 03/16] fuse: Move request bits
` [PATCH RFC v5 07/16] fuse: Make fuse_copy non static
` [PATCH RFC v5 10/16] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v5 11/16] fuse: {uring} Add a ring queue and send method
` [PATCH RFC v5 13/16] io_uring/cmd: let cmds to know about dying task
` [PATCH RFC v5 14/16] fuse: {uring} Handle IO_URING_F_TASK_DEAD
` [PATCH RFC v5 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH RFC v5 16/16] fuse: enable fuse-over-io-uring
[PATCH v6 00/10] Read/Write with metadata/integrity
2024-11-07 17:23 UTC (6+ messages)
` [PATCH v6 06/10] io_uring/rw: add support to send metadata along with read/write
[syzbot] [ext4?] possible deadlock in ext4_xattr_inode_iget (3)
2024-11-07 17:14 UTC (3+ messages)
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