Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-11 18:33:48 to 2024-03-13 18:00:08 UTC [more...]

[PATCHSET v5.2] fs-verity support for XFS
 2024-03-13 18:00 UTC  (30+ messages)
` [PATCH 01/29] fsverity: remove hash page spin lock
` [PATCH 02/29] xfs: add parent pointer support to attribute code
` [PATCH 03/29] xfs: define parent pointer ondisk extended attribute format
` [PATCH 04/29] xfs: add parent pointer validator functions
` [PATCH 05/29] fs: add FS_XFLAG_VERITY for verity files
` [PATCH 06/29] fsverity: pass tree_blocksize to end_enable_verity()
` [PATCH 07/29] fsverity: support block-based Merkle tree caching
` [PATCH 08/29] fsverity: add per-sb workqueue for post read processing
` [PATCH 09/29] fsverity: add tracepoints
` [PATCH 10/29] fsverity: fix "support block-based Merkle tree caching"
` [PATCH 11/29] fsverity: send the level of the merkle tree block to ->read_merkle_tree_block
` [PATCH 12/29] fsverity: pass the new tree size and block size to ->begin_enable_verity
` [PATCH 13/29] iomap: integrate fs-verity verification into iomap's read path
` [PATCH 14/29] xfs: add attribute type for fs-verity
` [PATCH 15/29] xfs: add fs-verity ro-compat flag
` [PATCH 16/29] xfs: add inode on-disk VERITY flag
` [PATCH 17/29] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH 18/29] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH 19/29] xfs: disable direct read path for fs-verity files
` [PATCH 20/29] xfs: widen flags argument to the xfs_iflags_* helpers
` [PATCH 21/29] xfs: add fs-verity support
` [PATCH 22/29] xfs: create a per-mount shrinker for verity inodes merkle tree blocks
` [PATCH 23/29] xfs: create an icache tag for files with cached "
` [PATCH 24/29] xfs: shrink verity blob cache
` [PATCH 25/29] xfs: clean up stale fsverity metadata before starting
` [PATCH 26/29] xfs: better reporting and error handling in xfs_drop_merkle_tree
` [PATCH 27/29] xfs: make scrub aware of verity dinode flag
` [PATCH 28/29] xfs: add fs-verity ioctls
` [PATCH 29/29] xfs: enable ro-compat fs-verity flag

[GIT PULL] ext2, isofs, udf, quota fixes for 6.9-rc1
 2024-03-13 17:54 UTC 

[GIT PULL] fsnotify changes for 6.9-rc1
 2024-03-13 17:44 UTC 

[syzbot] [hfs?] INFO: task hung in hfs_mdb_commit
 2024-03-13 17:38 UTC  (3+ messages)

[PATCH RFC 0/4] memcg_kmem hooks refactoring and kmem_cache_charge()
 2024-03-13 17:34 UTC  (16+ messages)
` [PATCH RFC 1/4] mm, slab: move memcg charging to post-alloc hook
` [PATCH RFC 2/4] mm, slab: move slab_memcg hooks to mm/memcontrol.c
` [PATCH RFC 4/4] UNFINISHED mm, fs: use kmem_cache_charge() in path_openat()

[linux-next:master] BUILD REGRESSION dad309222e4c3fc7f88b20ce725ce1e0eea07cc7
 2024-03-13 17:33 UTC 

[PATCH v5 00/24] fs-verity support for XFS
 2024-03-13 17:19 UTC  (40+ messages)
` [PATCH v5 06/24] fsverity: pass tree_blocksize to end_enable_verity()
` [PATCH v5 07/24] fsverity: support block-based Merkle tree caching
` [PATCH v5 11/24] xfs: add XBF_VERITY_SEEN xfs_buf flag
` [PATCH v5 20/24] xfs: disable direct read path for fs-verity files
` [PATCH v5 22/24] xfs: make scrub aware of verity dinode flag
` [PATCH v5 23/24] xfs: add fs-verity ioctls

