messages from 2024-11-08 15:51:33 to 2024-11-11 12:13:44 UTC [more...]
[PATCH] iomap: drop an obsolete comment in iomap_dio_bio_iter
2024-11-11 12:13 UTC
[REGRESSION] mold linker depends on ETXTBSY, but open(2) no longer returns it
2024-11-11 12:02 UTC
[syzbot] [hfs?] possible deadlock in hfsplus_file_extend (2)
2024-11-11 11:50 UTC
[PATCH v2 0/6] exfat: reduce FAT chain traversal
2024-11-11 11:07 UTC (2+ messages)
[PATCH v2 0/5] fscache/cachefiles: Some bugfixes
2024-11-11 11:33 UTC (2+ messages)
[PATCH v3 0/2] fs: allow statmount to fetch the subtype and devname
2024-11-11 11:28 UTC (5+ messages)
` [PATCH v3 1/2] fs: add the ability for statmount() to report the fs_subtype
[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
2024-11-11 11:02 UTC (6+ messages)
[PATCHv10 0/9] write hints with nvme fdp, scsi streams
2024-11-11 10:37 UTC (18+ messages)
[PATCHv11 0/9] write hints with nvme fdp and scsi streams
2024-11-11 10:29 UTC
[PATCH] hfsplus: don't query the device logical block size multiple times
2024-11-11 9:26 UTC (2+ messages)
[PATCHSET v2 0/15] Uncached buffered IO
2024-11-11 9:17 UTC (18+ messages)
` [PATCH 01/15] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/15] mm/readahead: add folio allocation helper
` [PATCH 03/15] mm: add PG_uncached page flag
` [PATCH 04/15] mm/readahead: add readahead_control->uncached member
` [PATCH 05/15] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 06/15] mm/truncate: make invalidate_complete_folio2() public
` [PATCH 07/15] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag
` [PATCH 08/15] mm/filemap: add read support for RWF_UNCACHED
` [PATCH 09/15] mm/filemap: drop uncached pages when writeback completes
` [PATCH 10/15] mm/filemap: make buffered writes work with RWF_UNCACHED
` [PATCH 11/15] mm: add FGP_UNCACHED folio creation flag
` [PATCH 12/15] ext4: add RWF_UNCACHED write support
` [PATCH 13/15] iomap: make buffered writes work with RWF_UNCACHED
` [PATCH 14/15] xfs: punt uncached write completions to the completion wq
` [PATCH 15/15] xfs: flag as supporting FOP_UNCACHED
[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
2024-11-11 9:12 UTC (35+ 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()
[PATCH 0/4] proc/kcore: performance optimizations
2024-11-11 9:00 UTC (6+ 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
generic/645 failing on ext4, xfs (probably others) on all LTS kernels
2024-11-11 8:52 UTC (3+ messages)
[PATCH v4 0/6] fuse: remove temp page copies in writeback
2024-11-11 8:32 UTC (9+ 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 6/6] fuse: remove tmp folio for writebacks and internal rb tree
About using on-stack fsdata pointer for write_begin() and write_end() callbacks
2024-11-11 7:36 UTC (3+ messages)
[PATCH v2 6/6] exfat: reduce FAT chain traversal
2024-11-11 6:43 UTC
[RFC PATCH v2 01/13] fs: binfmt_elf_efpic: add architecture hook elf_arch_finalize_exec
2024-11-11 6:27 UTC (2+ messages)
` [RFC PATCH v2 02/13] x86/um: nommu: elf loader for fdpic
[RESEND. PATCH] fs/pipe: Introduce a check to skip sleeping processes during pipe read/write
2024-11-11 6:24 UTC
[PATCH v3 0/4] iomap: zero range flush fixes
2024-11-11 6:06 UTC (13+ 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 v1 0/6] exfat: reduce FAT chain traversal
2024-11-11 6:04 UTC (3+ messages)
[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-11-11 5:51 UTC (3+ messages)
` [PATCH v7 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
[PATCH] zonefs: Fix the wrong format specifier
2024-11-11 5:41 UTC
[RFC PATCH 0/6 6.6] Address rename/readdir bugs in fs/libfs.c
2024-11-11 2:36 UTC (8+ messages)
` [RFC PATCH 1/6 6.6] libfs: Define a minimum directory offset
` [RFC PATCH 2/6 6.6] libfs: Add simple_offset_empty()
` [RFC PATCH 3/6 6.6] libfs: Fix simple_offset_rename_exchange()
` [RFC PATCH 4/6 6.6] libfs: Add simple_offset_rename() API
` [RFC PATCH 5/6 6.6] shmem: Fix shmem_rename2()
` [RFC PATCH 6/6 6.6] libfs: fix infinite directory reads for offset dir
[syzbot] [fs?] BUG: unable to handle kernel NULL pointer dereference in read_cache_folio
2024-11-11 2:34 UTC (2+ messages)
UML mount failure with Linux 6.11
2024-11-11 1:16 UTC (5+ messages)
[PATCH 6.6 00/28] fix CVE-2024-46701
2024-11-11 0:56 UTC (12+ messages)
[syzbot] [exfat?] possible deadlock in fat_count_free_clusters
2024-11-10 23:11 UTC
[PATCH RESEND] filemap: Fix bounds checking in filemap_read()
2024-11-10 22:08 UTC (3+ messages)
[PATCH v6 00/10] Read/Write with metadata/integrity
2024-11-10 18:36 UTC (8+ messages)
` [PATCH v6 06/10] io_uring/rw: add support to send metadata along with read/write
[PATCH stable 6.11.y] netfs: reset subreq->iov_iter before netfs_clear_unread() tail clean
2024-11-10 5:08 UTC (6+ messages)
[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
2024-11-08 22:02 UTC (3+ messages)
[syzbot] [ntfs3?] possible deadlock in ntfs_mark_rec_free (2)
2024-11-09 8:31 UTC (2+ messages)
[PATCH net-next v9 0/6] Suspend IRQs during application busy periods
2024-11-09 5:02 UTC (3+ messages)
` [PATCH net-next v9 3/6] eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
` [PATCH net-next v9 4/6] eventpoll: Control irq suspension for prefer_busy_poll
[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 4/6] mm/memory-hotplug: add finite retries in offline_pages() if migration fails
2024-11-08 22:20 UTC (9+ messages)
[PATCH v2 0/2] implement PROCFS_SET_GROUPS ioctl
2024-11-08 21:06 UTC (5+ messages)
` [PATCH v2 1/2] procfs: avoid some usages of seq_file private data
[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: "
[GIT PULL] bcachefs fixes for 6.12-rc7
2024-11-08 17:38 UTC (2+ 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 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
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