Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-01 06:51:19 to 2024-05-03 09:54:18 UTC [more...]

[PATCH] ext2: Remove LEGACY_DIRECT_IO dependency
 2024-05-03  9:54 UTC  (2+ messages)

[PATCH v5 00/11] enable bs > ps in XFS
 2024-05-03  9:53 UTC  (12+ messages)
` [PATCH v5 01/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v5 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v5 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v5 04/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v5 05/11] mm: split a folio in minimum folio order chunks
` [PATCH v5 06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v5 08/11] xfs: use kvmalloc for xattr buffers
` [PATCH v5 09/11] xfs: expose block size in stat
` [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

[syzbot] [ext4?] WARNING in mb_cache_destroy
 2024-05-03  9:51 UTC  (5+ messages)

[PATCH 0/5] fs: Do not allow get_file() to resurrect 0 f_count
 2024-05-03  9:37 UTC  (18+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] drm/vmwgfx: Do not directly manipulate file->f_count
` [PATCH 3/5] drm/i915: "
` [PATCH 4/5] refcount: Introduce refcount_long_t and APIs
` [PATCH 5/5] fs: Convert struct file::f_count to refcount_long_t

[PATCH v2 0/4] Fix and cleanups to page-writeback
 2024-05-03  9:31 UTC  (10+ messages)
` [PATCH v2 1/4] mm: enable __wb_calc_thresh to calculate dirty background threshold
` [PATCH v2 2/4] mm: correct calculation of wb's bg_thresh in cgroup domain
` [PATCH v2 3/4] mm: call __wb_calc_thresh instead of wb_calc_thresh in wb_over_bg_thresh
` [PATCH v2 4/4] mm: remove stale comment __folio_mark_dirty

[RFC PATCH v2 00/12] Introduce the famfs shared-memory file system
 2024-05-03  9:04 UTC  (13+ messages)
` [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 10/12] famfs: Introduce file_operations read/write

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-03  9:03 UTC  (2+ messages)

[PATCH] [RFC] dma-buf: fix race condition between poll and close
 2024-05-03  8:18 UTC  (2+ messages)

[syzbot] [iomap?] WARNING in iomap_iter (2)
 2024-05-03  8:12 UTC  (2+ messages)

[PATCHES][RFC] set_blocksize() rework
 2024-05-03  4:17 UTC  (11+ messages)
` [PATCHES v2][RFC] "
  ` [PATCH v2 1/9] bcache_register(): don't bother with set_blocksize()
    ` [PATCH v2 2/9] pktcdvd: sort set_blocksize() calls out
    ` [PATCH v2 3/9] swapon(2)/swapoff(2): don't bother with block size
    ` [PATCH v2 4/9] swapon(2): open swap with O_EXCL
    ` [PATCH v2 5/9] zram: don't bother with reopening - just use O_EXCL for open
    ` [PATCH v2 6/9] swsusp: don't bother with setting block size
    ` [PATCH v2 7/9] btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opens
    ` [PATCH v2 8/9] set_blocksize(): switch to passing struct file *
    ` [PATCH v2 9/9] make set_blocksize() fail unless block device is opened exclusive

[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode
 2024-05-03  4:15 UTC  (8+ messages)
` [PATCH vfs.all 08/26] erofs: prevent direct access of bd_inode
        ` [PATCH 6/6] z_erofs_pcluster_begin(): don't bother with rounding position down

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-05-03  3:44 UTC  (2+ messages)
` [syzbot] "

[PATCH v3] fs/coredump: Enable dynamic configuration of max file note size
 2024-05-03  1:40 UTC  (4+ messages)

[PATCHES][RFC] packing struct block_device flags
 2024-05-03  0:11 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 v2 3/8] bdev: infrastructure for flags
            ` [PATCH v2 4/8] bdev: move ->bd_read_only to ->__bd_flags
            ` [PATCH v2 5/8] bdev: move ->bd_write_holder into ->__bd_flags
            ` [PATCH v2 6/8] bdev: move ->bd_has_subit_bio to ->__bd_flags
            ` [PATCH v2 7/8] bdev: move ->bd_ro_warned "
            ` [PATCH v2 8/8] bdev: move ->bd_make_it_fail "

[PATCH 1/4] btrfs: Remove duplicate included header
 2024-05-02 22:50 UTC  (5+ messages)
` [PATCH 2/4] fscache: "
` [PATCH 3/4] overlayfs: "
` [PATCH 4/4] crash: "

[PATCH v2] fs/coredump: Enable dynamic configuration of max file note size
 2024-05-02 22:47 UTC  (5+ messages)

[PATCH 0/4] More GFS2 folio conversions
 2024-05-02 20:23 UTC  (4+ messages)
` [PATCH 2/4] gfs2: Add a migrate_folio operation for journalled files

[PATCH 0/3] bit more FS_IOC_GETFSUUID, FS_IOC_GETFSSYSFSPATH
 2024-05-02 20:00 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Maple Tree Proposed Features
 2024-05-02 19:48 UTC  (3+ messages)
` [Lsf-pc] "

[PATCH] virtiofs: include a newline in sysfs tag
 2024-04-30 17:34 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in folio_unlock (2)
 2024-05-02 16:24 UTC 

RFC: asserting an inode is locked
 2024-05-02 15:31 UTC  (2+ messages)

[RFC PATCH 0/1] Change failover behavior for DIRECT writes in ext4/block fops
 2024-05-02 14:33 UTC  (5+ messages)
` [RFC PATCH 1/1] Remove buffered failover for ext4 and block fops direct writes

[PATCH v2 1/2] seq_file: Optimize seq_puts()
 2024-05-02 14:31 UTC  (2+ messages)

[PATCH v7 00/16] netfs, cifs: Delegate high-level I/O to netfslib
 2024-05-02 14:13 UTC  (3+ messages)

[PATCH] fs/xattr: unify *at syscalls
 2024-05-02 13:04 UTC  (4+ messages)

[PATCH v4 00/12] mm/swap: clean up and optimize swap cache index
 2024-05-02 11:08 UTC  (17+ messages)
` [PATCH v4 01/12] f2fs: drop usage of page_index
` [PATCH v4 02/12] nilfs2: "
` [PATCH v4 03/12] ceph: "
` [PATCH v4 04/12] NFS: remove nfs_page_lengthg and "
` [PATCH v4 05/12] cifs: drop usage of page_file_offset
` [PATCH v4 06/12] afs: drop usage of folio_file_pos
` [PATCH v4 07/12] netfs: "
` [PATCH v4 08/12] nfs: "
` [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 11/12] mm: drop page_index and convert folio_index to use folio
` [PATCH v4 12/12] mm/swap: reduce swap cache search space

[PATCH] proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operation
 2024-05-02 10:00 UTC  (2+ messages)

[PATCH v3 00/21] block atomic writes for XFS
 2024-05-02  9:12 UTC  (35+ messages)
` [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 14/21] iomap: Sub-extent zeroing
` [PATCH v3 15/21] fs: xfs: "
` [PATCH v3 17/21] iomap: Atomic write support

[syzbot] [jfs?] KASAN: slab-use-after-free Read in jfs_strfromUCS_le
 2024-05-02  8:39 UTC 

[PATCHSET v5.6 2/2] xfs: fs-verity support
 2024-05-02  6:34 UTC  (30+ messages)
` [PATCH 01/26] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c
` [PATCH 02/26] xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function
` [PATCH 03/26] xfs: create a helper to compute the blockcount of a max sized remote value
` [PATCH 04/26] xfs: minor cleanups of xfs_attr3_rmt_blocks
` [PATCH 05/26] xfs: use an empty transaction to protect xfs_attr_get from deadlocks
` [PATCH 13/26] xfs: widen flags argument to the xfs_iflags_* helpers
` [PATCH 18/26] xfs: use merkle tree offset as attr hash
` [PATCH 19/26] xfs: don't bother storing merkle tree blocks for zeroed data blocks
` [PATCH 25/26] xfs: make it possible to disable fsverity

[PATCHSET v5.6 1/2] fs-verity: support merkle tree access by blocks
 2024-05-02  4:42 UTC  (12+ messages)
` [PATCH 03/18] fsverity: convert verification to use byte instead of page offsets
` [PATCH 04/18] fsverity: support block-based Merkle tree caching
` [PATCH 18/18] iomap: integrate fs-verity verification into iomap's read path

[ANNOUNCE] xfs-linux: for-next updated to 21255afdd729
 2024-05-02  4:34 UTC 

[RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio
 2024-05-02  4:11 UTC  (15+ messages)
` [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
` [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 v3 1/3] LSM: add security_execve_abort() hook
 2024-05-01 20:04 UTC  (8+ messages)

[PATCH 00/10] Add helper functions to remove repeated code and
 2024-05-01 17:28 UTC  (19+ 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 v2 07/22] mm: Provide a means of invalidation without using launder_folio
 2024-05-01 17:00 UTC  (4+ messages)
` [PATCH v2 00/22] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
  ` [PATCH v2 14/22] netfs: New writeback implementation

[PATCH] XArray: Set the marks correctly when splitting an entry
 2024-05-01 16:20 UTC  (2+ messages)

[PATCH v4 04/34] ext4: drop iblock parameter
 2024-05-01 14:41 UTC  (2+ messages)

[PATCH v4 03/34] ext4: trim delalloc extent
 2024-05-01 14:31 UTC  (2+ messages)

[PATCH v4 05/11] mm: do not split a folio if it has minimum folio order requirement
 2024-05-01 14:28 UTC  (11+ messages)

[RFC v2 0/1] fs/namespace: defer RCU sync for MNT_DETACH umount
 2024-05-01 13:41 UTC  (5+ messages)
` [RFC v2 1/1] "

[syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in attr_make_nonresident
 2024-05-01 12:51 UTC 

[syzbot] [jfs?] UBSAN: array-index-out-of-bounds in dtReadFirst
 2024-05-01  8:36 UTC 

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

[PATCH v2 14/22] netfs: New writeback implementation
 2024-04-30 14:00 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).