Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-28 02:43:34 to 2024-04-29 21:02:49 UTC [more...]

[PATCH v4 00/11] enable bs > ps in XFS
 2024-04-29 21:02 UTC  (21+ messages)
` [PATCH v4 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v4 05/11] mm: do not split a folio if it has minimum folio order requirement
` [PATCH v4 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v4 08/11] xfs: use kvmalloc for xattr buffers

[PATCH v3 00/12] mm/swap: clean up and optimize swap cache index
 2024-04-29 20:26 UTC  (22+ messages)
` [PATCH v3 01/12] f2fs: drop usage of page_index
` [PATCH v3 02/12] nilfs2: "
` [PATCH v3 03/12] ceph: "
` [PATCH v3 04/12] NFS: remove nfs_page_lengthg and "
` [PATCH v3 05/12] cifs: drop usage of page_file_offset
  ` [EXTERNAL] "
` [PATCH v3 06/12] afs: drop usage of folio_file_pos
` [PATCH v3 07/12] netfs: "
` [PATCH v3 08/12] nfs: "
` [PATCH v3 09/12] mm/swap: get the swap file offset directly
` [PATCH v3 10/12] mm: remove page_file_offset and folio_file_pos
` [PATCH v3 11/12] mm: drop page_index and convert folio_index to use folio
` [PATCH v3 12/12] mm/swap: reduce swap cache search space

[RFC PATCH] fs/coredump: Enable dynamic configuration of max file note size
 2024-04-29 19:49 UTC  (3+ messages)

[GIT PULL] bcachefs fixes for 6.9-rc7
 2024-04-29 19:10 UTC  (2+ messages)

[PATCH v2] ovl: implement tmpfile
 2024-04-29 19:07 UTC  (2+ messages)

[syzbot] [f2fs?] KASAN: slab-use-after-free Read in sanity_check_extent_cache
 2024-04-29 18:44 UTC 

[RFC PATCH v2 00/12] Introduce the famfs shared-memory file system
 2024-04-29 18:32 UTC  (14+ messages)
` [RFC PATCH v2 01/12] famfs: Introduce famfs documentation
` [RFC PATCH v2 02/12] dev_dax_iomap: Move dax_pgoff_to_phys() from device.c to bus.c
` [RFC PATCH v2 03/12] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage
` [RFC PATCH v2 04/12] dev_dax_iomap: Save the kva from memremap
` [RFC PATCH v2 05/12] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax
` [RFC PATCH v2 06/12] dev_dax_iomap: export dax_dev_get()
` [RFC PATCH v2 07/12] famfs prep: Add fs/super.c:kill_char_super()
` [RFC PATCH v2 08/12] famfs: module operations & fs_context
` [RFC PATCH v2 09/12] famfs: Introduce inode_operations and super_operations
` [RFC PATCH v2 10/12] famfs: Introduce file_operations read/write
` [RFC PATCH v2 11/12] famfs: Introduce mmap and VM fault handling
` [RFC PATCH v2 12/12] famfs: famfs_ioctl and core file-to-memory mapping logic & iomap_ops

[PATCHES][RFC] packing struct block_device flags
 2024-04-29 18:30 UTC  (15+ messages)
` [PATCH 1/8] Use bdev_is_paritition() instead of open-coding it
` [PATCH 2/8] wrapper for access to ->bd_partno
` [PATCH 3/8] bdev: infrastructure for flags
` [PATCH 4/8] bdev: move ->bd_read_only to ->__bd_flags
` [PATCH 5/8] bdev: move ->bd_write_holder into ->__bd_flags
` [PATCH 6/8] bdev: move ->bd_has_subit_bio to ->__bd_flags
` [PATCH 7/8] bdev: move ->bd_ro_warned "
` [PATCH 8/8] bdev: move ->bd_make_it_fail "

[syzbot] [nilfs?] kernel BUG in nilfs_delete_entry
 2024-04-29 18:11 UTC  (2+ messages)

[PATCH v3 00/21] block atomic writes for XFS
 2024-04-29 17:47 UTC  (22+ messages)
` [PATCH v3 01/21] fs: Add generic_atomic_write_valid_size()
` [PATCH v3 02/21] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v3 03/21] xfs: always tail align maxlen allocations
` [PATCH v3 04/21] xfs: simplify extent allocation alignment
` [PATCH v3 05/21] xfs: make EOF allocation simpler
` [PATCH v3 06/21] xfs: introduce forced allocation alignment
` [PATCH v3 07/21] fs: xfs: align args->minlen for "
` [PATCH v3 08/21] xfs: Introduce FORCEALIGN inode flag
` [PATCH v3 09/21] xfs: Do not free EOF blocks for forcealign
` [PATCH v3 10/21] xfs: Update xfs_is_falloc_aligned() mask "
` [PATCH RFC v3 11/21] xfs: Unmap blocks according to forcealign
` [PATCH RFC v3 12/21] xfs: Only free full extents for forcealign
` [PATCH v3 13/21] xfs: Enable file data forcealign feature
` [PATCH v3 14/21] iomap: Sub-extent zeroing
` [PATCH v3 15/21] fs: xfs: "
` [PATCH v3 16/21] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH v3 17/21] iomap: Atomic write support
` [PATCH v3 18/21] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v3 19/21] xfs: Support atomic write for statx
` [PATCH v3 20/21] xfs: Validate atomic writes
` [PATCH v3 21/21] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

KCSAN in fuse (fuse_request_end <-> fuse_request_end)
 2024-04-29 17:34 UTC  (3+ messages)

[PATCH v1] fs/proc/task_mmu: Fix loss of young/dirty bits during pagemap scan
 2024-04-29 17:23 UTC  (5+ messages)

[PATCHSET v5.5 1/2] fs-verity: support merkle tree access by blocks
 2024-04-29 16:35 UTC  (6+ messages)
` [PATCH 12/13] fsverity: remove system-wide workqueue