[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
 2024-03-13 17:11 UTC  (9+ messages)
` [PATCH RFC gmem v1 4/8] KVM: x86: Add gmem hook for invalidating memory

[PATCH v3 00/11] enable bs > ps in XFS
 2024-03-13 17:02 UTC  (12+ messages)
` [PATCH v3 01/11] mm: Support order-1 folios in the page cache
` [PATCH v3 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v3 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v3 04/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v3 05/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v3 06/11] readahead: round up file_ra_state->ra_pages to mapping_min_nrpages
` [PATCH v3 07/11] mm: do not split a folio if it has minimum folio order requirement
` [PATCH v3 08/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v3 09/11] xfs: expose block size in stat
` [PATCH v3 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v3 11/11] xfs: enable block size larger than page size support

[GIT PULL] vfs pidfd
 2024-03-13 17:10 UTC  (8+ messages)

[PATCH v5 00/37] Memory allocation profiling
 2024-03-13 15:31 UTC  (14+ messages)
` [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v5 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages

[PATCH] afs: Revert "afs: Hide silly-rename files from userspace"
 2024-03-13 15:20 UTC  (3+ messages)

[PATCH 0/3] fiemap extension to add physical extent length
 2024-03-13 15:05 UTC  (5+ messages)
` [PATCH 1/3] fs: add physical_length field to fiemap extents
  ` [PATCH 1/3] "

[syzbot] [f2fs?] KASAN: slab-use-after-free Read in f2fs_filemap_fault
 2024-03-13 14:50 UTC  (5+ messages)

[syzbot] Monthly udf report (Mar 2024)
 2024-03-13 13:48 UTC 

[linus:master] [netfs] c9c4ff12df: BUG:KASAN:wild-memory-access_in__fscache_use_cookie
 2024-03-13 13:41 UTC 

[PATCH 0/4] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-03-13 13:25 UTC  (24+ messages)
` [PATCH 1/4] xfs: match lock mode in xfs_buffered_write_iomap_begin()
` [PATCH 2/4] xfs: convert delayed extents to unwritten when zeroing post eof blocks
` [PATCH 3/4] iomap: don't increase i_size if it's not a write operation
` [PATCH 4/4] iomap: cleanup iomap_write_iter()

[syzbot] [fs?] WARNING in stashed_dentry_prune
 2024-03-13 13:07 UTC  (2+ messages)
` [PATCH] libfs: fix warning "

[PATCH 0/2] afs: Miscellaneous fixes
 2024-03-13 12:55 UTC  (4+ messages)
` [PATCH 1/2] afs: Don't cache preferred address
` [PATCH 2/2] afs: Fix occasional rmdir-then-VNOVNODE with generic/011

[PATCH] fat: ignore .. subdir and always add a link to dirs
 2024-03-13 12:43 UTC  (16+ messages)

[syzbot] [overlayfs?] possible deadlock in seq_read_iter (3)
 2024-03-13 12:30 UTC  (2+ messages)

[PATCH v2 0/6] virtiofs: fix the warning for ITER_KVEC dio
 2024-03-13 12:14 UTC  (5+ messages)
` [PATCH v2 4/6] virtiofs: support bounce buffer backed by scattered pages

[PATCH v10 2/8] fuse: introduce atomic open
 2024-03-13 10:25 UTC  (7+ messages)
` [PATCH 0/1] Fix-atomic_open-not-using-negative-d_entry
  ` [PATCH 1/1] fuse: Make atomic_open use negative d_entry

[syzbot] [overlayfs?] WARNING in ovl_copy_up_file
 2024-03-13 10:23 UTC 

[syzbot] [net?] [afs?] WARNING in rxrpc_alloc_data_txbuf
 2024-03-13  9:21 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 75bcffbb9e75
 2024-03-13  6:53 UTC  (3+ messages)

ZONE_DEVICE refcounting
 2024-03-13  6:32 UTC  (2+ messages)

[GIT PULL] xfs: new code for 6.9
 2024-03-13  5:51 UTC 

[PATCH v2 00/34] Open block devices as files
 2024-03-13  2:32 UTC  (3+ messages)
` [PATCH v2 01/34] bdev: open block device "

[dhowells-fs:cifs-netfs] [cifs] 7de1bab771: filebench.sum_operations/s -98.5% regression
 2024-03-13  1:19 UTC 

[GIT PULL] bcachefs updates for 6.9
 2024-03-13  1:10 UTC 

[PATCH] fuse: update size attr before doing IO
 2024-03-12 23:08 UTC  (5+ messages)

[GIT PULL] zonefs changes for 6.9-rc1
 2024-03-12 22:24 UTC  (2+ messages)

[GIT PULL] execve updates for v6.9-rc1
 2024-03-12 22:24 UTC  (2+ messages)

[GIT PULL] fscrypt updates for 6.9
 2024-03-12 22:24 UTC  (2+ messages)

[GIT PULL] fsverity updates for 6.9
 2024-03-12 22:24 UTC  (2+ messages)

[Lsf-pc] [LSF/MM/BPF TOPIC] Reclamation interactions with RCU
 2024-03-12 22:09 UTC  (10+ messages)

[syzbot] [btrfs?] kernel BUG in insert_state (2)
 2024-03-12 21:43 UTC  (2+ messages)

Uneccesary flushes waking up suspended disks
 2024-03-12 20:35 UTC  (5+ messages)

[PATCH v2 bpf-next 0/9] add new acquire/release BPF kfuncs
 2024-03-12 20:11 UTC  (11+ messages)

[PATCH v4 00/36] Memory allocation profiling
 2024-03-12 20:07 UTC  (6+ messages)
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed

[PATCH v2] statx: stx_subvol
 2024-03-12 17:17 UTC  (9+ messages)

more on subvolumes
 2024-03-12 17:16 UTC  (2+ messages)

[QUESTION] epoll: try to reuse allocations of epitem
 2024-03-12 15:45 UTC 

[PATCH 0/2] vfs: convert debugfs & tracefs to the new mount API
 2024-03-12 14:35 UTC  (2+ messages)

[PATCH 0/2] Move pidfd to tiny pseudo fs
 2024-03-12 14:09 UTC  (4+ messages)
` [PATCH 2/2] pidfd: add pidfdfs

[syzbot] [ntfs?] WARNING in do_open_execat
 2024-03-12 12:44 UTC  (6+ messages)
` [syzbot] [ntfs3?] "

[syzbot] [btrfs?] INFO: task hung in extent_writepages
 2024-03-12 11:12 UTC  (2+ messages)

[RFC PATCH] fs: Add vfs_masks_device_ioctl*() helpers
 2024-03-12 10:58 UTC  (18+ messages)

[PATCH v2 0/3] fs_parser: handle parameters that can be empty and don't have a value
 2024-03-12 10:31 UTC  (11+ messages)
` [PATCH v2 3/3] ovl: fix the parsing of empty string mount parameters

[syzbot] Monthly btrfs report (Mar 2024)
 2024-03-12  9:29 UTC 

[syzbot] Monthly ext4 report (Mar 2024)
 2024-03-12  9:29 UTC 

[syzbot] Monthly hfs report (Mar 2024)
 2024-03-12  9:29 UTC 

[PATCH v3 00/10] exfat: improve sync dentry
 2024-03-12  8:34 UTC  (3+ messages)

[PATCH] statx.2: Document STATX_SUBVOL
 2024-03-12  2:19 UTC  (2+ messages)

On the optimum size of a batch
 2024-03-11 21:58 UTC  (5+ messages)

[GIT PULL] vfs uuid
 2024-03-11 18:33 UTC  (2+ messages)

[GIT PULL] vfs misc
 2024-03-11 18:33 UTC  (2+ messages)

[GIT PULL] vfs ntfs
 2024-03-11 18:33 UTC  (2+ messages)

[GIT PULL] vfs iomap
 2024-03-11 18:33 UTC  (2+ messages)

[GIT PULL] vfs filelock
 2024-03-11 18:33 UTC  (2+ messages)

[GIT PULL] vfs super
 2024-03-11 18:33 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).