Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-03 15:58:35 to 2023-06-06 12:32:50 UTC [more...]

[PATCH 0/4] ubifs: Convert writeback to use folios
 2023-06-06 12:32 UTC  (12+ messages)
` [PATCH 1/4] ubifs: Convert from writepage to writepages
` [PATCH 2/4] ubifs: Convert ubifs_writepage to use a folio
` [PATCH 3/4] ubifs: Use a folio in do_truncation()
` [PATCH 4/4] ubifs: Convert do_writepage() to take a folio

[PATCHv6 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-06-06 12:17 UTC  (11+ messages)
` [PATCHv6 1/5] iomap: Rename iomap_page_create/release() to iomap_iop_alloc/free()
` [PATCHv6 2/5] iomap: Move folio_detach_private() in iomap_iop_free() to the end
` [PATCHv6 3/5] iomap: Refactor some iop related accessor functions
` [PATCHv6 4/5] iomap: Allocate iop in ->write_begin() early
` [PATCHv6 5/5] iomap: Add per-block dirty state tracking to improve performance

[PATCHv8 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-06-06 11:43 UTC  (6+ 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 v13 00/10] fuse: Add support for passthrough read/write
 2023-06-06 11:19 UTC  (7+ messages)
` [PATCH v13 10/10] fuse: setup a passthrough fd without a permanent backing id
  ` Fwd: "
    ` [fuse-devel] "

[bug report] fs: Restrict lock_two_nondirectories() to non-directory inodes
 2023-06-06  9:56 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in btrfs_ioctl_add_dev
 2023-06-06  9:55 UTC  (2+ messages)

[PATCH 6/8] test_sysclt: Test for registering a mount point
 2023-06-06  9:27 UTC  (3+ messages)

[PATCH v5] kernel/watch_queue: NULL the dangling *pipe, and use it for clear check
 2023-06-06  9:08 UTC  (3+ messages)

[PATCH net-next v2 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg()
 2023-06-06  9:00 UTC  (2+ messages)

decouple block open flags from fmode_t
 2023-06-06  8:40 UTC  (36+ 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] [fat?] possible deadlock in do_user_addr_fault
 2023-06-06  8:23 UTC  (2+ messages)

[PATCH v2 0/3] mm: Make unregistration of super_block shrinker more faster
 2023-06-06  6:51 UTC  (10+ messages)
` [PATCH v2 1/3] mm: vmscan: move shrinker_debugfs_remove() before synchronize_srcu()
` [PATCH v2 2/3] mm: Split unregister_shrinker() in fast and slow part
` [PATCH v2 3/3] fs: Use delayed shrinker unregistration

cleanup the filemap / direct I/O interaction v4
 2023-06-06  6:43 UTC  (4+ messages)
` [PATCH 09/12] fs: factor out a direct_write_fallback helper

[PATCH v17 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-06  6:08 UTC  (6+ messages)
` [PATCH v17 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v17 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v17 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v17 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v17 5/5] selftests: mm: add pagemap ioctl tests

[PATCH] ceph: Convert ceph_writepages_start() to use folios a little more
 2023-06-06  5:37 UTC  (2+ messages)

[PATCHv7 0/6] iomap: Add support for per-block dirty state to improve write performance
 2023-06-06  4:20 UTC  (20+ messages)
` [PATCHv7 1/6] iomap: Rename iomap_page_create/release() to iomap_iop_alloc/free()
` [PATCHv7 2/6] iomap: Move folio_detach_private() in iomap_iop_free() to the end
` [PATCHv7 3/6] iomap: Refactor some iop related accessor functions
` [PATCHv7 4/6] iomap: Refactor iomap_write_delalloc_punch() function out
` [PATCHv7 5/6] iomap: Allocate iop in ->write_begin() early
` [PATCHv7 6/6] iomap: Add per-block dirty state tracking to improve performance

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-06-06  0:54 UTC  (15+ messages)
      ` uuid ioctl - was: "

[PATCH v3] bpf: Remove in_atomic() from bpf_link_put()
 2023-06-05 22:47 UTC  (2+ messages)

[PATCH 0/7] block layer patches for bcachefs
 2023-06-05 21:26 UTC  (9+ messages)

[PATCH v7 0/5] Introduce provisioning primitives
 2023-06-05 21:14 UTC  (9+ messages)

[PATCH v2 0/7] Create large folios in iomap buffered write path
 2023-06-05 21:10 UTC  (32+ messages)
` [PATCH v2 1/7] iomap: Remove large folio handling in iomap_invalidate_folio()
` [PATCH v2 2/7] doc: Correct the description of ->release_folio
` [PATCH v2 3/7] iomap: Remove unnecessary test from iomap_release_folio()
` [PATCH v2 4/7] filemap: Add fgp_t typedef
` [PATCH v2 5/7] filemap: Allow __filemap_get_folio to allocate large folios
` [PATCH v2 6/7] iomap: Create large folios in the buffered write path
` [PATCH v2 7/7] iomap: Copy larger chunks from userspace

[PATCH v1 0/5] Landlock support for UML
 2023-06-05 20:06 UTC  (6+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes

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

introduce bdev holder ops and a file system shutdown method v3
 2023-06-05 17:22 UTC  (2+ messages)

DIO hangs in 6.4.0-rc2
 2023-06-05 17:18 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 9ca10bfb8aa8fbf19ee22e702c8cf9b66ea73a54
 2023-06-05 15:59 UTC 

[PATCH v2 00/13] ceph: support idmapped mounts
 2023-06-05 14:06 UTC  (5+ messages)
` [PATCH v2 01/13] fs: export mnt_idmap_get/mnt_idmap_put

[PATCH v12 0/9] Implement copy offload support
 2023-06-05 13:43 UTC  (11+ messages)
    ` [PATCH v12 1/9] block: Introduce queue limits for copy-offload support
    ` [PATCH v12 2/9] block: Add copy offload support infrastructure
    ` [PATCH v12 3/9] block: add emulation for copy
    ` [PATCH v12 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
    ` [PATCH v12 5/9] nvme: add copy offload support
    ` [PATCH v12 6/9] nvmet: add copy command support for bdev and file ns
    ` [PATCH v12 7/9] dm: Add support for copy offload
    ` [PATCH v12 8/9] dm: Enable copy offload for dm-linear target
    ` [PATCH v12 9/9] null_blk: add support for copy offload

[PATCH] fs.h: Optimize file struct to prevent false sharing
 2023-06-05 12:58 UTC  (3+ messages)

[PATCH net-next v4 04/11] splice, net: Add a splice_eof op to file-ops and socket-ops
 2023-06-05 12:45 UTC  (2+ messages)
` [PATCH net-next v4 07/11] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()

[syzbot] [reiserfs?] INFO: task hung in flush_old_commits
 2023-06-05 12:42 UTC  (9+ messages)

[PATCH 0/8] make unregistration of super_block shrinker more faster
 2023-06-05 12:16 UTC  (9+ messages)
` [PATCH 6/8] xfs: introduce xfs_fs_destroy_super()

[syzbot] [ext4?] WARNING: locking bug in ext4_ioctl
 2023-06-05 12:15 UTC  (3+ messages)

[PATCH] highmem: Rename put_and_unmap_page() to unmap_and_put_page()
 2023-06-05 11:53 UTC  (2+ messages)

[PATCH v2] zonefs: use iomap for synchronous direct writes
 2023-06-05  9:01 UTC  (2+ messages)

[PATCH] cachefiles: Allow the cache to be non-root
 2023-06-05  8:56 UTC  (2+ messages)

[PATCH] init: remove unused names parameter in split_fs_names()
 2023-06-05  8:48 UTC  (2+ messages)

[syzbot] [ext4?] WARNING: locking bug in __ext4_ioctl
 2023-06-05  4:03 UTC 

[syzbot] [ext4?] WARNING: locking bug in ext4_move_extents
 2023-06-05  3:53 UTC 

[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
 2023-06-04  8:25 UTC  (4+ messages)

[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
 2023-06-04  8:05 UTC  (2+ messages)

[syzbot] [jfs?] kernel BUG in lbmIODone
 2023-06-04  8:02 UTC 

[PATCH 0/6] gfs2/buffer folio changes
 2023-06-04  7:27 UTC  (5+ messages)
` [PATCH 3/6] gfs2: Convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()

[PATCH] fsverity: don't use bio_first_page_all() in fsverity_verify_bio()
 2023-06-04  3:27 UTC  (2+ messages)

[syzbot] [nilfs?] kernel BUG in end_buffer_async_write
 2023-06-04  0:35 UTC 

[syzbot] [sysv?] [vfs?] WARNING in invalidate_bh_lru
 2023-06-03 17:35 UTC  (2+ messages)
` [syzbot] [udf] "


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