Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-16 16:18:32 to 2024-03-18 17:10:33 UTC [more...]

[PATCH v2 0/6] Fixes and cleanups to fs-writeback
 2024-03-18 17:10 UTC  (5+ messages)
` [PATCH v2 1/6] fs/writeback: avoid to writeback non-expired inode in kupdate writeback
` [PATCH v2 4/6] fs/writeback: only calculate dirtied_before when b_io is empty

[GIT PULL] overlayfs fixes for 6.9-rc1
 2024-03-18 17:06 UTC 

[GIT PULL] vfs fixes
 2024-03-18 16:48 UTC  (2+ messages)

[PATCHBOMB v5.3] fs-verity support for XFS
 2024-03-18 16:38 UTC  (75+ messages)
` [PATCHSET "
  ` [PATCH 01/40] fsverity: remove hash page spin lock
  ` [PATCH 02/40] xfs: add parent pointer support to attribute code
  ` [PATCH 03/40] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 04/40] xfs: add parent pointer validator functions
  ` [PATCH 05/40] fs: add FS_XFLAG_VERITY for verity files
  ` [PATCH 06/40] fsverity: pass tree_blocksize to end_enable_verity()
  ` [PATCH 07/40] fsverity: support block-based Merkle tree caching
  ` [PATCH 08/40] fsverity: add per-sb workqueue for post read processing
  ` [PATCH 09/40] fsverity: add tracepoints
  ` [PATCH 10/40] fsverity: fix "support block-based Merkle tree caching"
  ` [PATCH 11/40] fsverity: send the level of the merkle tree block to ->read_merkle_tree_block
  ` [PATCH 12/40] fsverity: pass the new tree size and block size to ->begin_enable_verity
  ` [PATCH 13/40] fsverity: expose merkle tree geometry to callers
  ` [PATCH 14/40] fsverity: rely on cached block callers to retain verified state
  ` [PATCH 15/40] fsverity: box up the write_merkle_tree_block parameters too
  ` [PATCH 16/40] fsverity: pass the zero-hash value to the implementation
  ` [PATCH 17/40] fsverity: report validation errors back to the filesystem
  ` [PATCH 18/40] iomap: integrate fs-verity verification into iomap's read path
  ` [PATCH 19/40] xfs: add attribute type for fs-verity
  ` [PATCH 20/40] xfs: add fs-verity ro-compat flag
  ` [PATCH 21/40] xfs: add inode on-disk VERITY flag
  ` [PATCH 22/40] xfs: initialize fs-verity on file open and cleanup on inode destruction
  ` [PATCH 23/40] xfs: don't allow to enable DAX on fs-verity sealed inode
  ` [PATCH 24/40] xfs: disable direct read path for fs-verity files
  ` [PATCH 25/40] xfs: widen flags argument to the xfs_iflags_* helpers
  ` [PATCH 26/40] xfs: add fs-verity support
  ` [PATCH 27/40] xfs: create a per-mount shrinker for verity inodes merkle tree blocks
  ` [PATCH 28/40] xfs: create an icache tag for files with cached "
  ` [PATCH 29/40] xfs: shrink verity blob cache
  ` [PATCH 30/40] xfs: clean up stale fsverity metadata before starting
  ` [PATCH 31/40] xfs: better reporting and error handling in xfs_drop_merkle_tree
  ` [PATCH 32/40] xfs: make scrub aware of verity dinode flag
  ` [PATCH 33/40] xfs: add fs-verity ioctls
  ` [PATCH 34/40] xfs: advertise fs-verity being available on filesystem
  ` [PATCH 35/40] xfs: teach online repair to evaluate fsverity xattrs
  ` [PATCH 36/40] xfs: don't store trailing zeroes of merkle tree blocks
  ` [PATCH 37/40] xfs: create separate name hash function for xattrs
  ` [PATCH 38/40] xfs: use merkle tree offset as attr hash
  ` [PATCH 39/40] xfs: don't bother storing merkle tree blocks for zeroed data blocks
  ` [PATCH 40/40] xfs: enable ro-compat fs-verity flag
  ` [PATCH 01/20] xfsprogs: add parent pointer support to attribute code
  ` [PATCH 02/20] xfsprogs: define parent pointer xattr format
  ` [PATCH 03/20] xfsprogs: Add xfs_verify_pptr
  ` [PATCH 04/20] fs: add FS_XFLAG_VERITY for verity files
  ` [PATCH 05/20] xfs: add attribute type for fs-verity
  ` [PATCH 06/20] xfs: add fs-verity ro-compat flag
  ` [PATCH 07/20] xfs: add inode on-disk VERITY flag
  ` [PATCH 08/20] xfs: add fs-verity support
  ` [PATCH 09/20] xfs: advertise fs-verity being available on filesystem
  ` [PATCH 10/20] xfs: create separate name hash function for xattrs
  ` [PATCH 11/20] xfs: use merkle tree offset as attr hash
  ` [PATCH 12/20] xfs: enable ro-compat fs-verity flag
  ` [PATCH 13/20] libfrog: add fsverity to xfs_report_geom output
  ` [PATCH 14/20] xfs_db: introduce attr_modify command
  ` [PATCH 15/20] xfs_db: make attr_set/remove/modify be able to handle fs-verity attrs
  ` [PATCH 16/20] man: document attr_modify command
  ` [PATCH 17/20] xfs_db: dump verity features and metadata
  ` [PATCH 18/20] xfs_db: dump merkle tree data
  ` [PATCH 19/20] xfs_repair: junk fsverity xattrs when unnecessary
  ` [PATCH 20/20] mkfs.xfs: add verity parameter
