Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2024-08-19 18:18:24 to 2024-08-21 17:11:42 UTC [more...]

[PATCH v5 0/7] block atomic writes for xfs
 2024-08-21 17:11 UTC  (15+ messages)
` [PATCH v5 1/7] block/fs: Pass an iocb to generic_atomic_write_valid()
` [PATCH v5 2/7] fs: Export generic_atomic_write_valid()
` [PATCH v5 3/7] fs: iomap: Atomic write support
` [PATCH v5 4/7] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v5 5/7] xfs: Support atomic write for statx
` [PATCH v5 6/7] xfs: Validate atomic writes
` [PATCH v5 7/7] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

ANNOUNCE: nfs-utils-2.7.1 released
 2024-08-21 17:02 UTC 

[PATCH] fuse: Add open-gettr for fuse-file-open
 2024-08-21 16:48 UTC  (7+ messages)

convert XFS perag lookup to xarrays v2
 2024-08-21 16:34 UTC  (11+ messages)
` [PATCH 1/5] xfs: use kfree_rcu_mightsleep to free the perag structures
` [PATCH 2/5] xfs: move the tagged perag lookup helpers to xfs_icache.c
` [PATCH 3/5] xfs: simplify tagged perag iteration
` [PATCH 4/5] xfs: convert perag lookup to xarray
` [PATCH 5/5] xfs: use xas_for_each_marked in xfs_reclaim_inodes_count

[PATCH] fuse: use unsigned type for getxattr/listxattr size truncation
 2024-08-21 16:33 UTC  (2+ messages)

[PATCH v3 1/2] fs: Fix file_set_fowner LSM hook inconsistencies
 2024-08-21 16:32 UTC  (3+ messages)
` [PATCH v3 2/2] security: Update file_set_fowner documentation

sort out the fallocate mode mess
 2024-08-21 16:11 UTC  (13+ messages)
` [PATCH 1/6] block: remove checks for FALLOC_FL_NO_HIDE_STALE
` [PATCH 2/6] ext4: remove tracing "
` [PATCH 3/6] fs: sort out the fallocate mode vs flag mess
` [PATCH 4/6] xfs: call xfs_flush_unmap_range from xfs_free_file_space
` [PATCH 5/6] xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_space
` [PATCH 6/6] xfs: refactor xfs_file_fallocate

[PATCH 1/2] fuse: drop unused fuse_mount arg in fuse_writepage_finish
 2024-08-21 15:56 UTC  (7+ messages)
` [PATCH 2/2] fuse: update stats for pages in dropped aux writeback list

[PATCH RFC v2 0/6] inode: turn i_state into u32
 2024-08-21 15:47 UTC  (7+ messages)
` [PATCH RFC v2 1/6] fs: add i_state helpers
` [PATCH RFC v2 2/6] fs: reorder i_state bits
` [PATCH RFC v2 3/6] writeback: port __I_SYNC to var event
` [PATCH RFC v2 4/6] inode: port __I_NEW "
` [PATCH RFC v2 5/6] inode: port __I_LRU_ISOLATING "
` [PATCH RFC v2 6/6] inode: make i_state a u32

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-21 15:36 UTC  (23+ messages)
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()

[PATCH v4 0/2] fuse: add timeout option for requests
 2024-08-21 14:25 UTC  (11+ messages)
` [PATCH v4 1/2] fuse: add optional kernel-enforced timeout "
` [PATCH v4 2/2] fuse: add default_request_timeout and max_request_timeout sysctls

[PATCH v2] fs/exfat: add NFS export support
 2024-08-21 14:08 UTC  (2+ messages)

[PATCH -next] radix tree test suite: Remove usage of the deprecated ida_simple_xx() API
 2024-08-21 12:57 UTC  (2+ messages)

[PATCH 1/2] mm: Add memalloc_nowait_{save,restore}
 2024-08-21 12:37 UTC  (13+ messages)
            ` [PATCH] mm: document risk of PF_MEMALLOC_NORECLAIM

