linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-27 13:17:19 to 2024-05-29 12:58:22 UTC [more...]

[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] "

[PATCH v3 00/12] cachefiles: some bugfixes and cleanups for ondemand requests
 2024-05-29 11:23 UTC  (7+ messages)
` [PATCH v3 06/12] cachefiles: add consistency check for copen/cread

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  (8+ messages)

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

[PATCH] statx: Update offset commentary for struct statx
 2024-05-29  8:42 UTC  (2+ messages)

[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 v20 00/12] Implement copy offload support
 2024-05-29  7:48 UTC  (10+ messages)
  ` [PATCH v20 05/12] fs/read_write: Enable copy_file_range for block device
  ` [PATCH v20 02/12] Add infrastructure for copy offload in block and request layer

[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  (31+ 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 

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

[linus:master] [vfs] 681ce86235: filebench.sum_operations/s -7.4% regression
 2024-05-29  5:51 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  (3+ 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  (3+ messages)

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-05-28 11:30 UTC  (9+ messages)
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values
` [PATCH v4 17/29] arm64: implement PKEYS support
` [PATCH v4 18/29] arm64: add POE signal support

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

[PATCH v3 0/2] mm/ksm: fix some accounting problems
 2024-05-28  5:15 UTC  (3+ messages)
` [PATCH v3 1/2] mm/ksm: fix ksm_pages_scanned accounting
` [PATCH v3 2/2] mm/ksm: fix ksm_zero_pages accounting

[PATCH 0/3] use new mount API for bcachefs
 2024-05-28  4:36 UTC  (5+ messages)
` [PATCH 1/3] bcachefs: add printbuf arg to bch2_parse_mount_opts()
` [PATCH 2/3] bcachefs: Add error code to defer option parsing
` [PATCH 3/3] bcachefs: use new mount API
` [PATCH KTEST] add test to exercise the new mount API for bcachefs

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

[syzbot] [btrfs?] [overlayfs?] possible deadlock in ovl_copy_up_flags
 2024-05-27 21:36 UTC  (3+ messages)
  ` [syzbot] [overlayfs] "

[PATCH][CFT][experimental] net/socket.c: use straight fdget/fdput (resend)
 2024-05-27 21:25 UTC  (10+ messages)

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

[PATCH] unicode: add MODULE_DESCRIPTION() macros
 2024-05-27 20:40 UTC  (2+ messages)

[PATCH] netfs: Fault in smaller chunks for non-large folio mappings
 2024-05-27 20:17 UTC 

[PATCH] fs: hpfs: add MODULE_DESCRIPTION()
 2024-05-27 17:50 UTC 

[PATCH AUTOSEL 6.9 01/15] fs/writeback: bail out if there is no more inodes for IO and queued once
 2024-05-27 16:32 UTC  (3+ messages)
` [PATCH AUTOSEL 6.9 12/15] binfmt_elf: Leave a gap between .bss and brk

[PATCH v2 0/4] enhance the path resolution capability in fs_parser
 2024-05-27 16:26 UTC  (7+ messages)
` [PATCH v2 2/4] fs: add path parser for filesystem mount option
` [PATCH v2 3/4] fs: ext4: support relative path for `journal_path` in "

[PATCH] mm/filemap: invalidating pages is still necessary when io with IOCB_NOWAIT
 2024-05-27 15:36 UTC  (3+ messages)

[GIT PULL] vfs fixes
 2024-05-27 15:30 UTC  (2+ messages)

[PATCH] fs: sysv: add MODULE_DESCRIPTION()
 2024-05-27 13:57 UTC  (2+ messages)

[PATCH] fs: efs: add MODULE_DESCRIPTION()
 2024-05-27 13:53 UTC  (2+ messages)

[PATCH] fs: minix: add MODULE_DESCRIPTION()
 2024-05-27 13:51 UTC  (2+ messages)

[PATCH RFC] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-05-27 13:39 UTC  (6+ 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).