messages from 2024-11-08 19:26:35 to 2024-11-11 20:19:36 UTC [more...]
[PATCH v6 00/17] fanotify: add pre-content hooks
2024-11-11 20:18 UTC (16+ messages)
` [PATCH v6 01/17] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v6 02/17] fanotify: rename a misnamed constant
` [PATCH v6 03/17] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH v6 04/17] fsnotify: introduce pre-content permission events
` [PATCH v6 05/17] fsnotify: pass optional file access range in pre-content event
` [PATCH v6 06/17] fsnotify: generate pre-content permission event on open
` [PATCH v6 07/17] fsnotify: generate pre-content permission event on truncate
` [PATCH v6 08/17] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v6 09/17] fanotify: report file range info with pre-content events
` [PATCH v6 10/17] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v6 11/17] fanotify: add a helper to check for pre content events
` [PATCH v6 12/17] fanotify: disable readahead if we have pre-content watches
` [PATCH v6 13/17] mm: don't allow huge faults for files with pre content watches
` [PATCH v6 14/17] fsnotify: generate pre-content permission event on page fault
` [PATCH v6 15/17] xfs: add pre-content fsnotify hook for write faults
[PATCH] fsnotify: fix sending inotify event with unexpected filename
2024-11-11 20:11 UTC
[PATCH 0/4] proc/kcore: performance optimizations
2024-11-11 18:08 UTC (7+ 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 v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-11-11 17:49 UTC (4+ messages)
` [PATCH v7 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
[PATCHv10 0/9] write hints with nvme fdp, scsi streams
2024-11-11 17:45 UTC (19+ messages)
[PATCH 00/12] fuse: support large folios
2024-11-11 17:44 UTC (16+ 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 v4 0/3] fs: allow statmount to fetch the fs_subtype and sb_source
2024-11-11 17:44 UTC (5+ messages)
` [PATCH v4 1/3] fs: don't let statmount return empty strings
` [PATCH v4 2/3] fs: add the ability for statmount() to report the fs_subtype
` [PATCH v4 3/3] fs: add the ability for statmount() to report the sb_source
[PATCHSET v2 0/15] Uncached buffered IO
2024-11-11 17:39 UTC (31+ 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
[PATCHSET v3] struct fd and memory safety
2024-11-11 17:22 UTC (4+ messages)
` [PATCH v3 01/28] net/socket.c: switch to CLASS(fd)
` [PATCH v3 14/28] fdget(), trivial conversions
[syzbot] [exfat?] possible deadlock in fat_count_free_clusters
2024-11-11 13:07 UTC (2+ messages)
[PATCH] fs: aio: Transition from Linked List to Hash Table for Active Request Management in AIO
2024-11-11 16:42 UTC (3+ messages)
[PATCHv11 0/9] write hints with nvme fdp and scsi streams
2024-11-11 16:34 UTC (3+ messages)
[PATCH 0/4] Add the ability to query mount options in statmount
2024-11-11 16:02 UTC (13+ messages)
[PATCHSET v4] Uncached buffered IO
2024-11-11 15:44 UTC (17+ messages)
` [PATCH 03/13] mm: add PG_uncached page flag
` [PATCH 08/13] fs: add read support for RWF_UNCACHED
` [PATCH 11/13] iomap: make buffered writes work with RWF_UNCACHED
[RFC PATCH 0/6 6.6] Address rename/readdir bugs in fs/libfs.c
2024-11-11 15:34 UTC (11+ 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
[ISSUE] split_folio() and dirty IOMAP folios
2024-11-11 15:19 UTC (6+ messages)
[PATCH v3 0/2] fs: allow statmount to fetch the subtype and devname
2024-11-11 14:31 UTC (11+ 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
[RFC bpf-next fanotify 0/5] Fanotify fastpath handler
2024-11-11 14:09 UTC (5+ messages)
` [RFC bpf-next fanotify 1/5] fanotify: Introduce fanotify "
[PATCH] iomap: drop an obsolete comment in iomap_dio_bio_iter
2024-11-11 13:36 UTC (2+ messages)
[PATCH RESEND V2 0/5] Fixes and cleanups to xarray
2024-11-11 21:53 UTC (6+ messages)
` [PATCH RESEND V2 1/5] Xarray: Do not return sibling entries from xas_find_marked()
` [PATCH RESEND V2 2/5] Xarray: distinguish large entries correctly in xas_split_alloc()
` [PATCH RESEND V2 3/5] Xarray: move forward index correctly in xas_pause()
` [PATCH RESEND V2 4/5] Xarray: remove repeat check in xas_squash_marks()
` [PATCH RESEND V2 5/5] Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent
lots of fstests cases fail on overlay with util-linux 2.40.2 (new mount APIs)
2024-11-11 12:30 UTC (6+ messages)
[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)
[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
2024-11-11 11:02 UTC (6+ messages)
[PATCH] hfsplus: don't query the device logical block size multiple times
2024-11-11 9:26 UTC (2+ messages)
[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
2024-11-11 9:12 UTC (2+ messages)
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] zonefs: Fix the wrong format specifier
2024-11-11 5:41 UTC
[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)
[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 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 (4+ 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
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