public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-13 10:35:59 to 2024-12-16 09:20:02 UTC [more...]

[RFC v2 00/11] enable bs > ps for block devices
 2024-12-16  9:19 UTC  (17+ messages)
` [RFC v2 01/11] fs/buffer: move async batch read code into a helper
` [RFC v2 02/11] fs/buffer: add a for_each_bh() for block_read_full_folio()
` [RFC v2 03/11] fs/buffer: add iteration support "
` [RFC v2 04/11] fs/buffer: reduce stack usage on bh_read_iter()
` [RFC v2 05/11] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [RFC v2 06/11] fs/mpage: avoid negative shift for large blocksize
` [RFC v2 07/11] fs/buffer fs/mpage: remove large folio restriction
` [RFC v2 08/11] block/bdev: enable large folio support for large logical block sizes
` [RFC v2 09/11] block/bdev: lift block size restrictions and use common definition
` [RFC v2 10/11] nvme: remove superfluous block size check
` [RFC v2 11/11] bdev: use bdev_io_min() for statx block size

[PATCH v2 0/2] Fix generic/390 failure due to quota release after freeze
 2024-12-16  9:11 UTC  (6+ messages)
` [PATCH v2 2/2] ext4: protect ext4_release_dquot against freezing

[PATCH v2 0/7] large atomic writes for xfs
 2024-12-16  8:40 UTC  (14+ messages)
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support

[PATCH 0/3] xfs_io: enable extsize and stat -v support for ext4
 2024-12-16  8:28 UTC  (5+ messages)
` [PATCH 1/3] include/linux.h: use linux/magic.h to get XFS_SUPER_MAGIC
` [PATCH 2/3] xfs_io: allow foreign FSes to show FS_IOC_FSGETXATTR details
` [PATCH 3/3] xfs_io: add extsize command support

[PATCH v3 0/5] Fixes and cleanups to xarray
 2024-12-16  7:05 UTC  (4+ messages)
