Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-26 08:13:30 to 2023-05-30 15:28:50 UTC [more...]

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

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

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

[PATCH] init: Add support for rootwait timeout parameter
 2023-05-30 14:56 UTC  (5+ messages)

[PATCH -next 0/2] lsm: Change inode_setattr() to take struct
 2023-05-30 14:55 UTC  (6+ messages)

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

[PATCH net-next v2 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg()
 2023-05-30 14:16 UTC  (4+ 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 v16 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-05-30 14:07 UTC  (2+ messages)

[PATCH v2 00/12] multiblock allocator improvements
 2023-05-30 12:33 UTC  (13+ 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] 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  (9+ 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 

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

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

[PATCH v11 0/9] Implement copy offload support
 2023-05-30 11:29 UTC  (7+ messages)
  ` [PATCH v11 2/9] block: Add copy offload support infrastructure
    ` [dm-devel] "

[syzbot] [reiserfs?] INFO: task hung in flush_old_commits
 2023-05-30 11:21 UTC  (7+ messages)

[PATCH v2 0/2] NFSD: recall write delegation on GETATTR conflict
 2023-05-30 10:29 UTC  (4+ 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] 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 

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

[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  (6+ 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 

[PATCH 1/2] binfmt: Use struct_size()
 2023-05-28 16:34 UTC  (4+ messages)
` [PATCH 2/2] binfmt: Slightly simplify elf_fdpic_map_file()

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  (15+ messages)
` [RFC v2 1/8] page_flags: add is_folio_hwpoison()
` [RFC v2 2/8] shmem: convert to use is_folio_hwpoison()

[PATCH] zonefs: Call zonefs_io_error() on any error from filemap_splice_read()
 2023-05-26 14:07 UTC  (5+ messages)

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

[PATCH v4 0/8] sysctl: Completely remove register_sysctl_table from sources
 2023-05-26 10:22 UTC  (4+ messages)
  ` [PATCH v4 7/8] sysctl: Refactor base paths registrations

[PATCH v2 0/5] block: simplify with PAGE_SECTORS_SHIFT
 2023-05-26  9:26 UTC  (14+ messages)
` [PATCH v2 1/5] block: annotate bdev_disk_changed() deprecation with a symbol namespace
` [PATCH v2 2/5] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [PATCH v2 3/5] iomap: simplify iomap_init() with PAGE_SECTORS
` [PATCH v2 4/5] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [PATCH v2 5/5] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

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

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-26  8:38 UTC  (17+ messages)
` [PATCH 06/32] sched: Add task_struct->faults_disabled_mapping
        ` [Cluster-devel] "


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