messages from 2024-10-24 17:21:31 to 2024-10-26 06:26:10 UTC [more...]
[PATCH v1 0/6] memcg-v1: fully deprecate charge moving
2024-10-26 6:26 UTC (33+ messages)
` [RFC PATCH 0/3] "
` [RFC PATCH 3/3] memcg-v1: remove memcg move locking code
` [PATCH v1 1/6] memcg-v1: fully deprecate move_charge_at_immigrate
` [PATCH v1 2/6] memcg-v1: remove charge move code
` [PATCH v1 3/6] memcg-v1: no need for memcg locking for dirty tracking
` [PATCH v1 4/6] memcg-v1: no need for memcg locking for writeback tracking
` [PATCH v1 5/6] memcg-v1: no need for memcg locking for MGLRU
` [PATCH v1 6/6] memcg-v1: remove memcg move locking code
[PATCH 0/6] ext4: Add atomic write support for DIO
2024-10-26 4:35 UTC (29+ messages)
` [PATCH 1/6] ext4: Add statx support for atomic writes
` [PATCH 2/6] ext4: Check for atomic writes support in write iter
` [PATCH 3/6] ext4: Support setting FMODE_CAN_ATOMIC_WRITE
` [PATCH 4/6] ext4: Warn if we ever fallback to buffered-io for DIO atomic writes
` [PATCH 5/6] iomap: Lift blocksize restriction on "
` [PATCH 6/6] ext4: Add atomic write support for bigalloc
[PATCH] netfs: Add a check for NULL folioq in netfs_writeback_unlock_folios
2024-10-26 1:01 UTC (3+ messages)
[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
2024-10-26 0:02 UTC (3+ messages)
[PATCH v2 0/3] fs: introduce file_ref_t
2024-10-25 23:55 UTC (4+ messages)
` [PATCH v2 3/3] fs: port files to file_ref
[PATCH v2 0/2] fuse: remove extra page copies in writeback
2024-10-25 22:40 UTC (21+ messages)
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree
[PATCHSET] fsdax/xfs: unshare range fixes for 6.12
2024-10-25 22:24 UTC (3+ messages)
[PATCH v5 0/5] introduce PIDFD_SELF* sentinels
2024-10-25 22:17 UTC (16+ messages)
` [PATCH v5 1/5] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v5 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v5 3/5] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v5 4/5] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v5 5/5] selftests: pidfd: add tests for PIDFD_SELF_*
[PATCH v6 00/33] riscv control-flow integrity for usermode
2024-10-25 21:58 UTC (3+ messages)
` [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
Calculate VIRTQUEUE_NUM in "net/9p/trans_virtio.c" from stack size
2024-10-25 21:52 UTC (2+ messages)
[PATCHv9 0/7] write hints with nvme fdp, scsi streams
2024-10-25 21:36 UTC (6+ messages)
` [PATCHv9 1/7] block: use generic u16 for write hints
` [PATCHv9 2/7] block: introduce max_write_hints queue limit
` [PATCHv9 3/7] block: allow ability to limit partition write hints
` [PATCHv9 4/7] block, fs: add write hint to kiocb
` [PATCHv9 7/7] scsi: set permanent stream count in block limits
[PATCHSET v31.1 1/8] xfs: atomic file content commits
2024-10-25 21:23 UTC (4+ messages)
` [PATCH 1/1] xfs: introduce new file range commit ioctls
[PATCH v2 00/31] netfs: Read performance improvements and "single-blob" support
2024-10-25 20:39 UTC (32+ messages)
` [PATCH v2 01/31] netfs: Remove call to folio_index()
` [PATCH v2 02/31] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v2 03/31] netfs: Remove unnecessary references to pages
` [PATCH v2 04/31] netfs: Use a folio_queue allocation and free functions
` [PATCH v2 05/31] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v2 06/31] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v2 07/31] netfs: Make netfs_advance_write() return size_t
` [PATCH v2 08/31] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v2 09/31] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v2 10/31] netfs: Drop the was_async "
` [PATCH v2 11/31] netfs: Don't use bh spinlock
` [PATCH v2 12/31] afs: Don't use mutex for I/O operation lock
` [PATCH v2 13/31] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v2 14/31] afs: Fix directory format encoding struct
` [PATCH v2 15/31] netfs: Remove some extraneous directory invalidations
` [PATCH v2 16/31] cachefiles: Add some subrequest tracepoints
` [PATCH v2 17/31] cachefiles: Add auxiliary data trace
` [PATCH v2 18/31] afs: Add more tracepoints to do with tracking validity
` [PATCH v2 19/31] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v2 20/31] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v2 21/31] afs: Make afs_init_request() get a key if not given a file
` [PATCH v2 22/31] afs: Use netfslib for directories
` [PATCH v2 23/31] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v2 24/31] afs: Eliminate afs_read
` [PATCH v2 25/31] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v2 26/31] netfs: Change the read result collector to only use one work item
` [PATCH v2 27/31] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v2 28/31] afs: Use the contained hashtable to search a directory
` [PATCH v2 29/31] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v2 30/31] afs: Add a tracepoint for afs_read_receive()
` [PATCH v2 31/31] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
[GIT PULL] fuse fixes for 6.12-rc5
2024-10-25 19:18 UTC (2+ messages)
[PATCH v2 00/10] Convert ecryptfs to use folios
2024-10-25 19:08 UTC (11+ messages)
` [PATCH v2 01/10] ecryptfs: Convert ecryptfs_writepage() to ecryptfs_writepages()
` [PATCH v2 02/10] ecryptfs: Use a folio throughout ecryptfs_read_folio()
` [PATCH v2 03/10] ecryptfs: Convert ecryptfs_copy_up_encrypted_with_header() to take a folio
` [PATCH v2 04/10] ecryptfs: Convert ecryptfs_read_lower_page_segment() "
` [PATCH v2 05/10] ecryptfs: Convert ecryptfs_write() to use "
` [PATCH v2 06/10] ecryptfs: Convert ecryptfs_write_lower_page_segment() to take "
` [PATCH v2 07/10] ecryptfs: Convert ecryptfs_encrypt_page() "
` [PATCH v2 08/10] ecryptfs: Convert ecryptfs_decrypt_page() "
` [PATCH v2 09/10] ecryptfs: Convert lower_offset_for_page() "
` [PATCH v2 10/10] ecryptfs: Pass the folio index to crypt_extent()
[PATCH 00/10] Convert ecryptfs to use folios
2024-10-25 18:50 UTC (7+ messages)
` [PATCH 01/10] ecryptfs: Convert ecryptfs_writepage() to ecryptfs_writepages()
` [PATCH 02/10] ecryptfs: Use a folio throughout ecryptfs_read_folio()
[PATCH] xfs: Do not fallback to buffered-io for DIO atomic write
2024-10-25 18:31 UTC (2+ messages)
[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
2024-10-25 17:49 UTC (2+ messages)
[PATCH] iomap: elide zero range flush from partial eof zeroing
2024-10-25 16:49 UTC (5+ messages)
[REGRESSION] generic/564 is failing in fs-next
2024-10-25 15:18 UTC (6+ messages)
[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
2024-10-25 15:11 UTC (12+ messages)
` [PATCH v1 01/11] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v1 02/11] fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened
` [PATCH v1 04/11] fs/proc/vmcore: move vmcore definitions from kcore.h to crash_dump.h
` [PATCH v1 05/11] fs/proc/vmcore: factor out allocating a vmcore memory node
` [PATCH v1 06/11] fs/proc/vmcore: factor out freeing a list of vmcore ranges
` [PATCH v1 07/11] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel
` [PATCH v1 08/11] virtio-mem: mark device ready before registering callbacks in kdump mode
` [PATCH v1 09/11] virtio-mem: remember usable region size
` [PATCH v1 10/11] virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM
` [PATCH v1 11/11] s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM)
[PATCH v2] ovl: replace dget/dput with d_drop in ovl_cleanup()
2024-10-25 15:01 UTC
[PATCH 00/10] fanotify: add pre-content hooks
2024-10-25 13:39 UTC (7+ messages)
` [PATCH 02/10] fsnotify: introduce pre-content permission event
[RFC PATCH 02/13] x86/um: nommu: elf loader for fdpic
2024-10-25 12:54 UTC (3+ messages)
[PATCH RESEND] filemap: Fix bounds checking in filemap_read()
2024-10-25 12:32 UTC
[PATCHv8 0/6] write hints for nvme fdp
2024-10-25 12:20 UTC (5+ messages)
` [PATCHv8 2/6] block: use generic u16 for write hints
[PATCH v4 4/4] selftests: pidfd: add tests for PIDFD_SELF_*
2024-10-25 8:48 UTC (3+ messages)
[PATCH] selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run
2024-10-25 8:08 UTC (3+ messages)
[PATCH v2 0/2] Miscdevices in Rust
2024-10-25 7:57 UTC (4+ messages)
` [PATCH v2 1/2] rust: types: add Opaque::try_ffi_init
[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
2024-10-25 4:35 UTC (7+ messages)
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages
[syzbot] [v9fs?] INFO: rcu detected stall in sys_mount (7)
2024-10-25 1:14 UTC (2+ messages)
` [syzbot] [fs] "
[Resend PATCHv3 1/1] fs: ext4: Don't use CMA for buffer_head
2024-10-25 0:41 UTC
[PATCH] pidfd: add ioctl to retrieve pid info
2024-10-24 23:31 UTC (4+ messages)
[PATCH net-next v2 0/6] Suspend IRQs during application busy periods
2024-10-24 23:05 UTC (2+ messages)
v6.12-rc workqueue lockups
2024-10-24 22:23 UTC (5+ messages)
[GIT PULL] bcachefs fixes for 6.12-rc5
2024-10-24 22:19 UTC (8+ messages)
[PATCH v3] XArray: minor documentation improvements
2024-10-24 19:52 UTC (6+ messages)
` [PATCH v4] "
[PATCH v3 00/13] fuse: use folios instead of pages for requests
2024-10-24 17:18 UTC (10+ messages)
` [PATCH v3 05/13] fuse: convert readdir to use folios
` [PATCH v3 06/13] fuse: convert reads "
` [PATCH v3 07/13] fuse: convert writes (non-writeback) "
` [PATCH v3 08/13] fuse: convert ioctls "
` [PATCH v3 09/13] fuse: convert retrieves "
` [PATCH v3 10/13] fuse: convert writebacks "
` [PATCH v3 11/13] mm/writeback: add folio_mark_dirty_lock()
` [PATCH v3 12/13] fuse: convert direct io to use folios
` [PATCH v3 13/13] fuse: remove pages for requests and exclusively "
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