Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-06 11:44:50 to 2024-05-08 07:39:15 UTC [more...]

[PATCH 1/2] Fix userfaultfd_api to return EINVAL as expected
 2024-05-08  7:39 UTC  (3+ messages)
` [PATCH 2/2] Update uffd-stress to handle EINVAL for unset config features

[PATCH v5 0/3] implement OA2_CRED_INHERIT flag for openat2()
 2024-05-08  7:32 UTC  (10+ messages)

[PATCH v4 00/12] mm/swap: clean up and optimize swap cache index
 2024-05-08  7:25 UTC  (7+ messages)
` [PATCH v4 09/12] mm/swap: get the swap device offset directly
` [PATCH v4 10/12] mm: remove page_file_offset and folio_file_pos
` [PATCH v4 12/12] mm/swap: reduce swap cache search space

[PATCHES] ->bd_inode elimination
 2024-05-08  6:44 UTC  (18+ messages)
` [PATCHES part 1 1/7] ext4: remove block_device_ejected()
  ` [PATCHES part 1 2/7] bcachefs: remove dead function bdev_sectors()
  ` [PATCHES part 1 3/7] blkdev_write_iter(): saner way to get inode and bdev
  ` [PATCHES part 1 4/7] dm-vdo: use bdev_nr_bytes(bdev) instead of i_size_read(bdev->bd_inode)
  ` [PATCHES part 1 5/7] block2mtd: prevent direct access of bd_inode
  ` [PATCHES part 1 6/7] block: move two helpers into bdev.c
  ` [PATCHES part 1 7/7] missing helpers: bdev_unhash(), bdev_drop()
` [PATCHES part 2 01/10] block_device: add a pointer to struct address_space (page cache of bdev)
  ` [PATCHES part 2 02/10] use ->bd_mapping instead of ->bd_inode->i_mapping
  ` [PATCHES part 2 03/10] grow_dev_folio(): we only want ->bd_inode->i_mapping there
  ` [PATCHES part 2 04/10] blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here
  ` [PATCHES part 2 05/10] fs/buffer.c: massage the remaining users of ->bd_inode to ->bd_mapping
  ` [PATCHES part 2 06/10] gfs2: more obvious initializations of mapping->host
  ` [PATCHES part 2 07/10] block/bdev.c: use the knowledge of inode/bdev coallocation
  ` [PATCHES part 2 08/10] nilfs_attach_log_writer(): use ->bd_mapping->host instead of ->bd_inode
  ` [PATCHES part 2 09/10] dasd_format(): killing the last remaining user "
  ` [PATCHES part 2 10/10] RIP ->bd_inode

[PATCH v3 00/10] ext4: support adding multi-delalloc blocks
 2024-05-08  6:12 UTC  (11+ messages)
` [PATCH v3 01/10] ext4: factor out a common helper to query extent map
` [PATCH v3 02/10] ext4: check the extent status again before inserting delalloc block
` [PATCH v3 03/10] ext4: warn if delalloc counters are not zero on inactive
` [PATCH v3 04/10] ext4: trim delalloc extent
` [PATCH v3 05/10] ext4: drop iblock parameter
` [PATCH v3 06/10] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
` [PATCH v3 07/10] ext4: make ext4_da_reserve_space() reserve multi-clusters
` [PATCH v3 08/10] ext4: factor out check for whether a cluster is allocated
` [PATCH v3 09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks
` [PATCH v3 10/10] ext4: make ext4_da_map_blocks() buffer_head unaware

[syzbot] [fs?] [io-uring?] general protection fault in __ep_remove
 2024-05-08  5:55 UTC  (52+ messages)
  ` get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
    ` [PATCH] epoll: try to be a _bit_ better about file lifetimes
                ` [Linaro-mm-sig] "

[syzbot] [kernfs?] possible deadlock in kernfs_seq_start
 2024-05-08  5:36 UTC  (2+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_fs_recovery
 2024-05-08  4:59 UTC  (2+ messages)

[PATCH v5 00/11] enable bs > ps in XFS
 2024-05-08  4:24 UTC  (15+ messages)
` [PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
  ` [RFC] iomap: use huge zero folio in iomap_dio_zero
` [PATCH v5 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v5 11/11] xfs: enable block size larger than page size support

[PATCH v3] fs: Create anon_inode_getfile_fmode()
 2024-05-08  1:48 UTC  (5+ messages)

allow building a kernel without buffer_heads v3
 2024-05-08  1:45 UTC  (4+ messages)
` [PATCH 5/6] block: use iomap for writes to block devices

[syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_sb_clean_to_text
 2024-05-08  1:28 UTC  (11+ messages)
` [PATCH] bcachefs: fix oob "

[PATCH 0/5] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-05-08  1:20 UTC  (37+ messages)
` [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs

[PATCH] fs: remove accidental overflow during wraparound check
 2024-05-08  0:11 UTC  (3+ messages)

[PATCH v2 0/5] Define _GNU_SOURCE for sources using
 2024-05-07 23:28 UTC  (8+ messages)
` [PATCH v2 1/5] selftests: Compile kselftest headers with -D_GNU_SOURCE
` [PATCH v2 2/5] selftests/sgx: Include KHDR_INCLUDES in Makefile
` [PATCH v2 3/5] selftests: "
` [PATCH v2 4/5] selftests: Drop define _GNU_SOURCE
` [PATCH v2 5/5] selftests: Drop duplicate -D_GNU_SOURCE

[PATCH AUTOSEL 5.15 15/15] epoll: be better about file lifetimes
 2024-05-07 23:13 UTC 

[PATCH AUTOSEL 6.1 25/25] epoll: be better about file lifetimes
 2024-05-07 23:12 UTC 

[PATCH AUTOSEL 6.6 43/43] epoll: be better about file lifetimes
 2024-05-07 23:10 UTC 

[PATCH AUTOSEL 6.8 52/52] epoll: be better about file lifetimes
 2024-05-07 23:07 UTC 

[PATCH] ext4: remove the redundant folio_wait_stable()
 2024-05-07 23:03 UTC  (2+ messages)

[PATCH 0/5] Convert ext4's mballoc to use folios
 2024-05-07 23:03 UTC  (2+ messages)

[PATCH] mm: Remove mm argument from mm_get_unmapped_area()
 2024-05-07 22:38 UTC  (7+ messages)

bug in may_dedupe_file allows to deduplicate files we aren't allowed to write to
 2024-05-07 22:14 UTC  (5+ messages)

[PATCHSET v5.6 2/2] xfs: fs-verity support
 2024-05-07 21:24 UTC  (5+ messages)
` [PATCH 18/26] xfs: use merkle tree offset as attr hash

[PATCHv2 0/2] iomap: Optimize read_folio
 2024-05-07 21:11 UTC  (4+ messages)
` [PATCHv2 1/2] iomap: Fix iomap_adjust_read_range for plen calculation
` [PATCHv2 2/2] iomap: Optimize iomap_read_folio

[syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in rewrite_old_nodes_pred
 2024-05-07 19:11 UTC  (2+ messages)

kdevops BoF at LSFMM
 2024-05-07 18:56 UTC  (2+ messages)

[RFC] iomap: use huge zero folio in iomap_dio_zero
 2024-05-07 18:38 UTC 

[PATCH] fscrypto: try to avoid refing parent dentry in fscrypt_file_open
 2024-05-07 17:56 UTC 

[PATCH v4] fs/coredump: Enable dynamic configuration of max file note size
 2024-05-07 17:13 UTC  (6+ messages)

[PATCH v2] virtiofs: use string format specifier for sysfs tag
 2024-05-07 16:35 UTC  (4+ messages)

[PATCH] virtiofs: include a newline in sysfs tag
 2024-05-07 16:32 UTC  (5+ messages)

[GIT PULL] bcachefs fixes for 6.9
 2024-05-07 15:27 UTC  (3+ messages)

[PATCH] [RFC] dma-buf: fix race condition between poll and close
 2024-05-07 15:02 UTC  (7+ messages)
            ` [lvc-project] "

WARNING in fuse_request_end
 2024-05-07 13:29 UTC  (2+ messages)

[PATCH v2 0/4] Fix and cleanups to page-writeback
 2024-05-07 13:28 UTC  (5+ messages)
` [PATCH v2 2/4] mm: correct calculation of wb's bg_thresh in cgroup domain

[PATCH] fs/proc: fix softlockup in __read_vmcore
 2024-05-07 13:18 UTC 

[PATCH rfc 0/4] mm: filemap: try to batch lruvec stat updating
 2024-05-07 13:12 UTC  (6+ messages)
` [PATCH rfc 3/4] mm: filemap: move __lruvec_stat_mod_folio() out of filemap_set_pte_range()
` [PATCH rfc 4/4] mm: filemap: try to batch lruvec stat updating

[PATCH v6 0/3] implement OA2_CRED_INHERIT flag for openat2()
 2024-05-07 12:48 UTC  (5+ messages)

[syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in read_one_super
 2024-05-07 11:30 UTC  (2+ messages)

[PATCH 0/5] cachefiles: some bugfixes for withdraw and xattr
 2024-05-07 11:20 UTC  (2+ messages)

[syzbot] [bcachefs?] WARNING in bch2_fs_usage_read_one
 2024-05-07 10:15 UTC 

[PATCH 00/12] cachefiles: some bugfixes and cleanups for ondemand requests
 2024-05-07  9:32 UTC  (9+ messages)
` [PATCH 01/12] cachefiles: remove request from xarry during flush requests
` [PATCH 08/12] cachefiles: never get a new anon fd if ondemand_id is valid

[linux-next:master] [fs/writeback] ac0c18f2c6: filebench.sum_operations/s 818.0% improvement
 2024-05-07  8:40 UTC 

[syzbot] [jfs?] KASAN: user-memory-access Read in jfs_statfs
 2024-05-07  7:57 UTC 

[PATCH] sched/proc: Print user_cpus_ptr for task status
 2024-05-07  6:57 UTC  (5+ messages)

[Linux kernel bug] KASAN: user-memory-access Read in __fput
 2024-05-07  6:14 UTC 

[RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio
 2024-05-07  5:10 UTC  (16+ messages)
` [RFC PATCH v4 24/34] ext4: implement buffered write iomap path
` [RFC PATCH v4 27/34] ext4: implement zero_range "
` [RFC PATCH v4 29/34] ext4: fall back to buffer_head path for defrag
` [RFC PATCH v4 33/34] ext4: don't mark IOMAP_F_DIRTY for buffer write

[PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
 2024-05-07  3:15 UTC  (2+ messages)

[PATCH RESEND v6 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
 2024-05-06 15:58 UTC  (4+ messages)
` [PATCH RESEND v6 3/3] printk: Remove redundant CONFIG_BASE_FULL

[syzbot] Monthly ntfs3 report (May 2024)
 2024-05-06 13:18 UTC 

[syzbot] Monthly nilfs report (May 2024)
 2024-05-06 13:18 UTC 

[PATCH] Docs: fs: prove directory locking more formally
 2024-05-06 12:29 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).