linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-10 07:57:32 to 2024-05-14 13:18:08 UTC [more...]

[RFC PATCH v2 00/30] Rust abstractions for VFS
 2024-05-14 13:17 UTC  (30+ messages)
` [RFC PATCH v2 01/30] rust: fs: add registration/unregistration of file systems
` [RFC PATCH v2 02/30] rust: fs: introduce the `module_fs` macro
` [RFC PATCH v2 03/30] samples: rust: add initial ro file system sample
` [RFC PATCH v2 04/30] rust: fs: introduce `FileSystem::fill_super`
` [RFC PATCH v2 05/30] rust: fs: introduce `INode<T>`
` [RFC PATCH v2 06/30] rust: fs: introduce `DEntry<T>`
` [RFC PATCH v2 07/30] rust: fs: introduce `FileSystem::init_root`
` [RFC PATCH v2 08/30] rust: file: move `kernel::file` to `kernel::fs::file`
` [RFC PATCH v2 09/30] rust: fs: generalise `File` for different file systems
` [RFC PATCH v2 10/30] rust: fs: add empty file operations
` [RFC PATCH v2 11/30] rust: fs: introduce `file::Operations::read_dir`
` [RFC PATCH v2 12/30] rust: fs: introduce `file::Operations::seek`
` [RFC PATCH v2 13/30] rust: fs: introduce `file::Operations::read`
` [RFC PATCH v2 14/30] rust: fs: add empty inode operations
` [RFC PATCH v2 15/30] rust: fs: introduce `inode::Operations::lookup`
` [RFC PATCH v2 16/30] rust: folio: introduce basic support for folios
` [RFC PATCH v2 17/30] rust: fs: add empty address space operations
` [RFC PATCH v2 18/30] rust: fs: introduce `address_space::Operations::read_folio`
` [RFC PATCH v2 19/30] rust: fs: introduce `FileSystem::read_xattr`
` [RFC PATCH v2 20/30] rust: fs: introduce `FileSystem::statfs`
` [RFC PATCH v2 21/30] rust: fs: introduce more inode types
` [RFC PATCH v2 22/30] rust: fs: add per-superblock data
` [RFC PATCH v2 23/30] rust: fs: allow file systems backed by a block device
` [RFC PATCH v2 24/30] rust: fs: allow per-inode data
` [RFC PATCH v2 25/30] rust: fs: export file type from mode constants
` [RFC PATCH v2 26/30] rust: fs: allow populating i_lnk
` [RFC PATCH v2 27/30] rust: fs: add `iomap` module
` [RFC PATCH v2 28/30] rust: fs: add memalloc_nofs support
` [RFC PATCH v2 29/30] tarfs: introduce tar fs

[GIT PULL] orangefs: fix out-of-bounds fsid access
 2024-05-14 13:10 UTC 

[PATCH v2 0/8] Add helper functions to remove repeated code and improve readability of cgroup writeback
 2024-05-14 12:52 UTC  (9+ messages)
` [PATCH v2 1/8] writeback: factor out wb_bg_dirty_limits to remove repeated code
` [PATCH v2 2/8] writeback: add general function domain_dirty_avail to calculate dirty and avail of domain
` [PATCH v2 3/8] writeback: factor out domain_over_bg_thresh to remove repeated code
` [PATCH v2 4/8] writeback: Factor out code of freerun "
` [PATCH v2 5/8] writeback: factor out wb_dirty_freerun to remove more repeated freerun code
` [PATCH v2 6/8] writeback: factor out balance_domain_limits to remove repeated code
` [PATCH v2 7/8] writeback: factor out wb_dirty_exceeded "
` [PATCH v2 8/8] writeback: factor out balance_wb_limits "

[LSF/MM/BPF TOPIC] Measuring limits and enhancing buffered IO
 2024-05-14 11:52 UTC  (11+ messages)

[syzbot] [jfs?] KASAN: slab-out-of-bounds Read in ea_get (2)
 2024-05-14 10:12 UTC  (2+ messages)

[dhowells-fs:cifs-netfs] [cifs] b4834f12a4: WARNING:at_fs/netfs/write_collect.c:#netfs_writeback_lookup_folio
 2024-05-14  8:45 UTC  (13+ messages)

[PATCH v3 00/10] ext4: support adding multi-delalloc blocks
 2024-05-14  2:37 UTC  (13+ messages)
` [PATCH v3 03/10] ext4: warn if delalloc counters are not zero on inactive
` [PATCH v3 06/10] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
` [PATCH v3 08/10] ext4: factor out check for whether a cluster is allocated
` [PATCH v3 09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks
` [PATCH v3 10/10] ext4: make ext4_da_map_blocks() buffer_head unaware

