messages from 2024-11-04 14:18:17 to 2024-11-06 15:25:25 UTC [more...]
[PATCH 6.6 00/28] fix CVE-2024-46701
2024-11-06 15:19 UTC (8+ messages)
` [PATCH 6.6 16/28] Revert "maple_tree: correct tree corruption on spanning store"
` [PATCH 6.6 28/28] maple_tree: correct tree corruption on spanning store
[PATCH] overlayfs: port all superblock creation logging to fsopen logs
2024-11-06 15:09 UTC (3+ messages)
[PATCH 0/2] fix reading ESP during coredump
2024-11-06 14:32 UTC (5+ messages)
` [PATCH 1/2] fs/proc: do_task_stat: Fix ESP not readable "
` [PATCH 2/2] selftests: coredump: Add stackdump test
[PATCH v8 00/10] Read/Write with meta/integrity
2024-11-06 12:18 UTC (11+ messages)
` [PATCH v8 01/10] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v8 02/10] block: copy back bounce buffer to user-space correctly in case of split
` [PATCH v8 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v8 04/10] fs, iov_iter: define meta io descriptor
` [PATCH v8 05/10] fs: introduce IOCB_HAS_METADATA for metadata
` [PATCH v8 06/10] io_uring/rw: add support to send metadata along with read/write
` [PATCH v8 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v8 08/10] nvme: add support for passing on the application tag
` [PATCH v8 09/10] scsi: add support for user-meta interface
` [PATCH v8 10/10] block: add support to pass user meta buffer
[PATCHv10 9/9] scsi: set permanent stream count in block limits
2024-11-06 14:26 UTC (12+ messages)
[PATCH v2 0/2] iomap: avoid flushes for partial eof zeroing
2024-11-06 14:13 UTC (6+ messages)
` [PATCH v2 1/2] iomap: lift zeroed mapping handling into iomap_zero_range()
` [PATCH v2 2/2] iomap: elide flush from partial eof zero range
[PATCH] fs: add the ability for statmount() to report the fs_subtype
2024-11-06 13:56 UTC (3+ messages)
[PATCH 6.6 049/151] afs: Automatically generate trace tag enums
2024-11-06 12:03 UTC
[PATCH 6.1 049/126] afs: Automatically generate trace tag enums
2024-11-06 12:04 UTC
[PATCH v3 00/33] netfs: Read performance improvements and "single-blob" support
2024-11-06 12:35 UTC (34+ messages)
` [PATCH v3 01/33] kheaders: Ignore silly-rename files
` [PATCH v3 02/33] netfs: Remove call to folio_index()
` [PATCH v3 03/33] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v3 04/33] netfs: Remove unnecessary references to pages
` [PATCH v3 05/33] netfs: Use a folio_queue allocation and free functions
` [PATCH v3 06/33] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v3 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v3 08/33] netfs: Make netfs_advance_write() return size_t
` [PATCH v3 09/33] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v3 10/33] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v3 11/33] netfs: Drop the was_async "
` [PATCH v3 12/33] netfs: Don't use bh spinlock
` [PATCH v3 13/33] afs: Don't use mutex for I/O operation lock
` [PATCH v3 14/33] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v3 15/33] afs: Fix directory format encoding struct
` [PATCH v3 16/33] netfs: Remove some extraneous directory invalidations
` [PATCH v3 17/33] cachefiles: Add some subrequest tracepoints
` [PATCH v3 18/33] cachefiles: Add auxiliary data trace
` [PATCH v3 19/33] afs: Add more tracepoints to do with tracking validity
` [PATCH v3 20/33] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v3 21/33] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v3 22/33] afs: Make afs_init_request() get a key if not given a file
` [PATCH v3 23/33] afs: Use netfslib for directories
` [PATCH v3 24/33] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v3 25/33] afs: Eliminate afs_read
` [PATCH v3 26/33] afs: Fix cleanup of immediately failed async calls
` [PATCH v3 27/33] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v3 28/33] netfs: Change the read result collector to only use one work item
` [PATCH v3 29/33] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v3 30/33] afs: Use the contained hashtable to search a directory
` [PATCH v3 31/33] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v3 32/33] afs: Add a tracepoint for afs_read_receive()
` [PATCH v3 33/33] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
[PATCH] isofs: avoid memory leak in iocharset
2024-11-06 12:40 UTC (2+ messages)
[PATCH] dax: Allow block size > PAGE_SIZE
2024-11-06 12:12 UTC (6+ messages)
[PATCH] ocfs2: fix UBSAN warning in ocfs2_verify_volume()
2024-11-06 11:27 UTC (4+ messages)
` [PATCH v2] "
[PATCH v3 00/13] fuse: use folios instead of pages for requests
2024-11-06 11:20 UTC (2+ messages)
[PATCH] fs: aio: Transition from Linked List to Hash Table for Active Request Management in AIO
2024-11-06 11:01 UTC (2+ messages)
[PATCH] fs: aio: Transition from Linked List to Hash Table for Active Request Management in AIO
2024-11-06 10:57 UTC (2+ messages)
[ANNOUNCE] work tree for untorn filesystem writes
2024-11-06 10:40 UTC (9+ messages)
[WTF?] AT_GETATTR_NOSEC checks
2024-11-06 10:27 UTC (2+ messages)
[PATCH v2 0/3] tmpfs: Casefold fixes
2024-11-06 10:23 UTC (2+ messages)
[PATCH 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
2024-11-06 10:06 UTC (2+ messages)
[PATCHSET v3] struct fd and memory safety
2024-11-06 10:03 UTC (5+ messages)
` [PATCH v3 01/28] net/socket.c: switch to CLASS(fd)
[syzbot] [hfs?] KMSAN: uninit-value in hfsplus_cat_bin_cmp_key
2024-11-06 9:58 UTC (2+ messages)
` [PATCH] hfsplus: add check for cat key length
[ANNOUNCE v2] work tree for untorn filesystem writes
2024-11-06 9:50 UTC (2+ messages)
[PATCH] exec: NULL out bprm->argv0 when it is an ERR_PTR
2024-11-06 9:39 UTC (4+ messages)
[PATCH v2 2/9] initramfs_test: kunit tests for initramfs unpacking
2024-11-06 9:13 UTC (5+ messages)
[PATCH stable 6.11.y] netfs: reset subreq->iov_iter before netfs_clear_unread() tail clean
2024-11-06 8:35 UTC (4+ messages)
[syzbot] Monthly exfat report (Nov 2024)
2024-11-06 8:35 UTC
[PATCH v7 00/10] Read/Write with meta/integrity
2024-11-06 6:12 UTC (26+ messages)
` [PATCH v7 01/10] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v7 02/10] block: copy back bounce buffer to user-space correctly in case of split
` [PATCH v7 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v7 04/10] fs, iov_iter: define meta io descriptor
` [PATCH v7 05/10] fs: introduce IOCB_HAS_METADATA for metadata
` [PATCH v7 06/10] io_uring/rw: add support to send metadata along with read/write
` [PATCH v7 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v7 08/10] nvme: add support for passing on the application tag
` [PATCH v7 09/10] scsi: add support for user-meta interface
` [PATCH v7 10/10] block: add support to pass user meta buffer
[PATCH RFC v4 00/15] fuse: fuse-over-io-uring
2024-11-06 4:44 UTC (11+ messages)
` [PATCH RFC v4 12/15] io_uring/cmd: let cmds to know about dying task
[GIT PULL 05/10] xfs: preparation for realtime allocation groups
2024-11-05 23:51 UTC
[PATCH v2] fanotify.7,fanotify_mark.2: update documentation of fanotify w.r.t fsid
2024-11-05 22:43 UTC (2+ messages)
[PATCHSET v5.5 05/10] xfs: preparation for realtime allocation groups
2024-11-05 22:29 UTC (3+ messages)
` [PATCH 1/2] xfs: fix rt device offset calculations for FITRIM
` [PATCH 2/2] iomap: add a merge boundary flag
[PATCH overlayfs-next v3 0/4] overlayfs: Optimize override/revert creds
2024-11-05 22:27 UTC (7+ messages)
` [PATCH overlayfs-next v3 1/4] cred: Add a light version of override/revert_creds()
` [PATCH overlayfs-next v3 2/4] fs/backing-file: Convert to revert/override_creds_light()
` [PATCH overlayfs-next v3 3/4] fs/overlayfs: Optimize override/revert creds
` [PATCH overlayfs-next v3 4/4] fs/overlayfs: Drop creds usage decrement for ovl_setup_for_create()
[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
2024-11-05 18:55 UTC (6+ messages)
` [RFC PATCH 1/4] mm: Add mempolicy support to the filemap layer
` [RFC PATCH 2/4] Introduce fbind syscall
` [RFC PATCH 3/4] KVM: guest_memfd: Pass file pointer instead of inode in guest_memfd APIs
` [RFC PATCH 4/4] KVM: guest_memfd: Enforce NUMA mempolicy if available
[PATCH v2 00/10] Convert ecryptfs to use folios
2024-11-05 16:21 UTC (3+ messages)
[PATCHv10 0/9] write hints with nvme fdp, scsi streams
2024-11-05 15:50 UTC (2+ messages)
[PATCH v2] ovl: replace dget/dput with d_drop in ovl_cleanup()
2024-11-05 13:58 UTC (5+ messages)
[PATCH] exec: do not pass invalid pointer to kfree() from free_bprm()
2024-11-05 13:35 UTC (4+ messages)
[PATCH] iomap: elide zero range flush from partial eof zeroing
2024-11-05 13:26 UTC (7+ messages)
[PATCH RESEND v5] XArray: minor documentation improvements
2024-11-05 12:03 UTC
[syzbot] [fs?] [mm?] kernel BUG in free_bprm
2024-11-05 8:35 UTC
[PATCH] fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag
2024-11-05 8:31 UTC (4+ messages)
[PATCH v2] kernel: add pid_max to pid_namespace
2024-11-05 3:10 UTC
[PATCH] kernel: add pid_max to pid_namespace
2024-11-05 3:08 UTC
[PATCH] Fix BUG: KCSAN: data-race in fat16_ent_get / fat16_ent_put
2024-11-05 2:39 UTC
[PATCH] selftests/firmware/fw_namespace.c: sanity check on initialization
2024-11-05 1:30 UTC
[PATCH 5/6] iomap: Lift blocksize restriction on atomic writes
2024-11-05 0:09 UTC (11+ messages)
[PATCH v1 0/6] memcg-v1: fully deprecate charge moving
2024-11-04 22:18 UTC (10+ messages)
` [PATCH v1 5/6] memcg-v1: no need for memcg locking for MGLRU
[PATCH net-next v6 0/7] Suspend IRQs during application busy periods
2024-11-04 21:55 UTC (3+ messages)
` [PATCH net-next v6 4/7] eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
` [PATCH net-next v6 5/7] eventpoll: Control irq suspension for prefer_busy_poll
[PATCH] fix: general protection fault in iter_file_splice_write
2024-11-04 17:12 UTC (4+ messages)
lots of fstests cases fail on overlay with util-linux 2.40.2 (new mount APIs)
2024-11-04 17:03 UTC (7+ messages)
[PATCH v2] kernel: add pid_max to pid_namespace
2024-11-04 16:35 UTC (2+ messages)
[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
2024-11-04 14:39 UTC (9+ messages)
` [PATCH 05/10] guestmemfs: add file mmap callback
[PATCH v2 0/9] initramfs: kunit tests and cleanups
2024-11-04 14:14 UTC (6+ messages)
` [PATCH v2 5/9] initramfs: remove extra symlink path buffer
` [PATCH v2 6/9] initramfs: merge header_buf and name_buf
` [PATCH v2 7/9] initramfs: reuse name_len for dir mtime tracking
` [PATCH v2 8/9] initramfs: fix hardlink hash leak without TRAILER
` [PATCH v2 9/9] initramfs: avoid static buffer for error message
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