linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-26 17:39:10 to 2023-05-30 23:29:39 UTC [more...]

[PATCH 0/2] sysctl: move umh and keys sysctls
 2023-05-30 23:29 UTC 

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

[PATCH v2 0/2] kernel/sysctl.c: remove to major base directories
 2023-05-30 22:55 UTC  (10+ 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  (5+ messages)
` [PATCH 2/2] binfmt: Slightly simplify elf_fdpic_map_file()

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

[PATCH -next 0/2] lsm: Change inode_setattr() to take struct
 2023-05-30 22:15 UTC  (8+ messages)

[PATCH v2 0/2] NFSD: recall write delegation on GETATTR conflict
 2023-05-30 22:04 UTC  (5+ 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 v6 00/20] bio: check return values of bio_add_page
 2023-05-30 20:40 UTC  (27+ 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 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] "

[PATCH RESEND] epoll: ep_autoremove_wake_function should use list_del_init_careful
 2023-05-30 18:32 UTC 

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

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

[PATCH v2 00/12] multiblock allocator improvements
 2023-05-30 16:28 UTC  (14+ 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 v11 0/9] Implement copy offload support
 2023-05-30 12:10 UTC  (8+ messages)
  ` [PATCH v11 2/9] block: Add copy offload support infrastructure
    ` [dm-devel] "

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

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

[PATCH] init: Add support for rootwait timeout parameter
 2023-05-30 15:43 UTC  (6+ messages)

[PATCH v7 0/5] Introduce provisioning primitives
 2023-05-30 15:28 UTC  (12+ 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  (8+ messages)
` [PATCH 4/6] fs: Establish locking order for unrelated directories
` [PATCH 6/6] fs: Restrict lock_two_nondirectories() to non-directory inodes

[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 

[PATCH] fs.h: Optimize file struct to prevent false sharing
 2023-05-30 10:02 UTC  (3+ messages)

[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

[PATCH v5 04/20] fs: buffer: use __bio_add_page to add single page to bio
 2023-05-30  6:02 UTC  (3+ messages)
`  "

[PATCH] fs/buffer: using __bio_add_page in submit_bh_wbc()
 2023-05-30  3:52 UTC  (3+ messages)

Splitting dirty fs folios
 2023-05-29 22:44 UTC  (3+ messages)

A data race on mnt->mnt.mnt_flags
 2023-05-29 20:38 UTC 

[syzbot] [reiserfs?] possible deadlock in do_unlinkat
 2023-05-29 17:13 UTC 

[PATCH v1 0/5] Landlock support for UML
 2023-05-29 14:57 UTC  (5+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes

[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
 2023-05-29 14:02 UTC  (3+ messages)

[git pull] vfs.git sysv pile
 2023-05-29  9:02 UTC  (5+ messages)

[syzbot] Monthly nilfs report (May 2023)
 2023-05-29  8:50 UTC 

[syzbot] Monthly reiserfs report (May 2023)
 2023-05-29  8:47 UTC 

[syzbot] Monthly ntfs3 report (May 2023)
 2023-05-29  8:47 UTC 

[PATCH v2 00/13] ceph: support idmapped mounts
 2023-05-29  3:52 UTC  (3+ messages)
` [PATCH v2 03/13] ceph: handle idmapped mounts in create_request_message()

[PATCH] FUSE: dev: Change the posiion of spin_lock
 2023-05-29  1:56 UTC 

[PATCH 6.3 015/127] cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size
 2023-05-28 19:09 UTC 

gfs2 write bandwidth regression on 6.4-rc3 compareto 5.15.y
 2023-05-28 15:53 UTC  (2+ messages)

[PATCH net-next 1/8] Move netfs_extract_iter_to_sg() to lib/scatterlist.c
 2023-05-28  8:33 UTC  (5+ messages)
` [PATCH net-next 2/8] Drop the netfs_ prefix from netfs_extract_iter_to_sg()

[syzbot] [ntfs3?] possible deadlock in scheduler_tick (2)
 2023-05-27 21:01 UTC 

[PATCH v4 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-27 19:46 UTC  (5+ 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

[PATCH 0/2] NFSD: recall write delegation on GETATTR conflict
 2023-05-27 17:15 UTC  (11+ messages)
` [PATCH 1/2] NFSD: handle GETATTR conflict with write delegation
` [PATCH 2/2] NFSD: add counter for write delegation recall due to conflict with GETATTR

[syzbot] [squashfs?] [fuse?] INFO: task hung in truncate_inode_pages_range (6)
 2023-05-27 12:36 UTC 

[Syzkaller & bisect] There is "soft lockup in __cleanup_mnt" in v6.4-rc3 kernel
 2023-05-26 21:20 UTC  (8+ messages)

[PATCH] tmpfs.5: extend with new noswap documentation
 2023-05-26 21:07 UTC 

[RFC v2 0/8] add support for blocksize > PAGE_SIZE
 2023-05-26 18:43 UTC  (8+ messages)
` [RFC v2 2/8] shmem: convert to use is_folio_hwpoison()


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