[PATCH -next] proc: Remove unnecessary interrupts.c include
 2024-04-29 16:35 UTC  (2+ messages)

[PATCH v2 0/9] ext4: support adding multi-delalloc blocks
 2024-04-29 16:27 UTC  (20+ messages)
` [PATCH v2 3/9] ext4: trim delalloc extent
` [PATCH v2 4/9] ext4: drop iblock parameter
` [PATCH v2 5/9] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
` [PATCH v2 6/9] ext4: make ext4_da_reserve_space() reserve multi-clusters
` [PATCH v2 8/9] ext4: make ext4_insert_delayed_block() insert multi-blocks
` [PATCH v2 9/9] ext4: make ext4_da_map_blocks() buffer_head unaware

[syzbot] [ext4?] KMSAN: uninit-value in ext4_inlinedir_to_tree
 2024-04-29 16:05 UTC 

[PATCH v1] fs/proc/task_mmu: Fix uffd-wp confusion in pagemap_scan_pmd_entry()
 2024-04-29 15:55 UTC  (4+ messages)

[PATCHES][RFC] set_blocksize() rework
 2024-04-29 15:11 UTC  (29+ messages)
` [PATCH 1/7] bcache_register(): don't bother with set_blocksize()
` [PATCH 2/7] pktcdvd: sort set_blocksize() calls out
` [PATCH 3/7] swapon(2)/swapoff(2): don't bother with block size
` [PATCH 4/7] swapon(2): open swap with O_EXCL
` [PATCH 5/7] swsusp: don't bother with setting block size
` [PATCH 6/7] btrfs_get_dev_args_from_path(): don't call set_blocksize()
` [PATCH 7/7] set_blocksize(): switch to passing struct file *, fail if it's not opened exclusive

[PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
 2024-04-29 14:59 UTC  (3+ messages)

[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode
 2024-04-29 14:41 UTC  (16+ messages)
` [PATCH vfs.all 08/26] erofs: prevent direct access of bd_inode
        ` [PATCH 1/6] erofs: switch erofs_bread() to passing offset instead of block number
        ` [PATCH 2/6] erofs_buf: store address_space instead of inode
` [PATCH vfs.all 15/26] s390/dasd: use bdev api in dasd_format()

[syzbot] Monthly xfs report (Apr 2024)
 2024-04-29 12:34 UTC 

[syzbot] Monthly gfs2 report (Apr 2024)
 2024-04-29 12:34 UTC 

[PATCH] sched/proc: Print user_cpus_ptr for task status
 2024-04-29 12:10 UTC  (2+ messages)

[syzbot] [nilfs?] possible deadlock in nilfs_dirty_inode (3)
 2024-04-29 12:03 UTC 

[PATCH v4 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-04-29 11:48 UTC  (3+ messages)
` (subset) "

