messages from 2021-10-21 03:47:22 to 2021-10-22 14:48:26 UTC [more...]
[PATCH v5 0/8] Remove dependency on congestion_wait in mm/
2021-10-22 14:46 UTC (9+ messages)
` [PATCH 1/8] mm/vmscan: Throttle reclaim until some writeback completes if congested
` [PATCH 2/8] mm/vmscan: Throttle reclaim and compaction when too may pages are isolated
` [PATCH 3/8] mm/vmscan: Throttle reclaim when no progress is being made
` [PATCH 4/8] mm/writeback: Throttle based on page writeback instead of congestion
` [PATCH 5/8] mm/page_alloc: Remove the throttling logic from the page allocator
` [PATCH 6/8] mm/vmscan: Centralise timeout values for reclaim_throttle
` [PATCH 7/8] mm/vmscan: Increase the timeout if page reclaim is not making progress
` [PATCH 8/8] mm/vmscan: Delay waking of tasks throttled on NOPROGRESS
Folio discussion recap
2021-10-22 14:40 UTC (25+ messages)
` Folios for 5.15 request - Was: re: Folio discussion recap -
[PATCH v2] fs: replace the ki_complete two integer arguments with a single argument
2021-10-22 14:19 UTC (15+ messages)
[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
2021-10-22 14:13 UTC
[PATCH v4 0/8] Remove dependency on congestion_wait in mm/
2021-10-22 13:17 UTC (11+ messages)
` [PATCH 6/8] mm/vmscan: Centralise timeout values for reclaim_throttle
` [PATCH 7/8] mm/vmscan: Increase the timeout if page reclaim is not making progress
[PATCH v2 00/10] firmware_loader: built-in API and make x86 use it
2021-10-22 12:19 UTC (13+ messages)
` [PATCH v2 01/10] firmware_loader: formalize built-in firmware API
` [PATCH v2 02/10] firmware_loader: remove old DECLARE_BUILTIN_FIRMWARE()
` [PATCH v2 03/10] x86/microcode: Use the firmware_loader built-in API
` [PATCH v2 04/10] firmware_loader: move struct builtin_fw to the only place used
` [PATCH v2 05/10] vmlinux.lds.h: wrap built-in firmware support under FW_LOADER
` [PATCH v2 06/10] x86/build: Tuck away built-in firmware "
` [PATCH v2 07/10] firmware_loader: rename EXTRA_FIRMWARE and EXTRA_FIRMWARE_DIR
` [PATCH v2 08/10] firmware_loader: move builtin build helper to shared library
` [PATCH v2 09/10] test_firmware: move a few test knobs out to its library
` [PATCH v2 10/10] test_firmware: add support for testing built-in firmware
[FUSE]: io_submit() always blocks?
2021-10-22 11:57 UTC (2+ messages)
Readahead for compressed data
2021-10-22 10:40 UTC (14+ messages)
[PATCH v7 05/19] iov_iter: Introduce fault_in_iov_iter_writeable
2021-10-22 9:34 UTC (16+ messages)
` [RFC][arm64] possible infinite loop in btrfs search_ioctl()
Problem with direct IO
2021-10-22 9:31 UTC (7+ messages)
simplify bdi unregistation
2021-10-22 9:02 UTC (11+ messages)
` [PATCH 1/5] mm: export bdi_unregister
` [PATCH 2/5] mtd: call bdi_unregister explicitly
` [PATCH 3/5] fs: explicitly unregister per-superblock BDIs
` [PATCH 4/5] mm: don't automatically unregister bdis
` [PATCH 5/5] mm: simplify bdi refcounting
[RFC 2/3] mm/vmalloc: add support for __GFP_NOFAIL
2021-10-22 8:18 UTC (17+ messages)
[RFC] Optional FUSE flush-on-close
2021-10-22 7:34 UTC (3+ messages)
[PATCH v3 0/3] last batch of add_disk() error handling conversions
2021-10-22 7:21 UTC (7+ messages)
` [PATCH v3 1/3] ataflop: remove ataflop_probe_lock mutex
` [PATCH v3 2/3] block: make __register_blkdev() return an error
` [PATCH v3 3/3] block: add __must_check for *add_disk*() callers
[PATCH v6 0/7] fuse,virtiofs: support per-file DAX
2021-10-22 6:54 UTC (6+ messages)
` [PATCH v6 2/7] fuse: make DAX mount option a tri-state
[PATCH v5 10/15] tools/lib/perf: use TASK_COMM_LEN_16 instead of hard-coded 16
2021-10-22 6:36 UTC (9+ messages)
` [PATCH v5 11/15] tools/bpf/bpftool: "
` [PATCH v5 12/15] tools/perf/test: make perf test adopt to task comm size change
` [PATCH v5 13/15] tools/testing/selftests/bpf: use TASK_COMM_LEN_16 instead of hard-coded 16
` [PATCH v5 14/15] sched.h: extend task comm from 16 to 24 for CONFIG_BASE_FULL
` [PATCH v5 15/15] kernel/kthread: show a warning if kthread's comm is truncated
[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
2021-10-22 6:35 UTC (17+ messages)
` [PATCH v11 04/14] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v11 05/10] btrfs-progs: receive: process encoded_write commands
` [PATCH v11 06/10] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v11 07/10] btrfs-progs: receive: process fallocate commands
` [PATCH v11 08/10] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v11 09/10] btrfs-progs: send: stream v2 ioctl flags
[PATCH v5 00/15] extend task comm from 16 to 24 for CONFIG_BASE_FULL
2021-10-22 6:23 UTC (7+ messages)
` [PATCH v5 03/15] sched.h: introduce TASK_COMM_LEN_16
[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
2021-10-22 5:38 UTC (20+ messages)
` [PATCH 2/6] dax: prepare dax_direct_access() API with DAXDEV_F_RECOVERY flag
` [PATCH 3/6] pmem: pmem_dax_direct_access() to honor the "
` [PATCH 4/6] dm,dax,pmem: prepare dax_copy_to/from_iter() APIs with DAXDEV_F_RECOVERY
` correction: "
` [PATCH 5/6] dax,pmem: Add data recovery feature to pmem_copy_to/from_iter()
` [dm-devel] [PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
[PATCH] selftests: proc: Make sure wchan works when it exists
2021-10-22 3:35 UTC (8+ messages)
[PATCH bpf-next v2 1/3] libfs: support RENAME_EXCHANGE in simple_rename()
2021-10-22 0:34 UTC (2+ messages)
[PATCH 2/6] MM: improve documentation for __GFP_NOFAIL
2021-10-22 0:09 UTC (12+ messages)
[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
2021-10-22 0:05 UTC (12+ messages)
[PATCH 00/67] fscache: Rewrite index API and management system
2021-10-21 23:43 UTC (5+ messages)
[RFC PATCH] fs/namespace: use percpu_rw_semaphore for writer holding
2021-10-21 22:01 UTC
[PATCH v3 00/13] ext4: new mount API conversion
2021-10-21 19:57 UTC (15+ messages)
` [PATCH v3 01/13] fs_parse: allow parameter value to be empty
` [PATCH v3 02/13] ext4: Add fs parameter specifications for mount options
` [PATCH v3 03/13] ext4: move option validation to a separate function
` [PATCH v3 04/13] ext4: Change handle_mount_opt() to use fs_parameter
` [PATCH v3 05/13] ext4: Allow sb to be NULL in ext4_msg()
` [PATCH v3 06/13] ext4: move quota configuration out of handle_mount_opt()
` [PATCH v3 07/13] ext4: check ext2/3 compatibility outside handle_mount_opt()
` [PATCH v3 08/13] ext4: get rid of super block and sbi from handle_mount_ops()
` [PATCH v3 09/13] ext4: Completely separate options parsing and sb setup
` [PATCH v3 10/13] ext4: clean up return values in handle_mount_opt()
` [PATCH v3 11/13] ext4: change token2str() to use ext4_param_specs
` [PATCH v3 12/13] ext4: switch to the new mount api
` [PATCH v3 13/13] ext4: Remove unused match_table_t tokens
[PATCH v8 00/32] file system-wide error monitoring
2021-10-21 19:29 UTC (6+ messages)
` [PATCH v8 20/32] fanotify: Dynamically resize the FAN_FS_ERROR pool
[RFC 0/5] kernel: Introduce CPU Namespace
2021-10-21 17:15 UTC (11+ messages)
[PATCH] fs: kill unused ret2 argument from iocb->ki_complete()
2021-10-21 16:56 UTC (6+ messages)
[PATCH 1/2] fs: bdev: fix conflicting comment from lookup_bdev
2021-10-21 14:35 UTC (6+ messages)
` [PATCH 2/2] scsi: bsg: fix errno when scsi_bsg_register_queue fails
Turn off readahead completely
2021-10-21 13:27 UTC (2+ messages)
[syzbot] general protection fault in fuse_test_super
2021-10-21 9:30 UTC (3+ messages)
[PATCH v8 00/17] gfs2: Fix mmap + page fault deadlocks
2021-10-21 6:19 UTC (6+ messages)
[v5 PATCH 0/6] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
2021-10-21 6:19 UTC (3+ messages)
` [v5 PATCH 3/6] mm: filemap: coding style cleanup for filemap_map_pmd()
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).