messages from 2024-10-15 23:34:17 to 2024-10-17 17:05:56 UTC [more...]
[RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
2024-10-17 17:05 UTC (22+ messages)
[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
2024-10-17 16:47 UTC (15+ messages)
` [PATCH v3 1/3] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v3 2/3] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
` The "make headers" requirement, revisited: "
[PATCH v2 bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
2024-10-17 16:35 UTC (8+ messages)
[PATCH v7 0/3] FDP and per-io hints
2024-10-17 16:23 UTC (12+ messages)
` [PATCH v7 3/3] io_uring: enable per-io hinting capability
[PATCH bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
2024-10-17 16:22 UTC (6+ messages)
[PATCHv8 0/6] write hints for nvme fdp
2024-10-17 16:09 UTC (5+ messages)
` [PATCHv8 2/6] block: use generic u16 for write hints
` [PATCHv8 3/6] block: introduce max_write_hints queue limit
` [PATCHv8 4/6] fs: introduce per-io hint support flag
` [PATCHv8 5/6] io_uring: enable per-io hinting capability
[RFC] exec: add a flag for "reasonable" execveat() comm
2024-10-17 15:47 UTC (7+ messages)
[PATCH 00/10] Convert ecryptfs to use folios
2024-10-17 15:17 UTC (11+ messages)
` [PATCH 01/10] ecryptfs: Convert ecryptfs_writepage() to ecryptfs_writepages()
` [PATCH 02/10] ecryptfs: Use a folio throughout ecryptfs_read_folio()
` [PATCH 03/10] ecryptfs: Convert ecryptfs_copy_up_encrypted_with_header() to take a folio
` [PATCH 04/10] ecryptfs: Convert ecryptfs_read_lower_page_segment() "
` [PATCH 05/10] ecryptfs: Convert ecryptfs_write() to use "
` [PATCH 06/10] ecryptfs: Convert ecryptfs_write_lower_page_segment() to take "
` [PATCH 07/10] ecryptfs: Convert ecryptfs_encrypt_page() "
` [PATCH 08/10] ecryptfs: Convert ecryptfs_decrypt_page() "
` [PATCH 09/10] ecryptfs: Convert lower_offset_for_page() "
` [PATCH 10/10] ecryptfs: Pass the folio index to crypt_extent()
[PATCH bpf-next 0/2] security.bpf xattr name prefix
2024-10-17 15:03 UTC (13+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names
[PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
2024-10-17 14:17 UTC (2+ messages)
` [PATCH v4] tmpfs: don't enable large folios if not supported
[PATCH v5 00/30] Permission Overlay Extension
2024-10-17 14:00 UTC (11+ messages)
` [PATCH v5 19/30] arm64: add POE signal support
[PATCH v3 0/5] Store overlay real upper file in ovl_file
2024-10-17 13:52 UTC (4+ messages)
[PATCH] afs: Fix lock recursion
2024-10-17 13:34 UTC (4+ messages)
` [PATCH v2] "
Dropping of reiserfs
2024-10-17 13:33 UTC (2+ messages)
[PATCH v2] fs: Fix uninitialized value issue in from_kuid and from_kgid
2024-10-17 13:32 UTC (3+ messages)
[PATCH v2 0/2] fuse: remove extra page copies in writeback
2024-10-17 13:31 UTC (14+ messages)
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree
[PATCH RFC/RFT v2 0/2] Converge common flows for cpu assisted shadow stack
2024-10-17 11:22 UTC (4+ messages)
` [PATCH RFC/RFT v2 1/2] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH RFC/RFT v2 2/2] kernel: converge common shadow stack flow agnostic to arch
[PATCH] netfs: Fix kdoc of netfs_read_subreq_progress()
2024-10-17 11:03 UTC (3+ messages)
[syzbot] [exfat?] KMSAN: uninit-value in __exfat_get_dentry_set
2024-10-17 10:11 UTC (7+ messages)
[PATCH] fs: Fix uninitialized value issue in from_kuid
2024-10-17 9:58 UTC (5+ messages)
[PATCH] fs: fix f_ref kernel-doc struct member name
2024-10-17 9:19 UTC (2+ messages)
[syzbot] [kernfs?] INFO: task hung in do_coredump (3)
2024-10-17 9:02 UTC
[PATCH v9 0/8] block atomic writes for xfs
2024-10-17 7:57 UTC (19+ messages)
` [PATCH v9 1/8] block/fs: Pass an iocb to generic_atomic_write_valid()
` [PATCH v9 2/8] fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()
` [PATCH v9 3/8] block: Add bdev atomic write limits helpers
` [PATCH v9 4/8] fs: Export generic_atomic_write_valid()
` [PATCH v9 5/8] fs: iomap: Atomic write support
` [PATCH v9 6/8] xfs: Support atomic write for statx
` [PATCH v9 7/8] xfs: Validate atomic writes
` [PATCH v9 8/8] xfs: Support setting FMODE_CAN_ATOMIC_WRITE
[PATCH v2] mm: don't set readahead flag on a folio when lookahead_size > nr_to_read
2024-10-17 6:23 UTC
[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
2024-10-17 4:53 UTC (2+ messages)
[PATCH v3] XArray: minor documentation improvements
2024-10-17 0:34 UTC (6+ messages)
` [PATCH v4] "
[PATCH v6 00/10] tmpfs: Add case-insensitive support for tmpfs
2024-10-16 21:59 UTC (4+ messages)
` [PATCH v6 01/10] libfs: Create the helper function generic_ci_validate_strict_name()
[PATCH v2 0/3] introduce PIDFD_SELF* sentinels
2024-10-16 20:00 UTC (11+ messages)
` [PATCH v2 1/3] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
[PATCH 0/3] introduce PIDFD_SELF* sentinels
2024-10-16 19:58 UTC (5+ messages)
` [PATCH 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
[GIT PULL] Fsnotify changes for 6.12-rc1
2024-10-16 19:28 UTC (9+ messages)
[RFC PATCH] epoll: Add synchronous wakeup support for ep_poll_callback
2024-10-16 19:05 UTC (3+ messages)
[PATCH] fs: don't try and remove empty rbtree node
2024-10-16 17:49 UTC
[PATCH v2] fanotify: allow reporting errors on failure to open fd
2024-10-16 17:46 UTC (3+ messages)
[PATCH] netfs: Downgrade i_rwsem for a buffered write
2024-10-16 16:28 UTC
[linus:master] [iomap] c5c810b94c: stress-ng.metamix.ops_per_sec -98.4% regression
2024-10-16 15:47 UTC (4+ messages)
[RFC][PATCH] getname_maybe_null() - the third variant of pathname copy-in
2024-10-16 14:49 UTC (6+ messages)
[RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
2024-10-16 14:37 UTC (2+ messages)
[PATCH v14] mm: don't set readahead flag on a folio when lookahead_size > nr_to_read
2024-10-16 13:06 UTC (5+ messages)
` "
` "
[syzbot] [fs?] kernel BUG in submit_bh_wbc (3)
2024-10-16 13:05 UTC (4+ messages)
` [PATCH] nilfs2: fix kernel bug due to missing clearing of buffer delay flag
` [syzbot] [nilfs] [fs] kernel BUG in submit_bh_wbc (3)
[PATCH RFC] : fhandle: relax open_by_handle_at() permission checks
2024-10-16 12:53 UTC (6+ messages)
` fanotify sb/mount watch inside userns (Was: [PATCH RFC] : fhandle: relax open_by_handle_at() permission checks)
[PATCH] bcachefs: Fix sysfs warning in fstests generic/730,731
2024-10-16 9:49 UTC (6+ messages)
possible deadlock in freeze_super
2024-10-16 8:36 UTC (5+ messages)
[PATCH] iomap: provide iomap_want_unshare_iter() stub for !CONFIG_BLOCK
2024-10-16 8:15 UTC (2+ messages)
[linus:master] [x86] 2865baf540: stress-ng.access.access_calls_per_sec 6.8% improvement
2024-10-16 7:27 UTC
[PATCH v2 bpf-next 0/2] security.bpf xattr name prefix
2024-10-16 7:09 UTC (3+ messages)
` [PATCH v2 bpf-next 1/2] fs/xattr: bpf: Introduce "
` [PATCH v2 bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names
[linux-next:master] [fs] d91ea8195e: stress-ng.ring-pipe.ops_per_sec -5.1% regression (stress-ng.ring-pipe.pipe_read+write_calls_per_sec 7.3% improvement)
2024-10-16 5:50 UTC (3+ messages)
[RFC PATCH 0/6] initramfs: reduce buffer footprint
2024-10-16 2:42 UTC (3+ messages)
[PATCH v7 0/8] block atomic writes for xfs
2024-10-16 0:52 UTC (7+ messages)
` [PATCH v7 5/8] xfs: Support FS_XFLAG_ATOMICWRITES
[PATCH RFC v4 00/15] fuse: fuse-over-io-uring
2024-10-16 0:08 UTC (17+ messages)
` [PATCH RFC v4 01/15] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v4 02/15] fuse: Move fuse_get_dev to header file
` [PATCH RFC v4 03/15] fuse: Move request bits
` [PATCH RFC v4 04/15] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v4 05/15] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v4 06/15] fuse: Make fuse_copy non static
` [PATCH RFC v4 07/15] fuse: Add buffer offset for uring into fuse_copy_state
` [PATCH RFC v4 08/15] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v4 09/15] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v4 10/15] fuse: {uring} Add a ring queue and send method
` [PATCH RFC v4 11/15] fuse: {uring} Allow to queue to the ring
` [PATCH RFC v4 12/15] io_uring/cmd: let cmds to know about dying task
` [PATCH RFC v4 13/15] fuse: {uring} Handle IO_URING_F_TASK_DEAD
` [PATCH RFC v4 14/15] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH RFC v4 15/15] fuse: enable fuse-over-io-uring
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;
as well as URLs for NNTP newsgroup(s).