linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-18 07:22:34 to 2023-09-19 06:10:14 UTC [more...]

[ANNOUNCE] xfs-linux: for-next updated to 8b010acb3154
 2023-09-19  6:05 UTC 

[PATCHSET 0/2] iomap: fix unshare data corruption bug
 2023-09-19  5:51 UTC  (9+ messages)
` [PATCH 1/2] iomap: don't skip reading in !uptodate folios when unsharing a range
` [PATCH 2/2] iomap: convert iomap_unshare_iter to use large folios
` [PATCH 3/2] fstests: test FALLOC_FL_UNSHARE when pagecache is not loaded

[MAINTAINERS/KERNEL SUMMIT] Trust and maintenance of file systems
 2023-09-19  5:17 UTC  (26+ messages)

[PATCH V3 0/2] Supporting same fsid mounting through the single-dev compat_ro feature
 2023-09-19  5:15 UTC  (5+ messages)
` [PATCH V3 1/2] btrfs-progs: Add the single-dev feature (to both mkfs/tune)

[PATCH v4 0/2] Supporting same fsid mounting through the temp-fsid feature
 2023-09-19  5:01 UTC  (5+ messages)
` [PATCH v4 2/2] btrfs: Introduce "

[PATCH 00/26] Finish the create_empty_buffers() transition
 2023-09-19  4:51 UTC  (27+ messages)
` [PATCH 01/26] buffer: Make folio_create_empty_buffers() return a buffer_head
` [PATCH 02/26] mpage: Convert map_buffer_to_folio() to folio_create_empty_buffers()
` [PATCH 03/26] ext4: Convert to folio_create_empty_buffers
` [PATCH 04/26] buffer: Add get_nth_bh()
` [PATCH 05/26] gfs2: Convert inode unstuffing to use a folio
` [PATCH 06/26] gfs2: Convert gfs2_getbuf() to folios
` [PATCH 07/26] gfs2; Convert gfs2_getjdatabuf to use a folio
` [PATCH 08/26] gfs2: Convert gfs2_write_buf_to_page() "
` [PATCH 09/26] nilfs2: Convert nilfs_mdt_freeze_buffer "
` [PATCH 10/26] nilfs2: Convert nilfs_grab_buffer() "
` [PATCH 11/26] nilfs2: Convert nilfs_copy_page() to nilfs_copy_folio()
` [PATCH 12/26] nilfs2: Convert nilfs_mdt_forget_block() to use a folio
` [PATCH 13/26] nilfs2: Convert nilfs_mdt_get_frozen_buffer "
` [PATCH 14/26] nilfs2: Remove nilfs_page_get_nth_block
` [PATCH 15/26] nilfs2: Convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buffers
` [PATCH 16/26] ntfs: Convert ntfs_read_block() to use a folio
` [PATCH 17/26] ntfs: Convert ntfs_writepage "
` [PATCH 18/26] ntfs: Convert ntfs_prepare_pages_for_non_resident_write() to folios
` [PATCH 19/26] ntfs3: Convert ntfs_zero_range() to use a folio
` [PATCH 20/26] ocfs2: Convert ocfs2_map_page_blocks "
` [PATCH 21/26] reiserfs: Convert writepage "
` [PATCH 22/26] ufs: Add ufs_get_locked_folio and ufs_put_locked_folio
` [PATCH 23/26] ufs: Use ufs_get_locked_folio() in ufs_alloc_lastblock()
` [PATCH 24/26] ufs; Convert ufs_change_blocknr() to use folios
` [PATCH 25/26] ufs: Remove ufs_get_locked_page()
` [PATCH 26/26] buffer: Remove folio_create_empty_buffers()

[PATCH v1 1/1] xarray: fix the data-race in xas_find_chunk() by using READ_ONCE()
 2023-09-19  4:20 UTC  (14+ messages)

[syzbot] [xfs?] INFO: task hung in clean_bdev_aliases
 2023-09-19  2:52 UTC  (2+ messages)
` [syzbot] [block] "

[PATCH] vfs: fix readahead(2) on block devices
 2023-09-19  2:47 UTC  (2+ messages)

[PATCH v6 00/45] use refcount+RCU method to implement lockless slab shrink
 2023-09-19  2:46 UTC  (16+ messages)
` [PATCH v6 01/45] mm: shrinker: add infrastructure for dynamically allocating shrinker
  ` [PATCH] mm: shrinker: some cleanup
` [PATCH v6 15/45] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v6 19/45] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v6 26/45] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v6 33/45] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v6 41/45] mm: shrinker: rename {prealloc|unregister}_memcg_shrinker() to shrinker_memcg_{alloc|remove}()

[linux-next:master] [fs] d6f1066621: WARNING:at_fs/attr.c:#setattr_copy
 2023-09-19  2:10 UTC 

[RFC PATCH 0/3] quering mount attributes
 2023-09-19  0:37 UTC  (25+ messages)
` [RFC PATCH 2/3] add statmnt(2) syscall
` [RFC PATCH 3/3] add listmnt(2) syscall

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-19  0:08 UTC  (10+ messages)
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[GIT PULL] timestamp fixes
 2023-09-18 22:10 UTC  (6+ messages)

[RFC PATCH 00/18] block: update buffer_head for Large-block I/O
 2023-09-18 21:01 UTC  (30+ messages)
` [PATCH 01/18] mm/readahead: rework loop in page_cache_ra_unbounded()
` [PATCH 02/18] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [PATCH 03/18] block/buffer_head: introduce block_{index_to_sector,sector_to_index}
` [PATCH 04/18] fs/buffer.c: use accessor function to translate page index to sectors
` [PATCH 05/18] fs/mpage: "
` [PATCH 06/18] fs: Allow fine-grained control of folio sizes
` [PATCH 07/18] mm/filemap: allocate folios with mapping order preference
` [PATCH 08/18] mm/readahead: "
` [PATCH 09/18] fs/buffer: use mapping order in grow_dev_page()
` [PATCH 10/18] block/bdev: lift restrictions on supported blocksize
` [PATCH 11/18] block/bdev: enable large folio support for large logical block sizes
` [PATCH 12/18] brd: convert to folios
` [PATCH 13/18] brd: abstract page_size conventions
` [PATCH 14/18] brd: use memcpy_{to,from}_folio()
` [PATCH 15/18] brd: make sector size configurable
` [PATCH 16/18] brd: make logical "
` [PATCH 17/18] xfs: remove check for block sizes smaller than PAGE_SIZE
` [PATCH 18/18] nvme: enable logical block size > PAGE_SIZE

