Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-29 08:51:18 to 2023-11-30 10:54:52 UTC [more...]

[PATCH] fs: fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()
 2023-11-30 10:54 UTC  (2+ messages)

[PATCH 0/7] File abstractions needed by Rust Binder
 2023-11-30 10:52 UTC  (33+ messages)
` [PATCH 1/7] rust: file: add Rust abstraction for `struct file`
` [PATCH 2/7] rust: cred: add Rust abstraction for `struct cred`
` [PATCH 3/7] rust: security: add abstraction for secctx
` [PATCH 4/7] rust: file: add `FileDescriptorReservation`
` [PATCH 5/7] rust: file: add `Kuid` wrapper
` [PATCH 6/7] rust: file: add `DeferredFdCloser`
` [PATCH 7/7] rust: file: add abstraction for `poll_table`

[PATCH v2 RESEND 0/2] Introduce sysfs API for resend pending requests
 2023-11-30 10:38 UTC  (7+ messages)
` [PATCH v2 RESEND 1/2] fuse: Introduce sysfs API for resend pending reque
` [PATCH v2 RESEND 2/2] fuse: Use the high bit of request ID for indicating resend requests

[RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap
 2023-11-30 10:18 UTC  (9+ messages)

[PATCH 0/2] Avert possible deadlock with splice() and fanotify
 2023-11-30 10:09 UTC  (6+ messages)
` [PATCH 1/2] fs: fork do_splice_copy_file_range() from do_splice_direct()
` [PATCH 2/2] fs: move file_start_write() into direct_splice_actor()

[PATCH 09/15] fold the call of retain_dentry() into fast_dput()
 2023-11-30 10:00 UTC  (17+ messages)
      ` lockless case of retain_dentry() (was Re: [PATCH 09/15] fold the call of retain_dentry() into fast_dput())

[PATCH v6 0/9] Landlock: IOCTL support
 2023-11-30  9:30 UTC  (7+ messages)
` [PATCH v6 1/9] landlock: Remove remaining "inline" modifiers in .c files
` [PATCH v6 4/9] landlock: Add IOCTL access right
` [PATCH v6 5/9] selftests/landlock: Test IOCTL support

[PATCH v5 0/7] Landlock: IOCTL support
 2023-11-30  9:28 UTC  (9+ messages)
` [PATCH v5 2/7] landlock: Add IOCTL access right
` [PATCH v5 3/7] selftests/landlock: Test IOCTL support

[PATCH v4 0/7] Landlock: IOCTL support
 2023-11-30  9:26 UTC  (6+ messages)

[PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
 2023-11-30  8:30 UTC  (10+ messages)

[PATCH v14 00/12] FUSE passthrough for file io
 2023-11-30  8:17 UTC  (24+ messages)

[PATCH 00/16] fs: use type-safe uid representation for filesystem capabilities
 2023-11-30  8:01 UTC  (22+ messages)
` [PATCH 01/16] mnt_idmapping: split out core vfs[ug]id_t definitions into vfsid.h
` [PATCH 02/16] mnt_idmapping: include cred.h
` [PATCH 03/16] capability: rename cpu_vfs_cap_data to vfs_caps
` [PATCH 04/16] capability: use vfsuid_t for vfs_caps rootids
` [PATCH 05/16] capability: provide helpers for converting between xattrs and vfs_caps
` [PATCH 06/16] capability: provide a helper for converting vfs_caps to xattr for userspace
` [PATCH 07/16] fs: add inode operations to get/set/remove fscaps
` [PATCH 08/16] fs: add vfs_get_fscaps()
` [PATCH 09/16] fs: add vfs_set_fscaps()
` [PATCH 10/16] fs: add vfs_remove_fscaps()
` [PATCH 11/16] ovl: add fscaps handlers
` [PATCH 12/16] ovl: use vfs_{get,set}_fscaps() for copy-up
` [PATCH 13/16] fs: use vfs interfaces for capabilities xattrs
` [PATCH 14/16] commoncap: remove cap_inode_getsecurity()
` [PATCH 15/16] commoncap: use vfs fscaps interfaces for killpriv checks
` [PATCH 16/16] vfs: return -EOPNOTSUPP for fscaps from vfs_*xattr()

[viro-vfs:work.dcache2] [__dentry_kill()] 1b738f196e: stress-ng.sysinfo.ops_per_sec -27.2% regression
 2023-11-30  7:55 UTC  (2+ messages)

[PATCH v14 bpf-next 0/6] bpf: File verification with LSM and fsverity
 2023-11-30  4:02 UTC  (10+ messages)
` [PATCH v14 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v14 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file

[PATCH v4 0/2] exfat: get file size from DataLength
 2023-11-30  3:09 UTC  (4+ messages)
` [PATCH v5 "
` [PATCH v5 1/2] exfat: change to "
` [PATCH v5 2/2] exfat: do not zero the extended part

[PATCH] proc: Update inode upon changing task security attribute
 2023-11-30  3:07 UTC  (3+ messages)

[PATCH v4 1/2] exfat: change to get file size from DataLength
 2023-11-30  2:45 UTC  (5+ messages)

[PATCH 0/3] cifs: Fixes for copy_file_range() and FALLOC_FL_INSERT/ZERO_RANGE
 2023-11-30  2:27 UTC  (9+ messages)
` [PATCH 1/3] cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved
` [PATCH 2/3] cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after "
` [PATCH 3/3] cifs: Fix flushing, invalidation and file size with copy_file_range()

[PATCH v5 00/17] Pass data lifetime information to SCSI disk devices
 2023-11-30  1:33 UTC  (18+ messages)
` [PATCH v5 01/17] fs: Fix rw_hint validation
` [PATCH v5 02/17] fs: Move enum rw_hint into a new header file
` [PATCH v5 03/17] fs/f2fs: Restore the whint_mode mount option
` [PATCH v5 04/17] fs: Restore F_[GS]ET_FILE_RW_HINT support
` [PATCH v5 05/17] fs: Restore kiocb.ki_hint
` [PATCH v5 06/17] block: Restore the per-bio/request data lifetime fields
` [PATCH v5 07/17] block: Propagate write hints to the block device inode
` [PATCH v5 08/17] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v5 09/17] scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v5 10/17] sd: Translate data lifetime information
` [PATCH v5 11/17] scsi_debug: Reduce code duplication
` [PATCH v5 12/17] scsi_debug: Support the block limits extension VPD page
` [PATCH v5 13/17] scsi_debug: Rework page code error handling
` [PATCH v5 14/17] scsi_debug: Rework subpage "
` [PATCH v5 15/17] scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v5 16/17] scsi_debug: Implement GET STREAM STATUS
` [PATCH v5 17/17] scsi_debug: Maintain write statistics per group number