[RFC PATCH 1/1] fs: ext4: Don't use CMA for buffer_head
 2024-08-21 11:22 UTC 

[PATCH v7 0/8] filtering and snapshots of a block devices
 2024-08-21  9:27 UTC  (2+ messages)

[PATCH v1] mnt_idmapping: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-21  9:15 UTC 

[PATCH 0/2] fs/dcache: fix cache inconsistency on case-insensitive lookups
 2024-08-21  9:10 UTC  (4+ messages)
` [PATCH 1/2] fs/dcache: introduce d_alloc_parallel_check_existing

[PATCH 5/4] Squashfs: Ensure all readahead pages have been used
 2024-08-21  8:12 UTC  (2+ messages)

[PATCH] pidfd: prevent creation of pidfds for kthreads
 2024-08-21  7:47 UTC  (6+ messages)

[PATCH v12 00/10] enable bs > ps in XFS
 2024-08-21  7:16 UTC  (9+ messages)

[PATCH] Documentation: iomap: fix a typo
 2024-08-21  7:15 UTC  (4+ messages)

[PATCH 0/9 RFC] Make wake_up_{bit,var} less fragile
 2024-08-21  7:10 UTC  (26+ messages)
` [PATCH 4/9] Use wait_var_event() instead of I_DIO_WAKEUP
` [PATCH 5/9] Block: switch bd_prepare_to_claim to use ___wait_var_event()
      ` [PATCH RFC 0/5] inode: turn i_state into u32
        ` [PATCH RFC 1/5] fs: add i_state helpers
        ` [PATCH RFC 2/5] writeback: port __I_SYNC to var event
        ` [PATCH RFC 3/5] inode: port __I_NEW "
        ` [PATCH RFC 4/5] inode: port __I_LRU_ISOLATING "
        ` [PATCH RFC 5/5] inode: make i_state a u32

[PATCH v3 0/2] Introduce tracepoint for hugetlbfs
 2024-08-21  7:03 UTC  (2+ messages)

[PATCH -next] fs: use LIST_HEAD() to simplify code
 2024-08-21  6:54 UTC 

[PATCH fstests v2] generic/755: test that inode's ctime is updated on unlink
 2024-08-21  6:39 UTC  (2+ messages)

[viro-vfs:work.fdtable 13/13] kernel/fork.c:3242 unshare_fd() warn: passing a valid pointer to 'PTR_ERR'
 2024-08-21  6:38 UTC  (4+ messages)

[PATCH v1] mm:page-writeback:use folio_next_index() helper in writeback_iter()
 2024-08-21  6:31 UTC 

[PATCH 2/9] Introduce atomic_dec_and_wake_up_var()
 2024-08-21  5:23 UTC  (3+ messages)

[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
 2024-08-21  3:43 UTC  (13+ messages)

[PATCH 0/8] netfs/cachefiles: Some bugfixes
 2024-08-21  2:43 UTC  (9+ messages)
` [PATCH 1/8] cachefiles: Fix incorrect block calculations in __cachefiles_prepare_write()
` [PATCH 2/8] cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write_iter()
` [PATCH 3/8] cachefiles: Fix missing pos updates "
` [PATCH 4/8] cachefiles: Clear invalid cache data in advance
` [PATCH 5/8] cachefiles: Clean up in cachefiles_commit_tmpfile()
` [PATCH 6/8] cachefiles: Modify inappropriate error return value in cachefiles_daemon_secctx()
` [PATCH 7/8] cachefiles: Fix NULL pointer dereference in object->file
` [PATCH 8/8] netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING

[PATCH 0/4] mm, netfs, afs: Truncation fixes
 2024-08-20 23:20 UTC  (5+ messages)
` [PATCH 1/4] mm: Fix missing folio invalidation calls during truncation
` [PATCH 2/4] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 3/4] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 4/4] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()

[PATCH] MAINTAINERS: add the VFS git tree
 2024-08-20 19:51 UTC 

[REGRESSION] fuse: copy_file_range() fails with EIO
 2024-08-20 13:50 UTC  (5+ messages)
` [PATCH 3/3] fuse: use folio_end_read

