linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-15 11:21:56 to 2022-08-17 20:34:26 UTC [more...]

[PATCH v9 00/27] Rust support
 2022-08-17 20:34 UTC  (37+ messages)
` [PATCH v9 02/27] kallsyms: avoid hardcoding buffer size
` [PATCH v9 03/27] kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`
` [PATCH v9 06/27] rust: add C helpers
` [PATCH v9 07/27] rust: import upstream `alloc` crate
` [PATCH v9 09/27] rust: add `compiler_builtins` crate
` [PATCH v9 13/27] rust: export generated symbols
` [PATCH v9 16/27] scripts: checkpatch: enable language-independent checks for Rust
` [PATCH v9 18/27] scripts: add `generate_rust_analyzer.py`
` [PATCH v9 19/27] scripts: add `generate_rust_target.rs`
` [PATCH v9 20/27] scripts: add `rust_is_available.sh`
` [PATCH v9 21/27] scripts: add `is_rust_module.sh`
` [PATCH v9 22/27] rust: add `.rustfmt.toml`
` [PATCH v9 23/27] Kbuild: add Rust support
` [PATCH v9 25/27] x86: enable initial "
` [PATCH v9 26/27] samples: add first Rust examples
` [PATCH v9 27/27] MAINTAINERS: Rust

[PATCH v5 0/4] landlock: truncate support
 2022-08-17 20:30 UTC  (5+ messages)
` [PATCH v5 1/4] landlock: Support file truncation
` [PATCH v5 2/4] selftests/landlock: Selftests for file truncation support
` [PATCH v5 3/4] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v5 4/4] landlock: Document Landlock's file truncation support

folio_map
 2022-08-17 20:23 UTC  (5+ messages)