[PATCH 00/16] IOMMU memory observability
 2023-11-30  0:02 UTC  (19+ messages)
` [PATCH 04/16] iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h
` [PATCH 08/16] iommu/fsl: "
` [PATCH 09/16] iommu/iommufd: "
` [PATCH 16/16] vfio: account iommu allocations

[PATCH v15 bpf-next 0/6] bpf: File verification with LSM and fsverity
 2023-11-29 23:44 UTC  (7+ messages)
` [PATCH v15 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v15 bpf-next 2/6] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v15 bpf-next 3/6] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v15 bpf-next 4/6] selftests/bpf: Sort config in alphabetic order
` [PATCH v15 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v15 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file

[PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
 2023-11-29 22:40 UTC  (11+ messages)

[PATCH v10 2/8] fuse: introduce atomic open
 2023-11-29 22:21 UTC  (4+ messages)
` [PATCH 0/1] Adapt atomic open to fuse no_open/no_open_dir
  ` [PATCH 1/1] fuse: Handle no_open/no_opendir in atomic_open

[syzbot] [exfat?] INFO: task hung in exfat_write_inode
 2023-11-29 21:42 UTC  (2+ messages)

[GIT PULL] more bcachefs fixes
 2023-11-29 20:43 UTC 

[PATCH v3 00/25] Permission Overlay Extension
 2023-11-29 19:47 UTC  (5+ messages)
` [PATCH v3 06/25] KVM: arm64: Save/restore POE registers

fanotify HSM open issues
 2023-11-29 18:42 UTC  (14+ messages)

[PATCH] cifs: Fix issues with copy_file_range and FALLOC_FL_INSERT/ZERO_RANGE
 2023-11-29 16:58 UTC  (2+ messages)

[syzbot] [exfat?] KMSAN: uninit-value in exfat_set_entry_time
 2023-11-29 16:28 UTC 

[syzbot] Monthly exfat report (Nov 2023)
 2023-11-29 15:48 UTC  (3+ messages)

[PATCH v6 00/11] blksnap - block devices snapshots module
 2023-11-29 15:15 UTC  (6+ messages)
` [PATCH v6 11/11] blksnap: prevents using devices with data integrity or inline encryption

[f2fs-dev] [PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-11-29 15:19 UTC  (13+ messages)
              ` fun with d_invalidate() vs. d_splice_alias() was "

[PATCH/RFC] core/nfsd: allow kernel threads to use task_work
 2023-11-29 14:04 UTC  (13+ messages)

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-11-29 13:41 UTC  (31+ messages)
` [PATCH RFC v2 12/27] arm64: mte: Add tag storage pages to the MIGRATE_CMA migratetype
` [PATCH RFC v2 13/27] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
` [PATCH RFC v2 18/27] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v2 20/27] mm: hugepage: Handle huge page fault on access
  ` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
  ` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
  ` [PATCH RFC v2 16/27] arm64: mte: Manage tag storage on page allocation
  ` [PATCH RFC v2 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE)

[syzbot] Monthly kernfs report (Nov 2023)
 2023-11-29 13:03 UTC 

[PATCH 0/4] listmount changes
 2023-11-29 10:40 UTC  (4+ messages)

[RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap
 2023-11-29  9:19 UTC  (6+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2023-11-29  8:51 UTC  (2+ messages)
` [syzbot] "


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