[ANNOUNCE] xfs-linux: for-next updated to e58ac1770ded
 2024-04-29 11:45 UTC 

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-29  9:47 UTC  (3+ messages)
` [PATCH v3 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH] ovl: implement tmpfile
 2024-04-29  9:41 UTC  (3+ messages)

[PATCH v5 0/3] implement OA2_CRED_INHERIT flag for openat2()
 2024-04-29  9:12 UTC  (10+ messages)

[PATCH] bcachefs: Developer guide
 2024-04-29  7:29 UTC 

[PATCH rfc 0/4] mm: filemap: try to batch lruvec stat updating
 2024-04-29  7:24 UTC  (5+ messages)
` [PATCH rfc 1/4] mm: memory: add prepare_range_pte_entry()
` [PATCH rfc 2/4] mm: filemap: add filemap_set_pte_range()
` [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 v5 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-04-29  7:11 UTC  (10+ messages)
` [PATCH v5 4/9] xfs: convert delayed extents to unwritten when zeroing post eof blocks

[PATCH 0/8] mm/swap: optimize swap cache search space
 2024-04-29  5:50 UTC  (12+ messages)

[RFC v2] fstests: add stress truncation + writeback + compaction split test
 2024-04-29  5:00 UTC 

[RFC] fstests: add fsstress + writeback + debugfs folio split test
 2024-04-29  4:40 UTC  (3+ messages)

[PATCH 00/10] Add helper functions to remove repeated code and
 2024-04-29  3:47 UTC  (11+ messages)
` [PATCH 01/10] writeback: factor out wb_bg_dirty_limits to remove repeated code
` [PATCH 02/10] writeback: add general function domain_dirty_avail to calculate dirty and avail of domain
` [PATCH 03/10] writeback: factor out domain_over_bg_thresh to remove repeated code
` [PATCH 04/10] writeback use [global/wb]_domain_dirty_avail helper in cgwb_calc_thresh
` [PATCH 05/10] writeback: call domain_dirty_avail in balance_dirty_pages
` [PATCH 06/10] writeback: Factor out code of freerun to remove repeated code
` [PATCH 07/10] writeback: factor out wb_dirty_freerun to remove more repeated freerun code
` [PATCH 08/10] writeback: factor out balance_domain_limits to remove repeated code
` [PATCH 09/10] writeback: factor out wb_dirty_exceeded "
` [PATCH 10/10] writeback: factor out balance_wb_limits "

[syzbot] [jfs?] KASAN: slab-use-after-free Read in dtSearch
 2024-04-29  0:37 UTC 

[PATCH 00/30] Remove PG_error flag
 2024-04-28 21:42 UTC  (5+ messages)
` [PATCH 22/30] squashfs: Convert squashfs_symlink_read_folio to use folio APIs
` [PATCH 23/30] squashfs: Remove calls to set the folio error flag

[syzbot] [xfs?] possible deadlock in xfs_icwalk_ag
 2024-04-28 21:58 UTC  (2+ messages)

[syzbot] [xfs?] possible deadlock in xfs_qm_flush_one
 2024-04-28 21:56 UTC  (2+ messages)

[syzbot] [xfs?] possible deadlock in xfs_fs_dirty_inode
 2024-04-28  9:03 UTC  (6+ messages)

[PATCH v11] mm: report per-page metadata information
 2024-04-28  8:28 UTC  (2+ messages)

[syzbot] [xfs?] possible deadlock in xfs_qm_dqpurge
 2024-04-28  8:08 UTC  (2+ messages)

[syzbot] [overlayfs?] BUG: unable to handle kernel NULL pointer dereference in __lookup_slow (3)
 2024-04-28  8:01 UTC 

[PATCH v2 0/8] mm/swap: optimize swap cache search space
 2024-04-28  3:17 UTC  (4+ messages)
` [PATCH v2 3/8] f2fs: drop usage of page_index


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