public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-10 17:59:34 to 2023-01-13 05:28:21 UTC [more...]

[PATCH v5 0/9] iov_iter: Add extraction helpers
 2023-01-13  5:26 UTC  (28+ 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 v2] exfat: handle unreconized benign secondary entries
 2023-01-13  4:35 UTC  (3+ messages)

lockref scalability on x86-64 vs cpu_relax
 2023-01-13  4:15 UTC  (8+ messages)

[PATCH v2 0/2] initialize 'struct hfsplus_inode_info' in hfsplus_iget()
 2023-01-13  3:43 UTC  (2+ messages)

[PATCH v3] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-13  3:19 UTC  (2+ messages)

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-01-13  3:03 UTC  (9+ messages)
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
` [PATCH v5 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v5 14/23] f2fs: Convert f2fs_write_cache_pages() "
  ` [f2fs-dev] "

[syzbot] [ext4?] [vfs?] KASAN: use-after-free Read in signalfd_cleanup
 2023-01-13  2:26 UTC  (4+ messages)
  ` [io_uring] "

[PATCH rcu v2 09/20] fs: Remove CONFIG_SRCU
 2023-01-13  1:10 UTC  (4+ messages)
` [PATCH rcu v2 12/20] fs/notify: Remove "select SRCU"

[RFC PATCH 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-12 22:51 UTC  (4+ messages)
` [PATCH 3/3] prctl,syscall_user_dispatch: add a getter for configuration info

[PATCH v3] coredump: Use vmsplice_to_pipe() for pipes in dump_emit_page()
 2023-01-12 22:43 UTC  (2+ messages)
` [PATCH v3 RESEND] "

[PATCH] proc: remove mark_inode_dirty() in proc_notify_change()
 2023-01-12 22:43 UTC  (2+ messages)

[PATCH] aio: fix mremap after fork null-deref
 2023-01-12 22:09 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] tracing mapped pages for quicker boot performance
 2023-01-12 22:30 UTC  (5+ messages)

[PATCH v2] fs/aio: Replace kmap{,_atomic}() with kmap_local_page()
 2023-01-12 20:42 UTC  (7+ messages)

[PATCH v2 0/4] fs/sysv: Replace kmap() with kmap_local_page()
 2023-01-12 20:15 UTC  (4+ messages)
` [PATCH v2 2/4] fs/sysv: Change the signature of dir_get_page()

[RFC 0/3] Shut down frozen filesystems on last unmount
 2023-01-12 19:07 UTC  (6+ messages)
` [PATCH 2/3] fs: Introduce { freeze, thaw }_active_super functions
` [PATCH 3/3] gfs2: Shut down frozen filesystem on last unmount

[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

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

[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)

[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  (10+ messages)
` [RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops

[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  (9+ messages)
` [PATCH 1/7] zonefs: Detect append writes at invalid locations
` [PATCH 2/7] zonefs: Reorganize code

remove write_one_page / folio_write_one
 2023-01-12  8:02 UTC  (13+ messages)
` [PATCH 3/7] minix: don't flush page immediately for DIRSYNC directories

[PATCH] freevxfs: fix kernel-doc warnings
 2023-01-12  7:57 UTC  (2+ messages)

[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 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 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  (5+ 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

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  (5+ 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  (5+ messages)
` [PATCH v5 3/3] fanotify,audit: Allow audit to use the full permission event response
      ` [PATCH v5 3/3] fanotify, audit: "

[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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox