messages from 2024-10-17 14:58:14 to 2024-10-18 23:55:56 UTC [more...]
[PATCH v4 0/4] introduce PIDFD_SELF* sentinels
2024-10-18 23:55 UTC (10+ messages)
` [PATCH v4 1/4] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v4 2/4] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v4 3/4] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v4 4/4] selftests: pidfd: add tests for PIDFD_SELF_*
[RFC][CFT][PATCHES] fs/ufs cleanups and fixes
2024-10-18 23:19 UTC (18+ messages)
` [PATCH 01/17] ufs: fix handling of delete_entry and set_link failures
` [PATCH 02/17] ufs: missing ->splice_write()
` [PATCH 03/17] ufs: fix ufs_read_cylinder() failure handling
` [PATCH 04/17] ufs: untangle ubh_...block...() macros, part 1
` [PATCH 05/17] ufs: untangle ubh_...block...(), part 2
` [PATCH 06/17] ufs: untangle ubh_...block...(), part 3
` [PATCH 07/17] ufs_clusteracct(): switch to passing fragment number
` [PATCH 08/17] ufs_free_fragments(): fix the braino in sanity check
` [PATCH 09/17] ufs_inode_getfrag(): remove junk comment
` [PATCH 10/17] ufs: get rid of ubh_{ubhcpymem,memcpyubh}()
` [PATCH 11/17] clean ufs_trunc_direct() up a bit
` [PATCH 12/17] ufs: take the handling of free block counters into a helper
` [PATCH 13/17] ufs: Convert ufs_inode_getblock() to take a folio
` [PATCH 14/17] ufs: Convert ufs_extend_tail() "
` [PATCH 15/17] ufs: Convert ufs_inode_getfrag() "
` [PATCH 16/17] ufs: Pass a folio to ufs_new_fragments()
` [PATCH 17/17] ufs: Convert ufs_change_blocknr() to take a folio
[RFC PATCH v1 00/13] zswap IAA compress batching
2024-10-18 23:01 UTC (16+ messages)
` [RFC PATCH v1 01/13] crypto: acomp - Add a poll() operation to acomp_alg and acomp_req
` [RFC PATCH v1 02/13] crypto: iaa - Add support for irq-less crypto async interface
` [RFC PATCH v1 03/13] crypto: testmgr - Add crypto testmgr acomp poll support
` [RFC PATCH v1 04/13] mm: zswap: zswap_compress()/decompress() can submit, then poll an acomp_req
` [RFC PATCH v1 05/13] crypto: iaa - Make async mode the default
` [RFC PATCH v1 06/13] crypto: iaa - Disable iaa_verify_compress by default
` [RFC PATCH v1 07/13] crypto: iaa - Change cpu-to-iaa mappings to evenly balance cores to IAAs
` [RFC PATCH v1 08/13] crypto: iaa - Distribute compress jobs to all IAA devices on a NUMA node
` [RFC PATCH v1 09/13] mm: zswap: Config variable to enable compress batching in zswap_store()
` [RFC PATCH v1 10/13] mm: zswap: Create multiple reqs/buffers in crypto_acomp_ctx if platform has IAA
` [RFC PATCH v1 11/13] mm: swap: Add IAA batch compression API swap_crypto_acomp_compress_batch()
` [RFC PATCH v1 12/13] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios
` [RFC PATCH v1 13/13] mm: vmscan, swap, zswap: Compress batching of folios in shrink_folio_list()
[PATCH v2 0/2] fuse: remove extra page copies in writeback
2024-10-18 20:46 UTC (17+ messages)
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree
[PATCH 00/13] fuse: use folios instead of pages for requests
2024-10-18 20:07 UTC (8+ messages)
` [PATCH 01/13] fuse: support folios in struct fuse_args_pages and fuse_copy_pages()
` [PATCH 11/13] mm/writeback: add folio_mark_dirty_lock()
` [PATCH 12/13] fuse: convert direct io to use folios
[PATCH v7 0/9] tmpfs: Add case-insensitive support for tmpfs
2024-10-18 19:53 UTC (17+ messages)
` [PATCH v7 1/9] libfs: Create the helper function generic_ci_validate_strict_name()
` [PATCH v7 2/9] ext4: Use generic_ci_validate_strict_name helper
` [PATCH v7 3/9] unicode: Export latest available UTF-8 version number
` [PATCH v7 4/9] unicode: Recreate utf8_parse_version()
` [PATCH v7 5/9] libfs: Export generic_ci_ dentry functions
` [PATCH v7 6/9] tmpfs: Add casefold lookup support
` [PATCH v7 7/9] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs
` [PATCH v7 8/9] tmpfs: Expose filesystem features via sysfs
` [PATCH v7 9/9] docs: tmpfs: Add casefold options
[RFC][PATCH] getname_maybe_null() - the third variant of pathname copy-in
2024-10-18 19:38 UTC (10+ messages)
[PATCH v2] mm: Split critical region in remap_file_pages() and invoke LSMs in between
2024-10-18 19:04 UTC (3+ messages)
[GIT PULL] xfs: bug fixes for 6.12-rc4
2024-10-18 19:00 UTC (2+ messages)
[syzbot] [fuse?] WARNING in fuse_writepages
2024-10-18 18:13 UTC (5+ messages)
[PATCH v9 0/8] block atomic writes for xfs
2024-10-18 17:43 UTC (4+ messages)
[REGRESSION] generic/564 is failing in fs-next
2024-10-18 16:28 UTC
[PATCHv8 0/6] write hints for nvme fdp
2024-10-18 16:18 UTC (18+ 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
` [PATCHv8 6/6] nvme: enable FDP support
` [PATCHv8 1/6] block, fs: restore kiocb based write hint processing
[PATCH] iomap: writeback_control pointer part of iomap_writepage_ctx
2024-10-18 15:55 UTC
[RFC][PATCH] mm: Split locks in remap_file_pages()
2024-10-18 15:50 UTC (5+ messages)
[PATCH 1/3] ima: Remove inode lock
2024-10-18 14:48 UTC (12+ messages)
[RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
2024-10-18 12:25 UTC (17+ messages)
[PATCH v2] acl: Annotate struct posix_acl with __counted_by()
2024-10-18 12:14 UTC
[syzbot] [fs?] INFO: rcu detected stall in sys_readlink (5)
2024-10-18 11:28 UTC
[PATCH] proc: Fix W=1 build kernel-doc warning
2024-10-18 11:03 UTC (2+ messages)
[PATCH v3 0/5] ovl: file descriptors based layer setup
2024-10-18 10:34 UTC (4+ messages)
` [PATCH v3 2/5] ovl: specify layers via file descriptors
[PATCH v4 00/10] fuse: folio conversions
2024-10-18 9:59 UTC (2+ messages)
Dropping of reiserfs
2024-10-18 9:18 UTC (3+ messages)
[PATCH 00/10] Convert ecryptfs to use folios
2024-10-18 8:07 UTC (18+ 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 v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
2024-10-18 1:48 UTC (3+ messages)
` [PATCH v4] tmpfs: don't enable large folios if not supported
[syzbot] [ext4?] WARNING: locking bug in ext4_move_extents
2024-10-18 0:57 UTC (3+ messages)
possible deadlock in freeze_super
2024-10-17 22:47 UTC (6+ messages)
[RFC] exec: add a flag for "reasonable" execveat() comm
2024-10-17 20:38 UTC (8+ messages)
[RFC][PATCHES] struct fderr
2024-10-17 19:47 UTC (4+ messages)
` introduce struct fderr, convert overlayfs uses to that
[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
2024-10-17 19:40 UTC (16+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
` The "make headers" requirement, revisited: "
[PATCH v3 bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
2024-10-17 19:40 UTC (2+ messages)
[PATCHSET v5.1 5/9] xfs: preparation for realtime allocation groups
2024-10-17 19:03 UTC (3+ messages)
` [PATCH 1/2] xfs: fix rt device offset calculations for FITRIM
` [PATCH 2/2] iomap: add a merge boundary flag
[PATCH v2 bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
2024-10-17 18:23 UTC (6+ messages)
[PATCH v3 0/5] Store overlay real upper file in ovl_file
2024-10-17 18:13 UTC (5+ messages)
[REGRESSION] 9pfs issues on 6.12-rc1
2024-10-17 18:00 UTC (5+ messages)
[PATCH RFC v2 0/2] arm64: Add infrastructure for use of AT_HWCAP3
2024-10-17 17:58 UTC (2+ messages)
[PATCH bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
2024-10-17 17:41 UTC (5+ messages)
9pfs regression since 6.12-rc1
2024-10-17 17:08 UTC
[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-next 0/2] security.bpf xattr name prefix
2024-10-17 15:03 UTC (9+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names
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