linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-07 23:59:10 to 2024-03-11 18:33:48 UTC [more...]

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

[syzbot] [ntfs?] kernel BUG in ntfs_iget
 2024-03-11 18:20 UTC  (3+ messages)
` [syzbot] [ntfs3?] "

[syzbot] [ntfs?] WARNING in do_open_execat
 2024-03-11 18:04 UTC  (2+ messages)
` [syzbot] [ntfs3?] "

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

[syzbot] [ext4?] possible deadlock in ext4_xattr_inode_iget (2)
 2024-03-11 17:54 UTC  (3+ messages)

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

[PATCH v10 0/9] Landlock: IOCTL support
 2024-03-11 16:55 UTC  (12+ messages)
` [PATCH v10 1/9] security: Create security_file_vfs_ioctl hook
` [PATCH v10 2/9] landlock: Add IOCTL access right for character and block devices
` [PATCH v10 3/9] selftests/landlock: Test IOCTL support
` [PATCH v10 4/9] selftests/landlock: Test IOCTL with memfds
` [PATCH v10 5/9] selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH)
` [PATCH v10 6/9] selftests/landlock: Test IOCTLs on named pipes
` [PATCH v10 7/9] selftests/landlock: Check IOCTL restrictions for named UNIX domain sockets
` [PATCH v10 8/9] samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV
` [PATCH v10 9/9] landlock: Document IOCTL support

[syzbot] [jfs?] BUG: unable to handle kernel NULL pointer dereference in dtInsertEntry
 2024-03-11 16:36 UTC  (2+ messages)

[syzbot] [ntfs3?] possible deadlock in map_mft_record
 2024-03-11 16:29 UTC  (2+ messages)

[PATCH] exec: Simplify remove_arg_zero() error path
 2024-03-11 16:24 UTC  (2+ messages)

[syzbot] [ntfs3?] KASAN: slab-out-of-bounds Read in ntfs_iget5
 2024-03-11 16:23 UTC  (2+ messages)

[PATCH 0/4] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-03-11 16:07 UTC  (9+ 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()

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

[PATCH v5 00/24] fs-verity support for XFS
 2024-03-11 15:25 UTC  (37+ 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 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 1/4] ovl: use refcount_t in readdir
 2024-03-11 13:52 UTC  (7+ messages)
` [PATCH 3/4] ovl: only lock readdir for accessing the cache

[PATCH v3] fsnotify: optimize the case of no parent watcher
 2024-03-11 13:51 UTC  (12+ messages)

[PATCH v2] statx: stx_subvol
 2024-03-11 13:43 UTC  (15+ messages)

[PATCH v2] minix: convert minix to use the new mount api
 2024-03-11 13:28 UTC  (2+ messages)

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

[PATCH] fuse: update size attr before doing IO
 2024-03-11 10:01 UTC  (2+ messages)

[syzbot] [sysv?] [vfs?] WARNING in invalidate_bh_lru
 2024-03-11  9:32 UTC  (3+ messages)
` [syzbot] [udf] "

[syzbot] [udf?] KASAN: slab-use-after-free Read in udf_free_blocks
 2024-03-11  9:25 UTC  (3+ messages)

[PATCH v2] sysctl: treewide: constify ctl_table_root::permissions
 2024-03-11  9:22 UTC  (4+ messages)

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

[LSF/MM/BPF TOPIC] untorn buffered writes
 2024-03-11  8:42 UTC  (2+ messages)

[PATCH RFC 0/2] ext4: Do endio process under irq context for DIO overwrites
 2024-03-11  7:55 UTC  (5+ messages)
` [PATCH RFC 1/2] iomap: Add a IOMAP_DIO_MAY_INLINE_COMP flag

[PATCH v3 00/10] exfat: improve sync dentry
 2024-03-11  6:21 UTC  (2+ messages)

[PATCH v3 10/10] exfat: remove duplicate update parent dir
 2024-03-11  4:25 UTC 

[PATCH v3 09/10] exfat: do not sync parent dir if just update timestamp
 2024-03-11  4:25 UTC 

[PATCH v3 08/10] exfat: remove unused functions
 2024-03-11  4:25 UTC 

[PATCH v3 07/10] exfat: convert exfat_find_empty_entry() to use dentry cache
 2024-03-11  4:25 UTC 

[PATCH v3 06/10] exfat: convert exfat_init_ext_entry() to use dentry cache
 2024-03-11  4:25 UTC 

[PATCH v3 03/10] exfat: convert exfat_add_entry() to use dentry cache
 2024-03-11  4:24 UTC 

[PATCH v3 05/10] exfat: move free cluster out of exfat_init_ext_entry()
 2024-03-11  4:25 UTC 

[PATCH v3 02/10] exfat: add exfat_get_empty_dentry_set() helper
 2024-03-11  4:24 UTC 

[PATCH v3 04/10] exfat: convert exfat_remove_entries() to use dentry cache
 2024-03-11  4:25 UTC 

[PATCH v3 01/10] exfat: add __exfat_get_dentry_set() helper
 2024-03-11  4:24 UTC 

On the optimum size of a batch
 2024-03-11  3:41 UTC  (4+ messages)

[syzbot] [reiserfs?] possible deadlock in vfs_setxattr (2)
 2024-03-11  2:43 UTC  (2+ messages)

