linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-06 17:49:14 to 2024-03-08 04:21:52 UTC [more...]

[RFC PATCH] eventpoll: record task that adds to monitor list
 2024-03-08  4:21 UTC 

[syzbot] [reiserfs?] general protection fault in reiserfs_xattr_set
 2024-03-08  4:02 UTC  (2+ messages)

[PATCH v5 00/24] fs-verity support for XFS
 2024-03-08  3:57 UTC  (53+ messages)
` [PATCH v5 05/24] fs: add FS_XFLAG_VERITY for verity files
` [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 08/24] fsverity: add per-sb workqueue for post read processing
` [PATCH v5 10/24] iomap: integrate fs-verity verification into iomap's read path
` [PATCH v5 11/24] xfs: add XBF_VERITY_SEEN xfs_buf flag
` [PATCH v5 17/24] xfs: add inode on-disk VERITY flag
` [PATCH v5 18/24] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v5 19/24] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v5 20/24] xfs: disable direct read path for fs-verity files
` [PATCH v5 21/24] xfs: add fs-verity support
` [PATCH v5 22/24] xfs: make scrub aware of verity dinode flag
` [PATCH v5 23/24] xfs: add fs-verity ioctls
` [PATCH v5 24/24] xfs: enable ro-compat fs-verity flag

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-03-08  3:42 UTC  (2+ messages)
` [syzbot] "

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

[PATCH v2 0/3] fs_parser: handle parameters that can be empty and don't have a value
 2024-03-07 16:02 UTC  (4+ messages)
` [PATCH v2 1/3] fs_parser: add helper to define parameters with string and flag types
` [PATCH v2 2/3] ext4: fix the parsing of empty string mount parameters
` [PATCH v2 3/3] ovl: "

[PATCH v2] statx: stx_subvol
 2024-03-08  2:29 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 75bcffbb9e75
 2024-03-08  0:31 UTC  (2+ messages)

[PATCH v2 02/10] exfat: add exfat_get_empty_dentry_set() helper
 2024-03-07 11:07 UTC  (5+ messages)

[PATCH v9 1/8] landlock: Add IOCTL access right
 2024-03-07 23:35 UTC  (11+ messages)
` [RFC PATCH] fs: Add vfs_masks_device_ioctl*() helpers

[PATCH 0/3] fs_parser: handle parameters that can be empty and don't have a value
 2024-03-07 15:13 UTC  (5+ messages)
` [PATCH 1/3] "

[PATCHSET v29.4 03/13] xfs: atomic file content exchanges
 2024-03-07 23:25 UTC  (8+ messages)
` [PATCH 14/13] xfs: make XFS_IOC_COMMIT_RANGE freshness data opaque

[PATCH] fuse: increase FUSE_MAX_MAX_PAGES limit
 2024-03-07 22:06 UTC  (10+ messages)

[PATCH 0/2] vfs: convert debugfs & tracefs to the new mount API
 2024-03-07 21:10 UTC  (10+ messages)
` [PATCH 1/2] vfs: Convert debugfs to use "
` [PATCH 2/2] vfs: Convert tracefs "

[PATCH] [v2] debufgs: debugfs_create_blob can set the file size
 2024-03-07 21:08 UTC  (2+ messages)

[PATCH v5 00/37] Memory allocation profiling
 2024-03-07 20:53 UTC  (45+ messages)
` [PATCH v5 01/37] fix missing vmalloc.h includes
` [PATCH v5 02/37] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v5 04/37] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v5 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v5 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v5 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v5 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v5 10/37] lib: code tagging framework
` [PATCH v5 11/37] lib: code tagging module support
` [PATCH v5 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v5 13/37] lib: add allocation tagging support for memory allocation profiling
` [PATCH v5 14/37] lib: introduce support for page allocation tagging
` [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v5 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v5 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v5 18/37] mm: enable page allocation tagging
` [PATCH v5 19/37] mm: create new codetag references during page splitting
` [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v5 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v5 22/37] lib: add codetag reference into slabobj_ext
` [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v5 24/37] rust: Add a rust helper for krealloc()
` [PATCH v5 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v5 26/37] mempool: Hook up to memory allocation profiling
` [PATCH v5 27/37] mm: percpu: Introduce pcpuobj_ext
` [PATCH v5 28/37] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v5 29/37] mm: percpu: enable per-cpu allocation tagging
` [PATCH v5 30/37] mm: vmalloc: Enable memory allocation profiling
` [PATCH v5 31/37] rhashtable: Plumb through alloc tag
` [PATCH v5 32/37] lib: add memory allocations report in show_mem()
` [PATCH v5 33/37] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v5 34/37] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v5 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v5 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v5 37/37] memprofiling: Documentation

[LSF/MM/BPF TOPIC] statx attributes
 2024-03-07 20:22 UTC  (6+ messages)

[syzbot] [hfs?] INFO: task hung in hfs_mdb_commit
 2024-03-07 20:09 UTC  (2+ messages)

[PATCH] xattr: restrict vfs_getxattr_alloc() allocation size
 2024-03-07 20:03 UTC  (3+ messages)

On the optimum size of a batch
 2024-03-07 19:55 UTC 

[PATCH] fuse: update size attr before doing IO
 2024-03-07 19:39 UTC  (3+ messages)

[PATCH] isofs: convert isofs to use the new mount API
 2024-03-07 18:56 UTC  (4+ messages)
  ` [PATCH V2] "

