linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-30 06:52:44 to 2023-05-31 09:26:54 UTC [more...]

[PATCH V1] fuse: Abort the requests under processing queue with a spin_lock
 2023-05-31  9:26 UTC 

cleanup the filemap / direct I/O interaction v3 (full series now)
 2023-05-31  9:15 UTC  (18+ messages)
` [PATCH 01/12] backing_dev: remove current->backing_dev_info
` [PATCH 02/12] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/12] filemap: update ki_pos in generic_perform_write
` [PATCH 04/12] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/12] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/12] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/12] fs: factor out a direct_write_fallback helper
` [PATCH 10/12] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/12] fuse: drop redundant arguments to fuse_perform_write
` [PATCH 12/12] fuse: use direct_write_fallback

[syzbot] [ntfs?] UBSAN: shift-out-of-bounds in ntfs_iget
 2023-05-31  9:06 UTC 

[PATCH v2 00/12] multiblock allocator improvements
 2023-05-31  8:57 UTC  (15+ messages)
` [PATCH v2 01/12] Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check_limits"
` [PATCH v2 02/12] ext4: mballoc: Remove useless setting of ac_criteria
` [PATCH v2 03/12] ext4: Remove unused extern variables declaration
` [PATCH v2 04/12] ext4: Convert mballoc cr (criteria) to enum
` [PATCH v2 05/12] ext4: Add per CR extent scanned counter
` [PATCH v2 06/12] ext4: Add counter to track successful allocation of goal length
` [PATCH v2 07/12] ext4: Avoid scanning smaller extents in BG during CR1
` [PATCH v2 08/12] ext4: Don't skip prefetching BLOCK_UNINIT groups
` [PATCH v2 09/12] ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
` [PATCH v2 10/12] ext4: Abstract out logic to search average fragment list
` [PATCH v2 11/12] ext4: Add allocation criteria 1.5 (CR1_5)
` [PATCH v2 12/12] ext4: Give symbolic names to mballoc criterias

[PATCH v4 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-31  8:46 UTC  (12+ messages)
` [PATCH v4 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()
` [PATCH v4 2/3] mm: Provide a function to get an additional pin on a page
` [PATCH v4 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c

[syzbot] Monthly gfs2 report (May 2023)
 2023-05-31  8:44 UTC 

[PATCH -next 0/2] lsm: Change inode_setattr() to take struct
 2023-05-31  8:36 UTC  (9+ messages)

[PATCH] init: Add support for rootwait timeout parameter
 2023-05-31  7:57 UTC  (9+ messages)

[PATCH RESEND] epoll: ep_autoremove_wake_function should use list_del_init_careful
 2023-05-31  7:53 UTC  (3+ messages)

[PATCH v6 00/20] bio: check return values of bio_add_page
 2023-05-31  7:54 UTC  (47+ messages)
` [PATCH v6 01/20] swap: use __bio_add_page to add page to bio
` [PATCH v6 02/20] drbd: "
` [PATCH v6 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v6 04/20] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v6 05/20] md: use __bio_add_page to add single page
` [PATCH v6 06/20] md: raid5-log: "
` [PATCH v6 07/20] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v6 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v6 09/20] gfs2: use __bio_add_page for adding "
` [PATCH v6 10/20] zonefs: "
` [PATCH v6 11/20] zram: "
` [PATCH v6 12/20] floppy: "
` [PATCH v6 13/20] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v6 14/20] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v6 15/20] md: raid1: check if adding pages to resync bio fails
` [PATCH v6 16/20] dm-crypt: check if adding pages to clone "
` [PATCH v6 17/20] block: mark bio_add_page as __must_check
` [PATCH v6 18/20] block: add __bio_add_folio
` [PATCH v6 19/20] fs: iomap: use __bio_add_folio where possible
` [PATCH v6 20/20] block: mark bio_add_folio as __must_check

[PATCH] fs.h: Optimize file struct to prevent false sharing
 2023-05-31  7:54 UTC  (5+ messages)

cleanup the filemap / direct I/O interaction v3
 2023-05-31  7:20 UTC  (9+ messages)
` [PATCH 1/8] backing_dev: remove current->backing_dev_info
` [PATCH 2/8] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 3/8] filemap: update ki_pos in generic_perform_write
` [PATCH 4/8] filemap: add a kiocb_write_and_wait helper
` [PATCH 5/8] filemap: add a kiocb_invalidate_pages helper
` [PATCH 6/8] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 7/8] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 8/8] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages

[PATCH 0/3] Create large folios in iomap buffered write path
 2023-05-31  4:34 UTC  (3+ messages)

[syzbot] [ntfs3?] WARNING in attr_data_get_block (2)
 2023-05-31  4:14 UTC  (2+ messages)

[PATCH v3 0/2] NFSD: recall write delegation on GETATTR conflict
 2023-05-31  2:35 UTC  (3+ messages)
` [PATCH v3 1/2] NFSD: handle GETATTR conflict with write delegation
` [PATCH v3 2/2] NFSD: add counter for write delegation recall due to conflict with GETATTR

[syzbot] [fs?] KASAN: null-ptr-deref Write in get_block (2)
 2023-05-31  1:31 UTC  (6+ messages)
` [PATCH v3] fs/sysv: Null check to prevent null-ptr-deref bug
        ` [PATCH v4] "

[PATCH v2 0/2] NFSD: recall write delegation on GETATTR conflict
 2023-05-30 23:48 UTC  (6+ messages)
` [PATCH v2 1/2] NFSD: handle GETATTR conflict with write delegation
` [PATCH v2 2/2] NFSD: add counter for write delegation recall due to conflict with GETATTR

[PATCH 0/7] block layer patches for bcachefs
 2023-05-30 23:30 UTC  (7+ messages)

[PATCH 0/2] sysctl: move umh and keys sysctls
 2023-05-30 23:29 UTC  (3+ messages)
` [PATCH 1/2] sysctl: move umh sysctl registration to its own file
` [PATCH 2/2] sysctl: move security keys "

fuzzing bcachefs with dm-flakey
 2023-05-30 23:29 UTC  (6+ messages)

[PATCH v2 0/2] kernel/sysctl.c: remove to major base directories
 2023-05-30 22:55 UTC  (9+ messages)
  ` [PATCH v2 1/2] sysctl: remove empty dev table
  ` [PATCH v2 2/2] signal: move show_unhandled_signals sysctl to its own file

[PATCH 1/2] binfmt: Use struct_size()
 2023-05-30 22:52 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 8c33787278ca8db73ad7d23f932c8c39b9f6e543
 2023-05-30 21:32 UTC  (2+ messages)

[PATCH net-next v2 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg()
 2023-05-30 19:55 UTC  (5+ messages)
` [PATCH net-next v2 02/10] Fix a couple of spelling mistakes
` [PATCH net-next v2 03/10] Wrap lines at 80
` [PATCH net-next v2 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c

[PATCH v5 00/20] bio: check return values of bio_add_page
 2023-05-30 19:43 UTC  (8+ messages)
` [PATCH v5 16/20] dm-crypt: check if adding pages to clone bio fails
  ` [dm-devel] "

[PATCH v4 0/1] dax: enable dax fault handler to report VM_FAULT_HWPOISON
 2023-05-30 19:17 UTC  (3+ messages)
` [PATCH v4 1/1] "

[syzbot] [reiserfs?] possible deadlock in vfs_setxattr (2)
 2023-05-30 17:20 UTC 

[PATCH v11 0/9] Implement copy offload support
 2023-05-30 12:10 UTC  (6+ messages)
  ` [PATCH v11 2/9] block: Add copy offload support infrastructure

[syzbot] [reiserfs?] INFO: task hung in flush_old_commits
 2023-05-30 15:44 UTC  (8+ messages)

[PATCH v7 0/5] Introduce provisioning primitives
 2023-05-30 15:28 UTC  (10+ messages)

[PATCH v16 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-05-30 14:07 UTC  (2+ messages)

[PATCH] fs: Drop wait_unfrozen wait queue
 2023-05-30 13:34 UTC  (3+ messages)

introduce bdev holder ops and a file system shutdown method v2
 2023-05-30 13:05 UTC  (15+ messages)
` [PATCH 02/13] block: refactor bd_may_claim
` [PATCH 04/13] block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk
` [PATCH 06/13] block: unhash the inode earlier in delete_partition
` [PATCH 07/13] block: delete partitions later in del_gendisk
` [PATCH 08/13] block: remove blk_drop_partitions
` [PATCH 09/13] block: introduce holder ops
` [PATCH 10/13] block: add a mark_dead holder operation

[PATCH 0/6] fs: Fix directory corruption when moving directories
 2023-05-30 12:42 UTC  (5+ messages)
` [PATCH 4/6] fs: Establish locking order for unrelated directories

[syzbot] Monthly ext4 report (May 2023)
 2023-05-30 12:38 UTC 

[PATCH] bcachefs: fix NULL pointer dereference in try_alloc_bucket
 2023-05-30 12:15 UTC 

[syzbot] [xfs?] general protection fault in __xfs_free_extent
 2023-05-30  9:58 UTC  (2+ messages)

[syzbot] Monthly btrfs report (May 2023)
 2023-05-30  8:21 UTC 

[syzbot] Monthly jfs report (May 2023)
 2023-05-30  8:18 UTC 

[syzbot] Monthly hfs report (May 2023)
 2023-05-30  8:18 UTC 

[syzbot] [reiserfs?] KASAN: use-after-free Read in leaf_insert_into_buf (2)
 2023-05-30  7:28 UTC 

cleanup the filemap / direct I/O interaction v2
 2023-05-30  7:04 UTC  (23+ messages)
` [PATCH 01/11] backing_dev: remove current->backing_dev_info
` [PATCH 02/11] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/11] filemap: update ki_pos in generic_perform_write
` [PATCH 04/11] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/11] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/11] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/11] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/11] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/11] fs: factor out a direct_write_fallback helper
` [PATCH 10/11] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/11] fuse: drop redundant arguments to fuse_perform_write


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