Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-15 02:39:03 to 2024-05-17 17:57:27 UTC [more...]

[PATCH 0/3] Introduce user namespace capabilities
 2024-05-17 18:02 UTC  (25+ messages)
` [PATCH 1/3] capabilities: "
` [PATCH 2/3] capabilities: add securebit for strict userns caps
` [PATCH 3/3] capabilities: add cap userns sysctl mask

[PATCH v3 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-17 17:29 UTC  (5+ messages)
` [PATCH v3 1/3] iomap: pass blocksize to iomap_truncate_page()
` [PATCH v3 2/3] fsdax: pass blocksize to dax_truncate_page()
` [PATCH v3 3/3] xfs: correct the zeroing truncate range

[PATCH 18/26] xfs: use merkle tree offset as attr hash
 2024-05-17 17:17 UTC  (11+ messages)

[syzbot] [ntfs3?] possible deadlock in ntfs_mark_rec_free (2)
 2024-05-17 16:29 UTC  (3+ messages)

[PATCH v5 00/10] ext4: support adding multi-delalloc blocks
 2024-05-17 16:19 UTC  (12+ messages)
` [PATCH v5 01/10] ext4: factor out a common helper to query extent map
` [PATCH v5 02/10] ext4: check the extent status again before inserting delalloc block
` [PATCH v5 03/10] ext4: warn if delalloc counters are not zero on inactive
` [PATCH v5 04/10] ext4: trim delalloc extent
` [PATCH v5 05/10] ext4: drop iblock parameter
` [PATCH v5 06/10] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
` [PATCH v5 07/10] ext4: make ext4_da_reserve_space() reserve multi-clusters
` [PATCH v5 08/10] ext4: factor out a helper to check the cluster allocation state
` [PATCH v5 09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks
` [PATCH v5 10/10] ext4: make ext4_da_map_blocks() buffer_head unaware

[PATCH] fs/fuse: use correct name fuse_conn_list in docstring
 2024-05-17 16:10 UTC 

[PATCHBOMB v5.6] fs-verity support for XFS
 2024-05-17 15:56 UTC  (4+ messages)
` [PATCHSET v5.6] fstests: "

[PATCH] fuse: annotate potential data-race in num_background
 2024-05-17 15:23 UTC  (4+ messages)

[PATCH v3] ext4: Don't reduce symlink i_mode by umask if no ACL support
 2024-05-17 15:10 UTC  (3+ messages)

[PATCH v2] iomap: avoid redundant fault_in_iov_iter_readable() judgement when use larger chunks
 2024-05-17 20:14 UTC  (2+ messages)

[PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-05-17 13:30 UTC  (12+ messages)
` [RFC] iomap: use huge zero folio in iomap_dio_zero

Recall: [PATCH] iomap: avoid redundant fault_in_iov_iter_readable() judgement when use larger chunks
 2024-05-17 12:06 UTC 

[PATCH] iomap: avoid redundant fault_in_iov_iter_readable() judgement when use larger chunks
 2024-05-17 20:04 UTC 

[syzbot] [v9fs?] KASAN: slab-use-after-free Read in p9_fid_destroy
 2024-05-17 11:31 UTC  (2+ messages)

[PATCH] hostfs: convert hostfs to use the new mount api
 2024-05-17 11:21 UTC  (3+ messages)

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-05-17  9:55 UTC  (3+ messages)

[PATCH v6 0/8] File abstractions needed by Rust Binder
 2024-05-17  9:30 UTC  (9+ messages)