` [PATCH v3 1/5] Xarray: Do not return sibling entries from xas_find_marked()

[PATCH v1] exfat: fix the new buffer was not zeroed before writing
 2024-12-16  6:52 UTC 

[PATCH v1] exfat: fix the infinite loop in __exfat_free_cluster()
 2024-12-16  6:49 UTC 

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-12-16  6:26 UTC  (7+ messages)
` [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages

RFC: iomap patches for zoned XFS
 2024-12-16  4:55 UTC  (4+ messages)
` [PATCH 3/8] iomap: add a IOMAP_F_ZONE_APPEND flag

[PATCH v10 0/2] fuse: add kernel-enforced request timeout option
 2024-12-16  4:11 UTC  (10+ messages)
` [PATCH v10 1/2] fuse: add kernel-enforced timeout option for requests
` [PATCH v10 2/2] fuse: add default_request_timeout and max_request_timeout sysctls

[PATCH v1] exfat: fix the infinite loop in exfat_readdir()
 2024-12-16  3:37 UTC 

[PATCH v2] fuse: Abort connection if FUSE server get stuck
 2024-12-16  2:07 UTC  (8+ messages)

[PATCH v4 00/10] ext4: clean up and refactor fallocate
 2024-12-16  1:39 UTC  (11+ messages)
` [PATCH v4 01/10] ext4: remove writable userspace mappings before truncating page cache
` [PATCH v4 02/10] ext4: don't explicit update times in ext4_fallocate()
` [PATCH v4 03/10] ext4: don't write back data before punch hole in nojournal mode
` [PATCH v4 04/10] ext4: refactor ext4_punch_hole()
` [PATCH v4 05/10] ext4: refactor ext4_zero_range()
` [PATCH v4 06/10] ext4: refactor ext4_collapse_range()
` [PATCH v4 07/10] ext4: refactor ext4_insert_range()
` [PATCH v4 08/10] ext4: factor out ext4_do_fallocate()
` [PATCH v4 09/10] ext4: move out inode_lock into ext4_fallocate()
` [PATCH v4 10/10] ext4: move out common parts "

[PATCH 0/3] fs: tweak mntns iteration
 2024-12-15 20:17 UTC  (4+ messages)
` [PATCH 1/3] fs: kill MNT_ONRB
` [PATCH 2/3] fs: cache first and last mount
` [PATCH 3/3] selftests: add listmount() iteration tests

[PATCH] vbox: arm64 support for vboxguest
 2024-12-15 19:52 UTC 

[PATCH v5 0/5] Improve simple directory offset wrap behavior
 2024-12-15 19:35 UTC  (7+ messages)
` [PATCH v5 1/5] libfs: Return ENOSPC when the directory offset range is exhausted
` [PATCH v5 2/5] Revert "libfs: Add simple_offset_empty()"
` [PATCH v5 3/5] Revert "libfs: fix infinite directory reads for offset dir"
` [PATCH v5 4/5] libfs: Replace simple_offset end-of-directory detection
` [PATCH v5 5/5] libfs: Use d_children list to iterate simple_offset directories

[PATCH v2 0/2] fuse: Increase FUSE_NAME_MAX limit
 2024-12-15 10:49 UTC  (5+ messages)
` [PATCH v2 1/2] fuse: Allocate only namelen buf memory in fuse_notify_
` [PATCH v2 2/2] fuse: Increase FUSE_NAME_MAX to PATH_MAX

[PATCH v3] mm/readahead: fix large folio support in async readahead
 2024-12-15  3:10 UTC  (2+ messages)

[syzbot] [fs?] possible deadlock in input_inject_event
 2024-12-15  2:25 UTC  (2+ messages)

[PATCH] pidfs: lookup pid through rbtree
 2024-12-14 21:01 UTC 

[PATCH v4 0/5] Improve simple directory offset wrap behavior
 2024-12-14 19:59 UTC  (7+ messages)
` [PATCH v4 5/5] libfs: Use d_children list to iterate simple_offset directories

[PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
 2024-12-14 13:44 UTC  (14+ messages)
` [PATCH 01/10] kheaders: Ignore silly-rename files
` [PATCH 02/10] netfs: Fix non-contiguous donation between completed reads
` [PATCH 03/10] netfs: Fix enomem handling in buffered reads
` [PATCH 04/10] nfs: Fix oops in nfs_netfs_init_request() when copying to cache
` [PATCH 05/10] cachefiles: Parse the "secctx" immediately
` [PATCH 06/10] netfs: Remove redundant use of smp_rmb()
` [PATCH 07/10] netfs: Fix missing barriers by using clear_and_wake_up_bit()
` [PATCH 08/10] netfs: Work around recursion by abandoning retry if nothing read
` [PATCH 09/10] netfs: Fix ceph copy to cache on write-begin
` [PATCH 10/10] netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled
` ceph xfstests failures [was Re: [PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes]

[PATCH RFC v2 0/2] pidfs: use maple tree
 2024-12-14 11:48 UTC  (17+ messages)
  ` [PATCH RFC v2 2/2] "

[PATCH 0/5] mm/vma: make more mmap logic userland testable
 2024-12-14  1:05 UTC  (3+ messages)
` [PATCH 3/5] mm: abstract get_arg_page() stack expansion and mmap read lock

[PATCH bpf-next v5 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-12-14  0:41 UTC  (10+ messages)
` [PATCH bpf-next v5 4/5] bpf: Make fs kfuncs available for SYSCALL and TRACING program types

[PATCH 5.15.y, 5.10.y] exfat: fix potential deadlock on __exfat_get_dentry_set
 2024-12-13 23:57 UTC 

[PATCH v13 0/2] rust: xarray: Add a minimal abstraction for XArray
 2024-12-13 23:22 UTC  (5+ messages)
` [PATCH v13 1/2] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v13 2/2] rust: xarray: Add an abstraction for XArray

[PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
 2024-12-13 22:21 UTC  (7+ messages)

[PATCH v3 00/12] fuse: support large folios
 2024-12-13 22:18 UTC  (13+ messages)
` [PATCH v3 01/12] fuse: support copying "
` [PATCH v3 02/12] fuse: support large folios for retrieves
` [PATCH v3 03/12] fuse: refactor fuse_fill_write_pages()
` [PATCH v3 04/12] fuse: support large folios for writethrough writes
` [PATCH v3 05/12] fuse: support large folios for folio reads
` [PATCH v3 06/12] fuse: support large folios for symlinks
` [PATCH v3 07/12] fuse: support large folios for stores
` [PATCH v3 08/12] fuse: support large folios for queued writes
` [PATCH v3 09/12] fuse: support large folios for readahead
` [PATCH v3 10/12] fuse: optimize direct io large folios processing
` [PATCH v3 11/12] fuse: support large folios for writeback
` [PATCH v3 12/12] fuse: enable large folios

[RFC v2 00/13] LKMM *generic* atomics in Rust
 2024-12-13 20:28 UTC  (11+ messages)
` [RFC v2 02/13] rust: sync: Add basic atomic operation mapping framework
` [RFC v2 04/13] rust: sync: atomic: Add generic atomics

[PATCH v3 00/10] fs: lockless mntns lookup
 2024-12-13 19:03 UTC  (9+ messages)
` [PATCH v3 03/10] fs: lockless mntns rbtree lookup
` [PATCH v3 04/10] rculist: add list_bidir_{del,prev}_rcu()

LSF/MM/BPF: 2025: Call for Proposals
 2024-12-13 19:00 UTC  (2+ messages)

[RFC 0/3] xfs_io: enable extsize and stat -v support for ext4
 2024-12-13 18:37 UTC  (12+ messages)
` [RFC 1/3] include/linux.h: Factor out generic platform_test_fs_fd() helper
` [RFC 2/3] xfs_io: Add ext4 support to show FS_IOC_FSGETXATTR details

[PATCH RESEND v5] XArray: minor documentation improvements
 2024-12-13 16:57 UTC  (3+ messages)

[PATCH v3 0/3] Additional miscdevice fops parameters
 2024-12-13 16:48 UTC  (9+ messages)
` [PATCH v3 1/3] rust: miscdevice: access file in fops
` [PATCH v3 2/3] rust: miscdevice: access the `struct miscdevice` from fops->open()
` [PATCH v3 3/3] rust: miscdevice: Provide accessor to pull out miscdevice::this_device

[PATCH v6 0/5] fuse: remove temp page copies in writeback
 2024-12-13 16:47 UTC  (3+ messages)

[PATCH] exfat: bail out on -EIO in exfat_find_empty_entry()
 2024-12-13 16:17 UTC 

[PATCH v2] netfs: fix kernel BUG in iov_iter_revert()
 2024-12-13 16:13 UTC  (5+ messages)
` syzbot program that crashes netfslib can also crash fuse

[PATCHSET v7 0/11] Uncached buffered IO
 2024-12-13 15:55 UTC  (12+ messages)
` [PATCH 01/11] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/11] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 03/11] mm/readahead: add folio allocation helper
` [PATCH 04/11] mm: add PG_dropbehind folio flag
` [PATCH 05/11] mm/readahead: add readahead_control->dropbehind member
` [PATCH 06/11] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH 07/11] fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flag
` [PATCH 08/11] mm/filemap: add read support for RWF_DONTCACHE
` [PATCH 09/11] mm/filemap: drop streaming/uncached pages when writeback completes
` [PATCH 10/11] mm/filemap: add filemap_fdatawrite_range_kick() helper
` [PATCH 11/11] mm: call filemap_fdatawrite_range_kick() after IOCB_DONTCACHE issue

[PATCH] Documentation: filesystems: fix two misspells
 2024-12-13 15:47 UTC  (2+ messages)

[PATCH v8 00/16] fuse: fuse-over-io-uring
 2024-12-13 15:05 UTC  (3+ messages)
` [PATCH v8 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination

[PATCH RFCv2 0/4] iomap: zero range folio batch processing prototype
 2024-12-13 15:05 UTC  (5+ messages)
` [PATCH RFCv2 1/4] iomap: prep work for folio_batch support
` [PATCH RFCv2 2/4] iomap: optional zero range dirty folio processing
` [PATCH RFCv2 3/4] xfs: always trim mapping to requested range for zero range
` [PATCH RFCv2 4/4] xfs: fill dirty folios on zero range of unwritten mappings

[PATCHSET v6 0/12] Uncached buffered IO
 2024-12-13 14:49 UTC  (12+ messages)

[PATCH 0/6] iomap: incremental per-operation iter advance
 2024-12-13 14:36 UTC  (7+ messages)
` [PATCH 1/6] iomap: split out iomap check and reset logic from "
` [PATCH 2/6] iomap: factor out iomap length helper
` [PATCH 3/6] iomap: support incremental iomap_iter advances
` [PATCH 4/6] iomap: advance the iter directly on buffered writes
` [PATCH 5/6] iomap: advance the iter directly on unshare range
` [PATCH 6/6] iomap: advance the iter directly on zero range

[RFC] Add a prctl to disable ".." traversal in path resolution
 2024-12-13 13:50 UTC  (5+ messages)

[PATCH v3] fanotify: notify on mount attach and detach
 2024-12-13 13:43 UTC  (3+ messages)

[PATCH] fs: fix is_mnt_ns_file()
 2024-12-13 12:48 UTC  (2+ messages)

[syzbot] [tipc?] kernel BUG in __pskb_pull_tail
 2024-12-13 12:19 UTC  (2+ messages)

I urge you to understand my viewpoint accurately
 2024-12-13  4:24 UTC 


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