linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-29 17:13:56 to 2023-11-30 16:17:23 UTC [more...]

[PATCH 0/7] File abstractions needed by Rust Binder
 2023-11-30 16:17 UTC  (23+ messages)
` [PATCH 1/7] rust: file: add Rust abstraction for `struct file`
` [PATCH 2/7] rust: cred: add Rust abstraction for `struct cred`
` [PATCH 5/7] rust: file: add `Kuid` wrapper

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

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

[PATCH 00/16] fs: use type-safe uid representation for filesystem capabilities
 2023-11-30 16:01 UTC  (25+ 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()

[PATCH v3 00/25] Permission Overlay Extension
 2023-11-30 15:51 UTC  (6+ messages)
` [PATCH v3 06/25] KVM: arm64: Save/restore POE registers

[PATCH 0/2] Support fanotify FAN_REPORT_FID on all filesystems
 2023-11-30 15:50 UTC  (10+ messages)
` [PATCH 1/2] fanotify: store fsid in mark instead of in connector
` [PATCH 2/2] fanotify: allow "weak" fsid when watching a single filesystem

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-11-30 14:39 UTC  (15+ messages)
  ` [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 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE)

[PATCH v11 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-30 14:27 UTC  (7+ messages)
` [PATCH v11 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v11 bpf-next 03/17] bpf: introduce BPF token object

[PATCH RFC 0/5] file: minor fixes
 2023-11-30 14:23 UTC  (10+ messages)
` [PATCH RFC 1/5] file: s/close_fd_get_file()/file_close_fd()/g
` [PATCH RFC 2/5] file: remove pointless wrapper
` [PATCH RFC 3/5] fs: replace f_rcuhead with f_tw
` [PATCH RFC 4/5] file: stop exposing receive_fd_user()
` [PATCH RFC 5/5] file: remove __receive_fd()

[PATCH v2 0/3] Avert possible deadlock with splice() and fanotify
 2023-11-30 14:16 UTC  (4+ messages)
` [PATCH v2 1/3] fs: fork splice_file_range() from do_splice_direct()
` [PATCH v2 2/3] fs: move file_start_write() into direct_splice_actor()
` [PATCH v2 3/3] fs: use do_splice_direct() for nfsd/ksmbd server-side-copy

[PATCH 13/16] iommu: observability of the IOMMU allocations
 2023-11-30 14:03 UTC  (2+ messages)

[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
 2023-11-30 13:53 UTC  (8+ messages)
` [RFC 1/7] iomap: Don't fall back to buffered write if the write is atomic
` [RFC 2/7] ext4: Factor out size and start prediction from ext4_mb_normalize_request()
` [RFC 3/7] ext4: add aligned allocation support in mballoc
` [RFC 4/7] ext4: allow inode preallocation for aligned alloc
` [RFC 5/7] block: export blkdev_atomic_write_valid() and refactor api
` [RFC 6/7] ext4: Add aligned allocation support for atomic direct io
` [RFC 7/7] ext4: Support atomic write for statx

[RFC 1/7] iomap: Don't fall back to bufferred write if the write is atomic
 2023-11-30 13:53 UTC 

[PATCH 0/2] Avert possible deadlock with splice() and fanotify
 2023-11-30 13:46 UTC  (12+ 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 v5 00/17] Pass data lifetime information to SCSI disk devices
 2023-11-30 13:19 UTC  (20+ 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 1/7] rust: file: add Rust abstraction for `struct file`
 2023-11-30 12:36 UTC  (6+ messages)

[PATCH 4/7] rust: file: add `FileDescriptorReservation`
 2023-11-30 12:33 UTC  (11+ messages)

[RFC PATCH 00/18] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2023-11-30 12:26 UTC  (4+ messages)
` [RFC PATCH 12/18] iomap: don't increase i_size if it's not a write operation

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

[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

[PATCH 09/15] fold the call of retain_dentry() into fast_dput()
 2023-11-30 10:00 UTC  (11+ 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 v14 00/12] FUSE passthrough for file io
 2023-11-30  8:17 UTC  (24+ messages)

[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  (8+ messages)
` [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 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 

fanotify HSM open issues
 2023-11-29 18:42 UTC  (11+ 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).