messages from 2025-07-02 16:34:05 to 2025-07-04 02:23:00 UTC [more...]
[RFC V2 00/18] famfs: port into fuse
2025-07-04 2:22 UTC (23+ messages)
` [RFC V2 01/18] dev_dax_iomap: Move dax_pgoff_to_phys() from device.c to bus.c
` [RFC V2 02/18] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage
` [RFC V2 03/18] dev_dax_iomap: Save the kva from memremap
` [RFC V2 04/18] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax
` [RFC V2 05/18] dev_dax_iomap: export dax_dev_get()
` [RFC V2 06/18] dev_dax_iomap: (ignore!) Drop poisoned page warning in fs/dax.c
` [RFC V2 07/18] famfs_fuse: magic.h: Add famfs magic numbers
` [RFC V2 08/18] famfs_fuse: Kconfig
` [RFC V2 09/18] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [RFC V2 11/18] famfs_fuse: Basic famfs mount opts
` [RFC V2 12/18] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC V2 13/18] famfs_fuse: Create files with famfs fmaps
` [RFC V2 14/18] famfs_fuse: GET_DAXDEV message and daxdev_table
` [RFC V2 15/18] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [RFC V2 16/18] famfs_fuse: Add holder_operations for dax notify_failure()
` [RFC V2 17/18] famfs_fuse: Add famfs metadata documentation
` [RFC V2 18/18] famfs_fuse: Add documentation
[PATCH v3?] proc_sysctl: remove rcu_dereference() for accessing ->sysctl
2025-07-04 2:19 UTC (9+ messages)
[PATCH v3 00/10] ext4: fix insufficient credits when writing back large folios
2025-07-04 1:40 UTC (12+ messages)
` [PATCH v3 01/10] ext4: process folios writeback in bytes
` [PATCH v3 03/10] ext4: fix stale data if it bail out of the extents mapping loop
` [PATCH v3 05/10] ext4: restart handle if credits are insufficient during allocating blocks
[PATCH v4 0/6] btrfs: add remove_bdev() callback
2025-07-04 0:42 UTC (7+ messages)
` [PATCH v4 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
` [PATCH v4 2/6] btrfs: introduce a new fs state, EMERGENCY_SHUTDOWN
` [PATCH v4 3/6] btrfs: reject file operations if in shutdown state
` [PATCH v4 4/6] btrfs: reject delalloc ranges "
` [PATCH v4 5/6] btrfs: implement shutdown ioctl
` [PATCH v4 6/6] btrfs: implement remove_bdev super operation callback
[GIT PULL] bcachefs fixes for 6.16-rc5
2025-07-04 0:33 UTC
[PATCH v3 0/6] btrfs: add remove_bdev() callback
2025-07-03 23:42 UTC (7+ messages)
` [PATCH v3 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
` [PATCH v3 2/6] btrfs: introduce a new fs state, EMERGENCY_SHUTDOWN
` [PATCH v3 3/6] btrfs: reject file operations if in shutdown state
` [PATCH v3 4/6] btrfs: reject delalloc ranges "
` [PATCH v3 5/6] btrfs: implement shutdown ioctl
` [PATCH v3 6/6] btrfs: implement remove_bdev super operation callback
[PATCH v6 0/6] fs: introduce file_getattr and file_setattr syscalls
2025-07-03 22:35 UTC (10+ messages)
` [PATCH v6 6/6] "
[PATCH v5 bpf-next 0/5] bpf path iterator
2025-07-03 22:27 UTC (7+ messages)
` [PATCH v5 bpf-next 2/5] landlock: Use path_walk_parent()
[PATCH] hfs: fix slab-out-of-bounds in hfs_bnode_read()
2025-07-03 21:49 UTC
[PATCH] hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()
2025-07-03 21:48 UTC
[RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
2025-07-03 20:39 UTC (8+ messages)
[PATCHES] assorted debugfs stuff
2025-07-03 20:37 UTC (27+ messages)
` [PATCH 01/11] zynqmp: don't bother with debugfs_file_{get,put}() in proxied fops
` [PATCH 02/11] hfi1: get rid of redundant debugfs_file_{get,put}()
` [PATCH 03/11] regmap: "
` [PATCH 04/11] resctrl: get rid of pointless debugfs_file_{get,put}()
` [PATCH 05/11] vmscan: don't bother with debugfs_real_fops()
` [PATCH 06/11] netronome: "
` [PATCH 07/11] debugfs: split short and full proxy wrappers, kill debugfs_real_fops()
` [PATCH 08/11] fix tt_command_write()
` [PATCH 09/11] debugfs_get_aux(): allow storing non-const void *
` [PATCH 10/11] blk-mq-debugfs: use debugfs_get_aux()
` [PATCH 11/11] lpfc: don't use file->f_path.dentry for comparisons
` (subset) [PATCH 01/11] zynqmp: don't bother with debugfs_file_{get,put}() in proxied fops
[PATCH 0/1] Baby steps towards removing fuse_launder_folio
2025-07-03 19:24 UTC (2+ messages)
` [PATCH 1/1] fuse: Use filemap_invalidate_pages()
[RFC PATCH v2 0/3] fanotify HSM events for directories
2025-07-03 19:14 UTC (7+ messages)
[PATCH] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
2025-07-03 18:41 UTC
[PATCH v7] ceph: fix slab-use-after-free in have_mon_and_osd_map()
2025-07-03 17:41 UTC
[PATCH] iomap: avoid unnecessary ifs_set_range_uptodate() with locks
2025-07-03 17:34 UTC (3+ messages)
[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
2025-07-03 16:51 UTC (35+ messages)
` [PATCH v3 03/16] iomap: refactor the writeback interface
` [PATCH v3 04/16] iomap: hide ioends from the generic writeback code
` [PATCH v3 05/16] iomap: add public helpers for uptodate state manipulation
` [PATCH v3 06/16] iomap: move all ioend handling to ioend.c
` [PATCH v3 07/16] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH v3 08/16] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH v3 09/16] iomap: export iomap_writeback_folio
` [PATCH v3 10/16] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH v3 11/16] iomap: add read_folio_range() handler for buffered writes
` [PATCH v3 12/16] fuse: use iomap "
` [PATCH v3 13/16] fuse: use iomap for writeback
` [PATCH v3 14/16] fuse: use iomap for folio laundering
` [PATCH v3 15/16] fuse: hook into iomap for invalidating and checking partial uptodateness
` [PATCH v3 16/16] fuse: refactor writeback to use iomap_writepage_ctx inode
[PATCH v1 1/2] fuse: use default writeback accounting
2025-07-03 16:45 UTC (2+ messages)
` [PATCH v1 2/2] mm: remove BDI_CAP_WRITEBACK_ACCT
[RFC PATCH] fanotify: add watchdog for permission events
2025-07-03 16:22 UTC (3+ messages)
[PATCH] fanotify: support custom default close response
2025-07-03 16:09 UTC (10+ messages)
[PATCH 6.12 125/218] cifs: Fix the smbd_response slab to allow usercopy
2025-07-03 14:41 UTC (2+ messages)
` [PATCH 6.12 126/218] cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code
[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
2025-07-03 14:50 UTC (8+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()
[RFC 00/12] io_uring dmabuf read/write support
2025-07-03 14:37 UTC (3+ messages)
[PATCH] iomap: avoid unnecessary ifs_set_range_uptodate() with locks
2025-07-03 14:33 UTC (5+ messages)
[PATCH v2 0/8] ext4: enable large folio for regular files
2025-07-03 14:13 UTC (6+ messages)
` [PATCH v2 8/8] ext4: enable large folio for regular file
[PATCH 00/13] Parallelizing filesystem writeback
2025-07-03 13:05 UTC (13+ messages)
[PATCH v3] fuse: new workqueue to periodically invalidate expired dentries
2025-07-03 12:46 UTC (4+ messages)
[PATCH 1/2] coredump: fix race condition between connect and putting pidfs dentry
2025-07-03 12:02 UTC (2+ messages)
` [PATCH 2/2] coredump: fix PIDFD_INFO_COREDUMP ioctl check
[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-07-03 11:45 UTC (5+ messages)
` [PATCH v3 4/4] ext4: support uncached buffered I/O
next-20250626: WARNING fs jbd2 transaction.c start_this_handle with ARM64_64K_PAGES
2025-07-03 11:33 UTC (5+ messages)
[PATCH] f2fs: improve the performance of f2fs_lookup
2025-07-03 9:54 UTC (3+ messages)
` [PATCH v2] "
Email Marketing: Automatic email sending .!
2025-07-03 8:52 UTC
[syzbot] [exfat?] kernel BUG in folio_set_bh
2025-07-03 8:07 UTC (2+ messages)
Zlecenie tłumaczenia
2025-07-03 7:55 UTC
[PATCH v1 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-07-03 7:49 UTC (10+ messages)
` [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
[PATCH] virtio_fs: fix the hash table using in virtio_fs_enqueue_req()
2025-07-03 6:47 UTC
[PATCH v3 bpf-next 0/4] Introduce bpf_cgroup_read_xattr
2025-07-03 6:28 UTC (5+ messages)
` [PATCH v3 bpf-next 1/4] kernfs: remove iattr_mutex
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-07-03 3:35 UTC (3+ messages)
[PATCH] cachefiles: Fix the incorrect return value in __cachefiles_write()
2025-07-03 3:02 UTC (2+ messages)
[PATCH V3] fs: generalize anon_inode_make_secure_inode() and fix secretmem LSM bypass
2025-07-03 2:13 UTC (2+ messages)
` [PATCH v3] "
need SUNRPC TCP to receive into aligned pages [was: Re: [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO]
2025-07-03 0:12 UTC (2+ messages)
[PATCH next] mm/maps: move kmalloc() call location in do_procmap_query() out of RCU critical section
2025-07-02 23:34 UTC (3+ messages)
[syzbot] [fs?] WARNING: suspicious RCU usage in proc_sys_compare
2025-07-02 22:25 UTC (2+ messages)
refactor the iomap writeback code v3
2025-07-02 22:23 UTC (27+ messages)
` [PATCH 01/12] iomap: pass more arguments using the iomap writeback context
` [PATCH 02/12] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 03/12] iomap: refactor the writeback interface
` [PATCH 04/12] iomap: hide ioends from the generic writeback code
` [PATCH 05/12] iomap: add public helpers for uptodate state manipulation
` [PATCH 06/12] iomap: move all ioend handling to ioend.c
` [PATCH 07/12] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 09/12] iomap: export iomap_writeback_folio
` [PATCH 10/12] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 12/12] iomap: build the writeback code without CONFIG_BLOCK
[PATCH 1/2] fuse: Fix fuse_copy_folio() size assignation
2025-07-02 22:19 UTC (4+ messages)
` [PATCH 2/2] fuse: clean up null folio check in fuse_copy_folio()
[PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
2025-07-02 21:47 UTC (13+ messages)
[BUG] KASAN: slab-out-of-bounds in vsnprintf triggered by large stack frame
2025-07-02 20:33 UTC (4+ messages)
` [UNDERSTOOD] "
[PATCHES][RFC][CFR] mount-related stuff
2025-07-02 19:29 UTC (4+ messages)
` [PATCHES v2][RFC][CFR] "
` [PATCHES v3][RFC][CFR] "
[GIT PULL] bcachefs fixes for 6.16-rc4
2025-07-02 18:49 UTC (8+ messages)
[PATCH 0/7] iomap: zero range folio batch support
2025-07-02 18:50 UTC (5+ messages)
` [PATCH 5/7] xfs: fill dirty folios on zero range of unwritten mappings
[QUESTION] xfs, iomap: Handle writeback errors to prevent silent data corruption
2025-07-02 18:41 UTC (10+ messages)
[syzbot] [fs?] possible deadlock in __simple_recursive_removal
2025-07-02 18:39 UTC (2+ messages)
[PATCH v6] ceph: fix slab-use-after-free in have_mon_and_osd_map()
2025-07-02 18:12 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox