linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-10 15:52:30 to 2023-08-11 19:31:24 UTC [more...]

[PATCHSET 0/3] xfs: maintainer transition for 6.6
 2023-08-11 19:31 UTC  (3+ messages)
` [PATCH 1/3] docs: add maintainer entry profile for XFS

[PATCH 0/3] Add and use bdev_getblk()
 2023-08-11 19:23 UTC  (6+ messages)
` [PATCH 1/3] buffer: Pass GFP flags to folio_alloc_buffers()
` [PATCH 2/3] buffer: Hoist GFP flags from grow_dev_page() to __getblk_gfp()
` [PATCH 3/3] ext4: Use bdev_getblk() to avoid memory reclaim in readahead path
` [PATCH 4/3] buffer: Use bdev_getblk() in __breadahead()

remove get_super
 2023-08-11 19:05 UTC  (30+ messages)
` [PATCH 01/17] FOLD: reverts part of "fs: use the super_block as holder when mounting file systems"
` [PATCH 02/17] btrfs: always open the device read-only in btrfs_scan_one_device
` [PATCH 03/17] btrfs: call btrfs_close_devices from ->kill_sb
` [PATCH 04/17] btrfs: split btrfs_fs_devices.opened
` [PATCH 05/17] btrfs: open block devices after superblock creation
` [PATCH 06/17] btrfs: use the super_block as holder when mounting file systems
` [PATCH 07/17] nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl
` [PATCH 08/17] block: simplify the disk_force_media_change interface
` [PATCH 09/17] floppy: call disk_force_media_change when changing the format
` [PATCH 10/17] amiflop: don't call fsync_bdev in FDFMTBEG
` [PATCH 11/17] dasd: also call __invalidate_device when setting the device offline
` [PATCH 12/17] block: drop the "busy inodes on changed media" log message
` [PATCH 13/17] block: consolidate __invalidate_device and fsync_bdev
` [PATCH 14/17] block: call into the file system for bdev_mark_dead
` [PATCH 15/17] block: call into the file system for ioctl BLKFLSBUF
` [PATCH 16/17] fs: remove get_super
` [PATCH 17/17] fs: simplify invalidate_inodes

[PATCH v7 0/6] fuse: full atomic open and atomic-open-revalidate
 2023-08-11 18:37 UTC  (7+ messages)
` [PATCH 1/6] fuse: rename fuse_create_open
` [PATCH 2/6] fuse: introduce atomic open
` [PATCH 3/6] [RFC] Allow atomic_open() on positive dentry
` [PATCH 4/6] fuse: Revalidate positive entries in fuse_atomic_open
` [PATCH 5/6] fuse: revalidate Set DCACHE_ATOMIC_OPEN for cached dentries
` [PATCH 6/6] fuse: Avoid code duplication in atomic open

[RFC PATCH] iov_iter: Convert iterate*() to inline funcs
 2023-08-11 18:08 UTC  (4+ messages)

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

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-11 17:44 UTC  (5+ messages)

[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
 2023-08-11 17:28 UTC  (6+ messages)
` [PATCH 03/11] maple_tree: Add some helper functions

[PATCH v14 00/11] Implement copy offload support
 2023-08-11 17:16 UTC  (13+ messages)
    ` [PATCH v14 01/11] block: Introduce queue limits and sysfs for copy-offload support
    ` [PATCH v14 02/11] Add infrastructure for copy offload in block and request layer
    ` [PATCH v14 03/11] block: add copy offload support
    ` [PATCH v14 04/11] block: add emulation for copy
    ` [PATCH v14 05/11] fs/read_write: Enable copy_file_range for block device
    ` [PATCH v14 06/11] fs, block: copy_file_range for def_blk_ops for direct "
    ` [PATCH v14 07/11] nvme: add copy offload support
    ` [PATCH v14 08/11] nvmet: add copy command support for bdev and file ns
    ` [PATCH v14 09/11] dm: Add support for copy offload
    ` [PATCH v14 10/11] dm: Enable copy offload for dm-linear target
    ` [PATCH v14 11/11] null_blk: add support for copy offload

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-11 16:58 UTC  (34+ messages)
` [PATCH 01/29] block: Provide bdev_open_* functions
` [PATCH 02/29] block: Use bdev_open_by_dev() in blkdev_open()
` [PATCH 03/29] block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()
` [PATCH 04/29] drdb: Convert to use bdev_open_by_path()
` [PATCH 05/29] pktcdvd: Convert to bdev_open_by_dev()
` [PATCH 06/29] rnbd-srv: Convert to use bdev_open_by_path()
` [PATCH 07/29] xen/blkback: Convert to bdev_open_by_dev()
` [PATCH 08/29] zram: Convert to use bdev_open_by_dev()
` [PATCH 09/29] bcache: Convert to bdev_open_by_path()
` [PATCH 10/29] dm: Convert to bdev_open_by_dev()
` [PATCH 11/29] md: "
` [PATCH 12/29] mtd: block2mtd: Convert to bdev_open_by_dev/path()
` [PATCH 13/29] nvmet: Convert to bdev_open_by_path()
` [PATCH 14/29] s390/dasd: "
` [PATCH 15/29] scsi: target: "
` [PATCH 16/29] PM: hibernate: Convert to bdev_open_by_dev()
` [PATCH 17/29] PM: hibernate: Drop unused snapshot_test argument
` [PATCH 18/29] mm/swap: Convert to use bdev_open_by_dev()
` [PATCH 19/29] fs: Convert to bdev_open_by_dev()
` [PATCH 20/29] btrfs: Convert to bdev_open_by_path()
` [PATCH 21/29] erofs: Convert to use bdev_open_by_path()
` [PATCH 22/29] ext4: Convert to bdev_open_by_dev()
` [PATCH 23/29] f2fs: Convert to bdev_open_by_dev/path()
` [PATCH 24/29] jfs: Convert to bdev_open_by_dev()
` [PATCH 25/29] nfs/blocklayout: Convert to use bdev_open_by_dev/path()
` [PATCH 26/29] ocfs2: Convert to use bdev_open_by_dev()
` [PATCH 27/29] reiserfs: Convert to bdev_open_by_dev/path()
` [PATCH 28/29] xfs: Convert to bdev_open_by_path()
` [PATCH 29/29] block: Remove blkdev_get_by_*() functions

[PATCH v28 0/6] Implement IOCTL to get and optionally clear info about PTEs
 2023-08-11 16:52 UTC  (11+ messages)
` [PATCH v28 2/6] fs/proc/task_mmu: "
` [PATCH v28 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL

[PATCH] ext4_sb_breadahead_unmovable: Change to be no-blocking
 2023-08-11 16:49 UTC  (3+ messages)

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-11 16:38 UTC  (22+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v4 07/36] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v4 09/36] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v4 11/36] arm64/mm: Map pages for "
` [PATCH v4 17/36] arm64/mm: Handle GCS data aborts
` [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v4 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()

[PATCH v2] proc/ksm: add ksm stats to /proc/pid/smaps
 2023-08-11 16:28 UTC 

[PATCH v1] proc/ksm: add ksm stats to /proc/pid/smaps
 2023-08-11 16:23 UTC  (4+ messages)

[GIT PULL] bcachefs
 2023-08-11 14:31 UTC  (26+ messages)

[PATCH v9] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2023-08-11 14:19 UTC  (4+ messages)

[PATCH vfs.tmpfs 0/5] tmpfs: user xattrs and direct IO
 2023-08-11 11:00 UTC  (15+ messages)
` [PATCH vfs.tmpfs 4/5] tmpfs: trivial support for "
  ` [PATCH vfs.tmpfs v2 "
    ` (subset) "

s_fs_info and ->kill_sb revisited v2
 2023-08-11  7:24 UTC  (12+ messages)
` [PATCH 01/13] xfs: reformat the xfs_fs_free prototype
` [PATCH 07/13] xfs: document the invalidate_bdev call in invalidate_bdev

Subject: [PATCH] nlookup missing decrement in fuse_direntplus_link
 2023-08-11  6:45 UTC  (2+ messages)
`  "

[PATCH 0/2] fat: revise the FAT patches for mgtime series
 2023-08-11  7:06 UTC  (8+ messages)
` [PATCH 1/2] fat: remove i_version handling from fat_update_time
` [PATCH 2/2] fat: make fat_update_time get its own timestamp

[PATCH -next] fs: Fix one kernel-doc comment
 2023-08-11  6:58 UTC  (3+ messages)

[PATCH v7 0/6] Per-VMA lock support for swap and userfaults
 2023-08-11  6:13 UTC  (17+ messages)

[PATCH v4 0/4] Add support for Vendor Defined Error Types in Einj Module
 2023-08-11  5:18 UTC  (2+ messages)

A Discussion Request about a maybe-false-positive of UBSAN: OOB Write in do_journal_end in Kernel 6.5-rc3(with POC)
 2023-08-11  4:37 UTC  (3+ messages)

[PATCH] ext4_sb_breadahead_unmovable: Change to be no-blocking
 2023-08-11  4:08 UTC  (2+ messages)

[PATCH][SMB3] display network namespace in debug information
 2023-08-11  2:55 UTC 

[PATCH v5 1/2] watch_queue: refactor post_one_notification
 2023-08-11  1:03 UTC  (2+ messages)
` [PATCH v5 2/2] pipe: use __pipe_{lock,unlock} instead of spinlock

[syzbot] [ntfs3?] WARNING in wnd_add_free_ext (2)
 2023-08-10 22:14 UTC  (2+ messages)

[PATCH mm-unstable fix] mm: userfaultfd: check for start + len overflow in validate_range: fix
 2023-08-10 19:30 UTC  (2+ messages)

[PATCH mm-unstable fix] mm: userfaultfd: check for start + len overflow in validate_range: fix
 2023-08-10 19:23 UTC  (4+ messages)

[syzbot] [btrfs?] WARNING in btrfs_finish_one_ordered
 2023-08-10 18:40 UTC  (2+ messages)

more blkdev_get and holder work
 2023-08-10 18:14 UTC  (7+ messages)
` [PATCH 02/12] nilfs2: use setup_bdev_super to de-duplicate the mount code

[PATCH] proc: Mark arch_report_meminfo() extern
 2023-08-10 18:10 UTC 

[PATCH] fanotify: avoid possible NULL dereference
 2023-08-10 17:58 UTC  (2+ messages)

[PATCH v2] ntfs : fix shift-out-of-bounds in ntfs_iget
 2023-08-10 17:32 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-10 16:05 UTC  (7+ messages)

[PATCH v13 03/11] proc: Use lsmids instead of lsm names for attrs
 2023-08-10 15:54 UTC  (2+ 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).