Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH] libfs: fix accidental overflow in offset calculation, (continued)
- [PATCH v4 46/66] selftests/proc: Drop duplicate -D_GNU_SOURCE, Edward Liaw
- [PATCH v4 45/66] selftests/proc: Drop define _GNU_SOURCE, Edward Liaw
- [PATCH v4 32/66] selftests/mount_setattr: Drop define _GNU_SOURCE, Edward Liaw
- [PATCH v2] fs: fix unintentional arithmetic wraparound in offset calculation,
Justin Stitt
- [PATCH] fs: fix unintentional arithmetic wraparound in offset calculation,
Justin Stitt
- [PATCH v3 48/68] selftests/proc: Drop duplicate -D_GNU_SOURCE, Edward Liaw
- [PATCH v3 47/68] selftests/proc: Drop define _GNU_SOURCE, Edward Liaw
- [PATCH v3 34/68] selftests/mount_setattr: Drop define _GNU_SOURCE, Edward Liaw
- [PATCH] ext4: Don't reduce symlink i_mode by umask if no ACL support,
David Howells
- [PATCH] fuse: annotate potential data-race in num_background,
Breno Leitao
- [PATCH 0/2] fuse: two tiny fixes for fuse_resend(),
Hou Tao
- [LSFMM BoF] fanotify HSM update, Amir Goldstein
- [syzbot] [fs?] KASAN: use-after-free Read in sysv_new_inode (2), syzbot
- [git pull] vfs.git qibfs leak fix,
Al Viro
- [linux-next:master] BUILD REGRESSION e7b4ef8fffaca247809337bb78daceb406659f2d, kernel test robot
- XFS BoF at LSFMM,
Luis Chamberlain
- Re: [PATCH 0/8] add mTHP support for anonymous shmem,
Luis Chamberlain
- [PATCH 0/3] binfmt_elf: Honor PT_LOAD alignment for static PIE,
Kees Cook
- [PATCH v1 1/1] isofs: Use *-y instead of *-objs in Makefile,
Andy Shevchenko
- [GIT PULL] fuse fixes for 6.9 final,
Miklos Szeredi
- [PATCH v14 00/28] DEPT(Dependency Tracker),
Byungchul Park
- [PATCH v14 27/28] dept: Add documentation for Dept, Byungchul Park
- [PATCH v14 04/28] dept: Add lock dependency tracker APIs, Byungchul Park
- [PATCH v14 01/28] llist: Move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH v14 11/28] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete(), Byungchul Park
- [PATCH v14 17/28] dept: Apply timeout consideration to wait_for_completion()/complete(), Byungchul Park
- [PATCH v14 18/28] dept: Apply timeout consideration to swait, Byungchul Park
- [PATCH v14 10/28] dept: Record the latest one out of consecutive waits of the same class, Byungchul Park
- [PATCH v14 14/28] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait, Byungchul Park
- [PATCH v14 15/28] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait, Byungchul Park
- [PATCH v14 13/28] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait, Byungchul Park
- [PATCH v14 28/28] dept: Add documentation for Dept's APIs, Byungchul Park
- [PATCH v14 26/28] fs/jbd2: Use a weaker annotation in journal handling, Byungchul Park
- [PATCH v14 21/28] dept: Apply timeout consideration to dma fence wait, Byungchul Park
- [PATCH v14 09/28] dept: Add a mechanism to refill the internal memory pools on running out, Byungchul Park
- [PATCH v14 20/28] dept: Apply timeout consideration to hashed-waitqueue wait, Byungchul Park
- [PATCH v14 25/28] cpu/hotplug: Use a weaker annotation in AP thread, Byungchul Park
- [PATCH v14 07/28] dept: Distinguish each syscall context from another, Byungchul Park
- [PATCH v14 08/28] dept: Distinguish each work from another, Byungchul Park
- [PATCH v14 05/28] dept: Tie to Lockdep and IRQ tracing, Byungchul Park
- [PATCH v14 03/28] dept: Add single event dependency tracker APIs, Byungchul Park
- [PATCH v14 06/28] dept: Add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH v14 16/28] dept: Track timeout waits separately with a new Kconfig, Byungchul Park
- [PATCH v14 24/28] dept: Print event context requestor's stacktrace on report, Byungchul Park
- [PATCH v14 19/28] dept: Apply timeout consideration to waitqueue wait, Byungchul Park
- [PATCH v14 12/28] dept: Apply sdt_might_sleep_{start,end}() to swait, Byungchul Park
- [PATCH v14 22/28] dept: Make Dept able to work with an external wgen, Byungchul Park
- [PATCH v14 23/28] dept: Track PG_locked with dept, Byungchul Park
- [PATCH v14 02/28] dept: Implement Dept(Dependency Tracker), Byungchul Park
- [PATCH v2] fscrypt: try to avoid refing parent dentry in fscrypt_file_open,
Mateusz Guzik
- [PATCHES] ->bd_inode elimination,
Al Viro
- [PATCHES part 1 1/7] ext4: remove block_device_ejected(), Al Viro
- [PATCHES part 2 01/10] block_device: add a pointer to struct address_space (page cache of bdev), Al Viro
- [PATCHES part 2 04/10] blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here..., Al Viro
- [PATCHES part 2 03/10] grow_dev_folio(): we only want ->bd_inode->i_mapping there, Al Viro
- [PATCHES part 2 05/10] fs/buffer.c: massage the remaining users of ->bd_inode to ->bd_mapping, Al Viro
- [PATCHES part 2 06/10] gfs2: more obvious initializations of mapping->host, Al Viro
- [PATCHES part 2 02/10] use ->bd_mapping instead of ->bd_inode->i_mapping, Al Viro
- [PATCHES part 2 09/10] dasd_format(): killing the last remaining user of ->bd_inode, Al Viro
- [PATCHES part 2 07/10] block/bdev.c: use the knowledge of inode/bdev coallocation, Al Viro
- [PATCHES part 2 10/10] RIP ->bd_inode, Al Viro
- [PATCHES part 2 08/10] nilfs_attach_log_writer(): use ->bd_mapping->host instead of ->bd_inode, Al Viro
- [PATCH v3 00/10] ext4: support adding multi-delalloc blocks,
Zhang Yi
- [PATCH v3 03/10] ext4: warn if delalloc counters are not zero on inactive, Zhang Yi
- [PATCH v3 05/10] ext4: drop iblock parameter, Zhang Yi
- [PATCH v3 04/10] ext4: trim delalloc extent, Zhang Yi
- [PATCH v3 07/10] ext4: make ext4_da_reserve_space() reserve multi-clusters, Zhang Yi
- [PATCH v3 06/10] ext4: make ext4_es_insert_delayed_block() insert multi-blocks, Zhang Yi
- [PATCH v3 09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks, Zhang Yi
- [PATCH v3 10/10] ext4: make ext4_da_map_blocks() buffer_head unaware, Zhang Yi
- [PATCH v3 01/10] ext4: factor out a common helper to query extent map, Zhang Yi
- [PATCH v3 02/10] ext4: check the extent status again before inserting delalloc block, Zhang Yi
- [PATCH v3 08/10] ext4: factor out check for whether a cluster is allocated, Zhang Yi
- [PATCH] fs: remove accidental overflow during wraparound check,
Justin Stitt
- [PATCH AUTOSEL 5.15 15/15] epoll: be better about file lifetimes, Sasha Levin
- [PATCH AUTOSEL 6.1 25/25] epoll: be better about file lifetimes, Sasha Levin
- [PATCH AUTOSEL 6.6 43/43] epoll: be better about file lifetimes, Sasha Levin
- [PATCH AUTOSEL 6.8 52/52] epoll: be better about file lifetimes, Sasha Levin
- [PATCH v2 0/5] Define _GNU_SOURCE for sources using,
Edward Liaw
- [PATCH 1/2] Fix userfaultfd_api to return EINVAL as expected,
Audra Mitchell
- kdevops BoF at LSFMM,
Luis Chamberlain
- Re: [RFC] iomap: use huge zero folio in iomap_dio_zero,
IBM
- Re: [PATCH] fscrypto: try to avoid refing parent dentry in fscrypt_file_open, Eric Biggers
- [GIT PULL] bcachefs fixes for 6.9,
Kent Overstreet
- [PATCH] fs/proc: fix softlockup in __read_vmcore,
Rik van Riel
- [syzbot] [bcachefs?] WARNING in bch2_fs_usage_read_one,
syzbot
- [PATCHv2 0/2] iomap: Optimize read_folio,
Ritesh Harjani (IBM)
- [linux-next:master] [fs/writeback] ac0c18f2c6: filebench.sum_operations/s 818.0% improvement, kernel test robot
- [syzbot] [jfs?] KASAN: user-memory-access Read in jfs_statfs,
syzbot
- [Linux kernel bug] KASAN: user-memory-access Read in __fput, Sam Sun
- [PATCH] scripts: checkpatch: check unused parameters for function-like macro, Xining Xu
- WARNING in fuse_request_end,
lee bruce
- [PATCH v4] fs/coredump: Enable dynamic configuration of max file note size,
Allen Pais
- [PATCH v2] virtiofs: use string format specifier for sysfs tag,
Brian Foster
- [PATCH] mm: Remove mm argument from mm_get_unmapped_area(),
Rick Edgecombe
- [syzbot] Monthly ntfs3 report (May 2024), syzbot
- [syzbot] Monthly nilfs report (May 2024), syzbot
- [syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in read_one_super,
syzbot
- [ANNOUNCE] util-linux stable v2.40.1, Karel Zak
- [syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_sb_downgrade_to_text, syzbot
- [syzbot] [hfs?] KMSAN: uninit-value in hfs_free_fork, syzbot
- [syzbot] [bcachefs?] [kernfs?] INFO: task hung in do_renameat2 (2),
syzbot
- [syzbot] [ntfs3?] possible deadlock in indx_read (2), syzbot
- [syzbot] [bcachefs?] KMSAN: uninit-value in bch2_inode_v3_invalid,
syzbot
- [syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in __bch2_bkey_invalid,
syzbot
- [syzbot] [bcachefs?] KMSAN: uninit-value in bch2_inode_unpack, syzbot
- [syzbot] [bcachefs?] kernel BUG in bch2_sort_keys, syzbot
- [syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_sb_clean_to_text,
syzbot
- [syzbot] [bcachefs?] [ext4?] WARNING: suspicious RCU usage in bch2_fs_quota_read,
syzbot
- [syzbot] [bcachefs?] kernel BUG in bch2_alloc_v4_invalid, syzbot
- [syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in rewrite_old_nodes_pred,
syzbot
- kmap + memmove,
Matthew Wilcox
- [PATCH RESEND v6 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL,
yoann . congal
- Re: [syzbot] [bcachefs] KASAN: use-after-free Read in scatterwalk_copychunks, syzbot
- [syzbot] [gfs2?] KASAN: stack-out-of-bounds Read in gfs2_dump_glock,
syzbot
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps, Alexey Dobriyan
- [ANNOUNCE] xfs-linux: for-next updated to 25576c5420e6, Chandan Babu R
- [syzbot] [nilfs?] kernel BUG in __block_write_begin_int (2),
syzbot
- [syzbot] [bcachefs?] WARNING in srcu_check_nmi_safety,
syzbot
- [syzbot] [bcachefs?] WARNING: kmalloc bug in bch2_dev_buckets_resize, syzbot
- [syzbot] [bcachefs?] general protection fault in check_init_srcu_struct, syzbot
- [syzbot] [bcachefs?] KMSAN: uninit-value in __bch2_write_index, syzbot
- [syzbot] [bcachefs?] WARNING in bchfs_truncate,
syzbot
- bug in may_dedupe_file allows to deduplicate files we aren't allowed to write to,
Hugo Valtier
- [PATCH 0/5] ioctl()-based API to query VMAs from /proc/<pid>/maps,
Andrii Nakryiko
- [syzbot] [bcachefs?] kernel BUG in bch2_fs_recovery,
syzbot
- [syzbot] [xfs?] possible deadlock in xfs_qm_dqfree_one (2), syzbot
- [PATCH] fs: WARN when f_count resurrection is attempted,
Kees Cook
- Re: [syzbot] [kasan?] [mm?] INFO: rcu detected stall in __run_timer_base, syzbot
- [syzbot] [jfs?] KASAN: slab-out-of-bounds Read in ea_get (2),
syzbot
- [syzbot] [bcachefs?] INFO: task hung in __closure_sync,
syzbot
- [syzbot] [bcachefs?] WARNING in bch2_trans_srcu_unlock,
syzbot
- [syzbot] [bcachefs?] kernel BUG in bch2_btree_node_read_done,
syzbot
- [syzbot] [bcachefs?] WARNING in cleanup_srcu_struct (4),
syzbot
- [syzbot] [bcachefs?] WARNING in __virt_to_phys (3),
syzbot
- [PATCH v2] afs: Fix fileserver rotation getting stuck,
David Howells
- [RFC] Documentation: Add initial iomap document,
Ritesh Harjani (IBM)
- [syzbot] [jfs?] UBSAN: shift-out-of-bounds in extAlloc (2), syzbot
- [syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_varint_decode_fast,
syzbot
- [PATCH v4 00/29] arm64: Permission Overlay Extension,
Joey Gouly
- [PATCH v4 01/29] powerpc/mm: add ARCH_PKEY_BITS to Kconfig, Joey Gouly
- [PATCH v4 02/29] x86/mm: add ARCH_PKEY_BITS to Kconfig, Joey Gouly
- [PATCH v4 03/29] mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN, Joey Gouly
- [PATCH v4 04/29] arm64: disable trapping of POR_EL0 to EL2, Joey Gouly
- [PATCH v4 05/29] arm64: cpufeature: add Permission Overlay Extension cpucap, Joey Gouly
- [PATCH v4 06/29] arm64: context switch POR_EL0 register, Joey Gouly
- [PATCH v4 07/29] KVM: arm64: Save/restore POE registers, Joey Gouly
- [PATCH v4 08/29] KVM: arm64: make kvm_at() take an OP_AT_*, Joey Gouly
- [PATCH v4 09/29] KVM: arm64: use `at s1e1a` for POE, Joey Gouly
- [PATCH v4 10/29] arm64: enable the Permission Overlay Extension for EL0, Joey Gouly
- [PATCH v4 11/29] arm64: re-order MTE VM_ flags, Joey Gouly
- [PATCH v4 12/29] arm64: add POIndex defines, Joey Gouly
- [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values, Joey Gouly
- [PATCH v4 14/29] arm64: mask out POIndex when modifying a PTE, Joey Gouly
- [PATCH v4 15/29] arm64: handle PKEY/POE faults, Joey Gouly
- [PATCH v4 16/29] arm64: add pte_access_permitted_no_overlay(), Joey Gouly
- [PATCH v4 17/29] arm64: implement PKEYS support, Joey Gouly
- [PATCH v4 18/29] arm64: add POE signal support, Joey Gouly
- [PATCH v4 19/29] arm64: enable PKEY support for CPUs with S1POE, Joey Gouly
- [PATCH v4 20/29] arm64: enable POE and PIE to coexist, Joey Gouly
- [PATCH v4 21/29] arm64/ptrace: add support for FEAT_POE, Joey Gouly
- [PATCH v4 22/29] arm64: add Permission Overlay Extension Kconfig, Joey Gouly
- [PATCH v4 23/29] kselftest/arm64: move get_header(), Joey Gouly
- [PATCH v4 24/29] selftests: mm: move fpregs printing, Joey Gouly
- [PATCH v4 25/29] selftests: mm: make protection_keys test work on arm64, Joey Gouly
- [PATCH v4 26/29] kselftest/arm64: add HWCAP test for FEAT_S1POE, Joey Gouly
- [PATCH v4 27/29] kselftest/arm64: parse POE_MAGIC in a signal frame, Joey Gouly
- [PATCH v4 28/29] kselftest/arm64: Add test case for POR_EL0 signal frame records, Joey Gouly
- [PATCH v4 29/29] KVM: selftests: get-reg-list: add Permission Overlay registers, Joey Gouly
- Re: [PATCH v4 00/29] arm64: Permission Overlay Extension, Mark Brown
- Re: [PATCH v4 00/29] arm64: Permission Overlay Extension, Joey Gouly
- [syzbot] [bcachefs?] BUG: unable to handle kernel paging request in bch2_fs_btree_key_cache_exit,
syzbot
- [syzbot] [jfs?] KASAN: slab-use-after-free Read in dbAllocAG, syzbot
- [PATCH v5 00/11] enable bs > ps in XFS,
Luis Chamberlain
- [PATCH v5 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count(), Luis Chamberlain
- [PATCH v5 06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range(), Luis Chamberlain
- [PATCH v5 09/11] xfs: expose block size in stat, Luis Chamberlain
- [PATCH v5 05/11] mm: split a folio in minimum folio order chunks, Luis Chamberlain
- [PATCH v5 01/11] readahead: rework loop in page_cache_ra_unbounded(), Luis Chamberlain
- [PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size, Luis Chamberlain
- [PATCH v5 08/11] xfs: use kvmalloc for xattr buffers, Luis Chamberlain
- [PATCH v5 03/11] filemap: allocate mapping_min_order folios in the page cache, Luis Chamberlain
- [PATCH v5 04/11] readahead: allocate folios with mapping_min_order in readahead, Luis Chamberlain
- [PATCH v5 11/11] xfs: enable block size larger than page size support, Luis Chamberlain
- [PATCH v5 02/11] fs: Allow fine-grained control of folio sizes, Luis Chamberlain
- [PATCH] ext2: Remove LEGACY_DIRECT_IO dependency,
Ritesh Harjani (IBM)
- Re: [PATCH] [RFC] dma-buf: fix race condition between poll and close,
Dmitry Antipov
- [PATCH v3] fs/coredump: Enable dynamic configuration of max file note size,
Allen Pais
- [PATCH 0/5] fs: Do not allow get_file() to resurrect 0 f_count,
Kees Cook
- [PATCH 1/4] btrfs: Remove duplicate included header,
Thorsten Blum
- [syzbot] [btrfs?] kernel BUG in folio_unlock (2),
syzbot
- [PATCH v2] fs/coredump: Enable dynamic configuration of max file note size,
Allen Pais
- [syzbot] [iomap?] WARNING in iomap_iter (2),
syzbot
- [PATCH v4 00/12] mm/swap: clean up and optimize swap cache index,
Kairui Song
[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]