Linux NILFS Development (New Implementation of a Log-structured File System)
[Prev Page][Next Page]
- Re: Fw:Re: [PATCH] fs: nilfs2: fix memory leak in nilfs sysfs create device group, (continued)
- [PATCH] fs: nilfs2: fix memory leak in nilfs_sysfs_create_device_group,
Dongliang Mu
- improve the bio allocation interface,
Christoph Hellwig
- [PATCH 01/19] fs: remove mpage_alloc, Christoph Hellwig
- [PATCH 02/19] nilfs2: remove nilfs_alloc_seg_bio, Christoph Hellwig
- [PATCH 03/19] nfs/blocklayout: remove bl_alloc_init_bio, Christoph Hellwig
- [PATCH 04/19] ntfs3: remove ntfs_alloc_bio, Christoph Hellwig
- [PATCH 05/19] dm: bio_alloc can't fail if it is allowed to sleep, Christoph Hellwig
- [PATCH 06/19] dm-crypt: remove clone_init, Christoph Hellwig
- [PATCH 07/19] dm-snap: use blkdev_issue_flush instead of open coding it, Christoph Hellwig
- [PATCH 09/19] drbd: bio_alloc can't fail if it is allow to sleep, Christoph Hellwig
- [PATCH 08/19] dm-thin: use blkdev_issue_flush instead of open coding it, Christoph Hellwig
- [PATCH 10/19] rnbd-srv: simplify bio mapping in process_rdma, Christoph Hellwig
- [PATCH 11/19] rnbd-src: remove struct rnbd_dev_blk_io, Christoph Hellwig
- [PATCH 12/19] xen-blkback: bio_alloc can't fail if it is allow to sleep, Christoph Hellwig
- [PATCH 14/19] block: pass a block_device and opf to blk_next_bio, Christoph Hellwig
- [PATCH 13/19] block: move blk_next_bio to bio.c, Christoph Hellwig
- [PATCH 15/19] block: pass a block_device and opf to bio_alloc_bioset, Christoph Hellwig
- [PATCH 16/19] block: pass a block_device and opf to bio_alloc_kiocb, Christoph Hellwig
- [PATCH 17/19] block: pass a block_device and opf to bio_alloc, Christoph Hellwig
- [PATCH 19/19] block: pass a block_device and opf to bio_reset, Christoph Hellwig
- [PATCH 18/19] block: pass a block_device and opf to bio_init, Christoph Hellwig
- Re: improve the bio allocation interface, Jens Axboe
- References to non-existing configs in the NILFS2 FILESYSTEM,
Lukas Bulwahn
- couldn't mount because of unsupported optional features (477e7ad1e859f753),
Hendrik Levsen
- [PATCH] nilfs2: use default_groups in kobj_type,
Greg Kroah-Hartman
- [PATCH 0/2] Remove some 'congested' tests,
NeilBrown
- [PATCH] nilfs2: remove redundant pointer sbufs,
Colin Ian King
- WARNING in __folio_mark_dirty,
Hao Sun
- Re: [syzbot] WARNING in __folio_mark_dirty, Matthew Wilcox
- kernel BUG in nilfs_mdt_destroy, Hao Sun
- [PATCH 0/2] nilfs2 updates,
Ryusuke Konishi
- don't use ->bd_inode to access the block device size v3,
Christoph Hellwig
- [PATCH 02/30] block: add a bdev_nr_bytes helper, Christoph Hellwig
- [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h, Christoph Hellwig
- [PATCH 03/30] bcache: remove bdev_sectors, Christoph Hellwig
- [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them, Christoph Hellwig
- [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 07/30] nvmet: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 08/30] target/iblock: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 12/30] btrfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 10/30] fs: simplify init_page_buffers, Christoph Hellwig
- [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 13/30] cramfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block, Christoph Hellwig
- [PATCH 14/30] fat: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 15/30] hfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 16/30] hfsplus: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 17/30] jfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 18/30] nfs/blocklayout: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 19/30] nilfs2: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 20/30] ntfs3: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 21/30] pstore/blk: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 22/30] reiserfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 23/30] squashfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 30/30] udf: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate, Christoph Hellwig
- [PATCH 29/30] reiserfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 28/30] ntfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 27/30] jfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 25/30] block: add a sb_bdev_nr_blocks helper, Christoph Hellwig
- [PATCH 26/30] ext4: use sb_bdev_nr_blocks, Christoph Hellwig
- Re: don't use ->bd_inode to access the block device size v3, Jens Axboe
- Re: don't use ->bd_inode to access the block device size v3, Jens Axboe
- don't use ->bd_inode to access the block device size v2,
Christoph Hellwig
- [PATCH 02/30] block: add a bdev_nr_bytes helper, Christoph Hellwig
- [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h, Christoph Hellwig
- [PATCH 03/30] bcache: remove bdev_sectors, Christoph Hellwig
- [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them, Christoph Hellwig
- [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 07/30] nvmet: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block, Christoph Hellwig
- [PATCH 08/30] target/iblock: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 10/30] fs: simplify init_page_buffers, Christoph Hellwig
- [PATCH 12/30] btrfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 13/30] cramfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 14/30] fat: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 15/30] hfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 16/30] hfsplus: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 17/30] jfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 18/30] nfs/blocklayout: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 20/30] ntfs3: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 22/30] reiserfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 19/30] nilfs2: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 21/30] pstore/blk: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 23/30] squashfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate, Christoph Hellwig
- [PATCH 25/30] block: add a sb_bdev_nr_blocks helper, Christoph Hellwig
- [PATCH 26/30] ext4: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 28/30] ntfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 27/30] jfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 29/30] reiserfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 30/30] udf: use sb_bdev_nr_blocks, Christoph Hellwig
- don't use ->bd_inode to access the block device size,
Christoph Hellwig
- [PATCH 01/29] bcache: remove bdev_sectors, Christoph Hellwig
- [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 03/29] dm: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 04/29] md: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 05/29] mtd/block2mtd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 06/29] nvmet: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 07/29] target/iblock: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block, Christoph Hellwig
- [PATCH 09/29] fs: simplify init_page_buffers, Christoph Hellwig
- [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 11/29] btrfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 12/29] cramfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 13/29] fat: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 14/29] hfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 15/29] hfsplus: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 16/29] jfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 17/29] nfs/blocklayout: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 18/29] nilfs2: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 19/29] ntfs3: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 20/29] pstore/blk: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 21/29] reiserfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 22/29] squashfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate, Christoph Hellwig
- [PATCH 24/29] block: add a sb_bdev_nr_blocks helper, Christoph Hellwig
- [PATCH 25/29] ext4: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 26/29] jfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 27/29] ntfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 28/29] reiserfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 29/29] udf: use sb_bdev_nr_blocks, Christoph Hellwig
- Re: don't use ->bd_inode to access the block device size, Kees Cook
- Re: don't use ->bd_inode to access the block device size, Anand Jain
- Re: don't use ->bd_inode to access the block device size, Christoph Hellwig
- [PATCH] nilfs2: replace snprintf in show functions with sysfs_emit,
Qing Wang
- Filesystem crash and unexpected recovery, dexen deVries
- [PATCH AUTOSEL 4.4 7/8] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 4.4 8/8] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 4.4 6/8] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group, Sasha Levin
- [PATCH AUTOSEL 4.4 5/8] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group, Sasha Levin
- [PATCH AUTOSEL 4.4 4/8] nilfs2: fix NULL pointer in nilfs_##name##_attr_release, Sasha Levin
- [PATCH AUTOSEL 4.4 3/8] nilfs2: fix memory leak in nilfs_sysfs_create_device_group, Sasha Levin
- [PATCH AUTOSEL 4.9 6/9] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group, Sasha Levin
- [PATCH AUTOSEL 4.9 7/9] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group, Sasha Levin
- [PATCH AUTOSEL 4.9 9/9] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 4.9 8/9] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 4.14 9/9] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 4.9 5/9] nilfs2: fix NULL pointer in nilfs_##name##_attr_release, Sasha Levin
- [PATCH AUTOSEL 4.9 4/9] nilfs2: fix memory leak in nilfs_sysfs_create_device_group, Sasha Levin
- [PATCH AUTOSEL 4.14 8/9] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 4.14 5/9] nilfs2: fix NULL pointer in nilfs_##name##_attr_release, Sasha Levin
- [PATCH AUTOSEL 4.14 7/9] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group, Sasha Levin
- [PATCH AUTOSEL 4.14 6/9] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group, Sasha Levin
- [PATCH AUTOSEL 4.14 4/9] nilfs2: fix memory leak in nilfs_sysfs_create_device_group, Sasha Levin
- [PATCH AUTOSEL 4.19 10/10] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 4.19 05/10] nilfs2: fix memory leak in nilfs_sysfs_create_device_group, Sasha Levin
- [PATCH AUTOSEL 4.19 07/10] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group, Sasha Levin
- [PATCH AUTOSEL 4.19 09/10] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 4.19 08/10] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group, Sasha Levin
- [PATCH AUTOSEL 4.19 06/10] nilfs2: fix NULL pointer in nilfs_##name##_attr_release, Sasha Levin
- [PATCH AUTOSEL 5.4 12/12] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 5.4 11/12] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 5.4 10/12] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group, Sasha Levin
- [PATCH AUTOSEL 5.4 09/12] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group, Sasha Levin
- [PATCH AUTOSEL 5.4 07/12] nilfs2: fix memory leak in nilfs_sysfs_create_device_group, Sasha Levin
- [PATCH AUTOSEL 5.4 08/12] nilfs2: fix NULL pointer in nilfs_##name##_attr_release, Sasha Levin
- [PATCH AUTOSEL 5.10 16/16] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 5.10 15/16] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 5.10 14/16] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group, Sasha Levin
- [PATCH AUTOSEL 5.10 13/16] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group, Sasha Levin
- [PATCH AUTOSEL 5.10 12/16] nilfs2: fix NULL pointer in nilfs_##name##_attr_release, Sasha Levin
- [PATCH AUTOSEL 5.10 11/16] nilfs2: fix memory leak in nilfs_sysfs_create_device_group, Sasha Levin
- [PATCH AUTOSEL 5.13 19/19] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 5.13 15/19] nilfs2: fix NULL pointer in nilfs_##name##_attr_release, Sasha Levin
- [PATCH AUTOSEL 5.13 18/19] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 5.13 17/19] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group, Sasha Levin
- [PATCH AUTOSEL 5.13 16/19] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group, Sasha Levin
- [PATCH AUTOSEL 5.13 14/19] nilfs2: fix memory leak in nilfs_sysfs_create_device_group, Sasha Levin
- [PATCH AUTOSEL 5.14 20/25] nilfs2: fix memory leak in nilfs_sysfs_create_device_group, Sasha Levin
- [PATCH AUTOSEL 5.14 23/25] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group, Sasha Levin
- [PATCH AUTOSEL 5.14 25/25] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 5.14 24/25] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group, Sasha Levin
- [PATCH AUTOSEL 5.14 22/25] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group, Sasha Levin
- [PATCH AUTOSEL 5.14 21/25] nilfs2: fix NULL pointer in nilfs_##name##_attr_release, Sasha Levin
- [PATCH] nilfs2: fix memory leak in nilfs_sysfs_create_device_group,
Dongliang Mu
- [PATCH] nilfs2: use refcount_dec_and_lock() to fix potential UAF,
Zhen Lei
- [PATCH 0/6] nilfs2: fix incorrect usage of kobject,
Nanyong Sun
- [PATCH] nilfs2: remove redundant continue statement in a while-loop,
Colin King
- [PATCH] nilfs2: fix memory leak in nilfs_sysfs_delete_device_group,
Pavel Skripkin
- [PATCH v2 1/4] lib/vsprintf: Allow to override ISO 8601 date and time separator,
Andy Shevchenko
- [PATCH v1 1/4] lib/vsprintf: Allow to override date and time separator,
Andy Shevchenko
- [PATCH] nilfs2: Fix typos in comments,
Ryusuke Konishi
- [PATCH -next] nilfs2: Fix typos in comments,
Lu Jialin
- KASAN: use-after-free in nilfs_mdt_destroy,
butt3rflyh4ck
- [PATCH] fs/nilfs2: fix misspellings using codespell tool,
menglong8 . dong
- KMSAN: uninit-value in crc32_le_base (2), syzbot
- [RFC PATCH 00/34] block: introduce bio_new(),
Chaitanya Kulkarni
- [RFC PATCH 03/34] drdb: use bio_new in drdb, Chaitanya Kulkarni
- [RFC PATCH 04/34] drdb: use bio_new() in submit_one_flush, Chaitanya Kulkarni
- [RFC PATCH 08/34] dm-zoned: use bio_new in get_mblock_slow, Chaitanya Kulkarni
- [RFC PATCH 09/34] dm-zoned: use bio_new in dmz_write_mblock, Chaitanya Kulkarni
- [RFC PATCH 12/34] scsi: target/iblock: use bio_new, Chaitanya Kulkarni
- [RFC PATCH 13/34] block: use bio_new in __blkdev_direct_IO, Chaitanya Kulkarni
- [RFC PATCH 15/34] fscrypt: use bio_new in fscrypt_zeroout_range, Chaitanya Kulkarni
- [RFC PATCH 20/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmStartIO, Chaitanya Kulkarni
- [RFC PATCH 22/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_readpage, Chaitanya Kulkarni
- [RFC PATCH 28/34] zonefs: use bio_new, Chaitanya Kulkarni
- [RFC PATCH 25/34] ocfs/cluster: use bio_new in dm-log-writes, Chaitanya Kulkarni
- [RFC PATCH 29/34] power/swap: use bio_new in hib_submit_io, Chaitanya Kulkarni
- [RFC PATCH 33/34] mm: use bio_new in swap_readpage, Chaitanya Kulkarni
- [RFC PATCH 31/34] iomap: use bio_new in iomap_readpage_actor, Chaitanya Kulkarni
- [RFC PATCH 34/34] mm: add swap_bio_new common bio helper, Chaitanya Kulkarni
- [RFC PATCH 30/34] hfsplus: use bio_new in hfsplus_submit_bio(), Chaitanya Kulkarni
- [RFC PATCH 32/34] mm: use bio_new in __swap_writepage, Chaitanya Kulkarni
- [RFC PATCH 27/34] xfs: use bio_new in xfs_buf_ioapply_map, Chaitanya Kulkarni
- [RFC PATCH 26/34] xfs: use bio_new in xfs_rw_bdev, Chaitanya Kulkarni
- [RFC PATCH 23/34] fs/mpage.c: use bio_new mpage_alloc, Chaitanya Kulkarni
- [RFC PATCH 24/34] fs/nilfs: use bio_new nilfs_alloc_seg_bio, Chaitanya Kulkarni
- [RFC PATCH 21/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_writepage, Chaitanya Kulkarni
- [RFC PATCH 18/34] iomap: use bio_new in iomap_dio_bio_actor, Chaitanya Kulkarni
- [RFC PATCH 19/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmRead, Chaitanya Kulkarni
- [RFC PATCH 16/34] fs/direct-io: use bio_new in dio_bio_alloc, Chaitanya Kulkarni
- [RFC PATCH 17/34] iomap: use bio_new in iomap_dio_zero, Chaitanya Kulkarni
- [RFC PATCH 07/34] dm: use bio_new in dm-log-writes, Chaitanya Kulkarni
- [RFC PATCH 10/34] dm-zoned: use bio_new in dmz_rdwr_block, Chaitanya Kulkarni
- [RFC PATCH 14/34] fs/buffer: use bio_new in submit_bh_wbc, Chaitanya Kulkarni
- [RFC PATCH 11/34] nvmet: use bio_new in nvmet_bdev_execute_rw, Chaitanya Kulkarni
- [RFC PATCH 06/34] zram: use bio_new, Chaitanya Kulkarni
- [RFC PATCH 01/34] block: move common code into blk_next_bio(), Chaitanya Kulkarni
- [RFC PATCH 05/34] xen-blkback: use bio_new, Chaitanya Kulkarni
- [RFC PATCH 02/34] block: introduce and use bio_new, Chaitanya Kulkarni
misc bio allocation cleanups,
Christoph Hellwig
- [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append, Christoph Hellwig
- [PATCH 02/17] btrfs: use bio_kmalloc in __alloc_device, Christoph Hellwig
- [PATCH 03/17] blk-crypto: use bio_kmalloc in blk_crypto_clone_bio, Christoph Hellwig
- [PATCH 05/17] block: use an on-stack bio in blkdev_issue_flush, Christoph Hellwig
- [PATCH 06/17] dm-clone: use blkdev_issue_flush in commit_metadata, Christoph Hellwig
- [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait, Christoph Hellwig
- [PATCH 04/17] block: split bio_kmalloc from bio_alloc_bioset, Christoph Hellwig
- [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO, Christoph Hellwig
- [PATCH 09/17] drbd: remove bio_alloc_drbd, Christoph Hellwig
- [PATCH 10/17] drbd: remove drbd_req_make_private_bio, Christoph Hellwig
- [PATCH 11/17] md: remove bio_alloc_mddev, Christoph Hellwig
- [PATCH 12/17] md: simplify sync_page_io, Christoph Hellwig
- [PATCH 13/17] md: remove md_bio_alloc_sync, Christoph Hellwig
- [PATCH 14/17] md/raid6: refactor raid5_read_one_chunk, Christoph Hellwig
- [PATCH 15/17] nfs/blocklayout: remove cruft in bl_alloc_init_bio, Christoph Hellwig
- [PATCH 16/17] nilfs2: remove cruft in nilfs_alloc_seg_bio, Christoph Hellwig
- [PATCH 17/17] mm: remove get_swap_bio, Christoph Hellwig
- Re: misc bio allocation cleanups, Jens Axboe
- Re: misc bio allocation cleanups, Guoqing Jiang
[PATCH] nilfs2: make splice write available again,
Joachim.Henke
Strange issue on disk usage with nilfs2 and df command,
gianluca
memory leak in kobject_set_name_vargs (4), syzbot
[PATCH] fs/nilfs2: remove some unused macros to tame gcc,
Alex Shi
[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM,
ira . weiny
- [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option, ira . weiny
- [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option, ira . weiny
- [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging, ira . weiny
- [PATCH RFC PKS/PMEM 10/58] drivers/rdma: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 09/58] drivers/gpu: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 16/58] fs/gfs2: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 18/58] fs/hfs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 40/58] net: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection, ira . weiny
- [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access(), ira . weiny
- [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr, ira . weiny
- [PATCH RFC PKS/PMEM 55/58] samples: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 54/58] powerpc: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 53/58] lib: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 52/58] mm: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 49/58] drivers/misc: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 48/58] drivers/md: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 51/58] kernel: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 50/58] drivers/android: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 47/58] drivers/mtd: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 39/58] fs/jffs2: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 46/58] drives/staging: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 45/58] drivers/firmware: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 44/58] drivers/xen: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 43/58] drivers/mmc: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 42/58] drivers/scsi: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 38/58] fs/isofs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 29/58] fs/ntfs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page, ira . weiny
- [PATCH RFC PKS/PMEM 41/58] drivers/target: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 35/58] fs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 34/58] fs/erofs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 33/58] fs/cramfs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 32/58] fs/hostfs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 30/58] fs/romfs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 27/58] fs/ubifs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 26/58] fs/zonefs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 21/58] fs/nfs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 22/58] fs/f2fs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 23/58] fs/fuse: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 20/58] fs/jffs2: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 12/58] fs/afs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 13/58] fs/btrfs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 14/58] fs/cifs: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 11/58] drivers/net: Utilize new kmap_thread(), ira . weiny
- [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread, ira . weiny
- [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection, ira . weiny
- [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages, ira . weiny
- Re: [PATCH RFC PKS/PMEM 10/58] drivers/rdma: Utilize new kmap_thread(), Bernard Metzler
[PATCH] nilfs2: Fix some kernel-doc warnings for nilfs2,
Ryusuke Konishi
[PATCH -next] nilfs2: Fix some kernel-doc warnings for nilfs2,
Wang Hai
[PATCH 0/3] nilfs2 updates,
Ryusuke Konishi
[PATCH] nilfs2: only call unlock_new_inode() if I_NEW,
Eric Biggers
[PATCH] nilfs2: fix null pointer dereference at nilfs_segctor_do_construct(), Ryusuke Konishi
Re: [PATCH] nilfs2: Fix reference count leak in nilfs_sysfs_create_snapshot_group(),
Markus Elfring
[PATCH V2] nilfs2: Fix reference count leak in nilfs_sysfs_create_device_group,
wu000273
[PATCH] nilfs2: Fix reference count leak in nilfs_sysfs_create_device_group,
wu000273
[PATCH] nilfs2: Fix reference count leak in nilfs_sysfs_create_snapshot_group.,
wu000273
[PATCH 0/2] nilfs2: Logging style changes,
Joe Perches
null pointer dereferenced with Ubuntu kernel 4.15,
Peter Grandi
B-tree implemenation, Reinoud Zandijk
NiLFS support on Pinebook,
Reinoud Zandijk
[PATCH 26/44] docs: filesystems: convert nilfs2.txt to ReST, Mauro Carvalho Chehab
New article on NILFS2 filesystem (in russian), Sergey Kamenev
New utility for NILFS2 partition, Sergey Kamenev
RE: BUG: unable to handle kernel NULL pointer dereference at 00000000000000a8 in nilfs_segctor_do_constr, Sergey Kamenev
kernel 5.4.3 Ubuntu mainline crashes when trying to write to nilfs2, Daniel Bonner (OsPark)
xattrs support in NILFS2?, L29Ah
BUG: kernel NULL pointer dereference, address: 00000000000000a8,
Walton Hoops
BUG: unable to handle kernel NULL pointer dereference at 00000000000000a8 in nilfs_segctor_do_construct,
Tomas Hlavaty
Message not available
[PATCH v6 00/43] compat_ioctl: remove most of fs/compat_ioctl.c,
Arnd Bergmann
NILFS utils 2.2.8 was released, linuxnilfs
[PATCH v5 00/18] compat_ioctl.c removal, part 2/3,
Arnd Bergmann
NILFS: overflow ( device size=1Mb, required size over 1475PetaByte !!! ), Евгений Кустов
[PATCH] MAINTAINERS: nilfs2: update email address, Ryusuke Konishi
[PATCH v4 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing,
Darrick J. Wong
[PATCH v6 0/4] vfs: make immutable files actually immutable,
Darrick J. Wong
[PATCH v5 0/5] vfs: make immutable files actually immutable,
Darrick J. Wong
[PATCH v3 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing,
Darrick J. Wong
[Index of Archives]
[Linux Filesystem Development]
[Linux CIFS]
[Linux USB Development]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Hiking]