linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-16 20:11:34 to 2023-10-18 17:41:44 UTC [more...]

[PATCH RFC 0/9] fs: multigrain timestamps (redux)
 2023-10-18 17:41 UTC  (6+ messages)
` [PATCH RFC 1/9] fs: switch timespec64 fields in inode to discrete integers
` [PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
` [PATCH RFC 3/9] timekeeping: add new debugfs file to count multigrain timestamps
` [PATCH RFC 4/9] fs: add infrastructure for "
` [PATCH RFC 5/9] fs: have setattr_copy handle multigrain timestamps appropriately

[RFC PATCH 00/19] Rust abstractions for VFS
 2023-10-18 17:20 UTC  (29+ messages)
` [RFC PATCH 01/19] rust: fs: add registration/unregistration of file systems
` [RFC PATCH 02/19] rust: fs: introduce the `module_fs` macro
` [RFC PATCH 03/19] samples: rust: add initial ro file system sample
` [RFC PATCH 04/19] rust: fs: introduce `FileSystem::super_params`
` [RFC PATCH 05/19] rust: fs: introduce `INode<T>`
` [RFC PATCH 06/19] rust: fs: introduce `FileSystem::init_root`
` [RFC PATCH 07/19] rust: fs: introduce `FileSystem::read_dir`
` [RFC PATCH 08/19] rust: fs: introduce `FileSystem::lookup`
` [RFC PATCH 09/19] rust: folio: introduce basic support for folios
` [RFC PATCH 10/19] rust: fs: introduce `FileSystem::read_folio`
` [RFC PATCH 11/19] rust: fs: introduce `FileSystem::read_xattr`
` [RFC PATCH 12/19] rust: fs: introduce `FileSystem::statfs`
` [RFC PATCH 13/19] rust: fs: introduce more inode types
` [RFC PATCH 14/19] rust: fs: add per-superblock data
` [RFC PATCH 15/19] rust: fs: add basic support for fs buffer heads
` [RFC PATCH 16/19] rust: fs: allow file systems backed by a block device
` [RFC PATCH 17/19] rust: fs: allow per-inode data
` [RFC PATCH 18/19] rust: fs: export file type from mode constants
` [RFC PATCH 19/19] tarfs: introduce tar fs

[PATCH 0/5] Support more filesystems with FAN_REPORT_FID
 2023-10-18 17:19 UTC  (18+ messages)
` [PATCH 1/5] fanotify: limit reporting of event with non-decodeable file handles
` [PATCH 2/5] exportfs: add helpers to check if filesystem can encode/decode "
` [PATCH 3/5] exportfs: make ->encode_fh() a mandatory method for NFS export
` [PATCH 4/5] exportfs: define FILEID_INO64_GEN* file handle types
` [PATCH 5/5] exportfs: support encoding non-decodeable file handles by default

[PATCH 1/2] lib/find: Make functions safe on changing bitmaps
 2023-10-18 16:23 UTC  (2+ messages)

[PATCH] iomap: fix short copy in iomap_write_iter()
 2023-10-18 15:52 UTC  (4+ messages)

[PATCH] fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lock
 2023-10-18 15:46 UTC  (2+ messages)

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-18 15:03 UTC  (3+ messages)
` [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray

[syzbot] [gfs2?] WARNING: suspicious RCU usage in gfs2_permission
 2023-10-18 14:28 UTC  (2+ messages)

[PATCH v2 00/27] Finish the create_empty_buffers() transition
 2023-10-18 14:19 UTC  (13+ messages)
` [PATCH v2 01/27] buffer: Return bool from grow_dev_folio()
` [PATCH v2 02/27] buffer: Make folio_create_empty_buffers() return a buffer_head
` [PATCH v2 03/27] mpage: Convert map_buffer_to_folio() to folio_create_empty_buffers()
` [PATCH v2 04/27] ext4: Convert to folio_create_empty_buffers
` [PATCH v2 05/27] buffer: Add get_nth_bh()
` [PATCH v2 06/27] gfs2: Convert inode unstuffing to use a folio
` [PATCH v2 18/27] ntfs: Convert ntfs_writepage "
` [PATCH v2 22/27] reiserfs: Convert writepage "
` [PATCH v2 26/27] ufs: Remove ufs_get_locked_page()
` [PATCH v2 27/27] buffer: Remove folio_create_empty_buffers()

[PATCH v2 0/1] mm: report per-page metadata information
 2023-10-18 14:08 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v16 04/12] block: add emulation for copy
 2023-10-18 10:08 UTC  (5+ messages)
` [PATCH v16 00/12] Implement copy offload support

don't take s_umount under open_mutex
 2023-10-18 12:10 UTC  (15+ messages)
` [PATCH 1/5] block: simplify bdev_del_partition()
` [PATCH 2/5] block: WARN_ON_ONCE() when we remove active partitions
` [PATCH 3/5] block: move bdev_mark_dead out of disk_check_media_change
` [PATCH 4/5] block: assert that we're not holding open_mutex over blk_report_disk_dead
` [PATCH 5/5] fs: assert that open_mutex isn't held over holder ops

[PATCH] fat: fix mtime handing in __fat_write_inode
 2023-10-18 12:09 UTC  (6+ messages)

[RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
 2023-10-18 10:50 UTC  (15+ messages)
` [RFC PATCH v2 01/14] device_cgroup: Implement devcgroup hooks as lsm security hooks
` [RFC PATCH v2 02/14] vfs: Remove explicit devcgroup_inode calls
` [RFC PATCH v2 03/14] device_cgroup: Remove explicit devcgroup_inode hooks
` [RFC PATCH v2 04/14] lsm: Add security_dev_permission() hook
` [RFC PATCH v2 05/14] device_cgroup: Implement dev_permission() hook
` [RFC PATCH v2 06/14] block: Switch from devcgroup_check_permission to security hook
` [RFC PATCH v2 07/14] drm/amdkfd: "
` [RFC PATCH v2 08/14] device_cgroup: Hide devcgroup functionality completely in lsm
` [RFC PATCH v2 09/14] lsm: Add security_inode_mknod_nscap() hook
` [RFC PATCH v2 10/14] lsm: Add security_sb_alloc_userns() hook
` [RFC PATCH v2 11/14] vfs: Wire up security hooks for lsm-based device guard in userns
` [RFC PATCH v2 12/14] bpf: Add flag BPF_DEVCG_ACC_MKNOD_UNS for device access
` [RFC PATCH v2 13/14] bpf: cgroup: Introduce helper cgroup_bpf_current_enabled()
` [RFC PATCH v2 14/14] device_cgroup: Allow mknod in non-initial userns if guarded

[RFC PATCH v2] fs: introduce check for inode nlink when delete
 2023-10-18 10:08 UTC 

[PATCH v3] writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbs
 2023-10-18  9:07 UTC  (3+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2023-10-18  8:48 UTC  (2+ messages)
` [syzbot] "

[PATCH v2] writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbs
 2023-10-18  8:43 UTC  (2+ messages)

[PATCH][RFC] selinuxfs: saner handling of policy reloads
 2023-10-18  4:35 UTC  (3+ messages)

[PATCH v3 00/28] fs-verity support for XFS
 2023-10-18  2:35 UTC  (11+ messages)
` [PATCH v3 07/28] fsverity: always use bitmap to track verified status

[resend PATCH v2 0/2] virtiofs submounts that are still in use forgotten by shrinker
 2023-10-18  1:33 UTC  (11+ messages)
` [resend PATCH v2 2/2] fuse: ensure that submounts lookup their parent
                ` [PATCH v3] fuse: share lookup state between submount and its parent

[BUG] vfat garbled mtimes (e57260ae3226bda354e6e5c838c62a6a88c2c5bc)
 2023-10-17 22:31 UTC 

[PATCH v3 00/14] Pass data temperature information to SCSI disk devices
 2023-10-17 20:47 UTC  (15+ messages)
` [PATCH v3 01/14] fs: Move enum rw_hint into a new header file
` [PATCH v3 02/14] block: Restore data lifetime support in struct bio and struct request
` [PATCH v3 03/14] fs: Restore write hint support
` [PATCH v3 04/14] fs/f2fs: Restore data lifetime support
` [PATCH v3 05/14] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v3 06/14] scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v3 07/14] sd: Translate data lifetime information
` [PATCH v3 08/14] scsi_debug: Reduce code duplication
` [PATCH v3 09/14] scsi_debug: Support the block limits extension VPD page
` [PATCH v3 10/14] scsi_debug: Rework page code error handling
` [PATCH v3 11/14] scsi_debug: Rework subpage "
` [PATCH v3 12/14] scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v3 13/14] scsi_debug: Implement GET STREAM STATUS
` [PATCH v3 14/14] scsi_debug: Maintain write statistics per group number

[syzbot] [btrfs?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (3)
 2023-10-17 19:42 UTC  (2+ messages)

[PATCH v3 0/3] userfaultfd move option
 2023-10-17 19:39 UTC  (14+ messages)
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI

[PATCH v5 0/4] Add support for Vendor Defined Error Types in Einj Module
 2023-10-17 18:48 UTC  (5+ messages)
` [PATCH v5 1/4] ACPI: APEI: EINJ: Refactor available_error_type_show()
` [PATCH v5 2/4] fs: debugfs: Add write functionality to debugfs blobs
` [PATCH v5 3/4] platform/chrome: cros_ec_debugfs: Fix permissions for panicinfo
` [PATCH v5 4/4] ACPI: APEI: EINJ: Add support for vendor defined error types

[PATCH v8 bpf-next 09/18] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
 2023-10-17 17:46 UTC  (3+ messages)

[PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation
 2023-10-17 17:44 UTC  (5+ messages)
` [PATCH v8 bpf-next 17/18] selftests/bpf: add BPF token-enabled tests

[GIT PULL] ext2, quota, and udf fixes for 6.6-rc1
 2023-10-17 16:02 UTC  (13+ messages)

[syzbot] [bfs?] WARNING in mark_buffer_dirty (6)
 2023-10-17 15:53 UTC 

[PATCH v8 bpf-next 11/18] bpf,lsm: add BPF token LSM hooks
 2023-10-17 15:44 UTC  (2+ messages)

[PATCH v8 bpf-next 10/18] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
 2023-10-17 14:59 UTC  (2+ messages)

[syzbot] [ext4?] possible deadlock in console_flush_all (2)
 2023-10-17 14:28 UTC  (3+ messages)

[PATCH v9 4/7] vfs: Optimize atomic_open() on positive dentry
 2023-10-17 14:25 UTC  (2+ messages)

[PATCH v5 00/10] Introduce __mt_dup() to improve the performance of fork()
 2023-10-17 13:57 UTC  (7+ messages)
` [PATCH v5 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v5 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-17 10:42 UTC  (2+ messages)

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-10-17 10:26 UTC  (5+ messages)
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA

[PATCH] chardev: Simplify usage of try_module_get()
 2023-10-17  9:54 UTC  (4+ messages)

[PATCH v14 00/12] FUSE passthrough for file io
 2023-10-17  9:45 UTC  (3+ messages)
` [PATCH v14 08/12] fuse: implement ioctls to manage backing files

[PATCH v10 00/12] ceph: support idmapped mounts
 2023-10-17  9:20 UTC  (3+ messages)

[RFC] weirdness in f2fs_rename() with RENAME_WHITEOUT
 2023-10-17  5:50 UTC 

[RFC PATCH] fs: introduce check for drop/inc_nlink
 2023-10-17  2:31 UTC  (4+ messages)

[PATCH][SMB3 client] fix touch -h of symlink
 2023-10-16 22:14 UTC  (3+ messages)

[PATCH 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
 2023-10-16 20:36 UTC  (5+ messages)
` [PATCH 01/11] splice: copy_splice_read: do the I/O with IOCB_NOWAIT
` [PATCH 03/11] fuse: fuse_dev_splice_read: use nonblocking I/O
` [PATCH 10/11] splice: file->pipe: -EINVAL for non-regular files w/o FMODE_NOWAIT
` [PATCH 11/11] splice: splice_to_socket: always request MSG_DONTWAIT

[PATCH] befs: Cleanup description and reduce BeOS language; no functional change
 2023-10-16 20:23 UTC 


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