[PATCH 0/1] fsnotify: clear PARENT_WATCHED flags lazily
 2024-05-14  0:04 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v3 1/2] proc: restrict /proc/pid/mem access via param knobs
 2024-05-13 23:50 UTC  (4+ messages)

[PATCH v2] fs: fix unintentional arithmetic wraparound in offset calculation
 2024-05-13 23:29 UTC  (4+ messages)

[PATCH] zonefs: enable support for large folios
 2024-05-13 22:37 UTC 

XFS BoF at LSFMM
 2024-05-13 22:33 UTC  (9+ messages)
` [Lsf-pc] "

cifs
 2024-05-13 21:24 UTC  (4+ messages)

[syzbot] Monthly hfs report (May 2024)
 2024-05-13 21:13 UTC 

[PATCH] sysctl: constify ctl_table arguments of utility function
 2024-05-13 19:47 UTC  (2+ messages)

[GIT PULL] vfs mount
 2024-05-13 19:38 UTC  (2+ messages)

[GIT PULL] vfs netfs
 2024-05-13 19:38 UTC  (2+ messages)

[GIT PULL] vfs rw
 2024-05-13 19:38 UTC  (2+ messages)

[GIT PULL] vfs iomap
 2024-05-13 19:38 UTC  (2+ messages)

[GIT PULL] vfs misc
 2024-05-13 19:38 UTC  (2+ messages)

[PATCH v2] fs: remove accidental overflow during wraparound check
 2024-05-13 17:50 UTC 

Context-switch storm caused by contended dio kernel thread
 2024-05-13 17:11 UTC 

[PATCH 0/4] Expose raw access to GuC log over debugfs
 2024-05-13 16:53 UTC  (6+ messages)
` [PATCH 1/4] libfs: add simple_read_from_iomem()
` [PATCH 2/4] iosys-map: add iosys_map_read_from() helper
` [PATCH 3/4] drm/xe: Add wrapper for iosys_map_read_from
` [PATCH 4/4] drm/xe/guc: Expose raw access to GuC log over debugfs

[RFC PATCH] fs: dcache: Delete the associated dentry when deleting a file
 2024-05-13 16:44 UTC  (31+ messages)
              ` [PATCH] vfs: move dentry shrinking outside the inode lock in 'rmdir()'
                  ` [PATCH v2] "

[PATCH] hostfs: convert hostfs to use the new mount api
 2024-05-13 15:37 UTC  (2+ messages)

[PATCH] fs: remove accidental overflow during wraparound check
 2024-05-12  8:05 UTC  (4+ messages)

[RFCv3 0/7] ext2 iomap changes and iomap improvements
 2024-05-12 13:20 UTC  (3+ messages)
` [RFCv3 4/7] ext2: Implement seq counter for validating cached iomap

[RFC] Documentation: Add initial iomap document
 2024-05-12 12:44 UTC  (2+ messages)

[PATCH v3] ext4: Don't reduce symlink i_mode by umask if no ACL support
 2024-05-12  7:38 UTC  (2+ messages)

kdevops BoF at LSFMM
 2024-05-13 13:17 UTC  (8+ messages)

[PATCH] fuse: annotate potential data-race in num_background
 2024-05-13 12:41 UTC  (3+ messages)

[PATCH 0/2] genirq/proc: Speed up show_interrupts()
 2024-05-13 12:05 UTC  (3+ messages)
` [PATCH 1/2] genirq/proc: Try to jump over the unallocated irq hole whenever possible
` [PATCH 2/2] genirq/proc: Refine percpu kstat_irqs access logic

[PATCH] ext4/jbd2: drop jbd2_transaction_committed()
 2024-05-13  7:21 UTC 

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-13  2:57 UTC  (7+ messages)