Uneccesary flushes waking up suspended disks
 2024-03-11  1:32 UTC  (5+ messages)

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-03-11  1:29 UTC  (10+ messages)

[GIT PULL] zonefs changes for 6.9-rc1
 2024-03-11  0:02 UTC 

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

sendfile(2) erroneously yields EINVAL on too large counts
 2024-03-10 18:53 UTC  (4+ messages)

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

[linus:master] [readahead] ab4443fe3c: vm-scalability.throughput -21.4% regression
 2024-03-10  6:41 UTC  (12+ messages)

[PATCH v1] fs/fuse: Fix missing FOLL_PIN for direct-io
 2024-03-10  2:59 UTC  (5+ messages)

[syzbot] [reiserfs?] INFO: task hung in reiserfs_sync_fs
 2024-03-10  0:57 UTC  (2+ messages)

[syzbot] [reiserfs?] possible deadlock in reiserfs_dirty_inode
 2024-03-10  0:54 UTC  (2+ messages)

[syzbot] [tomoyo?] [hfs?] general protection fault in tomoyo_check_acl (3)
 2024-03-10  0:52 UTC  (4+ messages)
` [syzbot] [hfs] "

[PATCH v8 0/2] rust: xarray: Add an abstraction for XArray
 2024-03-09 23:57 UTC  (3+ messages)
` [PATCH v8 1/2] rust: types: add FOREIGN_ALIGN to ForeignOwnable
` [PATCH v8 2/2] rust: xarray: Add an abstraction for XArray

[syzbot] [reiserfs?] possible deadlock in open_xa_dir
 2024-03-09 22:20 UTC 

[syzbot] [reiserfs?] possible deadlock in mnt_want_write_file
 2024-03-09 14:09 UTC 

[PATCH v2 0/6] virtiofs: fix the warning for ITER_KVEC dio
 2024-03-09  4:27 UTC  (10+ messages)
` [PATCH v2 1/6] fuse: limit the length of ITER_KVEC dio by max_pages
` [PATCH v2 3/6] virtiofs: factor out more common methods for argbuf
` [PATCH v2 4/6] virtiofs: support bounce buffer backed by scattered pages

[RFC 0/9] ext4: Add direct-io atomic write support using fsawu
 2024-03-09  2:37 UTC  (3+ messages)
` [RFC] ext4: Add support for ext4_map_blocks_atomic()

[syzbot] [fs?] BUG: sleeping function called from invalid context in __bread_gfp
 2024-03-08 22:16 UTC  (2+ messages)

[syzbot] [hfs?] KASAN: slab-out-of-bounds Write in hfs_bnode_read_key
 2024-03-08 22:19 UTC  (3+ messages)

[syzbot] [reiserfs?] possible deadlock in do_page_mkwrite
 2024-03-09  0:24 UTC 

[PATCH] tmpfs: Fix race on handling dquot rbtree
 2024-03-08 23:26 UTC  (2+ messages)

[syzbot] [reiserfs?] WARNING in reiserfs_lookup
 2024-03-08 21:27 UTC 

[PATCH] unicode: make utf8 test count static
 2024-03-08 19:16 UTC  (2+ messages)

[PATCH 0/3] fiemap extension to add physical extent length
 2024-03-08 18:03 UTC  (4+ messages)
` [PATCH 1/3] fs: add physical_length field to fiemap extents
` [PATCH 2/3] fs: update fiemap_fill_next_extent() signature
` [PATCH 3/3] btrfs: fiemap: return extent physical size

[PATCH v5 00/10] block atomic writes
 2024-03-08 17:18 UTC  (7+ messages)
` [PATCH v5 03/10] fs: Initial atomic write support

[PATCH v5 00/37] Memory allocation profiling
 2024-03-08 15:23 UTC  (3+ messages)
` [PATCH v5 24/37] rust: Add a rust helper for krealloc()

[syzbot] [reiserfs?] general protection fault in direct2indirect
 2024-03-08 15:12 UTC 

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

[PATCH 00/50] big header dependency cleanup targeting sched.h
 2024-03-08 13:46 UTC  (3+ messages)
` [PATCH 01/50] drivers/gpu/drm/i915/i915_memcpy.c: fix missing includes

ZONE_DEVICE refcounting
 2024-03-08 13:44 UTC  (2+ messages)

[syzbot] [reiserfs?] possible deadlock in path_openat (2)
 2024-03-08 11:10 UTC 

[PATCH] statx: stx_vol
 2024-03-08 10:59 UTC  (4+ messages)

[GIT PULL] vfs uuid
 2024-03-08 10:19 UTC 

[RFC 4/8] ext4: Add statx and other atomic write helper routines
 2024-03-08  8:10 UTC  (2+ messages)

[RFC 6/8] ext4: Add an inode flag for atomic writes
 2024-03-08  8:02 UTC  (2+ messages)

[RFC PATCH] mm: Replace ->launder_folio() with flush and wait
 2024-03-08  7:52 UTC  (4+ messages)

[RFC 1/8] fs: Add FS_XFLAG_ATOMICWRITES flag
 2024-03-08  7:19 UTC  (4+ messages)
` [RFC 2/8] fs: Reserve inode flag FS_ATOMICWRITES_FL for atomic writes

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

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

[ANNOUNCE] xfs-linux: for-next updated to 75bcffbb9e75
 2024-03-08  0:31 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).