` [PATCHSET v5.3] fstests: fs-verity support for XFS
  ` [PATCH 1/3] common/verity: enable fsverity "
  ` [PATCH 2/3] xfs/{021,122}: adapt to fsverity xattrs
  ` [PATCH 3/3] common/populate: add verity files to populate xfs images

[PATCH RFC 00/24] vfs, nfsd, nfs: implement directory delegations
 2024-03-18 16:19 UTC  (22+ messages)
` [PATCH RFC 02/24] filelock: add a lm_set_conflict lease_manager callback
` [PATCH RFC 03/24] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH RFC 06/24] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH RFC 11/24] nfsd: allow DELEGRETURN on directories
` [PATCH RFC 12/24] nfsd: encoders and decoders for GET_DIR_DELEGATION
` [PATCH RFC 14/24] nfsd: wire up GET_DIR_DELEGATION handling

[RFC v3 0/5] overlayfs: Optimize override/revert creds
 2024-03-18 15:57 UTC  (4+ messages)
` [RFC v3 1/5] cleanup: Fix discarded const warning when defining lock guard

[syzbot] [v9fs?] KMSAN: uninit-value in v9fs_evict_inode
 2024-03-18 15:48 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 2e93f143ca010a5013528e1cfdc895f024fe8c21
 2024-03-18 14:33 UTC 

[RFC v4 linux-next 00/19] fs & block: remove bdev->bd_inode
 2024-03-18 13:38 UTC  (56+ messages)
` [RFC v4 linux-next 01/19] block: move two helpers into bdev.c
` [RFC v4 linux-next 02/19] block: remove sync_blockdev_nowait()
` [RFC v4 linux-next 03/19] block: remove sync_blockdev_range()
` [RFC v4 linux-next 04/19] block: prevent direct access of bd_inode
` [RFC v4 linux-next 05/19] bcachefs: remove dead function bdev_sectors()
` [RFC v4 linux-next 06/19] cramfs: prevent direct access of bd_inode
` [RFC v4 linux-next 07/19] erofs: "
` [RFC v4 linux-next 08/19] nilfs2: "
` [RFC v4 linux-next 09/19] gfs2: "
` [RFC v4 linux-next 10/19] s390/dasd: use bdev api in dasd_format()
` [RFC v4 linux-next 11/19] btrfs: prevent direct access of bd_inode
` [RFC v4 linux-next 13/19] ext4: "
` [RFC v4 linux-next 14/19] jbd2: "
` [RFC v4 linux-next 15/19] bcache: "
` [RFC v4 linux-next 16/19] block2mtd: "
` [RFC v4 linux-next 17/19] dm-vdo: "
` [RFC v4 linux-next 18/19] scsi: factor out a helper bdev_read_folio() from scsi_bios_ptable()
` [RFC v4 linux-next 19/19] fs & block: remove bdev->bd_inode

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

[GIT PULL] sysctl changes for v6.9-rc1
 2024-03-18 12:25 UTC 

[PATCH v8 0/2] rust: xarray: Add an abstraction for XArray
 2024-03-18 12:10 UTC  (3+ messages)
` [PATCH v8 2/2] "

[Lsf-pc] [LSF/MM ATTEND] Over-the-wire data compression
 2024-03-18 10:59 UTC  (2+ messages)

WARNING in mark_buffer_dirty
 2024-03-18 10:12 UTC  (3+ messages)

[PATCH RFC] eventpoll: optimize epoll_ctl by reusing eppoll_entry allocations
 2024-03-18  9:57 UTC  (3+ messages)