[PATCH v16 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-05-12 21:27 UTC  (4+ messages)
` [PATCH v16 3/9] libfs: Introduce case-insensitive string comparison helper

[syzbot] [fs?] KASAN: slab-use-after-free Read in __fput (2)
 2024-05-12 19:37 UTC  (2+ messages)

[fs] Are you OK with updating "struct file"->f_op value dynamically?
 2024-05-12 13:45 UTC 

[PATCH -next] fsconfig: intercept for non-new mount API in advance for FSCONFIG_CMD_CREATE_EXCL
 2024-05-12 13:25 UTC  (4+ messages)

[PATCH v12] mm: report per-page metadata information
 2024-05-12  1:06 UTC 

[syzbot] [bcachefs?] WARNING in bch2_fs_usage_read_one
 2024-05-11 19:20 UTC  (2+ messages)

get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
 2024-05-11 18:25 UTC  (12+ messages)
` [PATCH] epoll: try to be a _bit_ better about file lifetimes
            ` [Linaro-mm-sig] "

[PATCH v4 00/10] ext4: support adding multi-delalloc blocks
 2024-05-11 11:26 UTC  (11+ messages)
` [PATCH v4 01/10] ext4: factor out a common helper to query extent map
` [PATCH v4 02/10] ext4: check the extent status again before inserting delalloc block
` [PATCH v4 03/10] ext4: warn if delalloc counters are not zero on inactive
` [PATCH v4 04/10] ext4: trim delalloc extent
` [PATCH v4 05/10] ext4: drop iblock parameter
` [PATCH v4 06/10] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
` [PATCH v4 07/10] ext4: make ext4_da_reserve_space() reserve multi-clusters
` [PATCH v4 08/10] ext4: factor out check for whether a cluster is allocated
` [PATCH v4 09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks
` [PATCH v4 10/10] ext4: make ext4_da_map_blocks() buffer_head unaware

[PATCH linux-next v2] ksm: add ksm involvement information for each process
 2024-05-11  8:12 UTC  (2+ messages)

[syzbot] [fuse?] WARNING in fuse_request_end
 2024-05-11  7:42 UTC 

[PATCH -next] fs: fsconfig: intercept for non-new mount API in advance for FSCONFIG_CMD_CREATE_EXCL
 2024-05-11  6:21 UTC 

[PATCH v5 00/12] mm/swap: clean up and optimize swap cache index
 2024-05-11  5:54 UTC  (15+ messages)
` [PATCH v5 01/12] f2fs: drop usage of page_index
` [PATCH v5 02/12] nilfs2: "
` [PATCH v5 03/12] ceph: "
` [PATCH v5 04/12] NFS: remove nfs_page_lengthg and "
` [PATCH v5 05/12] cifs: drop usage of page_file_offset
` [PATCH v5 06/12] afs: drop usage of folio_file_pos
` [PATCH v5 07/12] netfs: "
` [PATCH v5 08/12] nfs: "
` [PATCH v5 09/12] mm/swap: get the swap device offset directly
` [PATCH v5 10/12] mm: remove page_file_offset and folio_file_pos
` [PATCH v5 11/12] mm: drop page_index and simplify folio_index
` [PATCH v5 12/12] mm/swap: reduce swap cache search space

[PATCHBOMB v5.6] fs-verity support for XFS
 2024-05-11  5:01 UTC  (3+ messages)
` [PATCHSET v5.6] fstests: "

[PATCH v3 0/2] virtiofs: fix the warning for kernel direct IO
 2024-05-11  1:09 UTC  (4+ messages)
` [PATCH v3 2/2] virtiofs: use GFP_NOFS when enqueuing request through kworker

[LSF/MM/BPF TOPIC] Measuring limits and enhancing buffered IO
 2024-05-10 23:57 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] Running BOF
 2024-05-10 23:35 UTC  (2+ messages)

[PATCH] fuse: add simple request tracepoints
 2024-05-10 21:36 UTC 

[PATCH 0/8] add mTHP support for anonymous shmem
 2024-05-10 18:53 UTC  (3+ messages)

[PATCH] fs: fix unintentional arithmetic wraparound in offset calculation
 2024-05-10 16:21 UTC  (3+ messages)

[PATCH v2] ext4: Don't reduce symlink i_mode by umask if no ACL support
 2024-05-10 11:46 UTC  (2+ messages)

[RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2024-05-10 11:40 UTC  (8+ messages)
` [PATCH v3 03/26] ext4: correct the hole length returned by ext4_map_blocks()

[PATCH] ext4: Don't reduce symlink i_mode by umask if no ACL support
 2024-05-10 11:38 UTC  (4+ messages)

[syzbot] [fs?] WARNING in stashed_dentry_prune (2)
 2024-05-10 11:34 UTC  (3+ messages)

[syzbot] [kernfs?] possible deadlock in kernfs_seq_start
 2024-05-10 11:33 UTC  (2+ messages)

[PATCH 1/4] btrfs: Remove duplicate included header
 2024-05-10 11:23 UTC  (3+ messages)
` [PATCH 3/4] overlayfs: "

[PATCH 0/2] fuse: two tiny fixes for fuse_resend()
 2024-05-10  9:16 UTC  (2+ messages)

[PATCH v5 40/40] 9p: Use netfslib read/write_iter
 2024-05-10  7:57 UTC  (6+ messages)
` [PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib


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