[PATCH v2] minix: convert minix to use the new mount api
 2024-03-07 18:26 UTC  (2+ messages)

[linus:master] [readahead] ab4443fe3c: vm-scalability.throughput -21.4% regression
 2024-03-07 18:19 UTC  (9+ messages)

[PATCH] tmpfs: Fix race on handling dquot rbtree
 2024-03-07 17:42 UTC 

[PATCH] statx: stx_vol
 2024-03-07 17:39 UTC  (4+ messages)

[PATCH 1/4] ovl: use refcount_t in readdir
 2024-03-07 17:31 UTC  (8+ messages)
` [PATCH 2/4] ovl: get rid of iterate wrapper
` [PATCH 3/4] ovl: only lock readdir for accessing the cache
` [PATCH 4/4] ovl: clean up struct ovl_dir_cache use outside readdir.c

[PATCH] minix: convert minix to use the new mount api
 2024-03-07 16:40 UTC  (5+ messages)

[RFC PATCH] mm: Replace ->launder_folio() with flush and wait
 2024-03-07 16:15 UTC  (6+ messages)
` [RFC PATCH v2] mm: Kill ->launder_folio()

Uneccesary flushes waking up suspended disks
 2024-03-07 15:37 UTC  (2+ messages)

[PATCH v5 0/8] Split a folio to any lower order folios
 2024-03-07 15:06 UTC  (5+ messages)
` [PATCH v5 7/8] mm: thp: split huge page to any lower order pages
` [PATCH v5 8/8] mm: huge_memory: enable debugfs to split huge pages to any order

[PATCH] evm: Change vfs_getxattr() with __vfs_getxattr() in evm_calc_hmac_or_hash()
 2024-03-07 15:02 UTC  (4+ messages)

[PATCH] tmpfs: don't interrupt fallocate with EINTR
 2024-03-07 14:59 UTC  (9+ messages)

[PATCH 1/2] [RFC] proc: pagemap: Expose whether a PTE is writable
 2024-03-07 14:42 UTC  (13+ messages)
` [PATCH 2/2] [RFC] pagemap.rst: Document write bit

[PATCH v2 00/14] block atomic writes for XFS
 2024-03-07 12:57 UTC  (22+ messages)
` [PATCH v2 06/14] fs: xfs: Do not free EOF blocks for forcealign
` [PATCH v2 07/14] fs: iomap: Sub-extent zeroing
` [PATCH v2 08/14] fs: xfs: "
` [PATCH v2 11/14] fs: xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v2 12/14] fs: xfs: Support atomic write for statx
` [PATCH v2 13/14] fs: xfs: Validate atomic writes
` [PATCH v2 14/14] fs: xfs: Support setting FMODE_CAN_ATOMIC_WRITE

[PATCH][next][V2] hfsplus: remove dev_err messages and fix errno values
 2024-03-07 10:18 UTC  (2+ messages)

[syzbot] [jfs?] KASAN: slab-out-of-bounds Read in jfs_readdir
 2024-03-07  9:33 UTC  (2+ messages)

[syzbot] [jfs?] INFO: trying to register non-static key in txEnd
 2024-03-07  9:25 UTC  (3+ messages)

[syzbot] [reiserfs?] INFO: task hung in flush_old_commits
 2024-03-07  9:27 UTC  (2+ messages)

[syzbot] [tomoyo?] [fs?] INFO: rcu detected stall in newfstatat (3)
 2024-03-07  9:22 UTC  (2+ messages)
` [syzbot] [usb] "

[syzbot] [v9fs?] KASAN: slab-use-after-free Read in p9_fid_destroy
 2024-03-07  8:14 UTC 

[syzbot] [jfs?] general protection fault in diRead (2)
 2024-03-07  7:10 UTC 

[PATCH] erofs: fix uninitialized page cache reported by KMSAN
 2024-03-07  1:04 UTC  (2+ messages)

[PATCH] exfat: fix file not locking when writing zeros in exfat_file_mmap()
 2024-03-06 22:31 UTC  (10+ messages)

[syzbot] Monthly jfs report (Mar 2024)
 2024-03-06 22:08 UTC 

[syzbot] Monthly exfat report (Mar 2024)
 2024-03-06 22:08 UTC 

[syzbot] [reiserfs?] WARNING in journal_end
 2024-03-06 19:55 UTC 

[PATCH] fanotify: allow freeze when waiting response for permission events
 2024-03-06 17:59 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 NNTP newsgroup(s).