[PATCH v13 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-03-18  9:53 UTC  (6+ messages)
` [PATCH v13 2/9] f2fs: Simplify the handling of cached insensitive names

VFS: Close: file count is zero (use-after-free)
 2024-03-18  9:31 UTC  (2+ messages)

[PATCH v2 01/34] bdev: open block device as files
 2024-03-18  9:10 UTC  (5+ messages)
` [PATCH] fs,block: get holder during claim

[PATCH] fscache: Fix error handling in fscache_begin_operation()
 2024-03-18  8:48 UTC  (2+ messages)

[linus:master] [pidfd] cb12fd8e0d: ltp.readahead01.fail
 2024-03-18  8:47 UTC  (4+ messages)
  ` [LTP] "

[RFC] ext4: Add support for ext4_map_blocks_atomic()
 2024-03-18  8:22 UTC  (2+ messages)

[PATCH v2 00/10] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-03-18  6:38 UTC  (21+ messages)
` [PATCH v2 02/10] xfs: allow xfs_bmapi_convert_delalloc() to pass NULL seq
` [PATCH v2 03/10] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
` [PATCH v2 04/10] xfs: drop xfs_convert_blocks()
` [PATCH v2 05/10] xfs: convert delayed extents to unwritten when zeroing post eof blocks
` [PATCH v2 06/10] iomap: drop the write failure handles when unsharing and zeroing
` [PATCH v2 07/10] iomap: don't increase i_size if it's not a write operation
` [PATCH v2 08/10] iomap: use a new variable to handle the written bytes in iomap_write_iter()
` [PATCH v2 09/10] iomap: make block_write_end() return a boolean
` [PATCH v2 10/10] iomap: do some small logical cleanup in buffered write

[PATCH v4 10/10] exfat: remove duplicate update parent dir
 2024-03-18  5:22 UTC 

[PATCH v4 09/10] exfat: do not sync parent dir if just update timestamp
 2024-03-18  5:22 UTC 

[PATCH v4 08/10] exfat: remove unused functions
 2024-03-18  5:22 UTC 

[PATCH v4 07/10] exfat: convert exfat_find_empty_entry() to use dentry cache
 2024-03-18  5:22 UTC 

[PATCH v4 06/10] exfat: convert exfat_init_ext_entry() to use dentry cache
 2024-03-18  5:22 UTC 

[PATCH v4 05/10] exfat: move free cluster out of exfat_init_ext_entry()
 2024-03-18  5:21 UTC 

[PATCH v4 04/10] exfat: convert exfat_remove_entries() to use dentry cache
 2024-03-18  5:21 UTC 

[PATCH v4 03/10] exfat: convert exfat_add_entry() to use dentry cache
 2024-03-18  5:21 UTC 

[PATCH v4 01/10] exfat: add __exfat_get_dentry_set() helper
 2024-03-18  5:21 UTC 

[PATCH v4 02/10] exfat: add exfat_get_empty_dentry_set() helper
 2024-03-18  5:21 UTC 

[PATCH v4 00/10] exfat: improve sync dentry
 2024-03-18  5:21 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 0c6ca06aad84
 2024-03-18  5:00 UTC 

[syzbot] [ext4?] possible deadlock in __ext4_mark_inode_dirty (3)
 2024-03-18  3:33 UTC 

[bug report] blktests nbd/003 lead kernel panic
 2024-03-18  3:22 UTC 

Uneccesary flushes waking up suspended disks
 2024-03-17 22:45 UTC  (5+ messages)

[PATCH v3 0/9] fuse: inode IO modes and mmap + parallel dio
 2024-03-17 20:02 UTC  (12+ messages)
` [PATCH v3 9/9] fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAP

[PATCH 00/10] Further reduce overhead of fsnotify permission hooks
 2024-03-17 18:41 UTC  (11+ messages)
` [PATCH 01/10] fsnotify: rename fsnotify_{get,put}_sb_connectors()
` [PATCH 02/10] fsnotify: create helpers to get sb and connp from object
` [PATCH 03/10] fsnotify: create a wrapper fsnotify_find_inode_mark()
` [PATCH 04/10] fanotify: merge two checks regarding add of ignore mark
` [PATCH 05/10] fsnotify: pass object pointer and type to fsnotify mark helpers
` [PATCH 06/10] fsnotify: create helper fsnotify_update_sb_watchers()
` [PATCH 07/10] fsnotify: lazy attach fsnotify_sb_info state to sb
` [PATCH 08/10] fsnotify: move s_fsnotify_connectors into fsnotify_sb_info
` [PATCH 09/10] fsnotify: use an enum for group priority constants
` [PATCH 10/10] fsnotify: optimize the case of no permission event watchers

[LSF/MM/BPF TOPIC] Filesystem testing
 2024-03-17 18:22 UTC  (2+ messages)

[syzbot] [overlayfs?] WARNING in ovl_copy_up_file
 2024-03-17 13:58 UTC  (3+ messages)

bcachefs: do not run 6.7: upgrade to 6.8 immediately if you have a multi device fs
 2024-03-16 18:08 UTC  (8+ 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).