linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-30 21:01:36 to 2023-06-01 09:24:22 UTC [more...]

[PATCH] fs.h: Optimize file struct to prevent false sharing
 2023-06-01  9:24 UTC  (9+ messages)

[PATCH 0/8] make unregistration of super_block shrinker more faster
 2023-06-01  8:46 UTC  (19+ messages)
` [PATCH 1/8] mm: vmscan: move shrinker_debugfs_remove() before synchronize_srcu()
` [PATCH 2/8] mm: vmscan: split unregister_shrinker()
` [PATCH 3/8] fs: move list_lru_destroy() to destroy_super_work()
` [PATCH 4/8] fs: shrink only (SB_ACTIVE|SB_BORN) superblocks in super_cache_scan()
` [PATCH 5/8] fs: introduce struct super_operations::destroy_super() callback
` [PATCH 6/8] xfs: introduce xfs_fs_destroy_super()
` [PATCH 7/8] shmem: implement shmem_destroy_super()
` [PATCH 8/8] fs: use unregister_shrinker_delayed_{initiate, finalize} for super_block shrinker

[PATCH] zonefs: use iomap for synchronous direct writes
 2023-06-01  8:26 UTC 

[PATCH v16 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-01  8:16 UTC  (4+ messages)
` [PATCH v16 2/5] fs/proc/task_mmu: "

introduce bdev holder ops and a file system shutdown method v2
 2023-06-01  8:11 UTC  (4+ messages)
` [PATCH 02/13] block: refactor bd_may_claim

[PATCH v3] fs/sysv: Null check to prevent null-ptr-deref bug
 2023-06-01  7:55 UTC  (4+ messages)
` [PATCH v4] "

cleanup the filemap / direct I/O interaction v3 (full series now)
 2023-06-01  6:34 UTC  (23+ 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

[PATCH v2 0/2] kernel/sysctl.c: remove to major base directories
 2023-06-01  5:35 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 v7 00/20] bio: check return values of bio_add_page
 2023-06-01  4:26 UTC  (28+ messages)
` [PATCH v7 01/20] swap: use __bio_add_page to add page to bio
` [PATCH v7 02/20] drbd: "
` [PATCH v7 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v7 04/20] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v7 05/20] md: use __bio_add_page to add single page
` [PATCH v7 06/20] md: raid5-log: "
` [PATCH v7 07/20] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v7 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v7 09/20] gfs2: use __bio_add_page for adding "
` [PATCH v7 10/20] zonefs: "
` [PATCH v7 11/20] zram: "
` [PATCH v7 12/20] floppy: "
` [PATCH v7 13/20] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v7 14/20] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v7 15/20] md: raid1: check if adding pages to resync bio fails
` [PATCH v7 16/20] dm-crypt: use __bio_add_page to add single page to clone bio
` [PATCH v7 17/20] block: mark bio_add_page as __must_check
` [PATCH v7 18/20] block: add bio_add_folio_nofail
` [PATCH v7 19/20] fs: iomap: use bio_add_folio_nofail where possible
` [PATCH v7 20/20] block: mark bio_add_folio as __must_check

[PATCH v2 00/13] ceph: support idmapped mounts
 2023-06-01  2:29 UTC  (5+ messages)
` [PATCH v2 03/13] ceph: handle idmapped mounts in create_request_message()

[syzbot] Monthly ext4 report (May 2023)
 2023-06-01  2:08 UTC  (2+ messages)

[PATCH] fuse: fix return value of inode_inline_reclaim_one_dmap in error path
 2023-06-01  1:45 UTC  (2+ messages)

[PATCH] afs: Fix setting of mtime when creating a file/dir/symlink
 2023-06-01  0:15 UTC  (2+ messages)

[PATCH RESEND] epoll: ep_autoremove_wake_function should use list_del_init_careful
 2023-05-31 23:24 UTC  (6+ messages)
        ` [PATCH v2] "

[PATCH 0/2] sysctl: move umh and keys sysctls
 2023-05-31 21:20 UTC  (4+ messages)
` [PATCH 1/2] sysctl: move umh sysctl registration to its own file
` [PATCH 2/2] sysctl: move security keys "

[PATCH v3 0/2] NFSD: recall write delegation on GETATTR conflict
 2023-05-31 17:46 UTC  (7+ 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

[PATCH -next 0/2] lsm: Change inode_setattr() to take struct
 2023-05-31 16:44 UTC  (13+ messages)

[PATCH v4 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-31 15:48 UTC  (15+ 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/6] fs: Fix directory corruption when moving directories
 2023-05-31 14:09 UTC  (3+ messages)

[PATCH net-next v2 1/6] splice, net: Fix MSG_MORE signalling in splice_direct_to_actor()
 2023-05-31 12:45 UTC 

[syzbot] Monthly fat report (May 2023)
 2023-05-31 12:40 UTC 

[PATCH v8 0/4] convert read_kcore(), vread() to use iterators
 2023-05-31 11:58 UTC  (3+ messages)
` [PATCH v8 1/4] fs/proc/kcore: avoid bounce buffer for ktext data

[PATCH V1] fuse: Abort the requests under processing queue with a spin_lock
 2023-05-31 11:52 UTC  (2+ messages)

[PATCH v6 00/20] bio: check return values of bio_add_page
 2023-05-31 11:50 UTC  (63+ 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

[syzbot] [reiserfs?] possible deadlock in open_xa_dir
 2023-05-31  9:52 UTC  (4+ messages)

[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  (4+ messages)
` [PATCH v2 01/12] Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check_limits"

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

[PATCH] init: Add support for rootwait timeout parameter
 2023-05-31  7:57 UTC  (6+ 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 v2 0/2] NFSD: recall write delegation on GETATTR conflict
 2023-05-30 23:48 UTC  (5+ messages)
` [PATCH v2 1/2] NFSD: handle GETATTR conflict with write delegation

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

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

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

[syzbot] [fs?] KASAN: null-ptr-deref Write in get_block (2)
 2023-05-22 22:36 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 NNTP newsgroup(s).