messages from 2023-01-28 17:14:59 to 2023-01-31 13:42:29 UTC [more...]
[GIT PULL] iov_iter: Improve page extraction (pin or just list)
2023-01-31 13:41 UTC (12+ messages)
[PATCH 2/2] docs: filesystems: vfs: actualize struct super_operations description
2023-01-31 12:16 UTC
[PATCH 1/2] docs: filesystems: vfs: actualize struct file_system_type description
2023-01-31 12:15 UTC
[syzbot] [hfsplus?] [udf?] [fat?] [jfs?] [vfs?] [hfs?] [exfat?] [ntfs3?] WARNING in __mpage_writepage
2023-01-31 12:14 UTC (2+ messages)
[PATCH RESEND] pipe: avoid creating empty pipe buffers
2023-01-31 12:11 UTC
replacement i_version counter for xfs
2023-01-31 12:02 UTC (9+ messages)
[PATCH v2 0/8] acl: remove generic posix acl handlers from all xattr handlers
2023-01-31 11:36 UTC (16+ messages)
` [PATCH v2 1/8] fs: don't use IOP_XATTR for posix acls
` [PATCH v2 2/8] xattr: simplify listxattr helpers
` [PATCH v2 3/8] xattr: add listxattr helper
` [PATCH v2 4/8] xattr: remove unused argument
` [PATCH v2 5/8] fs: drop unused posix acl handlers
` [PATCH v2 6/8] fs: simplify ->listxattr() implementation
` [PATCH v2 7/8] reiserfs: rework "
` [PATCH v2 8/8] fs: rename generic posix acl handlers
[syzbot] KASAN: slab-out-of-bounds Read in mi_find_attr
2023-01-31 9:27 UTC
[PATCH v8 0/4] Implement IOCTL to get and/or the clear info about PTEs
2023-01-31 8:40 UTC (15+ messages)
` [PATCH v8 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v8 2/4] userfaultfd: split mwriteprotect_range()
` [PATCH v8 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
[PATCH v9 00/25] DEPT(Dependency Tracker)
2023-01-31 8:39 UTC (26+ messages)
` [PATCH v9 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v9 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v9 03/25] dept: Add single event dependency tracker APIs
` [PATCH v9 04/25] dept: Add lock "
` [PATCH v9 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v9 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v9 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v9 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v9 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v9 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v9 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v9 12/25] dept: Distinguish each syscall context from another
` [PATCH v9 13/25] dept: Distinguish each work "
` [PATCH v9 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v9 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v9 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v9 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v9 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v9 19/25] dept: Apply timeout consideration to swait
` [PATCH v9 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v9 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v9 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v9 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v9 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v9 25/25] dept: Track the potential waits of PG_{locked,writeback}
[PATCH v9 0/3] Implement IOCTL to get and/or the clear info about PTEs
2023-01-31 8:32 UTC (4+ messages)
` [PATCH v9 1/3] userfaultfd: Add UFFD WP Async support
` [PATCH v9 2/3] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
` [PATCH v9 3/3] selftests: vm: add pagemap ioctl tests
[linus:master] [maple_tree] 120b116208: INFO:task_blocked_for_more_than#seconds
2023-01-31 7:18 UTC
add bvec initialization helpers
2023-01-31 6:59 UTC (64+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
` [PATCH 06/23] nvmet: "
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
` [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec
` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
` [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec
` [PATCH 12/23] ceph: use bvec_set_page "
` [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs
` [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec
` [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs
` [PATCH 16/23] orangefs: use bvec_set_{page,folio} "
` [PATCH 17/23] splice: use bvec_set_page to initialize a bvec
` [PATCH 18/23] io_uring: "
` [PATCH 19/23] swap: use bvec_set_page to initialize bvecs
` [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
` [PATCH 22/23] vring: use bvec_set_page to initialize a bvec
` [PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs
[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
2023-01-31 6:11 UTC (3+ messages)
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
[PATCH] udf: Reserve bits for Bitmap Descriptor buffers
2023-01-31 1:40 UTC
[GIT PULL] fscache: Fix incorrect mixing of wake/wait and missing barriers
2023-01-31 1:38 UTC (2+ messages)
[RFCv2 0/3] iomap: Add support for subpage dirty state tracking to improve write performance
2023-01-30 22:24 UTC (17+ messages)
` [RFCv2 1/3] iomap: Move creation of iomap_page early in __iomap_write_begin
` [RFCv2 2/3] iomap: Change uptodate variable name to state
` [RFCv2 3/3] iomap: Support subpage size dirty tracking to improve write performance
[syzbot] KASAN: slab-out-of-bounds Read in hfs_cat_keycmp
2023-01-30 21:20 UTC (2+ messages)
[PATCH] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
2023-01-30 19:27 UTC (16+ messages)
` [PATCH] [REGRESSION] "
[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
2023-01-30 17:03 UTC (3+ messages)
` [RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm
[LSF/MM/BPF BoF] Session for Zoned Storage 2023
2023-01-30 11:24 UTC (6+ messages)
` [External] "
[PATCH 2/2] mpage: Convert __mpage_writepage() to use a folio more fully
2023-01-30 11:04 UTC (2+ messages)
[PATCH v3 0/2] Fixes for fscache volume operations
2023-01-30 10:56 UTC (2+ messages)
[PATCH 00/12] acl: remove remaining posix acl handlers
2023-01-30 10:23 UTC (16+ messages)
` [PATCH 01/12] xattr: simplify listxattr helpers
` [PATCH 02/12] xattr, posix acl: add "
` [PATCH 03/12] xattr: remove unused argument
` [PATCH 04/12] fs: drop unused posix acl handlers
` [PATCH 05/12] erofs: drop "
[PATCH v11 0/8] iov_iter: Improve page extraction (pin or just list)
2023-01-30 7:41 UTC (2+ messages)
[PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
2023-01-30 6:04 UTC (3+ messages)
[RFC PATCH RESEND 1/1] fs/namespace: defer free_mount from namespace_unlock
2023-01-30 2:57 UTC (2+ messages)
[PATCH 0/3 v2] NFS: NFSD: Allow crossing mounts when re-exporting
2023-01-30 2:15 UTC (5+ messages)
` [PATCH 2/3] fs: namei: Allow follow_down() to uncover auto mounts
` [PATCH 2/3] "
[PATCH v4 RESEND] fs: coredump: using preprocessor directives for dump_emit_page
2023-01-30 1:33 UTC
[PATCH 1/2] fs: Convert writepage_t callback to pass a folio
2023-01-29 21:33 UTC (3+ messages)
[PATCH] fscrypt: Copy the memcg information to the ciphertext page
2023-01-29 21:26 UTC (3+ messages)
[PATCH 1/2] eventfd: use wait_event_interruptible_locked_irq() helper
2023-01-29 17:47 UTC
[PATCH 2/2] eventfd: support delayed wakeup for non-semaphore eventfd to reduce cpu utilization
2023-01-29 17:47 UTC
[PATCH] proc: remove mark_inode_dirty() in proc_notify_change()
2023-01-29 14:58 UTC (3+ messages)
[PATCH v4] pipe: use __pipe_{lock,unlock} instead of spinlock
2023-01-29 7:33 UTC (2+ messages)
LSF/MM/BPF 2023 IOMAP conversion status update
2023-01-29 5:39 UTC (3+ messages)
LSF/MM/BPF BoF: pains / goods with automation with kdevops
2023-01-29 5:34 UTC
LSF/MM/BPF 2023 BoF: removing kthread freezer next steps
2023-01-29 5:04 UTC
[PATCH v3] pipe: use __pipe_{lock,unlock} instead of spinlock
2023-01-29 2:29 UTC (7+ messages)
[PATCH 03/31] ext4: Convert ext4_bio_write_page() to use a folio
2023-01-28 19:07 UTC (2+ messages)
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).