messages from 2023-01-10 02:38:05 to 2023-01-12 15:13:15 UTC [more...]
[PATCH v5 0/9] iov_iter: Add extraction helpers
2023-01-12 15:02 UTC (22+ messages)
` [PATCH v5 1/9] iov_iter: Change the direction macros into an enum
` [PATCH v5 2/9] iov_iter: Use the direction in the iterator functions
` [PATCH v5 3/9] iov_iter: Use IOCB/IOMAP_WRITE if available rather than iterator direction
` [PATCH v5 4/9] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v5 5/9] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH v5 6/9] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH v5 7/9] bio: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning
` [PATCH v5 8/9] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate
` [PATCH v5 9/9] bio: Fix bio_flagged() so that it can be combined
[PATCH v6 0/9] Implement copy offload support
2023-01-12 14:48 UTC (12+ messages)
` [PATCH v6 1/9] block: Introduce queue limits for copy-offload support
` [PATCH v6 2/9] block: Add copy offload support infrastructure
` [PATCH v6 3/9] block: add emulation for copy
` [PATCH v6 4/9] block: Introduce a new ioctl "
` [PATCH v6 5/9] nvme: add copy offload support
` [PATCH v6 6/9] nvmet: add copy command support for bdev and file ns
` [PATCH v6 7/9] dm: Add support for copy offload
` [PATCH v6 9/9] dm kcopyd: use copy offload support
[PATCH v2] exfat: handle unreconized benign secondary entries
2023-01-12 14:05 UTC
consolidate btrfs checksumming, repair and bio splitting v3
2023-01-12 14:01 UTC (23+ messages)
` [PATCH 01/19] block: export bio_split_rw
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 03/19] btrfs: remove the submit_bio_start helpers
` [PATCH 04/19] btrfs: simplify the btrfs_csum_one_bio calling convention
` [PATCH 05/19] btrfs: handle checksum generation in the storage layer
` [PATCH 06/19] btrfs: handle recording of zoned writes "
` [PATCH 07/19] btrfs: support cloned bios in btree_csum_one_bio
` [PATCH 08/19] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 09/19] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 10/19] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 11/19] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 12/19] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 13/19] btrfs: remove struct btrfs_io_geometry
` [PATCH 14/19] btrfs: remove submit_encoded_read_bio
` [PATCH 15/19] btrfs: remove the fs_info argument to btrfs_submit_bio
` [PATCH 16/19] btrfs: remove now spurious bio submission helpers
` [PATCH 17/19] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 18/19] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 19/19] iomap: remove IOMAP_F_ZONE_APPEND
[RFC 0/3] Shut down frozen filesystems on last unmount
2023-01-12 12:25 UTC (2+ messages)
[PATCH 00/12] Start converting buffer_heads to use folios
2023-01-12 12:01 UTC (2+ messages)
[PATCH] exfat: handle unreconized benign secondary entries
2023-01-12 11:15 UTC (3+ messages)
[PATCH v5 00/23] Convert to filemap_get_folios_tag()
2023-01-12 10:17 UTC (3+ messages)
` [PATCH v5 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
` [f2fs-dev] "
[syzbot] [vfs?] KASAN: use-after-free Write in pipe_poll
2023-01-12 10:13 UTC
Słowa kluczowe do wypozycjonowania
2023-01-12 9:00 UTC
Silikonmischungen
2023-01-12 8:31 UTC
[RFC v6 04/10] iomap: Add iomap_get_folio helper
2023-01-12 8:41 UTC (17+ messages)
` [RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
` [RFC v6 06/10] iomap: Add __iomap_get_folio helper
` [RFC v6 08/10] iomap/xfs: Eliminate the iomap_valid handler
[PATCH 00/11] Remove AS_EIO and AS_ENOSPC
2023-01-12 8:31 UTC (4+ messages)
` [PATCH 01/11] memory-failure: Remove comment referencing AS_EIO
[PATCH 0/7] Reduce zonefs memory usage
2023-01-12 8:26 UTC (14+ messages)
` [PATCH 1/7] zonefs: Detect append writes at invalid locations
` [PATCH 2/7] zonefs: Reorganize code
` [PATCH 3/7] zonefs: Simplify IO error handling
` [PATCH 4/7] zonefs: Reduce struct zonefs_inode_info size
` [PATCH 5/7] zonefs: Separate zone information from inode information
` [PATCH 6/7] zonefs: Dynamically create file inodes when needed
` [PATCH 7/7] zonefs: Cache zone group directory inodes
remove write_one_page / folio_write_one
2023-01-12 8:02 UTC (18+ messages)
` [PATCH 3/7] minix: don't flush page immediately for DIRSYNC directories
` [PATCH 4/7] sysv: "
` [PATCH 6/7] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page
` [Ocfs2-devel] "
[PATCH] freevxfs: fix kernel-doc warnings
2023-01-12 7:57 UTC (2+ messages)
[PATCH] proc: remove mark_inode_dirty() in proc_notify_change()
2023-01-12 3:27 UTC
[PATCH v5 3/8] proc: Use lsmids instead of lsm names for attrs
2023-01-12 0:37 UTC (3+ messages)
[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
2023-01-12 0:29 UTC (14+ messages)
` [PATCH 02/14] xfs: document the general theory underlying online fsck design
` [PATCH 01/14] xfs: document the motivation for "
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
[PATCH RESEND v3] nsfs: add compat ioctl handler
2023-01-11 20:45 UTC (2+ messages)
[PATCH] aio: fix mremap after fork null-deref
2023-01-11 20:16 UTC (4+ messages)
[PATCH v4] kernel/watch_queue: NULL the dangling *pipe, and use it for clear check
2023-01-11 18:20 UTC (4+ messages)
[PATCH RESEND] nsfs: add compat ioctl handler
2023-01-11 16:54 UTC (2+ messages)
[PATCH v2] fs/aio: Replace kmap{,_atomic}() with kmap_local_page()
2023-01-11 16:29 UTC (6+ messages)
[PATCH v3 1/2] include/linux/watch_queue: Improve documentation
2023-01-11 15:50 UTC (6+ messages)
` [PATCH v3 0/2] watch_queue: Clean up some code
[PATCH v2] filelock: move file locking definitions to separate header file
2023-01-11 11:29 UTC (6+ messages)
[PATCH] fs/pipe: Delete unused do_pipe_flags()
2023-01-11 10:26 UTC (4+ messages)
[PATCH v4 7/7] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate
2023-01-11 9:58 UTC (12+ messages)
` [PATCH v4 0/7] iov_iter: Add extraction helpers
[PATCH] fs: remove locks_inode
2023-01-11 9:44 UTC (6+ messages)
[PATCH] proc: introduce proc_statfs()
2023-01-11 9:20 UTC (3+ messages)
[PATCH] proc: fix to check name length in proc_lookup_de()
2023-01-11 9:13 UTC (3+ messages)
[PATCH v2 0/7] erofs: support page cache sharing between EROFS images in fscache mode
2023-01-11 8:31 UTC (8+ messages)
` [PATCH v2 1/7] erofs: remove unused device mapping in the meta routine
` [PATCH v2 2/7] erofs: unify anonymous inodes for blob
` [PATCH v2 3/7] erofs: allocate anonymous file of blob for page cache sharing
` [PATCH v2 4/7] erofs: implement .read_iter "
` [PATCH v2 5/7] erofs: implement .mmap "
` [PATCH v2 6/7] erofs: add helper checking if page cache sharing shall be enabled
` [PATCH v2 7/7] erofs: introduce 'sharecache' mount option
[syzbot] WARNING in path_openat
2023-01-11 7:15 UTC (2+ messages)
` [syzbot] [vfs?] [ntfs3?] "
[PATCH V4 0/5] Introduce daemon failover mechanism to recover from crashing
2023-01-11 5:25 UTC (6+ messages)
` [PATCH V4 1/5] cachefiles: introduce object ondemand state
` [PATCH V4 2/5] cachefiles: extract ondemand info field from cachefiles_object
` [PATCH V4 3/5] cachefiles: resend an open request if the read request's object is closed
` [PATCH V4 4/5] cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
` [PATCH V4 5/5] cachefiles: add restore command to recover inflight ondemand read requests
[PATCH v2 0/4] fs/sysv: Replace kmap() with kmap_local_page()
2023-01-11 2:34 UTC (3+ messages)
` [PATCH v2 2/4] fs/sysv: Change the signature of dir_get_page()
Do I really need to add mount2 and umount3 syscalls for some crazy experiment
2023-01-11 0:45 UTC (3+ messages)
[RFC 0/3] fs: kill old ms_* flags for internal sb
2023-01-10 23:54 UTC (7+ messages)
` [RFC 1/3] apparmor: use SB_* flags for private sb flags
` [RFC 2/3] fs: use SB_NOUSER on path_mount() instead of deprecated MS_NOUSER
` [RFC 3/3] fs: remove old MS_* internal flags for the superblock
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-10 22:51 UTC (7+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
[PATCH v5 0/9] Turn iomap_page_ops into iomap_folio_ops
2023-01-10 21:56 UTC (7+ messages)
` [PATCH v5 7/9] iomap/xfs: Eliminate the iomap_valid handler
[PATCH 1/5] fs: ext4: initialize fsdata in pagecache_write()
2023-01-10 18:42 UTC (6+ messages)
` [PATCH 2/5] fs: affs: initialize fsdata in affs_truncate()
[PATCH v5 0/3] fanotify: Allow user space to pass back additional audit info
2023-01-10 18:32 UTC (6+ messages)
` [PATCH v5 3/3] fanotify,audit: Allow audit to use the full permission event response
` [PATCH v5 3/3] fanotify, audit: "
[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Read in filemap_get_read_batch
2023-01-10 17:21 UTC
[PATCH RFC 0/6] Composefs: an opportunistically sharing verified image filesystem
2023-01-10 16:41 UTC (10+ messages)
` [PATCH 2/6] composefs: Add on-disk layout
` [PATCH 3/6] composefs: Add descriptor parsing code
` [PATCH 4/6] composefs: Add filesystem implementation
[PATCH] maple_tree: remove the parameter entry of mas_preallocate
2023-01-10 15:42 UTC
[RFC PATCH 0/3] fs: nls: Simplification of ASCII and ISO-8859-1
2023-01-10 9:23 UTC (4+ messages)
` [RFC PATCH 3/3] nls: Replace default nls table by correct iso8859-1 table
[RFC PATCH v2 00/18] fs: Remove usage of broken nls_utf8 and drop it
2023-01-10 9:17 UTC (3+ messages)
` [RFC PATCH v2 01/18] fat: Fix iocharset=utf8 mount option
[PATCH RFC] mm: implement granular soft-dirty vma support
2023-01-10 5:49 UTC (3+ messages)
[PATCH v2 00/11] fsverity: support for non-4K pages
2023-01-10 3:10 UTC (7+ messages)
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()
[PATCH v4 7/7] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate
2023-01-09 17:25 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).