[PATCH 1/4] inotify_user: pass directory fd to inotify_find_inode()
 2023-09-18 20:24 UTC  (12+ messages)
` [PATCH 2/4] inotify_user: move code to do_inotify_add_watch()
` [PATCH 3/4] inotify_user: add system call inotify_add_watch_at()
          ` inotify maintenance status
` [PATCH 4/4] arch: register inotify_add_watch_at

[PATCH v4 00/10] fuse direct write consolidation and parallel IO
 2023-09-18 20:13 UTC  (12+ messages)
` [PATCH v4 01/10] fuse: direct IO can use the write-through code path
` [PATCH v4 02/10] fuse: Create helper function if DIO write needs exclusive lock
` [PATCH v4 03/10] fuse: prepare support for shared lock for DIO writes
` [PATCH v4 04/10] fs: Add and export file_needs_remove_privs
` [PATCH v4 05/10] fuse: enable shared lock for O_DIRECT / handle privilege drop
` [PATCH v4 06/10] fuse: Rename fuse_direct_io
` [PATCH v4 07/10] fuse: Remove fuse_direct_write_iter code path / use IOCB_DIRECT
` [PATCH v4 08/10] fuse: Remove page flush/invaliation in fuse_direct_io
` [PATCH v4 09/10] fuse: Use the existing inode fuse_cache_write_iter
` [PATCH v4 10/10] [RFC] fuse: No privilege removal when FOPEN_DIRECT_IO is set

[PATCH 0/6] shmem: high order folios support in write path
 2023-09-18 18:55 UTC  (13+ messages)
  ` [PATCH 6/6] shmem: add large folios support to the "
    ` [PATCH 1/6] filemap: make the folio order calculation shareable

[RFC PATCH kdevops 0/2] augment expunge list for v6.1.53
 2023-09-18 18:52 UTC  (3+ messages)

[RFC v2 00/10] bdev: LBS devices support to coexist with buffer-heads
 2023-09-18 18:42 UTC  (12+ messages)

[czhong@redhat.com: [bug report] WARNING: CPU: 121 PID: 93233 at fs/dcache.c:365 __dentry_kill+0x214/0x278]
 2023-09-18 18:42 UTC  (11+ messages)

[syzbot] [fs?] [mm?] WARNING in page_copy_sane
 2023-09-18 18:36 UTC  (4+ messages)

[RFC 00/23] Enable block size > page size in XFS
 2023-09-18 18:36 UTC  (22+ messages)
` [RFC 04/23] filemap: set the order of the index in page_cache_delete_batch()
` [RFC 05/23] filemap: align index to mapping_min_order in filemap_range_has_page()
` [RFC 06/23] mm: call xas_set_order() in replace_page_cache_folio()
` [RFC 07/23] filemap: align the index to mapping_min_order in __filemap_add_folio()
` [RFC 08/23] filemap: align the index to mapping_min_order in filemap_get_folios_tag()

[syzbot] [jfs?] UBSAN: shift-out-of-bounds in dbAlloc (2)
 2023-09-18 18:15 UTC 

[PATCH v2 0/6] Introduce __mt_dup() to improve the performance of fork()
 2023-09-18 17:59 UTC  (8+ messages)
` [PATCH v2 6/6] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH 00/17] Add folio_end_read
 2023-09-18 14:37 UTC  (5+ messages)
` [PATCH 09/17] m68k: Implement xor_unlock_is_negative_byte

[PATCH RFC] binfmt_elf: fully allocate bss pages
 2023-09-18 14:11 UTC  (2+ messages)

[PATCH v2] netfs: Only call folio_start_fscache() one time for each folio
 2023-09-18 13:17 UTC 

[PATCH] ima: fix wrong dereferences of file->f_path
 2023-09-18 11:56 UTC  (4+ messages)
        ` Fwd: "

[PATCH] fs-writeback: do not requeue a clean inode having skipped pages
 2023-09-18 11:10 UTC  (3+ messages)

[syzbot] [ext4?] WARNING in setattr_copy
 2023-09-18 11:10 UTC  (5+ messages)
  ` [syzbot] [overlayfs] "

DoS in lseek inodes with proc_ops
 2023-09-18  9:59 UTC 

[syzbot] [btrfs?] WARNING in btrfs_run_delayed_refs (2)
 2023-09-18  8:39 UTC  (2+ messages)

[PATCH v1 1/1] mm: report per-page metadata information
 2023-09-18  8:14 UTC  (2+ messages)

[PATCH] aio: Annotate struct kioctx_table with __counted_by
 2023-09-18  7:25 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).