[RFC][PATCH] Change calling conventions for filldir_t
 2022-08-17 20:13 UTC  (14+ messages)
  ` Switching to iterate_shared

[PATCH v5 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-17 19:53 UTC  (4+ messages)
` [PATCH v5 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd

[PATCH v9 01/27] kallsyms: use `sizeof` instead of hardcoded size
 2022-08-17 19:36 UTC  (3+ messages)

[PATCH v2] locks: Fix dropped call to ->fl_release_private()
 2022-08-17 19:00 UTC  (4+ messages)

[PATCH v2] ext4: fix i_version handling in ext4
 2022-08-17 18:19 UTC  (2+ messages)

[PATCH] locks: Fix dropped call to ->fl_release_private()
 2022-08-17 18:02 UTC  (2+ messages)

[PATCH] eventfd: guard wake_up in eventfd fs calls as well
 2022-08-17 16:44 UTC  (2+ messages)

[GIT PULL] ntfs3: bugfixes for 6.0
 2022-08-17 16:43 UTC 

[PATCH 3/9] dentry: Use preempt_[dis|en]able_nested()
 2022-08-17 16:26 UTC 

[RFC PATCH] mm/filemap.c: fix the timing of asignment of prev_pos
 2022-08-17 15:30 UTC  (4+ messages)

[PATCH] ext4: fix i_version handling in ext4
 2022-08-17 13:47 UTC  (9+ messages)

[RFC PATCH] xfs: don't bump the i_version on an atime update in xfs_vn_update_time
 2022-08-17 13:00 UTC 

[PATCH] cachefiles: make on-demand request distribution fairer
 2022-08-17 12:15 UTC  (5+ messages)
` [Linux-cachefs] "
  ` [External] "
    ` [Linux-cachefs] [External] "

[PATCH] xfs: fix i_version handling in xfs
 2022-08-17 12:10 UTC  (9+ messages)

[Regression] ext4: changes to mb_optimize_scan cause issues on Raspberry Pi
 2022-08-17 10:57 UTC  (8+ messages)

[PATCH v3 25/25] xfs: Support large folios
 2022-08-17  9:36 UTC  (11+ messages)
    ` Multi-page folio issues in 5.19-rc4 (was [PATCH v3 25/25] xfs: Support large folios)

[PATCH v2 0/7] Convert to filemap_get_folios_contig()
 2022-08-17  4:33 UTC  (9+ messages)
` [PATCH v2 1/7] filemap: Add filemap_get_folios_contig()
` [PATCH v2 2/7] btrfs: Convert __process_pages_contig() to use filemap_get_folios_contig()
` [PATCH v2 3/7] btrfs: Convert end_compressed_writeback() to use filemap_get_folios()
` [PATCH v2 4/7] btrfs: Convert process_page_range() to use filemap_get_folios_contig()
` [PATCH v2 5/7] nilfs2: Convert nilfs_find_uncommited_extent() "
` [PATCH v2 6/7] ramfs: Convert ramfs_nommu_get_unmapped_area() "
` [PATCH v2 7/7] filemap: Remove find_get_pages_contig()

[next] arm64: kernel BUG at fs/inode.c:622 - Internal error: Oops - BUG: 0 - pc : clear_inode
 2022-08-17  2:00 UTC  (5+ messages)

[PATCH -next] fs/kernel_read_file: Fix some kernel-doc comments
 2022-08-16 22:47 UTC  (2+ messages)

[RESEND PATCH 0/5] kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info
 2022-08-16 22:42 UTC  (3+ messages)
` [RESEND PATCH 4/5] kernfs: Replace per-fs rwsem with hashed rwsems

[RFC PATCH RESEND] userfaultfd: open userfaultfds with O_RDONLY
 2022-08-16 22:12 UTC  (2+ messages)

[PATCH v2] fs: Replace kmap{,_atomic}() with kmap_local_page()
 2022-08-16 19:13 UTC  (4+ messages)

[PATCH] fs: require CAP_SYS_ADMIN in target namespace for idmapped mounts
 2022-08-16 18:07 UTC  (3+ messages)

[PATCH v1] fs: __file_remove_privs(): restore call to inode_has_no_xattr()
 2022-08-16 17:07 UTC  (4+ messages)

[PATCH v4 0/9] make statx() return DIO alignment information
 2022-08-16 16:42 UTC  (8+ messages)
` [PATCH v4 6/9] f2fs: don't allow DIO reads but not DIO writes

[PATCH 0/4] vfs: expose the inode change attribute via statx
 2022-08-16 16:05 UTC  (13+ messages)
` [PATCH 1/4] vfs: report change attribute in statx for IS_I_VERSION inodes
` [PATCH 2/4] nfs: report the change attribute if requested
` [PATCH 3/4] afs: fill out change attribute in statx replies
` [PATCH 4/4] ceph: fill in the change attribute in statx requests

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-16 15:38 UTC  (14+ messages)

[PATCH v3] locks: fix TOCTOU race when granting write lease
 2022-08-16 14:59 UTC  (2+ messages)

[PATCH v2] locks: fix TOCTOU race when granting write lease
 2022-08-16 14:13 UTC  (2+ messages)

[PATCH] locks: fix TOCTOU race when granting write lease
 2022-08-16 14:03 UTC  (6+ messages)

[PATCH v4 0/4] fanotify: Allow user space to pass back additional audit info
 2022-08-16 13:37 UTC  (9+ messages)
` [PATCH v4 3/4] fanotify,audit: Allow audit to use the full permission event response
` [PATCH v4 4/4] fanotify,audit: deliver fan_info as a hex-encoded string

[xfstests PATCH] generic/693: add basic change attr test
 2022-08-16 13:34 UTC 

[xfsprogs PATCH] xfs_io: add support for mnt_id and change_attr statx fields
 2022-08-16 13:30 UTC 

[PATCH 1/2] acl: handle idmapped mounts for idmapped filesystems
 2022-08-16 13:30 UTC  (3+ messages)
` [PATCH 2/2] MAINTAINERS: update idmapping tree

[PATCH] attr: validate kuid first in chown_common
 2022-08-16 12:27 UTC  (3+ messages)

[PATCH v3 1/3] ext4: don't increase iversion counter for ea_inodes
 2022-08-16 12:18 UTC  (11+ messages)
` [PATCH v3 2/3] fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
` [PATCH v4 3/3] ext4: unconditionally enable the i_version counter

[PATCH v2] fs: fix UAF/GPF bug in nilfs_mdt_destroy
 2022-08-16 10:46 UTC  (2+ messages)

[syzbot] upstream boot error: general protection fault in dup_fd
 2022-08-16  8:39 UTC 

[PATCH v2 3/4] Display inflated memory to users
 2022-08-16  9:41 UTC 

[syzbot] upstream boot error: general protection fault in getname_kernel
 2022-08-16  8:36 UTC 

[fs] faf99b5635: will-it-scale.per_thread_ops -9.0% regression
 2022-08-16  9:35 UTC  (3+ messages)

[syzbot] upstream boot error: kernel BUG in __phys_addr
 2022-08-16  8:35 UTC 

[syzbot] upstream boot error: BUG: unable to handle kernel paging request in kernel_execve
 2022-08-16  8:37 UTC 

[PATCHSET v2 00/14] xfs: design documentation for online fsck
 2022-08-16  2:37 UTC  (10+ messages)
` [PATCH 03/14] xfs: document the testing plan "
` [PATCH 04/14] xfs: document the user interface "
` [PATCH 05/14] xfs: document the filesystem metadata checking strategy

[PATCH 0/7] Convert to filemap_get_folios_contig()
 2022-08-16  2:47 UTC  (11+ messages)
` [PATCH 1/7] filemap: Add filemap_get_folios_contig()
` [PATCH 2/7] btrfs: Convert __process_pages_contig() to use filemap_get_folios_contig()
` [PATCH 3/7] btrfs: Convert end_compressed_writeback() to use filemap_get_folios()
` [PATCH 4/7] btrfs: Convert process_page_range() to use filemap_get_folios_contig()
` [PATCH 5/7] nilfs2: Convert nilfs_find_uncommited_extent() "
` [PATCH 6/7] ramfs: Convert ramfs_nommu_get_unmapped_area() "
` [PATCH 7/7] filemap: Remove find_get_pages_contig()

[PATCH v3] nfs: Fix automount superblock LSM init problem, preventing sb sharing
 2022-08-16  3:25 UTC  (3+ messages)

[PATCH v2 0/2] ext4, f2fs: stop using PG_error for fscrypt and fsverity
 2022-08-15 23:50 UTC  (3+ messages)
` [PATCH v2 1/2] fscrypt: stop using PG_error to track error status
` [PATCH v2 2/2] fsverity: "

[PATCH] fuse: Add filesystem attribute in sysfs control dir
 2022-08-15 22:54 UTC  (2+ messages)

[syzbot] upstream boot error: BUG: corrupted list in new_inode
 2022-08-15 18:45 UTC  (3+ messages)

[PATCH] aio: Save a few cycles in 'lookup_ioctx()'
 2022-08-15 18:10 UTC  (3+ messages)

[syzbot] usb-testing boot error: kernel BUG in __phys_addr
 2022-08-15 18:01 UTC 

[syzbot] upstream boot error: BUG: unable to handle kernel paging request in insert_header
 2022-08-15 18:00 UTC 

[RFC][PATCH] fuse: In fuse_flush only wait if someone wants the return code
 2022-08-15 17:55 UTC  (6+ messages)
                ` [RFC][PATCH v2] "

[PATCH] fs: don't randomized kiocb fields
 2022-08-15 14:49 UTC  (3+ 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).