public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-19 08:13:26 to 2025-12-23 00:38:33 UTC [more...]

re-enable IOCB_NOWAIT writes to files v4
 2025-12-23  0:37 UTC  (6+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] fs: exit early in generic_update_time when there is no work
` [PATCH 04/11] fs: delay the actual timestamp updates in inode_update_timestamps
` [PATCH 05/11] fs: return I_DIRTY_* and allow error returns from inode_update_timestamps

[PATCH v3 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2025-12-23  0:35 UTC  (26+ messages)
` [PATCH v3 01/25] io_uring/kbuf: refactor io_buf_pbuf_register() logic into generic helpers
` [PATCH v3 02/25] io_uring/kbuf: rename io_unregister_pbuf_ring() to io_unregister_buf_ring()
` [PATCH v3 03/25] io_uring/kbuf: add support for kernel-managed buffer rings
` [PATCH v3 04/25] io_uring/kbuf: add mmap "
` [PATCH v3 05/25] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
` [PATCH v3 06/25] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v3 07/25] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v3 08/25] io_uring: add io_uring_cmd_fixed_index_get() and io_uring_cmd_fixed_index_put()
` [PATCH v3 09/25] io_uring/kbuf: add io_uring_cmd_is_kmbuf_ring()
` [PATCH v3 10/25] io_uring/kbuf: export io_ring_buffer_select()
` [PATCH v3 11/25] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v3 12/25] io_uring/cmd: set selected buffer index in __io_uring_cmd_done()
` [PATCH v3 13/25] fuse: refactor io-uring logic for getting next fuse request
` [PATCH v3 14/25] fuse: refactor io-uring header copying to ring
` [PATCH v3 15/25] fuse: refactor io-uring header copying from ring
` [PATCH v3 16/25] fuse: use enum types for header copying
` [PATCH v3 17/25] fuse: refactor setting up copy state for payload copying
` [PATCH v3 18/25] fuse: support buffer copying for kernel addresses
` [PATCH v3 19/25] fuse: add io-uring kernel-managed buffer ring
` [PATCH v3 20/25] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v3 21/25] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v3 22/25] io_uring/rsrc: Allow buffer release callback to be optional
` [PATCH v3 23/25] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v3 24/25] fuse: add zero-copy over io-uring
` [PATCH v3 25/25] docs: fuse: add io-uring bufring and zero-copy documentation

re-enable IOCB_NOWAIT writes to files v3
 2025-12-22 23:41 UTC  (6+ messages)
` [PATCH 08/10] fs: add support for non-blocking timestamp updates

[PATCH 03/11] tools headers: Sync UAPI linux/fcntl.h with kernel sources
 2025-12-22 22:57 UTC  (3+ messages)
` [PATCH 04/11] tools headers: Sync UAPI linux/fs.h "
` [PATCH 05/11] tools headers: Sync UAPI linux/mount.h "

[PATCH 00/37] cifs: Scripted header file cleanup and SMB1 split
 2025-12-22 22:30 UTC  (38+ messages)
