Linux Filesystem Development
[Prev Page][Next Page]
- Re: riscv32 EXT4 splat, 6.8 regression?, (continued)
- [syzbot] Monthly hfs report (Apr 2024), syzbot
- [syzbot] Monthly ext4 report (Apr 2024), syzbot
- [syzbot] Monthly btrfs report (Apr 2024), syzbot
- [PATCH] quota: fix to propagate error of mark_dquot_dirty() to caller,
Chao Yu
- [syzbot] [gfs2?] INFO: task hung in __gfs2_lookup, syzbot
- [syzbot] [jffs2?] kernel BUG in jffs2_sum_write_sumnode,
syzbot
- Re: passthrough question,
Amir Goldstein
- [PATCH v3 0/2] mm: batch mm counter updating in filemap_map_pages(),
Kefeng Wang
- [PATCH] iomap: convert iomap_writepages to writeack_iter,
Christoph Hellwig
- [PATCH v2 0/2] mm: batch mm counter updating in filemap_map_pages(),
Kefeng Wang
- commit e57bf9cda9cd ("timerfd: convert to ->read_iter()") breaks booting on debian stable (bookworm, 12.5),
Bert Karwatzki
- [linux-next:master] BUILD REGRESSION 4118d9533ff3a5d16efb476a0d00afceecd92cf5, kernel test robot
- [PATCH v1 0/2] Fix shmem_rename2 directory offset calculation,
cel
- [syzbot] [gfs2?] KASAN: slab-use-after-free Read in gfs2_invalidate_folio, syzbot
- [PATCH] treewide: Fix common grammar mistake "the the",
Thorsten Blum
- [PATCH 0/2] mm: batch mm counter updating in filemap_map_pages(),
Kefeng Wang
- [PATCH v2] tracing: Add sched_prepare_exec tracepoint,
Marco Elver
- [syzbot] [ext4?] WARNING: locking bug in ext4_xattr_inode_update_ref (3), syzbot
- [syzbot] [ext4?] KASAN: slab-use-after-free Read in fsnotify,
syzbot
- [syzbot] [ext4?] WARNING in ext4_xattr_set_entry (2), syzbot
- [GIT PULL] bcachefs fixes for rc4,
Kent Overstreet
- [linux-next:master] [fsnotify] a5e57b4d37: stress-ng.full.ops_per_sec -17.3% regression,
kernel test robot
- [RFC 00/10] fs/dax: Fix FS DAX page reference counts,
Alistair Popple
- [RFC 01/10] mm/gup.c: Remove redundant check for PCI P2PDMA page, Alistair Popple
- [RFC 02/10] mm/hmm: Remove dead check for HugeTLB and FS DAX, Alistair Popple
- [RFC 03/10] pci/p2pdma: Don't initialise page refcount to one, Alistair Popple
- [RFC 04/10] fs/dax: Don't track page mapping/index, Alistair Popple
- [RFC 05/10] fs/dax: Refactor wait for dax idle page, Alistair Popple
- [RFC 06/10] fs/dax: Add dax_page_free callback, Alistair Popple
- [RFC 07/10] mm: Allow compound zone device pages, Alistair Popple
- [RFC 08/10] fs/dax: Properly refcount fs dax pages, Alistair Popple
- [RFC 09/10] mm/khugepage.c: Warn if trying to scan devmap pmd, Alistair Popple
- [RFC 10/10] mm: Remove pXX_devmap, Alistair Popple
- Re: [RFC 00/10] fs/dax: Fix FS DAX page reference counts, Dan Williams
- [PATCH] vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requirements,
Linus Torvalds
- [PATCH] vfs: compile out IS_SWAPFILE() on swapless configs,
Alexey Dobriyan
- [linux-next:master] BUILD REGRESSION 6ebf211bb11dfc004a2ff73a9de5386fa309c430, kernel test robot
- [PATCH][next] fs/direct-io: remove redundant assignment to variable retval,
Colin Ian King
- [RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio,
Zhang Yi
- [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block, Zhang Yi
- [PATCH v4 01/34] ext4: factor out a common helper to query extent map, Zhang Yi
- [PATCH v4 03/34] ext4: trim delalloc extent, Zhang Yi
- [PATCH v4 04/34] ext4: drop iblock parameter, Zhang Yi
- [PATCH v4 05/34] ext4: make ext4_es_insert_delayed_block() insert multi-blocks, Zhang Yi
- [PATCH v4 08/34] ext4: make ext4_insert_delayed_block() insert multi-blocks, Zhang Yi
- [RFC PATCH v4 10/34] ext4: factor out ext4_map_create_blocks() to allocate new blocks, Zhang Yi
- [PATCH v4 07/34] ext4: factor out check for whether a cluster is allocated, Zhang Yi
- [RFC PATCH v4 12/34] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks, Zhang Yi
- [RFC PATCH v4 11/34] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set, Zhang Yi
- [RFC PATCH v4 13/34] ext4: let __revise_pending() return newly inserted pendings, Zhang Yi
- [RFC PATCH v4 14/34] ext4: count removed reserved blocks for delalloc only extent entry, Zhang Yi
- [RFC PATCH v4 15/34] ext4: update delalloc data reserve spcae in ext4_es_insert_extent(), Zhang Yi
- [RFC PATCH v4 17/34] ext4: use ext4_map_query_blocks() in ext4_map_blocks(), Zhang Yi
- [RFC PATCH v4 16/34] ext4: drop ext4_es_delayed_clu(), Zhang Yi
- [RFC PATCH v4 20/34] ext4: use reserved metadata blocks when splitting extent on endio, Zhang Yi
- [RFC PATCH v4 19/34] ext4: drop all delonly descriptions, Zhang Yi
- [RFC PATCH v4 22/34] ext4: add a new iomap aops for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v4 27/34] ext4: implement zero_range iomap path, Zhang Yi
- [RFC PATCH v4 25/34] ext4: implement writeback iomap path, Zhang Yi
- [RFC PATCH v4 24/34] ext4: implement buffered write iomap path, Zhang Yi
- [RFC PATCH v4 28/34] ext4: writeback partial blocks before zeroing out range, Zhang Yi
- [PATCH v4 09/34] ext4: make ext4_da_map_blocks() buffer_head unaware, Zhang Yi
- [RFC PATCH v4 26/34] ext4: implement mmap iomap path, Zhang Yi
- [PATCH v4 06/34] ext4: make ext4_da_reserve_space() reserve multi-clusters, Zhang Yi
- [RFC PATCH v4 18/34] ext4: drop ext4_es_is_delonly(), Zhang Yi
- [RFC PATCH v4 29/34] ext4: fall back to buffer_head path for defrag, Zhang Yi
- [RFC PATCH v4 21/34] ext4: introduce seq counter for the extent status entry, Zhang Yi
- [RFC PATCH v4 30/34] ext4: partial enable iomap for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v4 32/34] ext4: enable large folio for regular file with iomap buffered IO path, Zhang Yi
- [RFC PATCH v4 33/34] ext4: don't mark IOMAP_F_DIRTY for buffer write, Zhang Yi
- [RFC PATCH v4 34/34] ext4: add mount option for buffered IO iomap path, Zhang Yi
- [RFC PATCH v4 23/34] ext4: implement buffered read iomap path, Zhang Yi
- [RFC PATCH v4 31/34] filemap: support disable large folios on active inode, Zhang Yi
- Re: [RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio, Zhang Yi
- Re: [RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio, Zhang Yi
- [RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio,
Zhang Yi
- [PATCH v4 07/34] ext4: factor out check for whether a cluster is allocated, Zhang Yi
- [PATCH v4 08/34] ext4: make ext4_insert_delayed_block() insert multi-blocks, Zhang Yi
- [RFC PATCH v4 11/34] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set, Zhang Yi
- [RFC PATCH v4 12/34] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks, Zhang Yi
- [PATCH v4 01/34] ext4: factor out a common helper to query extent map, Zhang Yi
- [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block, Zhang Yi
- [PATCH v4 03/34] ext4: trim delalloc extent, Zhang Yi
- [PATCH v4 04/34] ext4: drop iblock parameter, Zhang Yi
- [PATCH v4 05/34] ext4: make ext4_es_insert_delayed_block() insert multi-blocks, Zhang Yi
- [RFC PATCH v4 16/34] ext4: drop ext4_es_delayed_clu(), Zhang Yi
- [RFC PATCH v4 17/34] ext4: use ext4_map_query_blocks() in ext4_map_blocks(), Zhang Yi
- [PATCH v4 06/34] ext4: make ext4_da_reserve_space() reserve multi-clusters, Zhang Yi
- [RFC PATCH v4 18/34] ext4: drop ext4_es_is_delonly(), Zhang Yi
- [RFC PATCH v4 15/34] ext4: update delalloc data reserve spcae in ext4_es_insert_extent(), Zhang Yi
- [RFC PATCH v4 10/34] ext4: factor out ext4_map_create_blocks() to allocate new blocks, Zhang Yi
- [PATCH v4 09/34] ext4: make ext4_da_map_blocks() buffer_head unaware, Zhang Yi
- [RFC PATCH v4 13/34] ext4: let __revise_pending() return newly inserted pendings, Zhang Yi
- [RFC PATCH v4 19/34] ext4: drop all delonly descriptions, Zhang Yi
- [RFC PATCH v4 14/34] ext4: count removed reserved blocks for delalloc only extent entry, Zhang Yi
- [RFC PATCH v4 20/34] ext4: use reserved metadata blocks when splitting extent on endio, Zhang Yi
- [RFC PATCH v4 21/34] ext4: introduce seq counter for the extent status entry, Zhang Yi
- [RFC PATCH v4 22/34] ext4: add a new iomap aops for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v4 23/34] ext4: implement buffered read iomap path, Zhang Yi
- [RFC PATCH v4 24/34] ext4: implement buffered write iomap path, Zhang Yi
- [RFC PATCH v4 27/34] ext4: implement zero_range iomap path, Zhang Yi
- [RFC PATCH v4 26/34] ext4: implement mmap iomap path, Zhang Yi
- [RFC PATCH v4 25/34] ext4: implement writeback iomap path, Zhang Yi
- [RFC PATCH v4 28/34] ext4: writeback partial blocks before zeroing out range, Zhang Yi
- [RFC PATCH v4 30/34] ext4: partial enable iomap for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v4 29/34] ext4: fall back to buffer_head path for defrag, Zhang Yi
- [syzbot] [xfs?] KASAN: slab-use-after-free Read in xfs_inode_item_push,
syzbot
- [syzbot] [jffs2?] possible deadlock in jffs2_do_clear_inode, syzbot
- [syzbot] [jffs2?] KASAN: slab-out-of-bounds Read in jffs2_sum_add_kvec,
syzbot
- [PATCH v2 0/9] ext4: support adding multi-delalloc blocks,
Zhang Yi
- [PATCH 0/1] sget_dev() minor bug fix,
John Groves
- [syzbot] [ntfs3?] WARNING in do_open_execat (2), syzbot
- [PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups,
David Hildenbrand
- [PATCH v1 02/18] mm/rmap: always inline anon/file rmap duplication of a single PTE, David Hildenbrand
- [PATCH v1 01/18] mm: allow for detecting underflows with page_mapcount() again, David Hildenbrand
- [PATCH v1 03/18] mm/rmap: add fast-path for small folios when adding/removing/duplicating, David Hildenbrand
- [PATCH v1 04/18] mm: track mapcount of large folios in single value, David Hildenbrand
- [PATCH v1 05/18] mm: improve folio_likely_mapped_shared() using the mapcount of large folios, David Hildenbrand
- [PATCH v1 06/18] mm: make folio_mapcount() return 0 for small typed folios, David Hildenbrand
- [PATCH v1 07/18] mm/memory: use folio_mapcount() in zap_present_folio_ptes(), David Hildenbrand
- [PATCH v1 08/18] mm/huge_memory: use folio_mapcount() in zap_huge_pmd() sanity check, David Hildenbrand
- [PATCH v1 09/18] mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings(), David Hildenbrand
- [PATCH v1 10/18] mm/page_alloc: use folio_mapped() in __alloc_contig_migrate_range(), David Hildenbrand
- [PATCH v1 11/18] mm/migrate: use folio_likely_mapped_shared() in add_page_for_migration(), David Hildenbrand
- [PATCH v1 12/18] sh/mm/cache: use folio_mapped() in copy_from_user_page(), David Hildenbrand
- [PATCH v1 13/18] mm/filemap: use folio_mapcount() in filemap_unaccount_folio(), David Hildenbrand
- [PATCH v1 14/18] mm/migrate_device: use folio_mapcount() in migrate_vma_check_page(), David Hildenbrand
- [PATCH v1 15/18] trace/events/page_ref: trace the raw page mapcount value, David Hildenbrand
- [PATCH v1 16/18] xtensa/mm: convert check_tlb_entry() to sanity check folios, David Hildenbrand
- [PATCH v1 17/18] mm/debug: print only page mapcount (excluding folio entire mapcount) in __dump_folio(), David Hildenbrand
- [PATCH v1 18/18] Documentation/admin-guide/cgroup-v1/memory.rst: don't reference page_mapcount(), David Hildenbrand
- [PATCH v3 1/2] proc: restrict /proc/pid/mem access via param knobs,
Adrian Ratiu
- [PATCHSET v3 0/3] Convert fs drivers to ->read_iter(),
Jens Axboe
- [PATCH 3/4] userfaultfd: convert to ->read_iter(), Jens Axboe
- [PATCH 4/4] signalfd: convert to ->read_iter(), Jens Axboe
[syzbot] [hfs?] KMSAN: uninit-value in hfsplus_listxattr (2),
syzbot
[syzbot] [jfs?] general protection fault in dtInsertEntry,
syzbot
[syzbot] [ext4?] [jffs2?] [xfs?] kernel BUG in unrefer_xattr_datum,
syzbot
[PATCHSET v30.2] xfs: atomic file content exchanges,
Darrick J. Wong
- [PATCH 01/14] vfs: export remap and write check helpers, Darrick J. Wong
- [PATCH 02/14] xfs: introduce new file range exchange ioctl, Darrick J. Wong
- [PATCH 03/14] xfs: create a incompat flag for atomic file mapping exchanges, Darrick J. Wong
- [PATCH 04/14] xfs: introduce a file mapping exchange log intent item, Darrick J. Wong
- [PATCH 05/14] xfs: create deferred log items for file mapping exchanges, Darrick J. Wong
- [PATCH 06/14] xfs: bind together the front and back ends of the file range exchange code, Darrick J. Wong
- [PATCH 07/14] xfs: add error injection to test file mapping exchange recovery, Darrick J. Wong
- [PATCH 08/14] xfs: condense extended attributes after a mapping exchange operation, Darrick J. Wong
- [PATCH 09/14] xfs: condense directories after a mapping exchange operation, Darrick J. Wong
- [PATCH 10/14] xfs: condense symbolic links after a mapping exchange operation, Darrick J. Wong
- [PATCH 11/14] xfs: make file range exchange support realtime files, Darrick J. Wong
- [PATCH 12/14] xfs: support non-power-of-two rtextsize with exchange-range, Darrick J. Wong
- [PATCH 13/14] docs: update swapext -> exchmaps language, Darrick J. Wong
- [PATCH 14/14] xfs: enable logged file mapping exchange feature, Darrick J. Wong
- [PATCH 15/14] xfs: capture inode generation numbers in the ondisk exchmaps log item, Darrick J. Wong
[PATCH 2/9] tools/include: Sync uapi/linux/fs.h with the kernel sources,
Namhyung Kim
[syzbot] [erofs?] BUG: using smp_processor_id() in preemptible code in z_erofs_get_gbuf,
syzbot
[PATCH 6.6 188/252] cifs: Fix caching to try to do open O_WRONLY as rdwr on server, Greg Kroah-Hartman
[PATCH 6.8 179/273] cifs: Fix caching to try to do open O_WRONLY as rdwr on server, Greg Kroah-Hartman
[PATCH 6.1 100/138] cifs: Fix caching to try to do open O_WRONLY as rdwr on server, Greg Kroah-Hartman
[PATCH 6.8 044/273] cifs: Fix duplicate fscache cookie warnings, Greg Kroah-Hartman
[PATCH 6.6 034/252] cifs: Fix duplicate fscache cookie warnings, Greg Kroah-Hartman
[PATCH 6.1 019/138] cifs: Fix duplicate fscache cookie warnings, Greg Kroah-Hartman
[syzbot] [kernfs?] possible deadlock in lookup_one_unlocked,
syzbot
[PATCH] tracing: Add new_exec tracepoint,
Marco Elver
[syzbot] [jffs2?] KASAN: slab-use-after-free Read in jffs2_erase_pending_blocks,
syzbot
[syzbot] [nfs?] KFENCE: memory corruption in do_handle_open, syzbot
[syzbot] Monthly kernfs report (Apr 2024), syzbot
[syzbot] Monthly jfs report (Apr 2024), syzbot
[syzbot] [jffs2?] [hfs?] possible deadlock in jffs2_readdir, syzbot
[syzbot] [ntfs3?] WARNING in attr_data_get_block (4),
syzbot
[syzbot] [fs?] [io-uring?] general protection fault in __ep_remove,
syzbot
[syzbot] [udf?] WARNING in __udf_add_aext (3), syzbot
[PATCH] [RESEND] orangefs: fix out-of-bounds fsid access,
Arnd Bergmann
[syzbot] [jffs2?] kernel BUG in jffs2_start_garbage_collect_thread, syzbot
[PATCH v2] exfat: move extend valid_size into ->page_mkwrite(),
Yuezhang.Mo@xxxxxxxx
[linus:master] [fs] 541d4c798a: BUG:KCSAN:data-race_in_atime_needs_update/inode_update_timestamps,
kernel test robot
[PATCH] fs: Add FOP_HUGE_PAGES,
Matthew Wilcox (Oracle)
[syzbot] [overlayfs?] possible deadlock in ovl_copy_up_start (3),
syzbot
[syzbot] [kernfs?] possible deadlock in walk_component (3),
syzbot
[PATCH 0/3] FUSE passthrough fixes,
Amir Goldstein
[PATCH] quota: don't let mark_dquot_dirty() fail silently,
Chao Yu
[syzbot] [gfs2?] possible deadlock in do_qc, syzbot
Questions about Unicode Normalization Form,
HAN Yuwei
[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode,
Yu Kuai
- [PATCH vfs.all 02/26] block: remove sync_blockdev_nowait(), Yu Kuai
- [PATCH vfs.all 03/26] block: remove sync_blockdev_range(), Yu Kuai
- [PATCH vfs.all 01/26] block: move two helpers into bdev.c, Yu Kuai
- [PATCH vfs.all 06/26] bcachefs: remove dead function bdev_sectors(), Yu Kuai
- [PATCH vfs.all 05/26] block: add a helper bdev_read_folio(), Yu Kuai
- [PATCH vfs.all 04/26] block: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 07/26] cramfs: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 08/26] erofs: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 09/26] nilfs2: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 10/26] gfs2: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 13/26] ext4: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 14/26] jbd2: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 12/26] ext4: remove block_device_ejected(), Yu Kuai
- [PATCH vfs.all 16/26] bcache: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 11/26] btrfs: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 18/26] scsi: use bdev helper in scsi_bios_ptable(), Yu Kuai
- [PATCH vfs.all 17/26] block2mtd: prevent direct access of bd_inode, Yu Kuai
- [PATCH vfs.all 15/26] s390/dasd: use bdev api in dasd_format(), Yu Kuai
- [PATCH vfs.all 20/26] block: factor out a helper init_bdev_file(), Yu Kuai
- [PATCH vfs.all 21/26] block: fix module reference leakage from bdev_open_by_dev error path, Yu Kuai
- [PATCH vfs.all 19/26] dm-vdo: convert to use bdev_file, Yu Kuai
- [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Yu Kuai
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Yu Kuai
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Yu Kuai
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Yu Kuai
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Yu Kuai
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Jan Kara
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Christian Brauner
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Al Viro
- [PATCH 01/11] block_device: add a pointer to struct address_space (page cache of bdev), Al Viro
- [PATCH 03/11] grow_dev_folio(): we only want ->bd_inode->i_mapping there, Al Viro
- [PATCH 05/11] blkdev_write_iter(): saner way to get inode and bdev, Al Viro
- [PATCH 06/11] blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here..., Al Viro
- [PATCH 10/11] bcachefs: remove dead function bdev_sectors(), Al Viro
- [PATCH 11/11] block2mtd: prevent direct access of bd_inode, Al Viro
- [PATCH 04/11] gfs2: more obvious initializations of mapping->host, Al Viro
- [PATCH 02/11] use ->bd_mapping instead of ->bd_inode->i_mapping, Al Viro
- [PATCH 07/11] ext4: remove block_device_ejected(), Al Viro
- [PATCH 08/11] block: move two helpers into bdev.c, Al Viro
- [PATCH 09/11] dm-vdo: use bdev_nr_bytes(bdev) instead of i_size_read(bdev->bd_inode), Al Viro
- Re: [PATCH 01/11] block_device: add a pointer to struct address_space (page cache of bdev), Christian Brauner
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Yu Kuai
- Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device, Christian Brauner
[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]