messages from 2022-02-24 17:46:32 to 2022-02-28 11:09:07 UTC [more...]
[PATCH 0/6] Remove usage of list iterator past the loop body
2022-02-28 11:08 UTC (3+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 3/6] treewide: fix incorrect use to determine if list is empty
[PATCH] exfat: do not clear VolumeDirty in writeback
2022-02-28 10:51 UTC (5+ messages)
regression: Bug 215601 - gcc segv at startup on ia64
2022-02-28 10:46 UTC (11+ messages)
[PATCH 00/16] DEPT(Dependency Tracker)
2022-02-28 10:14 UTC (10+ messages)
` Report 1 in ext4 and journal based on v5.17-rc1
` Report 2 "
[PATCH v3 00/21] DEPT(Dependency Tracker)
2022-02-28 9:57 UTC (22+ messages)
` [PATCH v3 01/21] llist: Move llist_{head,node} definition to types.h
` [PATCH v3 02/21] dept: Implement Dept(Dependency Tracker)
` [PATCH v3 03/21] dept: Embed Dept data in Lockdep
` [PATCH v3 04/21] dept: Add a API for skipping dependency check temporarily
` [PATCH v3 05/21] dept: Apply Dept to spinlock
` [PATCH v3 06/21] dept: Apply Dept to mutex families
` [PATCH v3 07/21] dept: Apply Dept to rwlock
` [PATCH v3 08/21] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH v3 09/21] dept: Apply Dept to seqlock
` [PATCH v3 10/21] dept: Apply Dept to rwsem
` [PATCH v3 11/21] dept: Add proc knobs to show stats and dependency graph
` [PATCH v3 12/21] dept: Introduce split map concept and new APIs for them
` [PATCH v3 13/21] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH v3 14/21] dept: Apply SDT to swait
` [PATCH v3 15/21] dept: Apply SDT to wait(waitqueue)
` [PATCH v3 16/21] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v3 17/21] dept: Distinguish each syscall context from another
` [PATCH v3 18/21] dept: Distinguish each work "
` [PATCH v3 19/21] dept: Disable Dept within the wait_bit layer by default
` [PATCH v3 20/21] dept: Add nocheck version of init_completion()
` [PATCH v3 21/21] dept: Disable Dept on struct crypto_larval's completion for now
[PATCH v3 0/6] Fix some bugs related to ramp and dax
2022-02-28 6:35 UTC (7+ messages)
` [PATCH v3 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v3 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v3 3/6] mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
` [PATCH v3 4/6] mm: pvmw: add support for walking devmap pages
` [PATCH v3 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v3 6/6] mm: remove range parameter from follow_invalidate_pte()
[LSF/MM/BPF TOPIC] Enabling change notification for network and cluster fs
2022-02-28 5:42 UTC (11+ messages)
` [Lsf-pc] "
[PATCH 00/11] Remove remaining parts of congestion tracking code
2022-02-28 5:19 UTC (10+ messages)
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
[PATCH 0/6] block, fs: convert most Direct IO cases to FOLL_PIN
2022-02-28 3:29 UTC (16+ messages)
` [PATCH 1/6] mm/gup: introduce pin_user_page()
` [PATCH 2/6] iov_iter: new iov_iter_pin_pages*(), for FOLL_PIN pages
` [PATCH 3/6] block, fs: assert that key paths use iovecs, and nothing else
` [PATCH 4/6] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH 5/6] NFS: direct-io: convert to FOLL_PIN pages
` [PATCH 6/6] fuse: convert direct IO paths to use FOLL_PIN
[PATCH sysctl-next] kernel/kexec_core: move kexec_core sysctls into its own file
2022-02-28 3:18 UTC (8+ messages)
[PATCH 1/2] Convert NFS from readpages to readahead
2022-02-28 1:29 UTC (6+ messages)
[PATCH/RFC] VFS: support parallel updates in the one directory
2022-02-28 0:55 UTC (5+ messages)
[PATCH] fs/proc: optimize exactly register one ctl_table
2022-02-27 21:26 UTC (2+ messages)
[RFC 0/9] ext4: Improve FC trace events and discuss one FC failure
2022-02-27 20:51 UTC (27+ messages)
` [RFC 1/9] ext4: Remove unused enum EXT4_FC_COMMIT_FAILED
` [RFC 2/9] ext4: Fix ext4_fc_stats trace point
` [RFC 4/9] ext4: Do not call FC trace event if FS does not support FC
` [RFC 5/9] ext4: Add commit_tid info in jbd debug log
` [RFC 6/9] ext4: Add commit tid info in ext4_fc_commit_start/stop trace events
` [RFC 7/9] ext4: Fix remaining two trace events to use same printk convention
` [RFC 8/9] ext4: Convert ext4_fc_track_dentry type events to use event class
` [RFC 9/9] ext4: fast_commit missing tracking updates to a file
` [External] "
[PATCHv2 0/1] ext4: Performance scalability improvement with fast_commit
2022-02-27 18:26 UTC (3+ messages)
` [PATCHv2 1/1] ext4: Improve fast_commit performance and scalability
[PATCH v11 0/8] fsdax: introduce fs query to support reflink
2022-02-27 15:57 UTC (13+ messages)
` [PATCH v11 1/8] dax: Introduce holder for dax_device
` [PATCH v11 2/8] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v11 3/8] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v11 4/8] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v11 5/8] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v11 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v11 7/8] xfs: Implement ->notify_failure() for XFS
` [PATCH v11 8/8] fsdax: set a CoW flag when associate reflink mappings
[PATCH] direct-io: prevent possible race condition on bio_list
2022-02-26 22:29 UTC (3+ messages)
[PATCH v2 10/11] fs/drop_caches: move drop_caches sysctls to its own file
2022-02-26 21:02 UTC (2+ messages)
[PATCH 10/11] fs/drop_caches: move drop_caches sysctls to its own file
2022-02-26 21:00 UTC (4+ messages)
[PATCH v3 1/2] fs/proc: Optimize arrays defined by struct ctl_path
2022-02-26 20:57 UTC (4+ messages)
` [PATCH v3 2/2] "
[PATCH v2 sysctl-next] ftrace: move sysctl_ftrace_enabled to ftrace.c
2022-02-26 20:35 UTC (2+ messages)
[PATCH v4 0/1] io-uring: Make statx api stable
2022-02-26 20:01 UTC (4+ messages)
` [PATCH v4 1/1] io-uring: Make statx API stable
[ANNOUNCE] util-linux v2.38-rc1
2022-02-26 19:27 UTC (4+ messages)
[GIT PULL] xfs: fixes for 5.17-rc6
2022-02-26 19:08 UTC (2+ messages)
simple file system cleanups for the new bio_alloc calling conventions
2022-02-26 14:18 UTC (4+ messages)
` [PATCH 2/3] ext4: pass the operation to bio_alloc
[PATCH v2] ksmbd: fix racy issue from using ->d_parent and ->d_name
2022-02-26 13:09 UTC (4+ messages)
[PATCH] afs: Enable multipage folio support
2022-02-26 7:37 UTC (2+ messages)
[REPORT] kernel BUG at fs/ext4/inode.c:2620 - page_buffers()
2022-02-26 2:55 UTC (11+ messages)
` [PATCH -v2] ext4: don't BUG if kernel subsystems dirty pages without asking ext4 first
` [PATCH -v3] "
mmotm 2022-02-23-21-20 uploaded
2022-02-26 1:43 UTC (10+ messages)
` mmotm 2022-02-23-21-20 uploaded (iwlwifi + rfkill)
` mmotm 2022-02-23-21-20 uploaded (kernel/sched/rt.c)
` mmotm 2022-02-23-21-20 uploaded [drivers/scsi/hisi_sas/hisi_sas_main.ko]
` mmotm 2022-02-23-21-20 uploaded [drivers/net/wireless/intel/iwlwifi/iwlwifi.ko][2]
[PATCH v3 0/2] io-uring: Make statx api stable
2022-02-26 1:22 UTC (6+ messages)
Is it time to remove reiserfs?
2022-02-26 0:00 UTC (9+ messages)
[PATCH/RFC] VFS: support parallel updates in the one directory
2022-02-25 23:07 UTC (7+ messages)
[RFC PATCH 0/7] block, fs: convert Direct IO to FOLL_PIN
2022-02-25 22:20 UTC (15+ messages)
` [RFC PATCH 1/7] mm/gup: introduce pin_user_page()
` [RFC PATCH 2/7] block: add dio_w_*() wrappers for pin, unpin user pages
` [RFC PATCH 3/7] block, fs: assert that key paths use iovecs, and nothing else
` [RFC PATCH 4/7] block, bio, fs: initial pin_user_pages_fast() changes
` [RFC PATCH 5/7] NFS: direct-io: convert to FOLL_PIN pages
` [RFC PATCH 6/7] fuse: convert direct IO paths to use FOLL_PIN
` [RFC PATCH 7/7] block, direct-io: flip the switch: use pin_user_pages_fast()
[PATCH] userfaultfd, capability: introduce CAP_USERFAULTFD
2022-02-25 20:10 UTC (8+ messages)
[PATCH 1/4] include/pipe_fs_i.h: add missing #includes
2022-02-25 18:54 UTC (4+ messages)
` [PATCH 2/4] fs/pipe: remove duplicate "offset" initializer
` [PATCH 3/4] fs/pipe: remove unnecessary "buf" initializer
` [PATCH 4/4] pipe_fs_i.h: add pipe_buf_init()
[LSF/MM/PPF TOPIC] PKS for the page cache and beyond
2022-02-25 16:45 UTC (2+ messages)
` [LSF/MM/BPF "
[PATCH 00/56] Filesystem folio conversions for 5.18
2022-02-25 14:52 UTC (3+ messages)
[PATCH v2] reiserfs: Deprecate reiserfs
2022-02-25 12:54 UTC
[REMINDER] LSF/MM/BPF: 2022: Call for Proposals
2022-02-25 12:52 UTC (2+ messages)
[PATCH] reiserfs: Deprecate reiserfs
2022-02-25 12:52 UTC (3+ messages)
[PATCH v2] vboxsf: Remove redundant assignment to out_len
2022-02-25 9:24 UTC (2+ messages)
[RFC PATCH 0/3] NVMe copy offload patches
2022-02-25 9:12 UTC (6+ messages)
` [PATCH v2 00/10] Add Copy offload support
` [PATCH v2 08/10] dm: Add support for copy offload
Napływ Klientów ze strony
2022-02-25 8:40 UTC
[PATCH v3 0/3] Convert vmcore to use an iov_iter
2022-02-25 8:28 UTC (3+ messages)
mmotm 2022-02-24-22-38 uploaded
2022-02-25 6:39 UTC
[PATCH v3 00/10] Add Copy offload support
2022-02-24 12:26 UTC (11+ messages)
` [PATCH v3 02/10] block: Introduce queue limits for copy-offload support
` [PATCH v3 08/10] dm: Add support for copy offload
[PATCH 00/10] Various fixes around invalidate_page()
2022-02-25 3:27 UTC (4+ messages)
` [PATCH 04/10] mm/truncate: Replace page_mapped() call in invalidate_inode_page()
[PATCH] fs/proc: Optimize arrays defined by struct ctl_path
2022-02-25 3:06 UTC (2+ messages)
` [fs/proc] 99f251040f: BUG:KASAN:global-out-of-bounds_in__register_sysctl_paths
[PATCH][linux-next] fs: Fix lookup_flags in vfs_statx()
2022-02-25 1:37 UTC (3+ messages)
[next] LTP: readahead02.c:295: TFAIL: readahead failed to save any I/O
2022-02-24 19:40 UTC (2+ messages)
[PATCH v3 0/2] btrfs: zoned: mark relocation as writing
2022-02-24 19:12 UTC (5+ messages)
` [PATCH v3 2/2] "
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).