Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-06 23:22:03 to 2023-06-08 02:04:16 UTC [more...]

[PATCH v7 0/5] Introduce provisioning primitives
 2023-06-08  2:03 UTC  (15+ messages)

[PATCH v12 0/9] Implement copy offload support
 2023-06-08  1:36 UTC  (6+ messages)
  ` [PATCH v12 5/9] nvme: add "

[PATCH v2 0/7] Create large folios in iomap buffered write path
 2023-06-08  1:22 UTC  (12+ messages)
` [PATCH v2 7/7] iomap: Copy larger chunks from userspace

decouple block open flags from fmode_t
 2023-06-08  1:18 UTC  (113+ messages)
` [PATCH 01/31] block: also call ->open for incremental partition opens
` [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
` [PATCH 09/31] block: pass a gendisk to ->open
` [PATCH 10/31] block: remove the unused mode argument to ->release
` [PATCH 11/31] block: rename blkdev_close to blkdev_release
` [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 13/31] bcache: "
` [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 15/31] btrfs: "
` [PATCH 16/31] block: use the holder as indication for exclusive opens
` [PATCH 17/31] block: add a sb_open_mode helper
` [PATCH 18/31] fs: remove sb->s_mode
` [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 23/31] mtd: block: use a simple bool to track open for write
` [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 25/31] ubd: remove commented out code in ubd_open
` [PATCH 26/31] block: move a few internal definitions out of blkdev.h
` [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
` [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [PATCH 30/31] block: store the holder in file->private_data
` [PATCH 31/31] fs: remove the now unused FMODE_* flags

[syzbot] [btrfs?] WARNING in btrfs_split_ordered_extent
 2023-06-07 23:45 UTC  (2+ messages)

[PATCH] binfmt_elf: dynamically allocate note.data in parse_elf_properties
 2023-06-07 23:37 UTC  (4+ messages)

[PATCH 0/6] vfs: provide automatic kernel freeze / resume
 2023-06-07 20:46 UTC  (9+ messages)
` [PATCH 3/6] fs: distinguish between user initiated freeze and kernel initiated freeze

[PATCH] fs: avoid empty option when generating legacy mount string
 2023-06-07 19:46 UTC  (4+ messages)

[PATCH v2 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-06-07 18:35 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v6 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-06-07 18:26 UTC  (4+ messages)
` [Linux-cachefs] "

[PATCH net-next v6 04/14] splice, net: Add a splice_eof op to file-ops and socket-ops
 2023-06-07 18:19 UTC  (2+ messages)
` [PATCH net-next v6 10/14] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()

[PATCH v4 00/14] ceph: support idmapped mounts
 2023-06-07 18:09 UTC  (15+ messages)
` [PATCH v4 01/14] fs: export mnt_idmap_get/mnt_idmap_put
` [PATCH v4 02/14] ceph: stash idmapping in mdsc request
` [PATCH v4 03/14] ceph: handle idmapped mounts in create_request_message()
` [PATCH v4 04/14] ceph: allow idmapped mknod inode op
` [PATCH v4 05/14] ceph: allow idmapped symlink "
` [PATCH v4 06/14] ceph: allow idmapped mkdir "
` [PATCH v4 07/14] ceph: allow idmapped rename "
` [PATCH v4 08/14] ceph: allow idmapped getattr "
` [PATCH v4 09/14] ceph: allow idmapped permission "
` [PATCH v4 10/14] ceph: pass idmap to __ceph_setattr
` [PATCH v4 11/14] ceph: allow idmapped setattr inode op
` [PATCH v4 12/14] ceph/acl: allow idmapped set_acl "
` [PATCH v4 13/14] ceph/file: allow idmapped atomic_open "
` [PATCH v4 14/14] ceph: allow idmapped mounts

[PATCH v2] fs: avoid empty option when generating legacy mount string
 2023-06-07 17:39 UTC 

[PATCH net-next v5 04/14] splice, net: Add a splice_eof op to file-ops and socket-ops
 2023-06-07 16:56 UTC  (3+ messages)
` [PATCH net-next v5 10/14] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()

[PATCH v17 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-07 16:52 UTC  (5+ messages)
` [PATCH v17 2/5] fs/proc/task_mmu: "

[PATCH v2 00/13] ceph: support idmapped mounts
 2023-06-07 15:28 UTC  (7+ messages)
` [PATCH v2 10/13] ceph: allow idmapped setattr inode op

[PATCH v3 00/14] ceph: support idmapped mounts
 2023-06-07 15:33 UTC  (16+ messages)
` [PATCH v3 01/14] fs: export mnt_idmap_get/mnt_idmap_put
` [PATCH v3 02/14] ceph: stash idmapping in mdsc request
` [PATCH v3 03/14] ceph: handle idmapped mounts in create_request_message()
` [PATCH v3 04/14] ceph: allow idmapped mknod inode op
` [PATCH v3 05/14] ceph: allow idmapped symlink "
` [PATCH v3 06/14] ceph: allow idmapped mkdir "
` [PATCH v3 07/14] ceph: allow idmapped rename "
` [PATCH v3 08/14] ceph: allow idmapped getattr "
` [PATCH v3 09/14] ceph: allow idmapped permission "
` [PATCH v3 10/14] ceph: pass idmap to __ceph_setattr
` [PATCH v3 11/14] ceph: allow idmapped setattr inode op
` [PATCH v3 12/14] ceph/acl: allow idmapped set_acl "
` [PATCH v3 13/14] ceph/file: allow idmapped atomic_open "
` [PATCH v3 14/14] ceph: allow idmapped mounts

[PATCHv8 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-06-07 15:37 UTC  (20+ messages)
` [PATCHv8 1/5] iomap: Rename iomap_page to iomap_folio and others
` [PATCHv8 2/5] iomap: Renames and refactor iomap_folio state bitmap handling
` [PATCHv8 3/5] iomap: Refactor iomap_write_delalloc_punch() function out
` [PATCHv8 4/5] iomap: Allocate iof in ->write_begin() early
` [PATCHv8 5/5] iomap: Add per-block dirty state tracking to improve performance

[PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-06-07 15:03 UTC  (4+ messages)
` [PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()

[PATCH v3] fs/aio: Replace kmap{,_atomic}() with kmap_local_page()
 2023-06-07 14:59 UTC  (4+ messages)

[PATCH 0/4] ubifs: Convert writeback to use folios
 2023-06-07 14:48 UTC  (6+ messages)
` [PATCH 1/4] ubifs: Convert from writepage to writepages
` [PATCH 2/4] ubifs: Convert ubifs_writepage to use a folio

[RFC PATCH 00/13] fuse uring communication
 2023-06-07 14:20 UTC  (5+ messages)

[RFC PATCH v2 0/3] Add support for Vendor Defined Error Types in Einj Module
 2023-06-07 14:20 UTC  (3+ messages)
` [RFC PATCH v2 1/3] ACPI: APEI: EINJ: Refactor available_error_type_show()

[syzbot] Monthly 9p report (Jun 2023)
 2023-06-07 13:47 UTC 

[PATCH 0/6] vfs: provide automatic kernel freeze / resume
 2023-06-07 13:42 UTC  (10+ messages)
  ` [fuse-devel] "

[PATCHv7 3/6] iomap: Refactor some iop related accessor functions
 2023-06-07 13:08 UTC  (2+ messages)

[PATCH v2 00/12] multiblock allocator improvements
 2023-06-07 10:39 UTC  (5+ messages)
` [PATCH v2 11/12] ext4: Add allocation criteria 1.5 (CR1_5)
` [PATCH v2 12/12] ext4: Give symbolic names to mballoc criterias

[PATCHv8 5/5] iomap: Add per-block dirty state tracking to improve performance
 2023-06-07 10:27 UTC  (2+ messages)

[syzbot] Monthly xfs report (Jun 2023)
 2023-06-07  9:24 UTC 

[syzbot] Monthly udf report (Jun 2023)
 2023-06-07  9:22 UTC 

[syzbot] Monthly kernfs report (Jun 2023)
 2023-06-07  9:06 UTC 

[PATCH] afs: Fix setting of mtime when creating a file/dir/symlink
 2023-06-07  8:56 UTC  (2+ messages)

[PATCH 2/2] sysctl: move security keys sysctl registration to its own file
 2023-06-07  8:36 UTC  (3+ messages)
` [PATCH 0/2] sysctl: move umh and keys sysctls

[syzbot] [reiserfs?] general protection fault in rcu_core (2)
 2023-06-07  8:20 UTC 

[PATCH 0/8] Remove child from struct ctl_table
 2023-06-07  8:13 UTC  (3+ messages)

[PATCH v2 2/3] mm: Split unregister_shrinker() in fast and slow part
 2023-06-07  7:33 UTC  (3+ messages)

[bug report] fs: Restrict lock_two_nondirectories() to non-directory inodes
 2023-06-07  7:23 UTC  (3+ messages)

[PATCH 1/1] fsnotify: export 'fsnotify_recalc_mask' symbol
 2023-06-07  6:21 UTC  (2+ messages)

[PATCH v12 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
 2023-06-07  5:45 UTC  (4+ messages)

[PATCH v2 0/3] mm: Make unregistration of super_block shrinker more faster
 2023-06-07  2:51 UTC  (5+ messages)

[PATCH] ceph: Convert ceph_writepages_start() to use folios a little more
 2023-06-07  0:31 UTC  (4+ messages)

[syzbot] [ext4?] KASAN: slab-use-after-free Read in __ext4_iget
 2023-06-07  0:11 UTC 

[PATCH 1/1] page cache: fix page_cache_next/prev_miss off by one
 2023-06-06 23:35 UTC  (2+ messages)

[PATCH v2 00/14] gfs2/buffer folio changes for 6.5
 2023-06-06 23:26 UTC  (3+ messages)
` [PATCH v2 07/14] buffer: Convert block_page_mkwrite() to use a folio

[syzbot] Monthly f2fs report (Jun 2023)
 2023-06-06 23:21 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 read-only IMAP folder(s) and NNTP newsgroup(s).