` [PATCH v6 1/8] rust: types: add `NotThreadSafe`
` [PATCH v6 2/8] rust: task: add `Task::current_raw`
` [PATCH v6 3/8] rust: file: add Rust abstraction for `struct file`
` [PATCH v6 4/8] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v6 5/8] rust: security: add abstraction for secctx
` [PATCH v6 6/8] rust: file: add `FileDescriptorReservation`
` [PATCH v6 7/8] rust: file: add `Kuid` wrapper
` [PATCH v6 8/8] rust: file: add abstraction for `poll_table`

[PATCH] mm/vmscan: Update stale references to shrink_page_list
 2024-05-17  9:13 UTC 

[RFC PATCH v3 00/22] Rust PuzzleFS filesystem driver
 2024-05-17  8:37 UTC  (24+ messages)
` [RFC PATCH v3 01/22] kernel: configs: add qemu-busybox-min.config
` [RFC PATCH v3 02/22] rust: hex: import crate
` [RFC PATCH v3 03/22] rust: hex: add SPDX license identifiers
` [RFC PATCH v3 04/22] rust: Kbuild: enable `hex`
` [RFC PATCH v3 05/22] rust: hex: add encode_hex_iter and encode_hex_upper_iter methods
` [RFC PATCH v3 06/22] rust: capnp: import crate
` [RFC PATCH v3 07/22] rust: capnp: add SPDX License Identifiers
` [RFC PATCH v3 08/22] rust: capnp: return an error when trying to display floating point values
` [RFC PATCH v3 09/22] rust: Kbuild: enable `capnp`
` [RFC PATCH v3 10/22] rust: kernel: add an abstraction over vfsmount to allow cloning a new private mount
` [RFC PATCH v3 11/22] rust: file: add bindings for `struct file`
` [RFC PATCH v3 12/22] rust: file: Add support for reading files using their path
` [RFC PATCH v3 13/22] fs: puzzlefs: Implement the initial version of PuzzleFS
` [RFC PATCH v3 14/22] rust: kernel: add from_iter_fallible for Vec<T>
` [RFC PATCH v3 15/22] kernel: configs: add puzzlefs config fragment
` [RFC PATCH v3 16/22] scripts: add fs directory to rust-analyzer
` [RFC PATCH v3 17/22] fs: puzzlefs: add extended attributes support
` [RFC PATCH v3 18/22] rust: add improved version of `ForeignOwnable::borrow_mut`
` [RFC PATCH v3 19/22] Add borrow_mut implementation to a ForeignOwnable CString
` [RFC PATCH v3 20/22] rust: add support for file system parameters
` [RFC PATCH v3 21/22] fs: puzzlefs: add oci_root_dir and image_manifest mount parameters
` [RFC PATCH v3 22/22] fs: puzzlefs: implement statfs for puzzlefs

[PATCH 0/2] Move pidfd to tiny pseudo fs
 2024-05-17  7:54 UTC  (7+ messages)
` [PATCH 2/2] pidfd: add pidfdfs

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-05-17  3:45 UTC  (2+ messages)
` [syzbot] "

[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode
 2024-05-17  2:24 UTC  (10+ messages)
` [PATCH vfs.all 08/26] erofs: prevent direct access of bd_inode
        ` [PATCH 6/6] z_erofs_pcluster_begin(): don't bother with rounding position down

[PATCH v3] fs: fix unintentional arithmetic wraparound in offset calculation
 2024-05-17  1:32 UTC  (4+ messages)

[PATCH] fs: nls: add missing MODULE_DESCRIPTION() macros
 2024-05-16 23:32 UTC  (2+ messages)

[PATCH v2 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-16 23:03 UTC  (6+ messages)
` [PATCH v2 1/3] iomap: pass blocksize to iomap_truncate_page()
` [PATCH v2 2/3] fsdax: pass blocksize to dax_truncate_page()
` [PATCH v2 3/3] xfs: correct the zeroing truncate range

[viro-vfs:untested.persistency 57/58] security/integrity/ima/ima_fs.c:430:20: error: use of undeclared identifier 'ima_policy'
 2024-05-16 20:47 UTC 

[PATCH 1/2] ext4: Reduce stack usage in ext4_mpage_readpages()
 2024-05-16 18:16 UTC  (2+ messages)
` [PATCH 2/2] ext4: Remove array of buffer_heads from mext_page_mkuptodate()

page-flags.rst
 2024-05-16 15:33 UTC  (3+ messages)

[syzbot] [btrfs?] kernel BUG in create_pending_snapshot
 2024-05-16 15:32 UTC  (2+ messages)

[syzbot] [btrfs?] WARNING in emit_fiemap_extent
 2024-05-16 15:08 UTC  (3+ messages)

[PATCH v5 00/11] enable bs > ps in XFS
 2024-05-16 14:56 UTC  (4+ messages)
` [PATCH v5 05/11] mm: split a folio in minimum folio order chunks

kernel BUG at fs/inode.c:LINE! (2)
 2024-05-16 14:35 UTC  (6+ messages)

[RFC PATCH] fs: dcache: Delete the associated dentry when deleting a file
 2024-05-16 13:44 UTC  (4+ messages)
` [PATCH] vfs: "

[syzbot] [lsm?] general protection fault in hook_inode_free_security
 2024-05-16 13:07 UTC  (3+ messages)

[PATCH] fs/ntfs3: Break dir enumeration if directory contents error
 2024-05-16 12:20 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] fs/ntfs3: Fix case when index is reused during tree transformation
 2024-05-16 12:00 UTC  (2+ messages)
` [PATCH v2] "

[GIT PULL] sysctl changes for v6.10-rc1
 2024-05-16 10:02 UTC 

