Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2024-05-29 12:58:22 to 2024-05-31 14:13:07 UTC [more...]

[RFC PATCH v4 0/8] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-31 14:13 UTC  (22+ messages)
` [RFC PATCH v4 1/8] iomap: zeroing needs to be pagecache aware
` [RFC PATCH v4 2/8] math64: add rem_u64() to just return the remainder
` [RFC PATCH v4 3/8] iomap: pass blocksize to iomap_truncate_page()
` [RFC PATCH v4 5/8] xfs: refactor the truncating order
` [RFC PATCH v4 6/8] xfs: correct the truncate blocksize of realtime inode
` [RFC PATCH v4 7/8] xfs: reserve blocks for truncating "
` [RFC PATCH v4 8/8] xfs: improve truncate on a realtime inode with huge extsize

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-05-31 13:56 UTC  (66+ messages)
` [PATCH RFC v2 01/19] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v2 02/19] fuse: Move fuse_get_dev to header file
` [PATCH RFC v2 03/19] fuse: Move request bits
` [PATCH RFC v2 04/19] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v2 05/19] fuse: Add a uring config ioctl
` [PATCH RFC v2 06/19] Add a vmalloc_node_user function
` [PATCH RFC v2 07/19] fuse uring: Add an mmap method
` [PATCH RFC v2 08/19] fuse: Add the queue configuration ioctl
` [PATCH RFC v2 09/19] fuse: {uring} Add a dev_release exception for fuse-over-io-uring
` [PATCH RFC v2 10/19] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v2 11/19] fuse: Add support to copy from/to the ring buffer
` [PATCH RFC v2 12/19] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v2 13/19] fuse: {uring} Handle uring shutdown
` [PATCH RFC v2 14/19] fuse: {uring} Allow to queue to the ring
` [PATCH RFC v2 15/19] export __wake_on_current_cpu
` [PATCH RFC v2 16/19] fuse: {uring} Wake requests on the the current cpu
` [PATCH RFC v2 17/19] fuse: {uring} Send async requests to qid of core + 1
` [PATCH RFC v2 18/19] fuse: {uring} Set a min cpu offset io-size for reads/writes
` [PATCH RFC v2 19/19] fuse: {uring} Optimize async sends
        ` [PATCH] fs: sys_ringbuffer() (WIP)

[PATCH v2 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-05-31 13:37 UTC  (5+ messages)
` [PATCH v2 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API

[PATCH][RFC] fs: add levels to inode write access
 2024-05-31 13:09 UTC  (12+ messages)
        ` [PATCH] fs: don't block i_writecount during exec

[PATCH v20 00/12] Implement copy offload support
 2024-05-31 10:17 UTC  (9+ messages)
  ` [PATCH v20 02/12] Add infrastructure for copy offload in block and request layer

[PATCH 00/16] Prepare to remove PG_error
 2024-05-31 10:34 UTC  (18+ messages)
` [PATCH 01/16] befs: Convert befs_symlink_read_folio() to use folio_end_read()
` [PATCH 02/16] coda: Convert coda_symlink_filler() "
` [PATCH 03/16] cramfs: Convert cramfs_read_folio to use a folio
` [PATCH 04/16] efs: Convert efs_symlink_read_folio "
` [PATCH 05/16] hpfs: Convert hpfs_symlink_read_folio "
` [PATCH 06/16] isofs: Convert rock_ridge_symlink_read_folio "
` [PATCH 07/16] hostfs: Convert hostfs_read_folio() "
` [PATCH 08/16] jffs2: Remove calls to set/clear the folio error flag
` [PATCH 09/16] nfs: Remove calls to folio_set_error
` [PATCH 10/16] orangefs: Remove calls to set/clear the error flag
` [PATCH 11/16] reiserfs: Remove call to folio_set_error()
` [PATCH 12/16] romfs: Convert romfs_read_folio() to use a folio
` [PATCH 13/16] ufs: Remove call to set the folio error flag
` [PATCH 14/16] vboxsf: Convert vboxsf_read_folio() to use a folio
` [PATCH 15/16] iomap: Remove calls to set and clear folio error flag
` [PATCH 16/16] buffer: Remove calls to set and clear the "

[PATCH RFC v2] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-05-31 10:28 UTC  (12+ messages)

[PATCH] exfat: fix potential deadlock on __exfat_get_dentry_set
 2024-05-31 10:14 UTC 

[PATCH v17 0/7] Case insensitive cleanup for ext4/f2fs
 2024-05-31 10:12 UTC  (4+ messages)
` [PATCH v17 3/7] libfs: Introduce case-insensitive string comparison helper

[PATCH 0/3] Introduce user namespace capabilities
 2024-05-31  7:43 UTC  (12+ messages)

[PATCH v2] sched/rt: Clean up usage of rt_task()
 2024-05-31  6:30 UTC  (8+ messages)

support large folios for NFS
 2024-05-31  6:14 UTC  (7+ messages)
` [PATCH] nfs: Fix misuses of folio_shift() and folio_order()

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-05-31  3:46 UTC  (2+ messages)
` [syzbot] "

[RFC] struct fd situation
 2024-05-31  3:18 UTC 

[syzbot] [f2fs?] KASAN: slab-use-after-free Read in sanity_check_extent_cache
 2024-05-31  1:58 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH] zonefs: move super block reading from page to folio
 2024-05-31  1:28 UTC  (4+ messages)

A fs-next branch
 2024-05-30 23:50 UTC  (7+ messages)

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

[PATCH v2 0/8] Add helper functions to remove repeated code and improve readability of cgroup writeback
 2024-05-30 18:55 UTC  (11+ messages)
` [PATCH v2 2/8] writeback: add general function domain_dirty_avail to calculate dirty and avail of domain
` [PATCH v2 5/8] writeback: factor out wb_dirty_freerun to remove more repeated freerun code
` [PATCH v2 7/8] writeback: factor out wb_dirty_exceeded to remove repeated code
` [PATCH v2 8/8] writeback: factor out balance_wb_limits "

[PATCH] afs: Don't cross .backup mountpoint from backup volume
 2024-05-30 17:28 UTC  (3+ messages)

[PATCH] fuse: cleanup request queuing towards virtiofs
 2024-05-30 17:07 UTC  (8+ messages)

[PATCH 1/2] Fix userfaultfd_api to return EINVAL as expected
 2024-05-30 15:59 UTC  (5+ messages)

[GIT PULL] bcachefs fixes for 6.10-rc2
 2024-05-30 15:53 UTC 

[PATCH 0/2] vfs: convert debugfs & tracefs to the new mount API
 2024-05-30 14:21 UTC  (4+ messages)
` [PATCH 1/2] vfs: Convert debugfs to use "

statmount: requesting more information: statfs, devname, label
 2024-05-30 13:33 UTC  (6+ messages)

[PATCH] jfs: Fix array-index-out-of-bounds in diFree
 2024-05-30 13:28 UTC  (2+ messages)

[PATCH v2] hostfs: convert hostfs to use the new mount API
 2024-05-30 12:01 UTC 

[PATCH] hostfs: convert hostfs to use the new mount api
 2024-05-30 11:47 UTC  (4+ messages)

[PATCH v3 00/21] block atomic writes for XFS
 2024-05-30 10:40 UTC  (4+ messages)
` [PATCH v3 14/21] iomap: Sub-extent zeroing

virtio-fs tests between host(x86) and dpu(arm64)
 2024-05-30  9:31 UTC 

[linus:master] [vfs] 681ce86235: filebench.sum_operations/s -7.4% regression
 2024-05-30  7:37 UTC  (4+ messages)

[PATCH] fs/file: fix the check in find_next_fd()
 2024-05-30  7:12 UTC  (5+ messages)

[PATCH] mm/filemap: invalidating pages is still necessary when io with IOCB_NOWAIT
 2024-05-30  2:33 UTC  (4+ messages)

[PATCH] debugfs: ignore auto and noauto options if given
 2024-05-29 22:33 UTC  (5+ messages)

[PATCH] kernel/sysctl-test: add MODULE_DESCRIPTION()
 2024-05-29 21:25 UTC 

[PATCH] statx: Update offset commentary for struct statx
 2024-05-29 20:02 UTC  (3+ messages)

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-05-29 15:51 UTC  (9+ messages)
` [PATCH v4 07/29] KVM: arm64: Save/restore POE registers
` [PATCH v4 08/29] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v4 09/29] KVM: arm64: use `at s1e1a` for POE
` [PATCH v4 28/29] kselftest/arm64: Add test case for POR_EL0 signal frame records

[syzbot] [ext4?] WARNING: locking bug in find_lock_lowest_rq
 2024-05-29 15:50 UTC  (3+ messages)
` Testing if issue still reproduces

[PATCH v3 00/12] cachefiles: some bugfixes and cleanups for ondemand requests
 2024-05-29 14:28 UTC  (3+ messages)

[PATCH v6 00/11] enable bs > ps in XFS
 2024-05-29 13:45 UTC  (12+ messages)
` [PATCH v6 01/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v6 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v6 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v6 04/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v6 05/11] mm: split a folio in minimum folio order chunks
` [PATCH v6 06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v6 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v6 08/11] xfs: use kvmalloc for xattr buffers
` [PATCH v6 09/11] xfs: expose block size in stat
` [PATCH v6 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v6 11/11] xfs: enable block size larger than page size support

[syzbot] [bcachefs?] WARNING in bchfs_truncate
 2024-05-29 13:17 UTC  (2+ messages)

[PATCH v6 3/8] rust: file: add Rust abstraction for `struct file`
 2024-05-29 12:58 UTC  (4+ messages)


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