Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records, (continued)
- [syzbot] [reiserfs?] possible deadlock in vfs_removexattr (2), syzbot
- [syzbot] [hfs?] KASAN: out-of-bounds Read in hfsplus_bnode_move,
syzbot
- [PATCH 0/2] fs: make the i_size_read/write helpers be smp_load_acquire/store_release(),
Baokun Li
- [PATCH 1/3] mm: make vm_area_struct anon_name field RCU-safe,
Suren Baghdasaryan
- Re: [syzbot] [gfs2?] INFO: task hung in gfs2_gl_hash_clear (3),
syzbot
- [GIT PULL] More bcachefs updates for 6.8-rc1,
Kent Overstreet
- Re: [syzbot] [reiserfs?] kernel BUG in balance_leaf,
syzbot
- [syzbot] [hfs?] INFO: task hung in hfs_find_init (2), syzbot
- [PATCH v5 0/2] fix the fallback implementation of get_name,
Chuck Lever
- Re: [syzbot] [hfs?] possible deadlock in hfsplus_block_free, syzbot
- [syzbot] [gfs2?] kernel BUG in qd_put (2), syzbot
- [PATCH v3 0/2] Try exact-match comparison ahead of case-insensitive match,
Gabriel Krisman Bertazi
- [PATCH v2 0/3] mm/mempolicy: weighted interleave mempolicy and sysfs extension,
Gregory Price
- [PATCH] idr test suite: Remove usage of the deprecated ida_simple_xx() API,
Christophe JAILLET
- [PATCH] do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak,
Nikita Zhandarovich
- [PATCH v2] ovl: require xwhiteout feature flag on layer roots,
Miklos Szeredi
- [joel-granados:jag/sysctl_remove_empty_elem] [sysctl] 15acdfcefd: sysctl_table_check_failed, kernel test robot
- [RFC PATCH] filemap: add mapping_mapped check in filemap_unaccount_folio(),
Peng Zhang
- [PATCH v3] tracing: Support to dump instance traces by ftrace_dump_on_oops,
Huang Yiwei
- Re: [syzbot] [jfs] WARNING in ea_get,
syzbot
- [GIT PULL] BPF token for v6.8,
Andrii Nakryiko
- [PATCH] proc: remove unnecessary comment since removal of no_llseek, Suyao Qian
- [linus:master] [fs/pipe] dfaabf916b: stress-ng.pipeherd.ops_per_sec -26.1% regression, kernel test robot
- Race in fs/posix_acl.c posix_acl_update_mode and related checks on inode->i_mode in kernel v6.6,
Gabriel Ryan
Re: [PATCH v2] vfs: add RWF_NOAPPEND flag for pwritev2,
Rich Felker
[PATCH] fs: binfmt_elf_efpic: don't use missing interpreter's properties,
Max Filippov
[PATCH v3 0/9] File abstractions needed by Rust Binder,
Alice Ryhl
[GIT PULL] vfs netfs updates,
Christian Brauner
[PATCH] writeback: move wb_wakeup_delayed defination to fs-writeback.c,
Kemeng Shi
[PATCH] ovl: require xwhiteout feature flag on layer roots,
Miklos Szeredi
[PATCH v1] exfat: fix zero the unwritten part for dio read,
Yuezhang.Mo@xxxxxxxx
[syzbot] [jfs?] WARNING in dbAdjTree, syzbot
[GIT PULL] xfs: More code changes for 6.8,
Chandan Babu R
[PATCH v2] libfs: Attempt exact-match comparison first during casefold lookup,
Gabriel Krisman Bertazi
[PATCH] userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctl,
Lokesh Gidra
[PATCH] userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb,
Lokesh Gidra
[PATCH] libfs: Attempt exact-match comparison first during casefold lookup,
Gabriel Krisman Bertazi
Race in mm/readahead.c:140 file_ra_state_init / block/ioctl.c:497 blkdev_common_ioctl,
Gabriel Ryan
Re: [syzbot] [reiserfs?] possible deadlock in chown_common,
syzbot
[RFC] pagecache_isize_extended, Matthew Wilcox
[PATCH] afs: Fix missing/incorrect unlocking of RCU read lock,
David Howells
[LSF/MM/BPF TOPIC] : SSDFS - flexible architecture for FDP, ZNS SSD, and SMR HDD, Viacheslav Dubeyko
Re: [syzbot] [ntfs3?] INFO: trying to register non-static key in do_mpage_readpage,
syzbot
[PATCH v3 0/2] eventfs: Create dentries and inodes at dir open,
Steven Rostedt
[PATCH v2 0/2] eventfs: Create dentries and inodes at dir open,
Steven Rostedt
[PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs,
Jeff Layton
- [PATCH 01/20] filelock: split common fields into struct file_lock_core, Jeff Layton
- [PATCH 02/20] filelock: add coccinelle scripts to move fields to struct file_lock_core, Jeff Layton
- [PATCH 03/20] filelock: the results of the coccinelle conversion, Jeff Layton
- [PATCH 04/20] filelock: fixups after the coccinelle changes, Jeff Layton
- [PATCH 05/20] filelock: convert some internal functions to use file_lock_core instead, Jeff Layton
- [PATCH 06/20] filelock: convert more internal functions to use file_lock_core, Jeff Layton
- [PATCH 07/20] filelock: make posix_same_owner take file_lock_core pointers, Jeff Layton
- [PATCH 08/20] filelock: convert posix_owner_key to take file_lock_core arg, Jeff Layton
- [PATCH 09/20] filelock: make locks_{insert,delete}_global_locks take file_lock_core arg, Jeff Layton
- [PATCH 10/20] filelock: convert locks_{insert,delete}_global_blocked, Jeff Layton
- [PATCH 11/20] filelock: convert the IS_* macros to take file_lock_core, Jeff Layton
- [PATCH 12/20] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core, Jeff Layton
- [PATCH 13/20] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core, Jeff Layton
- [PATCH 14/20] filelock: convert fl_blocker to file_lock_core, Jeff Layton
- [PATCH 15/20] filelock: clean up locks_delete_block internals, Jeff Layton
- [PATCH 16/20] filelock: reorganize locks_delete_block and __locks_insert_block, Jeff Layton
- [PATCH 17/20] filelock: make assign_type helper take a file_lock_core pointer, Jeff Layton
- [PATCH 18/20] filelock: convert locks_wake_up_blocks to take a file_lock_core pointer, Jeff Layton
- [PATCH 19/20] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx, Jeff Layton
- [PATCH 20/20] filelock: split leases out of struct file_lock, Jeff Layton
- Re: [PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs, Christian Brauner
- Re: [PATCH 02/20] filelock: add coccinelle scripts to move fields to struct file_lock_core, David Howells
- Re: [PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs, Chuck Lever
[PATCH] eventfs: Create dentries and inodes at dir open,
Steven Rostedt
[syzbot] [exfat?] kernel BUG in iov_iter_revert,
syzbot
Re: [syzbot] [gfs2?] BUG: unable to handle kernel NULL pointer dereference in gfs2_rindex_update,
syzbot
[PATCH v3] fsnotify: optimize the case of no parent watcher,
Amir Goldstein
[LSF/MM/BPF TOPIC] Dropping page cache of individual fs,
Christian Brauner
[syzbot] [btrfs?] memory leak in corrupted,
syzbot
[PATCH] buffer: Use KMEM_CACHE instead of kmem_cache_create(),
Kunwu Chan
[PATCH] fs/ntfs3: Use kvfree to free memory allocated by kvmalloc,
Konstantin Komarov
[PATCH] fs: improve dump_mapping() robustness,
Baolin Wang
[PATCH AUTOSEL 6.6 08/19] sysctl: Fix out of bounds access for empty sysctl registers, Sasha Levin
[PATCH AUTOSEL 6.7 09/21] sysctl: Fix out of bounds access for empty sysctl registers, Sasha Levin
[PATCH AUTOSEL 6.1 12/14] add unique mount ID,
Sasha Levin
[PATCH AUTOSEL 6.6 12/14] add unique mount ID, Sasha Levin
[PATCH AUTOSEL 6.7 12/14] add unique mount ID, Sasha Levin
ufs filesystem cannot mount NetBSD/arm64 partition,
Bruno Haible
nfstest_posix failed with 6.7 kernel (resend),
dai . ngo
nfstest_posix failed with 6.7 kernel, dai . ngo
[PATCH v3] eventfd: move 'eventfd-count' printing out of spinlock,
wenyang . linux
[PATCH v2] Fix error handling in begin_new_exec,
Bernd Edlinger
[RFC 0/3] reading proc/pid/maps under RCU,
Suren Baghdasaryan
Re: [PATCH] virtio_fs: remove duplicate check if queue is broken,
Stefan Hajnoczi
[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure,
Roberto Sassu
- [PATCH v9 01/25] ima: Align ima_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 02/25] ima: Align ima_file_mprotect() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 03/25] ima: Align ima_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 05/25] ima: Align ima_post_read_file() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 06/25] evm: Align evm_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 07/25] evm: Align evm_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 08/25] evm: Align evm_inode_post_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 09/25] security: Align inode_setattr hook definition with EVM, Roberto Sassu
- [PATCH v9 10/25] security: Introduce inode_post_setattr hook, Roberto Sassu
- [PATCH v9 11/25] security: Introduce inode_post_removexattr hook, Roberto Sassu
- [PATCH v9 12/25] security: Introduce file_post_open hook, Roberto Sassu
- [PATCH v9 14/25] security: Introduce path_post_mknod hook, Roberto Sassu
- [PATCH v9 15/25] security: Introduce inode_post_create_tmpfile hook, Roberto Sassu
- [PATCH v9 16/25] security: Introduce inode_post_set_acl hook, Roberto Sassu
- [PATCH v9 17/25] security: Introduce inode_post_remove_acl hook, Roberto Sassu
- [PATCH v9 18/25] security: Introduce key_post_create_or_update hook, Roberto Sassu
- [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA, Roberto Sassu
- [PATCH v9 20/25] ima: Move to LSM infrastructure, Roberto Sassu
- [PATCH v9 21/25] ima: Move IMA-Appraisal to LSM infrastructure, Roberto Sassu
- [PATCH v9 22/25] evm: Move to LSM infrastructure, Roberto Sassu
- [PATCH v9 23/25] evm: Make it independent from 'integrity' LSM, Roberto Sassu
- [PATCH v9 24/25] ima: Make it independent from 'integrity' LSM, Roberto Sassu
- [PATCH v9 25/25] integrity: Remove LSM, Roberto Sassu
- [PATCH v9 04/25] ima: Align ima_inode_removexattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 13/25] security: Introduce file_release hook, Roberto Sassu
- Re: [PATCH v9 0/25] security: Move IMA and EVM to the LSM infrastructure, Paul Moore
[PATCH] proc: Remove usage of the deprecated ida_simple_xx() API,
Christophe JAILLET
[syzbot] [btrfs?] WARNING in btrfs_issue_discard,
syzbot
[PATCH v3 0/4] Add tst_fd iterator API,
Cyril Hrubis
[PATCH] readahead: use ilog2 instead of a while loop in page_cache_ra_order(), Pankaj Raghav (Samsung)
[syzbot] [f2fs?] KASAN: slab-use-after-free Read in f2fs_filemap_fault,
syzbot
Re: [syzbot] [f2fs?] KASAN: slab-use-after-free Read in f2fs_filemap_fault, Chao Yu
[LSF/MM/BPF TOPIC] : Flexible Data Placement (FDP) availability for kernel space file systems,
Viacheslav Dubeyko
[PATCH v2 3/4] erofs: Don't use certain internal folio_*() functions,
Gao Xiang
[LSF/MM/BPF TOPIC] : Current status of ZNS SSD support in file systems,
Viacheslav Dubeyko
[PATCH] fs: Remove NTFS classic,
Matthew Wilcox (Oracle)
unsubscribe linux-fsdevel, Younger Liu
[PATCH] proc: proc_sysctl: Optimize insert_links(), Li kunyu
[PATCH] proc: proc_sysctl: Optimize proc_sys_fill_cache() variable, Li zeming
[syzbot] [btrfs?] KMSAN: uninit-value in bcmp (2),
syzbot
[syzbot] [nfs?] KMSAN: kernel-infoleak in sys_name_to_handle_at (4),
syzbot
Re: [syzbot] [jfs?] UBSAN: array-index-out-of-bounds in diWrite,
syzbot
Re: [syzbot] [ntfs3?] possible deadlock in ntfs_set_state,
syzbot
[GIT PULL] fscrypt fix for 6.8-rc1,
Eric Biggers
[syzbot] [f2fs?] KASAN: slab-use-after-free Read in destroy_device_list,
syzbot
[PATCH] afs: Remove afs_dynroot_d_revalidate() as it is redundant, David Howells
[PATCH 0/3] mm/mempolicy: weighted interleave mempolicy with sysfs extension,
Gregory Price
[syzbot] [f2fs?] KASAN: slab-use-after-free Read in kill_f2fs_super,
syzbot
RE: vger Hardware decisions makers, Emma Conner
[git pull] bcachefs locking fix,
Al Viro
[git pull] more simple_recursive_removal() conversions,
Al Viro
[PATCH v2] netfs, fscache: Prevent Oops in fscache_put_cache(), Dan Carpenter
[PATCH] fs: hfsplus: fix an error code problem in hfsplus_sync_fs, Su Hui
Re: [syzbot] [jfs?] general protection fault in dtSplitUp,
syzbot
Reply: [RFC] fuse: use page cache pages for writeback io when virtio_fs is in use, Lege Wang
[PATCH v3 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op,
Gabriel Krisman Bertazi
- [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems, Gabriel Krisman Bertazi
- [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup, Gabriel Krisman Bertazi
- [PATCH v3 03/10] fscrypt: Drop d_revalidate for valid dentries during lookup, Gabriel Krisman Bertazi
- [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added, Gabriel Krisman Bertazi
- [PATCH v3 05/10] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops, Gabriel Krisman Bertazi
- [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount, Gabriel Krisman Bertazi
- [PATCH v3 07/10] ext4: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v3 08/10] f2fs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v3 09/10] ubifs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v3 10/10] libfs: Drop generic_set_encrypted_ci_d_ops, Gabriel Krisman Bertazi
- <Possible follow-ups>
- [PATCH v3 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op, Gabriel Krisman Bertazi
- [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems, Gabriel Krisman Bertazi
- [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup, Gabriel Krisman Bertazi
- [PATCH v3 03/10] fscrypt: Drop d_revalidate for valid dentries during lookup, Gabriel Krisman Bertazi
- [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added, Gabriel Krisman Bertazi
- [PATCH v3 05/10] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops, Gabriel Krisman Bertazi
- [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount, Gabriel Krisman Bertazi
- [PATCH v3 07/10] ext4: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v3 08/10] f2fs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v3 09/10] ubifs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v3 10/10] libfs: Drop generic_set_encrypted_ci_d_ops, Gabriel Krisman Bertazi
[syzbot] [nilfs?] KASAN: use-after-free Read in nilfs_set_link,
syzbot
[PATCH] filemap: Convert generic_perform_write() to support large folios,
Matthew Wilcox (Oracle)
[RFC PATCH v1] mm/filemap: Allow arch to request folio size for exec memory,
Ryan Roberts
[RFC][PATCH v2] fsnotify: optimize the case of no content event watchers,
Amir Goldstein
[PATCH 5.10 0/2] mm/truncate: fix issue in ext4_set_page_dirty(),
Roman Smirnov
[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]