[PATCH] ext4/jbd2: drop jbd2_transaction_committed()
 2024-05-16  8:27 UTC  (3+ messages)

About the conflict between XFS inode recycle and VFS rcu-walk
 2024-05-16  7:23 UTC  (5+ messages)

Fwd: Kernel panic in 6.9.0 after changes in kernel/power/swap.c
 2024-05-16  4:33 UTC  (2+ messages)

KASAN: slab-use-after-free in hfsplus_bnode_read
 2024-05-16  1:02 UTC 

[PATCH] tmpfs: don't interrupt fallocate with EINTR
 2024-05-15 23:09 UTC  (2+ messages)

[PATCH 0/1] fsnotify: clear PARENT_WATCHED flags lazily
 2024-05-15 22:14 UTC  (5+ messages)

[PATCH v2] sched/rt: Clean up usage of rt_task()
 2024-05-15 22:05 UTC 

[LSF/MM/BPF TOPIC] untorn buffered writes
 2024-05-15 19:54 UTC  (2+ messages)

[syzbot] [ntfs3?] kernel BUG at fs/ntfs/aops.c:LINE!
 2024-05-15 18:19 UTC 

[PATCH] sched/rt: Clean up usage of rt_task()
 2024-05-15 17:12 UTC  (8+ messages)

[syzbot] [btrfs?] kernel BUG in mapping_try_invalidate
 2024-05-15 17:02 UTC  (2+ messages)

[syzbot] [btrfs?] WARNING in btrfs_get_root_ref
 2024-05-15 16:49 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in folio_unlock (2)
 2024-05-15 16:45 UTC  (2+ messages)

[PATCH v2] fs: remove accidental overflow during wraparound check
 2024-05-15 16:44 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in __extent_writepage_io
 2024-05-15 16:36 UTC  (2+ messages)

[PATCH] libfs: fix implicitly cast in simple_attr_write_xsigned()
 2024-05-15 16:00 UTC  (2+ messages)

[LTP] [PATCH] readahead01: pass on pidfd
 2024-05-15 13:40 UTC 

[PATCH 1/3] iomap: pass blocksize to iomap_truncate_page()
 2024-05-15 13:16 UTC  (3+ messages)

[PATCH v2 0/5] cachefiles: some bugfixes for clean object/send req/poll
 2024-05-15 12:51 UTC  (6+ messages)
` [PATCH v2 1/5] cachefiles: stop sending new request when dropping object
` [PATCH v2 2/5] cachefiles: flush all requests for the object that is being dropped
` [PATCH v2 3/5] cachefiles: flush ondemand_object_worker during clean object
` [PATCH v2 4/5] cachefiles: cyclic allocation of msg_id to avoid reuse
` [PATCH v2 5/5] cachefiles: add missing lock protection when polling

[PATCH v3 1/2] proc: restrict /proc/pid/mem access via param knobs
 2024-05-15 11:15 UTC  (6+ messages)

[PATCH v2 2/2] genirq/proc: Refine percpu kstat_irqs access logic
 2024-05-15 10:06 UTC 

[PATCH v2 00/12] cachefiles: some bugfixes and cleanups for ondemand requests
 2024-05-15  8:46 UTC  (13+ messages)
` [PATCH v2 01/12] cachefiles: remove request from xarry during flush requests
` [PATCH v2 02/12] cachefiles: remove err_put_fd tag in cachefiles_ondemand_daemon_read()
` [PATCH v2 03/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
` [PATCH v2 04/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()
` [PATCH v2 05/12] cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd
` [PATCH v2 06/12] cachefiles: add consistency check for copen/cread
` [PATCH v2 07/12] cachefiles: add spin_lock for cachefiles_ondemand_info
` [PATCH v2 08/12] cachefiles: never get a new anonymous fd if ondemand_id is valid
` [PATCH v2 09/12] cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
` [PATCH v2 10/12] cachefiles: Set object to close if ondemand_id < 0 in copen
` [PATCH v2 11/12] cachefiles: flush all requests after setting CACHEFILES_DEAD
` [PATCH v2 12/12] cachefiles: make on-demand read killable

[linus:master] [cifs] 3ee1a1fc39: canonical_address#:#[##]
 2024-05-15  8:16 UTC 

[PATCH] sysctl: constify ctl_table arguments of utility function
 2024-05-14 13:40 UTC  (3+ messages)

[PATCH] hostfs: convert hostfs to use the new mount API
 2024-05-15  2:55 UTC 

[PATCH 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-15  2:28 UTC  (2+ messages)
` [PATCH 3/3] xfs: correct the zeroing truncate range


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