Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH v2 16/22] netfs, afs: Implement helpers for new write code, (continued)
- [PATCH v2 16/22] netfs, afs: Implement helpers for new write code, David Howells
- [PATCH v2 22/22] netfs, afs: Use writeback retry to deal with alternate keys, David Howells
- [PATCH v2 21/22] netfs: Miscellaneous tidy ups, David Howells
- [PATCH v2 17/22] netfs, 9p: Implement helpers for new write code, David Howells
- [PATCH v2 20/22] netfs: Remove the old writeback code, David Howells
- [PATCH v2 14/22] netfs: New writeback implementation, David Howells
- Re: [PATCH v2 07/22] mm: Provide a means of invalidation without using launder_folio, David Howells
- Re: [PATCH v2 14/22] netfs: New writeback implementation, David Howells
- [PATCH 6.6 001/186] cifs: Fix reacquisition of volume cookie on still-live connection, Greg Kroah-Hartman
- [PATCH 6.8 119/228] netfs: Fix the pre-flush when appending to a file in writethrough mode, Greg Kroah-Hartman
- [PATCH 6.8 063/228] netfs: Fix writethrough-mode error handling, Greg Kroah-Hartman
- [PATCH 6.8 001/228] cifs: Fix reacquisition of volume cookie on still-live connection, Greg Kroah-Hartman
- [syzbot] [f2fs?] kernel BUG in f2fs_write_inline_data,
syzbot
- [BUG] 6.8.x general protection fault during cifs/netfs write, Bruno Prémont
- [syzbot] [ext4?] WARNING in mb_cache_destroy,
syzbot
- [syzbot] Monthly v9fs report (Apr 2024), syzbot
- [syzbot] [ntfs3?] possible deadlock in ntfs_mark_rec_free (2),
syzbot
- [PATCHBOMB v5.6] fs-verity support for XFS,
Darrick J. Wong
- [PATCHSET v5.6 1/2] fs-verity: support merkle tree access by blocks, Darrick J. Wong
- [PATCH 01/18] fs: add FS_XFLAG_VERITY for verity files, Darrick J. Wong
- [PATCH 02/18] fsverity: pass tree_blocksize to end_enable_verity(), Darrick J. Wong
- [PATCH 03/18] fsverity: convert verification to use byte instead of page offsets, Darrick J. Wong
- [PATCH 04/18] fsverity: support block-based Merkle tree caching, Darrick J. Wong
- [PATCH 05/18] fsverity: pass the merkle tree block level to fsverity_read_merkle_tree_block, Darrick J. Wong
- [PATCH 06/18] fsverity: add per-sb workqueue for post read processing, Darrick J. Wong
- [PATCH 07/18] fsverity: add tracepoints, Darrick J. Wong
- [PATCH 08/18] fsverity: pass the new tree size and block size to ->begin_enable_verity, Darrick J. Wong
- [PATCH 09/18] fsverity: expose merkle tree geometry to callers, Darrick J. Wong
- [PATCH 10/18] fsverity: box up the write_merkle_tree_block parameters too, Darrick J. Wong
- [PATCH 11/18] fsverity: pass the zero-hash value to the implementation, Darrick J. Wong
- [PATCH 12/18] fsverity: report validation errors back to the filesystem, Darrick J. Wong
- [PATCH 13/18] fsverity: pass super_block to fsverity_enqueue_verify_work, Darrick J. Wong
- [PATCH 14/18] ext4: use a per-superblock fsverity workqueue, Darrick J. Wong
- [PATCH 15/18] f2fs: use a per-superblock fsverity workqueue, Darrick J. Wong
- [PATCH 16/18] btrfs: use a per-superblock fsverity workqueue, Darrick J. Wong
- [PATCH 17/18] fsverity: remove system-wide workqueue, Darrick J. Wong
- [PATCH 18/18] iomap: integrate fs-verity verification into iomap's read path, Darrick J. Wong
- [PATCHSET v5.6 2/2] xfs: fs-verity support, Darrick J. Wong
- [PATCH 01/26] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c, Darrick J. Wong
- [PATCH 02/26] xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function, Darrick J. Wong
- [PATCH 03/26] xfs: create a helper to compute the blockcount of a max sized remote value, Darrick J. Wong
- [PATCH 04/26] xfs: minor cleanups of xfs_attr3_rmt_blocks, Darrick J. Wong
- [PATCH 05/26] xfs: use an empty transaction to protect xfs_attr_get from deadlocks, Darrick J. Wong
- [PATCH 06/26] xfs: add attribute type for fs-verity, Darrick J. Wong
- [PATCH 07/26] xfs: do not use xfs_attr3_rmt_hdr for remote verity value blocks, Darrick J. Wong
- [PATCH 08/26] xfs: add fs-verity ro-compat flag, Darrick J. Wong
- [PATCH 09/26] xfs: add inode on-disk VERITY flag, Darrick J. Wong
- [PATCH 10/26] xfs: initialize fs-verity on file open and cleanup on inode destruction, Darrick J. Wong
- [PATCH 11/26] xfs: don't allow to enable DAX on fs-verity sealed inode, Darrick J. Wong
- [PATCH 12/26] xfs: disable direct read path for fs-verity files, Darrick J. Wong
- [PATCH 13/26] xfs: widen flags argument to the xfs_iflags_* helpers, Darrick J. Wong
- [PATCH 14/26] xfs: add fs-verity support, Darrick J. Wong
- [PATCH 15/26] xfs: create a per-mount shrinker for verity inodes merkle tree blocks, Darrick J. Wong
- [PATCH 16/26] xfs: shrink verity blob cache, Darrick J. Wong
- [PATCH 17/26] xfs: don't store trailing zeroes of merkle tree blocks, Darrick J. Wong
- [PATCH 18/26] xfs: use merkle tree offset as attr hash, Darrick J. Wong
- [PATCH 19/26] xfs: don't bother storing merkle tree blocks for zeroed data blocks, Darrick J. Wong
- [PATCH 20/26] xfs: add fs-verity ioctls, Darrick J. Wong
- [PATCH 21/26] xfs: advertise fs-verity being available on filesystem, Darrick J. Wong
- [PATCH 22/26] xfs: check and repair the verity inode flag state, Darrick J. Wong
- [PATCH 23/26] xfs: teach online repair to evaluate fsverity xattrs, Darrick J. Wong
- [PATCH 24/26] xfs: report verity failures through the health system, Darrick J. Wong
- [PATCH 25/26] xfs: make it possible to disable fsverity, Darrick J. Wong
- [PATCH 26/26] xfs: enable ro-compat fs-verity flag, Darrick J. Wong
- [PATCHSET v5.6] xfsprogs: fs-verity support for XFS, Darrick J. Wong
- [PATCH 01/38] fs: add FS_XFLAG_VERITY for verity files, Darrick J. Wong
- [PATCH 02/38] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c, Darrick J. Wong
- [PATCH 03/38] xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function, Darrick J. Wong
- [PATCH 04/38] xfs: create a helper to compute the blockcount of a max sized remote value, Darrick J. Wong
- [PATCH 05/38] xfs: minor cleanups of xfs_attr3_rmt_blocks, Darrick J. Wong
- [PATCH 06/38] xfs: use an empty transaction to protect xfs_attr_get from deadlocks, Darrick J. Wong
- [PATCH 07/38] xfs: add attribute type for fs-verity, Darrick J. Wong
- [PATCH 08/38] xfs: do not use xfs_attr3_rmt_hdr for remote verity value blocks, Darrick J. Wong
- [PATCH 09/38] xfs: add fs-verity ro-compat flag, Darrick J. Wong
- [PATCH 10/38] xfs: add inode on-disk VERITY flag, Darrick J. Wong
- [PATCH 11/38] xfs: add fs-verity support, Darrick J. Wong
- [PATCH 12/38] xfs: use merkle tree offset as attr hash, Darrick J. Wong
- [PATCH 13/38] xfs: advertise fs-verity being available on filesystem, Darrick J. Wong
- [PATCH 14/38] xfs: report verity failures through the health system, Darrick J. Wong
- [PATCH 15/38] xfs: enable ro-compat fs-verity flag, Darrick J. Wong
- [PATCH 16/38] libfrog: add fsverity to xfs_report_geom output, Darrick J. Wong
- [PATCH 17/38] xfs_db: introduce attr_modify command, Darrick J. Wong
- [PATCH 18/38] xfs_db: add ATTR_PARENT support to attr_modify command, Darrick J. Wong
- [PATCH 19/38] xfs_db: make attr_set/remove/modify be able to handle fs-verity attrs, Darrick J. Wong
- [PATCH 20/38] man: document attr_modify command, Darrick J. Wong
- [PATCH 21/38] xfs_db: create hex string as a field type, Darrick J. Wong
- [PATCH 22/38] xfs_db: dump verity features and metadata, Darrick J. Wong
- [PATCH 23/38] xfs_db: dump merkle tree data, Darrick J. Wong
- [PATCH 24/38] xfs_db: dump the verity descriptor, Darrick J. Wong
- [PATCH 25/38] xfs_db: don't obfuscate verity xattrs, Darrick J. Wong
- [PATCH 26/38] xfs_db: dump the inode verity flag, Darrick J. Wong
- [PATCH 27/38] xfs_db: compute hashes of merkle tree blocks, Darrick J. Wong
- [PATCH 28/38] xfs_repair: junk fsverity xattrs when unnecessary, Darrick J. Wong
- [PATCH 29/38] xfs_repair: clear verity iflag when verity isn't supported, Darrick J. Wong
- [PATCH 30/38] xfs_repair: handle verity remote attrs, Darrick J. Wong
- [PATCH 31/38] xfs_repair: allow upgrading filesystems with verity, Darrick J. Wong
- [PATCH 32/38] xfs_scrub: check verity file metadata, Darrick J. Wong
- [PATCH 33/38] xfs_scrub: validate verity file contents when doing a media scan, Darrick J. Wong
- [PATCH 34/38] xfs_scrub: use MADV_POPULATE_READ to check verity files, Darrick J. Wong
- [PATCH 35/38] xfs_spaceman: report data corruption, Darrick J. Wong
- [PATCH 36/38] xfs_io: report fsverity status via statx, Darrick J. Wong
- [PATCH 37/38] xfs_io: create magic command to disable verity, Darrick J. Wong
- [PATCH 38/38] mkfs.xfs: add verity parameter, Darrick J. Wong
- [PATCHSET v5.6] fstests: fs-verity support for XFS, Darrick J. Wong
- [PATCH v3 00/12] mm/swap: clean up and optimize swap cache index,
Kairui Song
- [PATCH v3 01/12] f2fs: drop usage of page_index, Kairui Song
- [PATCH v3 02/12] nilfs2: drop usage of page_index, Kairui Song
- [PATCH v3 03/12] ceph: drop usage of page_index, Kairui Song
- [PATCH v3 04/12] NFS: remove nfs_page_lengthg and usage of page_index, Kairui Song
- [PATCH v3 05/12] cifs: drop usage of page_file_offset, Kairui Song
- [PATCH v3 06/12] afs: drop usage of folio_file_pos, Kairui Song
- [PATCH v3 07/12] netfs: drop usage of folio_file_pos, Kairui Song
- [PATCH v3 08/12] nfs: drop usage of folio_file_pos, Kairui Song
- [PATCH v3 09/12] mm/swap: get the swap file offset directly, Kairui Song
- [PATCH v3 10/12] mm: remove page_file_offset and folio_file_pos, Kairui Song
- [PATCH v3 11/12] mm: drop page_index and convert folio_index to use folio, Kairui Song
- [PATCH v3 12/12] mm/swap: reduce swap cache search space, Kairui Song
- Re: [PATCH v3 00/12] mm/swap: clean up and optimize swap cache index, Huang, Ying
- [syzbot] [f2fs?] KASAN: slab-use-after-free Read in sanity_check_extent_cache,
syzbot
- [PATCH v3 00/21] block atomic writes for XFS,
John Garry
- [PATCH RFC v3 11/21] xfs: Unmap blocks according to forcealign, John Garry
- [PATCH v3 09/21] xfs: Do not free EOF blocks for forcealign, John Garry
- [PATCH v3 10/21] xfs: Update xfs_is_falloc_aligned() mask for forcealign, John Garry
- [PATCH v3 15/21] fs: xfs: iomap: Sub-extent zeroing, John Garry
- [PATCH v3 02/21] xfs: only allow minlen allocations when near ENOSPC, John Garry
- [PATCH v3 05/21] xfs: make EOF allocation simpler, John Garry
- [PATCH v3 01/21] fs: Add generic_atomic_write_valid_size(), John Garry
- [PATCH v3 18/21] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign, John Garry
- [PATCH v3 03/21] xfs: always tail align maxlen allocations, John Garry
- [PATCH v3 08/21] xfs: Introduce FORCEALIGN inode flag, John Garry
- [PATCH v3 07/21] fs: xfs: align args->minlen for forced allocation alignment, John Garry
- [PATCH v3 17/21] iomap: Atomic write support, John Garry
- [PATCH v3 04/21] xfs: simplify extent allocation alignment, John Garry
- [PATCH v3 20/21] xfs: Validate atomic writes, John Garry
- [PATCH v3 21/21] xfs: Support setting FMODE_CAN_ATOMIC_WRITE, John Garry
- [PATCH v3 16/21] fs: Add FS_XFLAG_ATOMICWRITES flag, John Garry
- [PATCH v3 13/21] xfs: Enable file data forcealign feature, John Garry
- [PATCH RFC v3 12/21] xfs: Only free full extents for forcealign, John Garry
- [PATCH v3 14/21] iomap: Sub-extent zeroing, John Garry
- [PATCH v3 06/21] xfs: introduce forced allocation alignment, John Garry
- [PATCH v3 19/21] xfs: Support atomic write for statx, John Garry
- [RFC PATCH] fs/coredump: Enable dynamic configuration of max file note size,
Allen Pais
- [RFC PATCH v2 00/12] Introduce the famfs shared-memory file system,
John Groves
- [RFC PATCH v2 01/12] famfs: Introduce famfs documentation, John Groves
- [RFC PATCH v2 02/12] dev_dax_iomap: Move dax_pgoff_to_phys() from device.c to bus.c, John Groves
- [RFC PATCH v2 03/12] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage, John Groves
- [RFC PATCH v2 04/12] dev_dax_iomap: Save the kva from memremap, John Groves
- [RFC PATCH v2 05/12] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax, John Groves
- [RFC PATCH v2 06/12] dev_dax_iomap: export dax_dev_get(), John Groves
- [RFC PATCH v2 07/12] famfs prep: Add fs/super.c:kill_char_super(), John Groves
- [RFC PATCH v2 08/12] famfs: module operations & fs_context, John Groves
- [RFC PATCH v2 09/12] famfs: Introduce inode_operations and super_operations, John Groves
- [RFC PATCH v2 10/12] famfs: Introduce file_operations read/write, John Groves
- [RFC PATCH v2 11/12] famfs: Introduce mmap and VM fault handling, John Groves
- [RFC PATCH v2 12/12] famfs: famfs_ioctl and core file-to-memory mapping logic & iomap_ops, John Groves
- Re: [RFC PATCH v2 00/12] Introduce the famfs shared-memory file system, Matthew Wilcox
- [GIT PULL] bcachefs fixes for 6.9-rc7,
Kent Overstreet
- [syzbot] [ext4?] KMSAN: uninit-value in ext4_inlinedir_to_tree, syzbot
- [PATCH v2] ovl: implement tmpfile,
Miklos Szeredi
- [syzbot] [nilfs?] kernel BUG in nilfs_delete_entry,
syzbot
- [syzbot] Monthly xfs report (Apr 2024), syzbot
- [syzbot] Monthly gfs2 report (Apr 2024), syzbot
- [syzbot] [nilfs?] possible deadlock in nilfs_dirty_inode (3), syzbot
- [ANNOUNCE] xfs-linux: for-next updated to e58ac1770ded, Chandan Babu R
- [PATCH v1] fs/proc/task_mmu: Fix uffd-wp confusion in pagemap_scan_pmd_entry(),
Ryan Roberts
- [PATCH v1] fs/proc/task_mmu: Fix loss of young/dirty bits during pagemap scan,
Ryan Roberts
- [PATCH] sched/proc: Print user_cpus_ptr for task status,
Xuewen Yan
- [PATCH] bcachefs: Developer guide, Kent Overstreet
- [PATCH rfc 0/4] mm: filemap: try to batch lruvec stat updating,
Kefeng Wang
- [RFC v2] fstests: add stress truncation + writeback + compaction split test, Luis Chamberlain
- [PATCH 00/10] Add helper functions to remove repeated code and,
Kemeng Shi
- [PATCH 01/10] writeback: factor out wb_bg_dirty_limits to remove repeated code, Kemeng Shi
- [PATCH 04/10] writeback use [global/wb]_domain_dirty_avail helper in cgwb_calc_thresh, Kemeng Shi
- [PATCH 05/10] writeback: call domain_dirty_avail in balance_dirty_pages, Kemeng Shi
- [PATCH 03/10] writeback: factor out domain_over_bg_thresh to remove repeated code, Kemeng Shi
- [PATCH 02/10] writeback: add general function domain_dirty_avail to calculate dirty and avail of domain, Kemeng Shi
- [PATCH 08/10] writeback: factor out balance_domain_limits to remove repeated code, Kemeng Shi
- [PATCH 06/10] writeback: Factor out code of freerun to remove repeated code, Kemeng Shi
- [PATCH 07/10] writeback: factor out wb_dirty_freerun to remove more repeated freerun code, Kemeng Shi
- [PATCH 09/10] writeback: factor out wb_dirty_exceeded to remove repeated code, Kemeng Shi
- [PATCH 10/10] writeback: factor out balance_wb_limits to remove repeated code, Kemeng Shi
- [syzbot] [jfs?] KASAN: slab-use-after-free Read in dtSearch, syzbot
- [PATCH -next] proc: Remove unnecessary interrupts.c include,
Jinjie Ruan
- [syzbot] [overlayfs?] BUG: unable to handle kernel NULL pointer dereference in __lookup_slow (3), syzbot
- [syzbot] [xfs?] possible deadlock in xfs_qm_dqpurge,
syzbot
- [PATCHES][RFC] packing struct block_device flags,
Al Viro
- [PATCH] mm/pagemap: Make trylock_page return bool, Hao Ge
- [PATCHES][RFC] set_blocksize() rework,
Al Viro
- [syzbot] [ext4?] WARNING in __ext4_journal_start_sb, syzbot
- [PATCH v11] mm: report per-page metadata information,
Sourav Panda
- [PATCH v6 0/3] implement OA2_CRED_INHERIT flag for openat2(),
Stas Sergeev
- [syzbot] [kernfs?] possible deadlock in kernfs_seq_start,
syzbot
- [RFC v2 0/1] fs/namespace: defer RCU sync for MNT_DETACH umount,
Lucas Karpinski
- [PATCH v3 2/2] fs/xattr: add *at family syscalls,
Christian Göttsche
- KCSAN in fuse (fuse_request_end <-> fuse_request_end),
Breno Leitao
- [PATCH v3 0/2] virtiofs: fix the warning for kernel direct IO,
Hou Tao
- [PATCH v5 0/3] implement OA2_CRED_INHERIT flag for openat2(),
Stas Sergeev
- [syzbot] [ntfs3?] KASAN: slab-use-after-free Read in chrdev_open,
syzbot
- [PATCH] netfs: Fix the pre-flush when appending to a file in writethrough mode,
David Howells
- [PATCH] mm: use memalloc_nofs_save() in page_cache_ra_order(),
Kefeng Wang
- [RFC PATCH] epoll: Add synchronous wakeup support for ep_poll_callback,
Xuewen Yan
- [PATCH v3] fs: Create anon_inode_getfile_fmode(),
Dawid Osuchowski
- [syzbot] [v9fs?] INFO: rcu detected stall in sys_mount (7),
syzbot
- [ANNOUNCE] xfs-linux: for-next updated to 08e012a62de8, Chandan Babu R
- [syzbot] [xfs?] possible deadlock in xfs_fs_dirty_inode,
syzbot
- [syzbot] [input?] [ext4?] possible deadlock in uinput_request_submit, syzbot
- [syzbot] [netfs?] WARNING in netfs_pages_written_back, syzbot
- [PATCH linux-next v2] ksm: add ksm involvement information for each process,
xu.xin16
- [PATCH v2] fs: Create anon_inode_getfile_fmode(),
Dawid Osuchowski
- [syzbot] [jfs?] KASAN: slab-out-of-bounds Write in diWrite, syzbot
- [PATCH -mm v2] nilfs2: convert to use the new mount API, Ryusuke Konishi
- [syzbot] [xfs?] possible deadlock in xfs_ilock_data_map_shared,
syzbot
- [syzbot] [ntfs3?] KASAN: slab-out-of-bounds Read in ntfs_check_attr_def, syzbot
- [RFCv3 0/7] ext2 iomap changes and iomap improvements,
Ritesh Harjani (IBM)
- [PATCH v5 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof,
Zhang Yi
- [PATCH v2 0/4] Fix and cleanups to page-writeback,
Kemeng Shi
- [PATCH linux-next] ksm: add ksm involvement information for each process,
xu.xin16
- [PATCH v4 00/11] enable bs > ps in XFS,
Pankaj Raghav (Samsung)
[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]