Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH 09/31] block: pass a gendisk to ->open, (continued)
- [PATCH 11/31] block: rename blkdev_close to blkdev_release, Christoph Hellwig
- [PATCH 10/31] block: remove the unused mode argument to ->release, Christoph Hellwig
- [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path, Christoph Hellwig
- [PATCH 13/31] bcache: don't pass a stack address to blkdev_get_by_path, Christoph Hellwig
- [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path, Christoph Hellwig
- [PATCH 15/31] btrfs: don't pass a holder for non-exclusive blkdev_get_by_path, Christoph Hellwig
- [PATCH 17/31] block: add a sb_open_mode helper, Christoph Hellwig
- [PATCH 18/31] fs: remove sb->s_mode, Christoph Hellwig
- [PATCH 16/31] block: use the holder as indication for exclusive opens, Christoph Hellwig
- [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool, Christoph Hellwig
- [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl with a simple bool, Christoph Hellwig
- [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool, Christoph Hellwig
- [PATCH 23/31] mtd: block: use a simple bool to track open for write, Christoph Hellwig
- [PATCH 30/31] block: store the holder in file->private_data, Christoph Hellwig
- [PATCH 26/31] block: move a few internal definitions out of blkdev.h, Christoph Hellwig
- [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev, Christoph Hellwig
- [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly", Christoph Hellwig
- [PATCH 31/31] fs: remove the now unused FMODE_* flags, Christoph Hellwig
- [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags, Christoph Hellwig
- [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool, Christoph Hellwig
- [PATCH 25/31] ubd: remove commented out code in ubd_open, Christoph Hellwig
- [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers, Christoph Hellwig
- Re: decouple block open flags from fmode_t, Christian Brauner
- [PATCH v17 0/5] Implement IOCTL to get and optionally clear info about PTEs,
Muhammad Usama Anjum
- [PATCH v2 0/3] mm: Make unregistration of super_block shrinker more faster,
Kirill Tkhai
- [PATCH] ceph: Convert ceph_writepages_start() to use folios a little more,
Matthew Wilcox (Oracle)
- [PATCH 0/4] ubifs: Convert writeback to use folios,
Matthew Wilcox (Oracle)
- [linux-next:master] BUILD REGRESSION 9ca10bfb8aa8fbf19ee22e702c8cf9b66ea73a54, kernel test robot
- [PATCH v5] kernel/watch_queue: NULL the dangling *pipe, and use it for clear check,
Siddh Raman Pant
- [PATCH net-next v4 07/11] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor(), David Howells
- [PATCH net-next v4 04/11] splice, net: Add a splice_eof op to file-ops and socket-ops, David Howells
- [PATCH v12 0/9] Implement copy offload support,
Nitesh Shetty
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
[PATCHv7 0/6] iomap: Add support for per-block dirty state to improve write performance,
Ritesh Harjani (IBM)
[syzbot] [ext4?] WARNING: locking bug in ext4_ioctl,
syzbot
[syzbot] [ext4?] WARNING: locking bug in __ext4_ioctl,
syzbot
[syzbot] [ext4?] WARNING: locking bug in ext4_move_extents,
syzbot
[PATCHv6 0/5] iomap: Add support for per-block dirty state to improve write performance,
Ritesh Harjani (IBM)
Re: [syzbot] [jfs?] kernel BUG in lbmIODone, syzbot
[PATCH] fsverity: don't use bio_first_page_all() in fsverity_verify_bio(),
Eric Biggers
[syzbot] [nilfs?] kernel BUG in end_buffer_async_write, syzbot
[PATCH 0/1] RESEND fix page_cache_next/prev_miss off by one error,
Mike Kravetz
[PATCH v2 0/7] Create large folios in iomap buffered write path,
Matthew Wilcox (Oracle)
[PATCH net-next v3 05/11] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor(),
David Howells
[PATCH] highmem: Rename put_and_unmap_page() to unmap_and_put_page(),
Fabio M. De Francesco
[PATCH 0/8] Remove child from struct ctl_table,
Joel Granados
Message not available
Message not available
Message not available
<Possible follow-ups>
[PATCH 0/8] Remove child from struct ctl_table, Joel Granados
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Re: [PATCH 0/8] Remove child from struct ctl_table, Luis Chamberlain
[syzbot] Monthly ntfs report (Jun 2023), syzbot
[syzbot] [xfs?] WARNING in xfs_buf_get_map, syzbot
[syzbot] [reiserfs?] general protection fault in account_system_index_time (3),
syzbot
[syzbot] [btrfs?] INFO: task hung in btrfs_sync_file (2),
syzbot
[syzbot] [wireless?] [reiserfs?] general protection fault in __iterate_interfaces,
syzbot
cleanup the filemap / direct I/O interaction v4,
Christoph Hellwig
- [PATCH 01/12] backing_dev: remove current->backing_dev_info, Christoph Hellwig
- [PATCH 04/12] filemap: add a kiocb_write_and_wait helper, Christoph Hellwig
- [PATCH 03/12] filemap: update ki_pos in generic_perform_write, Christoph Hellwig
- [PATCH 05/12] filemap: add a kiocb_invalidate_pages helper, Christoph Hellwig
- [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper, Christoph Hellwig
- [PATCH 07/12] iomap: update ki_pos in iomap_file_buffered_write, Christoph Hellwig
- [PATCH 11/12] fuse: drop redundant arguments to fuse_perform_write, Christoph Hellwig
- [PATCH 10/12] fuse: update ki_pos in fuse_perform_write, Christoph Hellwig
- [PATCH 09/12] fs: factor out a direct_write_fallback helper, Christoph Hellwig
- [PATCH 12/12] fuse: use direct_write_fallback, Christoph Hellwig
- [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages, Christoph Hellwig
- [PATCH 02/12] iomap: update ki_pos a little later in iomap_dio_complete, Christoph Hellwig
[RFC PATCH] fs: Rename put_and_unmap_page() to unmap_and_put_page(),
Fabio M. De Francesco
[PATCH v2] zonefs: use iomap for synchronous direct writes,
Damien Le Moal
[PATCH v2 0/6] fs: Fix directory corruption when moving directories,
Jan Kara
introduce bdev holder ops and a file system shutdown method v3,
Christoph Hellwig
- [PATCH 02/16] block: refactor bd_may_claim, Christoph Hellwig
- [PATCH 01/16] block: factor out a bd_end_claim helper from blkdev_put, Christoph Hellwig
- [PATCH 03/16] block: turn bdev_lock into a mutex, Christoph Hellwig
- [PATCH 04/16] block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk, Christoph Hellwig
- [PATCH 05/16] block: avoid repeated work in blk_mark_disk_dead, Christoph Hellwig
- [PATCH 06/16] block: unhash the inode earlier in delete_partition, Christoph Hellwig
- [PATCH 07/16] block: delete partitions later in del_gendisk, Christoph Hellwig
- [PATCH 08/16] block: remove blk_drop_partitions, Christoph Hellwig
- [PATCH 09/16] block: introduce holder ops, Christoph Hellwig
- [PATCH 10/16] block: add a mark_dead holder operation, Christoph Hellwig
- [PATCH 11/16] fs: add a method to shut down the file system, Christoph Hellwig
- [PATCH 12/16] xfs: wire up sops->shutdown, Christoph Hellwig
- [PATCH 13/16] xfs: wire up the ->mark_dead holder operation for log and RT devices, Christoph Hellwig
- [PATCH 14/16] ext4: split ext4_shutdown, Christoph Hellwig
- [PATCH 15/16] ext4: wire up sops->shutdown, Christoph Hellwig
- [PATCH 16/16] ext4: wire up the ->mark_dead holder operation for log devices, Christoph Hellwig
- Re: introduce bdev holder ops and a file system shutdown method v3, Dave Chinner
- Re: introduce bdev holder ops and a file system shutdown method v3, Jens Axboe
add device removal test,
Christoph Hellwig
[PATCH] zonefs: use iomap for synchronous direct writes,
Damien Le Moal
[PATCH] afs: Fix setting of mtime when creating a file/dir/symlink,
David Howells
[syzbot] [ntfs3?] possible deadlock in mark_as_free_ex, syzbot
Re: [PATCH v3] bpf: Remove in_atomic() from bpf_link_put().,
Andrii Nakryiko
[PATCH net-next v2 1/6] splice, net: Fix MSG_MORE signalling in splice_direct_to_actor(), David Howells
[syzbot] Monthly fat report (May 2023), syzbot
[PATCH v7 00/20] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v7 01/20] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v7 02/20] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v7 06/20] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v7 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v7 05/20] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v7 04/20] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v7 07/20] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v7 08/20] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v7 09/20] gfs2: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 10/20] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 11/20] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 12/20] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 13/20] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v7 15/20] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v7 14/20] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 16/20] dm-crypt: use __bio_add_page to add single page to clone bio, Johannes Thumshirn
- [PATCH v7 17/20] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v7 18/20] block: add bio_add_folio_nofail, Johannes Thumshirn
- [PATCH v7 19/20] fs: iomap: use bio_add_folio_nofail where possible, Johannes Thumshirn
- [PATCH v7 20/20] block: mark bio_add_folio as __must_check, Johannes Thumshirn
- Re: [PATCH v7 00/20] bio: check return values of bio_add_page, Jens Axboe
[PATCH 0/8] make unregistration of super_block shrinker more faster,
Qi Zheng
- [PATCH 6/8] xfs: introduce xfs_fs_destroy_super(), Qi Zheng
- [PATCH 3/8] fs: move list_lru_destroy() to destroy_super_work(), Qi Zheng
- [PATCH 4/8] fs: shrink only (SB_ACTIVE|SB_BORN) superblocks in super_cache_scan(), Qi Zheng
- [PATCH 5/8] fs: introduce struct super_operations::destroy_super() callback, Qi Zheng
- [PATCH 1/8] mm: vmscan: move shrinker_debugfs_remove() before synchronize_srcu(), Qi Zheng
- [PATCH 8/8] fs: use unregister_shrinker_delayed_{initiate, finalize} for super_block shrinker, Qi Zheng
- [PATCH 7/8] shmem: implement shmem_destroy_super(), Qi Zheng
- [PATCH 2/8] mm: vmscan: split unregister_shrinker(), Qi Zheng
- Re: [PATCH 0/8] make unregistration of super_block shrinker more faster, Andrew Morton
[PATCH V1] fuse: Abort the requests under processing queue with a spin_lock,
Pradeep P V K
[syzbot] [ntfs?] UBSAN: shift-out-of-bounds in ntfs_iget,
syzbot
[syzbot] Monthly gfs2 report (May 2023), syzbot
cleanup the filemap / direct I/O interaction v3 (full series now),
Christoph Hellwig
- [PATCH 02/12] iomap: update ki_pos a little later in iomap_dio_complete, Christoph Hellwig
- [PATCH 01/12] backing_dev: remove current->backing_dev_info, Christoph Hellwig
- [PATCH 03/12] filemap: update ki_pos in generic_perform_write, Christoph Hellwig
- [PATCH 04/12] filemap: add a kiocb_write_and_wait helper, Christoph Hellwig
- [PATCH 05/12] filemap: add a kiocb_invalidate_pages helper, Christoph Hellwig
- [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper, Christoph Hellwig
- [PATCH 07/12] iomap: update ki_pos in iomap_file_buffered_write, Christoph Hellwig
- [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages, Christoph Hellwig
- [PATCH 09/12] fs: factor out a direct_write_fallback helper, Christoph Hellwig
- [PATCH 10/12] fuse: update ki_pos in fuse_perform_write, Christoph Hellwig
- [PATCH 12/12] fuse: use direct_write_fallback, Christoph Hellwig
- [PATCH 11/12] fuse: drop redundant arguments to fuse_perform_write, Christoph Hellwig
cleanup the filemap / direct I/O interaction v3,
Christoph Hellwig
[PATCH v3 0/2] NFSD: recall write delegation on GETATTR conflict,
Dai Ngo
[PATCH 0/2] sysctl: move umh and keys sysctls,
Luis Chamberlain
[PATCH RESEND] epoll: ep_autoremove_wake_function should use list_del_init_careful,
Benjamin Segall
[linux-next:master] BUILD REGRESSION 8c33787278ca8db73ad7d23f932c8c39b9f6e543,
kernel test robot
[syzbot] [reiserfs?] possible deadlock in vfs_setxattr (2),
syzbot
[PATCH v6 00/20] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v6 01/20] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v6 04/20] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v6 02/20] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v6 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v6 05/20] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v6 06/20] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v6 07/20] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v6 08/20] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v6 09/20] gfs2: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 10/20] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 11/20] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 12/20] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 13/20] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v6 15/20] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v6 14/20] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 16/20] dm-crypt: check if adding pages to clone bio fails, Johannes Thumshirn
- [PATCH v6 17/20] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v6 18/20] block: add __bio_add_folio, Johannes Thumshirn
- [PATCH v6 19/20] fs: iomap: use __bio_add_folio where possible, Johannes Thumshirn
- [PATCH v6 20/20] block: mark bio_add_folio as __must_check, Johannes Thumshirn
- Re: [PATCH v6 00/20] bio: check return values of bio_add_page, Johannes Thumshirn
[PATCH net-next v2 03/10] Wrap lines at 80, David Howells
[PATCH net-next v2 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c, David Howells
[PATCH net-next v2 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg(),
David Howells
[PATCH net-next v2 02/10] Fix a couple of spelling mistakes,
David Howells
[syzbot] Monthly ext4 report (May 2023),
syzbot
[PATCH v2 00/12] multiblock allocator improvements,
Ojaswin Mujoo
- [PATCH v2 02/12] ext4: mballoc: Remove useless setting of ac_criteria, Ojaswin Mujoo
- [PATCH v2 07/12] ext4: Avoid scanning smaller extents in BG during CR1, Ojaswin Mujoo
- [PATCH v2 09/12] ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs, Ojaswin Mujoo
- [PATCH v2 11/12] ext4: Add allocation criteria 1.5 (CR1_5), Ojaswin Mujoo
- [PATCH v2 10/12] ext4: Abstract out logic to search average fragment list, Ojaswin Mujoo
- [PATCH v2 08/12] ext4: Don't skip prefetching BLOCK_UNINIT groups, Ojaswin Mujoo
- [PATCH v2 05/12] ext4: Add per CR extent scanned counter, Ojaswin Mujoo
- [PATCH v2 03/12] ext4: Remove unused extern variables declaration, Ojaswin Mujoo
- [PATCH v2 01/12] Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check_limits", Ojaswin Mujoo
- [PATCH v2 12/12] ext4: Give symbolic names to mballoc criterias, Ojaswin Mujoo
- [PATCH v2 06/12] ext4: Add counter to track successful allocation of goal length, Ojaswin Mujoo
- [PATCH v2 04/12] ext4: Convert mballoc cr (criteria) to enum, Ojaswin Mujoo
- Re: [PATCH v2 00/12] multiblock allocator improvements, Theodore Ts'o
[PATCH] bcachefs: fix NULL pointer dereference in try_alloc_bucket,
Mikulas Patocka
[syzbot] Monthly btrfs report (May 2023), syzbot
[syzbot] Monthly jfs report (May 2023), syzbot
[syzbot] Monthly hfs report (May 2023), syzbot
[syzbot] [reiserfs?] KASAN: use-after-free Read in leaf_insert_into_buf (2), syzbot
[PATCH v2 0/2] NFSD: recall write delegation on GETATTR conflict,
Dai Ngo
[PATCH] fs/buffer: using __bio_add_page in submit_bh_wbc(),
gouhao
[PATCH] fs.h: Optimize file struct to prevent false sharing,
chenzhiyin
fuzzing bcachefs with dm-flakey,
Mikulas Patocka
A data race on mnt->mnt.mnt_flags, Gong, Sishuai
Splitting dirty fs folios,
Matthew Wilcox
[syzbot] [reiserfs?] possible deadlock in do_unlinkat,
syzbot
[syzbot] Monthly nilfs report (May 2023), syzbot
[syzbot] Monthly reiserfs report (May 2023), syzbot
[syzbot] Monthly ntfs3 report (May 2023), syzbot
[PATCH] FUSE: dev: Change the posiion of spin_lock, lijun
[PATCH 6.3 015/127] cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size, Greg Kroah-Hartman
[PATCH 1/2] binfmt: Use struct_size(),
Christophe JAILLET
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[NTFS 3]
[Ceph Users]
[AutoFS]
[Kernel Announce]
[Kernel Newbies]
[Kernel Development]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]