linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-31 07:20:27 to 2023-06-01 12:56:45 UTC [more...]

[PATCH v2] zonefs: use iomap for synchronous direct writes
 2023-06-01 12:56 UTC 

[PATCH v5 0/3] FUSE: Implement atomic lookup + open/create
 2023-06-01 12:18 UTC  (6+ messages)

[PATCH V1] fuse: Abort the requests under processing queue with a spin_lock
 2023-06-01 12:13 UTC  (4+ messages)

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

[PATCH v2 0/6] fs: Fix directory corruption when moving directories
 2023-06-01 10:58 UTC  (7+ messages)
` [PATCH v2 1/6] ext4: Remove ext4 locking of moved directory
` [PATCH v2 2/6] Revert "udf: Protect rename against modification of moved directory"
` [PATCH v2 3/6] Revert "f2fs: fix potential corruption when moving a directory"
` [PATCH v2 4/6] fs: Establish locking order for unrelated directories
` [PATCH v2 5/6] fs: Lock moved directories
` [PATCH v2 6/6] fs: Restrict lock_two_nondirectories() to non-directory inodes

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

[PATCH v4 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-06-01 10:14 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

introduce bdev holder ops and a file system shutdown method v3
 2023-06-01 10:11 UTC  (20+ messages)
` [PATCH 01/16] block: factor out a bd_end_claim helper from blkdev_put
` [PATCH 02/16] block: refactor bd_may_claim
` [PATCH 03/16] block: turn bdev_lock into a mutex
` [PATCH 04/16] block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk
` [PATCH 05/16] block: avoid repeated work in blk_mark_disk_dead
` [PATCH 06/16] block: unhash the inode earlier in delete_partition
` [PATCH 07/16] block: delete partitions later in del_gendisk
` [PATCH 08/16] block: remove blk_drop_partitions
` [PATCH 09/16] block: introduce holder ops
` [PATCH 10/16] block: add a mark_dead holder operation
` [PATCH 11/16] fs: add a method to shut down the file system
` [PATCH 12/16] xfs: wire up sops->shutdown
` [PATCH 13/16] xfs: wire up the ->mark_dead holder operation for log and RT devices
` [PATCH 14/16] ext4: split ext4_shutdown
` [PATCH 15/16] ext4: wire up sops->shutdown
` [PATCH 16/16] ext4: wire up the ->mark_dead holder operation for log devices

[PATCH 0/8] make unregistration of super_block shrinker more faster
 2023-06-01  9:58 UTC  (20+ 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

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

add device removal test
 2023-06-01  9:42 UTC  (3+ messages)
` [PATCH 1/2] generic: add a test for device removal with dirty data
` [PATCH 2/2] generic: add a test for device removal without "

[PATCH] zonefs: use iomap for synchronous direct writes
 2023-06-01  9:33 UTC  (3+ messages)

[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: "

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

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  (6+ messages)
  ` [PATCH v2 1/2] sysctl: remove empty dev table

[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] 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  (3+ messages)
` [PATCH 2/2] sysctl: move security keys sysctl registration to its own file

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


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