linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-28 07:18:38 to 2024-05-30 10:32:12 UTC [more...]

[PATCH][RFC] fs: add levels to inode write access
 2024-05-30 10:32 UTC  (4+ messages)

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

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

[PATCH] fuse: cleanup request queuing towards virtiofs
 2024-05-30  9:06 UTC  (5+ messages)

statmount: requesting more information: statfs, devname, label
 2024-05-30  8:25 UTC  (3+ messages)

[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 RFC v2 00/19] fuse: fuse-over-io-uring
 2024-05-30  7:07 UTC  (26+ 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] 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)

support large folios for NFS
 2024-05-29 21:59 UTC  (15+ messages)
` [PATCH 1/2] filemap: Convert generic_perform_write() to support large folios
` [PATCH] nfs: Fix misuses of folio_shift() and folio_order()

[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  (13+ 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 17/29] arm64: implement PKEYS support
` [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  (4+ 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)

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

A fs-next branch
 2024-05-29 11:12 UTC  (6+ messages)

[PATCH v2] sched/rt: Clean up usage of rt_task()
 2024-05-29 10:55 UTC  (6+ messages)

[PATCH v3 0/3] Clean up usage of rt_task()
 2024-05-29 10:26 UTC  (4+ messages)
` [PATCH v3 3/3] sched/rt, dl: Convert functions to return bool

[PATCH v17 0/7] Case insensitive cleanup for ext4/f2fs
 2024-05-29  8:26 UTC  (8+ messages)
` [PATCH v17 1/7] ext4: Simplify the handling of cached casefolded names
` [PATCH v17 2/7] f2fs: "
` [PATCH v17 3/7] libfs: Introduce case-insensitive string comparison helper
` [PATCH v17 4/7] ext4: Reuse generic_ci_match for ci comparisons
` [PATCH v17 5/7] f2fs: "
` [PATCH v17 6/7] ext4: Move CONFIG_UNICODE defguards into the code flow
` [PATCH v17 7/7] f2fs: "

[PATCH] fs: autofs: add MODULE_DESCRIPTION()
 2024-05-29  7:45 UTC  (6+ messages)

[PATCH RFC v2] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-05-29  7:40 UTC  (24+ messages)

[ANNOUNCE] xfs-linux: for-next updated to b0c6bcd58d44
 2024-05-29  7:08 UTC 

[syzbot] [hfs?] KMSAN: uninit-value in __hfs_ext_cache_extent
 2024-05-29  7:06 UTC 

[PATCH 0/7] Start moving write_begin/write_end out of aops
 2024-05-29  5:25 UTC  (15+ messages)
` [PATCH 1/7] fs: Introduce buffered_write_operations
` [PATCH 2/7] fs: Supply optional buffered_write_operations in buffer.c
` [PATCH 3/7] buffer: Add buffer_write_begin, buffer_write_end and __buffer_write_end
` [PATCH 4/7] fs: Add filemap_symlink()
` [PATCH 5/7] ext2: Convert to buffered_write_operations
` [PATCH 6/7] ext4: "
` [PATCH 7/7] iomap: Return the folio from iomap_write_begin()

[RFC PATCH v4 0/8] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-29  9:52 UTC  (9+ 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 4/8] fsdax: pass blocksize to dax_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] fstests: add fsstress + compaction test
 2024-05-28 22:58 UTC  (3+ messages)

[RFC] fstests: add mmap page boundary tests
 2024-05-28 22:23 UTC  (5+ messages)

[PATCH v2] statx: stx_subvol
 2024-05-28 22:11 UTC  (4+ messages)

[PATCH v6 3/8] rust: file: add Rust abstraction for `struct file`
 2024-05-28 20:59 UTC  (5+ messages)

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

About the conflict between XFS inode recycle and VFS rcu-walk
 2024-05-28 15:51 UTC  (10+ messages)

[GIT PULL] bcachefs updates fro 6.10-rc1
 2024-05-28 15:17 UTC  (5+ messages)

[PATCH] fs/netfs/fscache_cookie: add missing "n_accesses" check
 2024-05-28 14:44 UTC 

[PATCH 0/8] shmem,tmpfs: general maintenance
 2024-05-28 13:44 UTC  (4+ messages)
` [PATCH 8/8] shmem,percpu_counter: add _limited_add(fbc, limit, amount)

[PATCH v5.1] fs: Allow fine-grained control of folio sizes
 2024-05-28 12:13 UTC  (12+ messages)

[PATCH] fs: cramfs: add MODULE_DESCRIPTION()
 2024-05-28 11:40 UTC  (2+ messages)

[PATCH] fs: binfmt: add missing MODULE_DESCRIPTION() macros
 2024-05-28 11:40 UTC  (2+ messages)

[PATCH] fs: hfs: add MODULE_DESCRIPTION()
 2024-05-28 11:35 UTC  (2+ messages)

[PATCH] fs: fat: add missing MODULE_DESCRIPTION() macros
 2024-05-28 11:34 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] untorn buffered writes
 2024-05-28 11:09 UTC  (6+ messages)

[syzbot] [bpf?] [net?] possible deadlock in sock_map_update_common (2)
 2024-05-28 10:24 UTC 

[PATCH] fs/adfs: add MODULE_DESCRIPTION
 2024-05-28 10:00 UTC  (4+ messages)

[RFC 0/2] fuse: introduce fuse server recovery mechanism
 2024-05-28  9:58 UTC  (13+ messages)


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