` [PATCH 01/37] cifs: Scripted clean up fs/smb/client/cached_dir.h
` [PATCH 02/37] cifs: Scripted clean up fs/smb/client/dfs.h
` [PATCH 03/37] cifs: Scripted clean up fs/smb/client/cifsproto.h
` [PATCH 04/37] cifs: Scripted clean up fs/smb/client/cifs_unicode.h
` [PATCH 05/37] cifs: Scripted clean up fs/smb/client/netlink.h
` [PATCH 06/37] cifs: Scripted clean up fs/smb/client/cifsfs.h
` [PATCH 07/37] cifs: Scripted clean up fs/smb/client/dfs_cache.h
` [PATCH 08/37] cifs: Scripted clean up fs/smb/client/dns_resolve.h
` [PATCH 09/37] cifs: Scripted clean up fs/smb/client/cifsglob.h
` [PATCH 10/37] cifs: Scripted clean up fs/smb/client/fscache.h
` [PATCH 11/37] cifs: Scripted clean up fs/smb/client/fs_context.h
` [PATCH 12/37] cifs: Scripted clean up fs/smb/client/cifs_spnego.h
` [PATCH 13/37] cifs: Scripted clean up fs/smb/client/compress.h
` [PATCH 14/37] cifs: Scripted clean up fs/smb/client/cifs_swn.h
` [PATCH 15/37] cifs: Scripted clean up fs/smb/client/cifs_debug.h
` [PATCH 16/37] cifs: Scripted clean up fs/smb/client/smb2proto.h
` [PATCH 17/37] cifs: Scripted clean up fs/smb/client/reparse.h
` [PATCH 18/37] cifs: Scripted clean up fs/smb/client/ntlmssp.h
` [PATCH 19/37] cifs: SMB1 split: Rename cifstransport.c
` [PATCH 20/37] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
` [PATCH 21/37] cifs: SMB1 split: Separate out SMB1 decls into smb1proto.h
` [PATCH 22/37] cifs: SMB1 split: Move some SMB1 receive bits to smb1transport.c
` [PATCH 23/37] cifs: SMB1 split: Move some SMB1 received PDU checking "
` [PATCH 24/37] cifs: SMB1 split: Add some #includes
` [PATCH 25/37] cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.h
` [PATCH 26/37] cifs: SMB1 split: Adjust #includes
` [PATCH 27/37] cifs: SMB1 split: Move BCC access functions
` [PATCH 28/37] cifs: SMB1 split: Don't return smb_hdr from cifs_{,small_}buf_get()
` [PATCH 29/37] cifs: Fix cifs_dump_mids() to call ->dump_detail
` [PATCH 30/37] cifs: SMB1 split: Move inline funcs
` [PATCH 31/37] cifs: SMB1 split: cifs_debug.c
` [PATCH 32/37] cifs: SMB1 split: misc.c
` [PATCH 33/37] cifs: SMB1 split: netmisc.c
` [PATCH 34/37] cifs: SMB1 split: cifsencrypt.c
` [PATCH 35/37] cifs: SMB1 split: sess.c
` [PATCH 36/37] cifs: SMB1 split: connect.c
` [PATCH 37/37] cifs: SMB1 split: Make BCC accessors conditional

move blk-crypto-fallback to sit above the block layer v3
 2025-12-22 22:18 UTC  (15+ messages)
` [PATCH 3/9] blk-crypto: add a bio_crypt_ctx() helper
` [PATCH 4/9] blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prep
` [PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
` [PATCH 8/9] blk-crypto: optimize data unit alignment checking

[PATCH] pidfs: simplify PIDFD_GET_<type>_NAMESPACE ioctls
 2025-12-22 21:49 UTC  (2+ messages)

[PATCH] fuse: uapi: use UAPI types
 2025-12-22 21:16 UTC  (4+ messages)

[PATCH bpf v3] lib/buildid: use __kernel_read() for sleepable context
 2025-12-22 20:58 UTC 

[PATCH v2] ceph: fix kernel crash in ceph_open()
 2025-12-22 20:38 UTC  (18+ messages)

[PATCH v4] hfs: Replace BUG_ON with error handling for CNID count checks
 2025-12-22 20:21 UTC  (2+ messages)

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-12-22 20:04 UTC  (2+ messages)
` (subset) "

[PATCH bpf v2] lib/buildid: use __kernel_read() for sleepable context
 2025-12-22 19:41 UTC  (9+ messages)

cat: adjust the maximum data copied by copy_file_range
 2025-12-22 18:41 UTC 

[PATCH] proc: uptime: print 64-bit seconds values
 2025-12-22 17:41 UTC 

[PATCH v2 19/25] fuse: add io-uring kernel-managed buffer ring
 2025-12-22 17:23 UTC  (4+ messages)

[PATCHSET V4 1/2] fs: generic file IO error reporting
 2025-12-22 15:36 UTC  (9+ messages)
` [PATCH 1/6] uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
` [PATCH 2/6] fs: report filesystem and file I/O errors to fsnotify
` [PATCH 3/6] iomap: report file I/O errors to the VFS
` [PATCH 6/6] ext4: convert to new fserror helpers

[PATCH] rust: seq_file: replace `kernel::c_str!` with C-Strings
 2025-12-22 14:31 UTC  (2+ messages)

[PATCH v2] Do not require atomic writes to be power of 2 sized and aligned on length boundary
 2025-12-22 13:28 UTC 

[PATCH] ext4: don't order data when zeroing unwritten or delayed block
 2025-12-22 11:22 UTC  (3+ messages)

[PATCH -next 0/7] ext4: defer unwritten splitting until I/O completion
 2025-12-22 11:18 UTC  (16+ messages)
` [PATCH -next 2/7] ext4: don't split extent before submitting I/O
` [PATCH -next 3/7] ext4: avoid starting handle when dio writing an unwritten extent
` [PATCH -next 4/7] ext4: remove useless ext4_iomap_overwrite_ops
` [PATCH -next 5/7] ext4: remove unused unwritten parameter in ext4_dio_write_iter()
` [PATCH -next 6/7] ext4: simply the mapping query logic in ext4_iomap_begin()
` [PATCH -next 7/7] ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXT

[PATCH v9 00/10] erofs: inode page cache share feature
 2025-12-22  8:59 UTC  (3+ messages)
` [PATCH v9 07/10] erofs: introduce the "

[PATCH v1] generic/735: disable for f2fs
 2025-12-22  2:48 UTC  (4+ messages)

[PATCH 0/4] mm: increase lowmem size in linux-7.0
 2025-12-21 15:26 UTC  (13+ messages)
` [PATCH 1/4] arch/*: increase lowmem size to avoid highmem use
` [PATCH 2/4] ARM: add CONFIG_VMSPLIT_2G_OPT option
` [PATCH 3/4] ARM: remove support for highmem on VIVT
` [PATCH 4/4] mm: remove ARCH_NEEDS_KMAP_HIGH_GET

[PATCH v2 05/25] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
 2025-12-21 13:49 UTC  (2+ messages)

[PATCH v2 03/25] io_uring/kbuf: add support for kernel-managed buffer rings
 2025-12-21 12:24 UTC  (2+ messages)

[PATCH v2 25/25] docs: fuse: add io-uring bufring and zero-copy documentation
 2025-12-21  2:28 UTC  (2+ messages)

[PATCH] netfs: Fix early read unlock of page with EOF in middle
 2025-12-20 23:54 UTC  (5+ messages)

[viro-vfs:work.filename 16/59] fs/namei.c:142:16: sparse: sparse: cast truncates bits from constant value (123456789abcdef becomes 89abcdef)
 2025-12-20 19:50 UTC 

[PATCH] fs: fix overflow check in rw_verify_area()
 2025-12-20 12:45 UTC  (2+ messages)

[PATCH v3] fs: make sure to fail try_to_unlazy() and try_to_unlazy() for LOOKUP_CACHED
 2025-12-20  9:07 UTC  (3+ messages)

[PATCH] netfs: fix folio unlock collection end point
 2025-12-19 23:33 UTC 

[PATCH] fuse: add missing iput() in fuse_lookup() error path
 2025-12-19 22:14 UTC  (3+ messages)

[PATCH V2] mm/memremap: fix spurious large folio warning for FS-DAX
 2025-12-19 20:47 UTC  (4+ messages)

[PATCH v4 0/8] nfsd/vfs: fix handling of delegated timestamp updates
 2025-12-19 17:43 UTC  (5+ messages)
` [PATCH v4 8/8] nfsd: freeze c/mtime updates with outstanding WRITE_ATTRS delegation

[PATCH 0/2] vfs kernel-doc fixes for 6.19
 2025-12-19 14:52 UTC  (7+ messages)
` [PATCH 1/2] fs: Describe @isnew parameter in ilookup5_nowait()
` [PATCH 2/2] VFS: fix __start_dirop() kernel-doc warnings

[PATCH] 9p/virtio: restrict page pinning to user_backed_iter() iovec
 2025-12-19 14:01 UTC  (20+ messages)
        ` 9p read corruption of mmaped content (Was: [PATCH] 9p/virtio: restrict page pinning to user_backed_iter() iovec)

[PATCH 0/9] sysctl: Consolidate do_proc_* functions into one macro
 2025-12-19 12:16 UTC  (10+ messages)
` [PATCH 1/9] sysctl: Move default converter assignment out of do_proc_dointvec
` [PATCH 2/9] sysctl: Replace do_proc_dointvec with a type-generic macro
` [PATCH 3/9] sysctl: Generate do_proc_doulongvec_minmax with do_proc_dotypevec macro
` [PATCH 4/9] sysctl: Add negp parameter to douintvec converter functions
` [PATCH 5/9] sysctl: Generate do_proc_douintvec with a type-generic macro
` [PATCH 6/9] sysctl: Rename do_proc_dotypevec macro to do_proc_typevec
` [PATCH 7/9] sysctl: Group proc_handler declarations and document
` [PATCH 8/9] sysctl: Rename proc_doulongvec_minmax_conv to proc_doulongvec_conv
` [PATCH 9/9] sysctl: Update API function documentation

[PATCH v2] sysctl: Remove unused ctl_table forward declarations
 2025-12-19 11:03 UTC  (3+ messages)

[PATCH] media: mc: fix potential use-after-free in media_request_alloc()
 2025-12-19 10:40 UTC  (2+ messages)

[PATCH] fuse: change fuse_wr_pages() to avoid signedness error from min()
 2025-12-19  9:07 UTC  (3+ messages)

[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-12-19  8:15 UTC  (10+ messages)
` [PATCH v11] "
  ` [PATCH v12] "
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "
          ` [PATCH v16] "
            ` [PATCH v17] "
              ` [PATCH v18] "
                ` [PATCH v19] "

[patch V6 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
 2025-12-19  8:10 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