[PATCH] Documentation: Document the kernel flag bdev_allow_write_mounted
 2024-08-20 18:42 UTC  (3+ messages)

[PATCH v4 18/29] arm64: add POE signal support
 2024-08-20 14:45 UTC  (14+ messages)

[RFC net-next 0/5] Suspend IRQs during preferred busy poll
 2024-08-20 14:28 UTC  (19+ messages)

[RFC net-next 0/5] Suspend IRQs during preferred busy poll
 2024-08-20 14:27 UTC  (7+ messages)

[syzbot] [ntfs3?] WARNING in iov_iter_revert (5)
 2024-08-20 14:21 UTC 

[linus:master] [9p] e3786b29c5: xfstests.generic.465.fail
 2024-08-20 13:03 UTC  (2+ messages)

[PATCH] vfs: avoid spurious dentry ref/unref cycle on open
 2024-08-20 11:38 UTC  (12+ messages)

[syzbot] [ntfs3?] KASAN: slab-out-of-bounds Read in mi_enum_attr
 2024-08-20 10:53 UTC  (2+ messages)

[syzbot] [exfat?] KCSAN: data-race in dio_bio_end_io / dio_new_bio (3)
 2024-08-20 10:07 UTC 

[PATCH] writeback: Refine the show_inode_state() macro definition
 2024-08-20  9:54 UTC  (2+ messages)

[PATCH] writeback: Refine the show_inode_state() macro definition
 2024-08-20  9:52 UTC 

[PATCH bpf-next] bpf: use kfunc hooks instead of program types
 2024-08-20  8:49 UTC  (5+ messages)

[PATCH -next v2] zonefs: add support for FS_IOC_GETFSSYSFSPATH
 2024-08-20  8:49 UTC  (2+ messages)

[RFC PATCH 1/1] fs: jbd2: try to launch cp transaction when bh refer cma
 2024-08-20  7:26 UTC 

[PATCH v2] netfs: fix the mismatch used for CONFIG_FSCACHE_DEBUG
 2024-08-20  7:02 UTC  (2+ messages)

[PATCH] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
 2024-08-20  6:33 UTC  (2+ messages)

KASAN: stack-out-of-bounds Write in end_buffer_read_sync
 2024-08-20  4:04 UTC  (3+ messages)

[PATCH v2] mm: allow read-ahead with IOCB_NOWAIT set
 2024-08-20  2:26 UTC 

[brauner-vfs:vfs.misc.jeff] [[DRAFT UNTESTED] fs] 6a0f6c435f: BUG:kernel_NULL_pointer_dereference,address
 2024-08-20  2:22 UTC  (3+ messages)

[syzbot] KASAN: out-of-bounds Write in end_buffer_read_sync
 2024-08-20  1:51 UTC  (2+ messages)
` [syzbot] [ntfs3?] "

[PATCH] fuse: add FOPEN_FETCH_ATTR flag for fetching attributes after open
 2024-08-20  1:15 UTC  (9+ messages)

[PATCH] fs/exfat: add NFS export support
 2024-08-19 23:41 UTC  (5+ messages)

[PATCH -next] zonefs: add support for FS_IOC_GETFSSYSFSPATH
 2024-08-19 23:10 UTC  (3+ messages)

[PATCH] 9p: Fix DIO read through netfs
 2024-08-19 22:36 UTC  (3+ messages)

[PATCH 0/3] binfmt_elf: Honor PT_LOAD alignment for static PIE
 2024-08-19 19:52 UTC  (8+ messages)
` [PATCH 1/3] selftests/exec: Build both static and non-static load_address tests

[PATCH v12 00/24] nfs/nfsd: add support for localio
 2024-08-19 18:43 UTC  (4+ messages)
` [PATCH v12 24/24] nfs: add FAQ section to Documentation/filesystems/nfs/localio.rst


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox