messages from 2023-01-03 00:36:16 to 2023-01-08 16:57:12 UTC [more...]
remove write_one_page / folio_write_one
2023-01-08 16:56 UTC (2+ messages)
` [PATCH 3/7] minix: don't flush page immediately for DIRSYNC directories
[PATCH] fs/dcache: Remove unneeded math.h and rculist.h includes
2023-01-08 14:01 UTC (2+ messages)
[PATCH] posix_acl: Use try_cmpxchg in get_acl
2023-01-08 11:42 UTC (3+ messages)
[PATCH v3 0/2] watch_queue: Clean up some code
2023-01-08 10:36 UTC (3+ messages)
` [PATCH v3 1/2] include/linux/watch_queue: Improve documentation
` [PATCH v3 2/2] kernel/watch_queue: NULL the dangling *pipe, and use it for clear check
[syzbot] [reiserfs?] WARNING: locking bug in lockref_put_or_lock
2023-01-08 4:51 UTC
[PATCH v2] exfat: fix inode->i_blocks for non-512 byte sector size device
2023-01-08 1:07 UTC (2+ messages)
[PATCH] exfat: redefine DIR_DELETED as the bad cluster number
2023-01-08 1:06 UTC (2+ messages)
[PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
2023-01-07 15:11 UTC (6+ messages)
` [PATCH v5 1/3] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v5 3/3] mm: Make filemap_release_folio() better inform shrink_folio_list()
Rust PROC FILESYSTEM abstractions
2023-01-07 11:02 UTC (4+ messages)
[syzbot] [ntfs3?] kernel panic: stack is corrupted in run_unpack_ex
2023-01-07 8:04 UTC
[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
2023-01-07 5:01 UTC (7+ messages)
` [PATCH 01/14] xfs: document the motivation for online fsck design
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
[PATCH v3] pipe: use __pipe_{lock,unlock} instead of spinlock
2023-01-07 3:31 UTC (5+ messages)
[LSF/MM/BPF BoF] Session for Zoned Storage 2023
2023-01-07 1:56 UTC (5+ messages)
` [External] "
[PATCH v3] pipe: use __pipe_{lock,unlock} instead of spinlock
2023-01-07 1:23 UTC
[PATCH v4 0/7] iov_iter: Add extraction helpers
2023-01-07 0:34 UTC (8+ messages)
` [PATCH v4 1/7] iov_iter: Change the direction macros into an enum
` [PATCH v4 2/7] iov_iter: Use the direction in the iterator functions
` [PATCH v4 3/7] iov_iter: Use IOCB/IOMAP_WRITE if available rather than iterator direction
` [PATCH v4 4/7] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v4 5/7] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH v4 6/7] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH v4 7/7] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate
BUG: core dump in selftest of proc fs
2023-01-06 22:06 UTC (9+ messages)
` [PATCH] proc: fix PIE proc-empty-vm, proc-pid-vm tests
` BUG: assert spuriously fails in selftest/proc/proc-uptime-001.c
[GIT PULL] UDF fixes for 6.2-rc3
2023-01-06 21:19 UTC (2+ messages)
[syzbot] WARNING in walk_component
2023-01-06 16:15 UTC (2+ messages)
` [syzbot] [vfs?] [ntfs3?] [tmpfs?] "
LSF/MM/BPF: 2023: Call for Proposals
2023-01-06 15:50 UTC
[PATCH] Add new open(2) flag - O_EMPTY_PATH
2023-01-06 13:06 UTC (2+ messages)
[RFC PATCH 0/6] erofs: support page cache sharing between EROFS images in fscache mode
2023-01-06 12:53 UTC (7+ messages)
` [RFC PATCH 1/6] erofs: remove unused device mapping in the meta routine
` [RFC PATCH 2/6] erofs: unify anonymous inodes for blob
` [RFC PATCH 3/6] erofs: alloc anonymous file for blob in share domain mode
` [RFC PATCH 4/6] erofs: implement .read_iter for page cache sharing
` [RFC PATCH 5/6] erofs: implement .mmap "
` [RFC PATCH 6/6] erofs: enable page cache sharing in fscache mode
[PATCH RFC 0/6] Composefs: an opportunistically sharing verified image filesystem
2023-01-06 12:18 UTC (7+ messages)
` [PATCH 2/6] composefs: Add on-disk layout
` [PATCH 3/6] composefs: Add descriptor parsing code
` [PATCH 4/6] composefs: Add filesystem implementation
[GIT PULL] udf fixes for 6.2-rc3 and ext2 cleanup
2023-01-06 11:49 UTC (3+ messages)
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-06 9:40 UTC (13+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
[PATCH v3] pipe: use __pipe_{lock,unlock} instead of spinlock
2023-01-06 9:28 UTC
[PATCH] Add new open(2) flag - O_EMPTY_PATH
2023-01-06 9:21 UTC (5+ messages)
` [PATCH v2] "
[PATCH v5 00/23] Convert to filemap_get_folios_tag()
2023-01-06 7:57 UTC (25+ messages)
` [PATCH v5 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v5 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v5 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v5 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v5 05/23] afs: Convert afs_writepages_region() "
` [PATCH v5 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH v5 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH v5 08/23] ceph: Convert ceph_writepages_start() "
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() "
` [PATCH v5 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v5 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v5 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [PATCH v5 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH v5 14/23] f2fs: Convert f2fs_write_cache_pages() "
` [PATCH v5 15/23] f2fs: Convert last_fsync_dnode() "
` [PATCH v5 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [PATCH v5 17/23] gfs2: Convert gfs2_write_cache_jdata() "
` [Cluster-devel] "
` [PATCH v5 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH v5 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH v5 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH v5 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH v5 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH v5 23/23] filemap: Remove find_get_pages_range_tag()
[PATCH v2] pipe: use __pipe_{lock,unlock} instead of spinlock
2023-01-06 7:50 UTC (6+ messages)
[PATCH] fs/coredump: fix a compilation issue
2023-01-06 7:13 UTC
[syzbot] [hfs?] WARNING in hfs_write_inode
2023-01-06 7:09 UTC (13+ messages)
[PATCH mm-unstable v2 1/2] mm: add vma_has_recency()
2023-01-06 4:00 UTC (2+ messages)
[PATCH v2] filelock: move file locking definitions to separate header file
2023-01-05 21:19 UTC
[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
2023-01-05 19:35 UTC (10+ messages)
` [PATCH v2 2/7] dm: Add support for block provisioning
` [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION
[linux-next:master] BUILD REGRESSION cc3c08b41a9c9402ead726ec6deb1217081d0d8b
2023-01-05 15:49 UTC
[PATCH v3] generic: update setgid tests
2023-01-05 14:53 UTC
[PATCH v2 1/1] mm: fix vma->anon_name memory leak for anonymous shmem VMAs
2023-01-05 12:18 UTC (7+ messages)
[PATCH rcu 20/27] fs/notify: Remove "select SRCU"
2023-01-05 11:30 UTC (3+ messages)
` [PATCH rcu 25/27] fs: Remove CONFIG_SRCU
[PATCH v2 00/11] fsverity: support for non-4K pages
2023-01-05 11:24 UTC (4+ messages)
[REGRESSION] XArray commit prevents booting with 6.0-rc1 or later
2023-01-05 8:23 UTC (6+ messages)
[PATCH] filesystems: Simplify if conditional statements
2023-01-05 6:18 UTC
[PATCH v1] exfat: fix inode->i_blocks for non-512 byte sector size device
2023-01-05 2:56 UTC
[PATCH 1/1] mm: fix vma->anon_name memory leak for anonymous shmem VMAs
2023-01-05 0:06 UTC (6+ messages)
[PATCH] xfstests: add fuse support
2023-01-04 19:39 UTC (2+ messages)
[PATCH v2] generic: update setgid tests
2023-01-04 19:38 UTC (4+ messages)
FIDEDUPERANGE claims to succeed for non-identical files
2023-01-04 19:36 UTC (5+ messages)
[PATCH v5 0/9] Turn iomap_page_ops into iomap_folio_ops
2023-01-04 19:08 UTC (20+ messages)
` [PATCH v5 1/9] iomap: Add iomap_put_folio helper
` [PATCH v5 2/9] iomap/gfs2: Unlock and put folio in page_done handler
` [PATCH v5 3/9] iomap: Rename page_done handler to put_folio
` [PATCH v5 4/9] iomap: Add iomap_get_folio helper
` [PATCH v5 5/9] iomap/gfs2: Get page in page_prepare handler
` [PATCH v5 6/9] iomap: Rename page_prepare handler to get_folio
` [PATCH v5 7/9] iomap/xfs: Eliminate the iomap_valid handler
` [PATCH v5 8/9] iomap: Rename page_ops to folio_ops
[PATCH] mm/filemap: fix page end in filemap_get_read_batch
2023-01-04 14:36 UTC (2+ messages)
[PATCH 2/4] fs/sysv: Change the signature of dir_get_page()
2023-01-04 13:02 UTC (3+ messages)
[GIT PULL] acl updates for v6.2
2023-01-04 10:37 UTC (8+ messages)
[RESEND PATCH 0/5] kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info
2023-01-04 9:11 UTC (5+ messages)
` [RESEND PATCH 4/5] kernfs: Replace per-fs rwsem with hashed rwsems
[PATCH] fs: don't allocate blocks beyond EOF from __mpage_writepage
2023-01-04 8:41 UTC (3+ messages)
[syzbot] [ntfs?] BUG: unable to handle kernel paging request in step_into
2023-01-04 8:32 UTC
[PATCH] coredump: Fix a compilation issue with CONFIG_ELF_CORE=n
2023-01-04 7:36 UTC
Separate mailing list (and git and patchwork) for fsverity?
2023-01-04 6:18 UTC (4+ messages)
[f2fs-dev] [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
2023-01-03 20:53 UTC (4+ messages)
` [RFC PATCH] "
[PATCH 0/3 v2] NFS: NFSD: Allow crossing mounts when re-exporting
2023-01-03 16:15 UTC (3+ messages)
` [PATCH 2/3] fs: namei: Allow follow_down() to uncover auto mounts
` [PATCH 2/3] "
[PATCH v5 0/3] fanotify: Allow user space to pass back additional audit info
2023-01-03 12:42 UTC (5+ messages)
` [PATCH v5 2/3] fanotify: define struct members to hold response decision context
[PATCH] selftests/mount_setattr: Remove redefinition of struct mount_attr
2023-01-03 10:27 UTC (2+ messages)
[PATCH] pipe: use __pipe_{lock,unlock} instead of spinlock
2023-01-03 4:40 UTC (3+ messages)
[PATCH] fs/ext4: Replace kmap_atomic() with kmap_local_page()
2023-01-03 4:30 UTC (2+ messages)
[PATCH] fs/ext2: Replace kmap_atomic() with kmap_local_page()
2023-01-03 4:20 UTC (3+ messages)
[PATCH linux-next] swap_state: update shadow_nodes for anonymous page
2023-01-03 1:44 UTC (2+ messages)
[PATCH v5 0/2] ceph: fix the use-after-free bug for file_lock
2023-01-03 0:35 UTC (3+ 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).