Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH] fs: allow calling kiocb_end_write() unmatched with kiocb_start_write(), (continued)
- [PATCH v2 0/4] sysctl: Remove sentinel elements from fs dir,
Joel Granados via B4 Relay
- [PATCH 0/3] sysctl: Fix out of bounds access for empty syscl ctl_tables,
Joel Granados via B4 Relay
- Re: Add sub-topic on 'exFAT' in man mount,
Bagas Sanjaya
- [RFC 3/3] ext2: Enable large folio support,
Ritesh Harjani (IBM)
- [RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap,
Ritesh Harjani (IBM)
- [RFC 1/3] ext2: Fix ki_pos update for DIO buffered-io fallback case,
Ritesh Harjani (IBM)
- [RFC 0/3] ext2: Use iomap in buffered-io for regular files and enable large folio support, Ritesh Harjani (IBM)
- [PATCH v6 00/25] security: Move IMA and EVM to the LSM infrastructure,
Roberto Sassu
- [PATCH v6 01/25] ima: Align ima_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v6 02/25] ima: Align ima_file_mprotect() definition with LSM infrastructure, Roberto Sassu
- [PATCH v6 03/25] ima: Align ima_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v6 04/25] ima: Align ima_inode_removexattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v6 05/25] ima: Align ima_post_read_file() definition with LSM infrastructure, Roberto Sassu
- [PATCH v6 06/25] evm: Align evm_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v6 07/25] evm: Align evm_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v6 08/25] evm: Align evm_inode_post_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v6 09/25] security: Align inode_setattr hook definition with EVM, Roberto Sassu
- [PATCH v6 10/25] security: Introduce inode_post_setattr hook, Roberto Sassu
- [PATCH v6 11/25] security: Introduce inode_post_removexattr hook, Roberto Sassu
- [PATCH v6 12/25] security: Introduce file_post_open hook, Roberto Sassu
- [PATCH v6 13/25] security: Introduce file_release hook, Roberto Sassu
- [PATCH v6 14/25] security: Introduce path_post_mknod hook, Roberto Sassu
- [PATCH v6 15/25] security: Introduce inode_post_create_tmpfile hook, Roberto Sassu
- [PATCH v6 16/25] security: Introduce inode_post_set_acl hook, Roberto Sassu
- [PATCH v6 17/25] security: Introduce inode_post_remove_acl hook, Roberto Sassu
- [PATCH v6 18/25] security: Introduce key_post_create_or_update hook, Roberto Sassu
- [PATCH v6 19/25] ima: Move to LSM infrastructure, Roberto Sassu
- [PATCH v6 20/25] ima: Move IMA-Appraisal to LSM infrastructure, Roberto Sassu
- [PATCH v6 21/25] evm: Move to LSM infrastructure, Roberto Sassu
- [PATCH v6 22/25] ima: Remove dependency on 'integrity' LSM, Roberto Sassu
- [PATCH v6 23/25] evm: Remove dependency on 'integrity' LSM, Roberto Sassu
- [PATCH v6 24/25] integrity: Remove LSM, Roberto Sassu
- [PATCH v6 25/25] security: Enforce ordering of 'ima' and 'evm' LSMs, Roberto Sassu
- [linus:master] [filemap] c8be038067: vm-scalability.throughput -27.3% regression,
kernel test robot
- [syzbot] [reiserfs?] WARNING in reiserfs_ioctl (2), syzbot
- [PATCH] cachefiles: move kiocb_start_write() after error injection,
Amir Goldstein
- [PATCH] coda: change locking order in coda_file_write_iter(),
Amir Goldstein
- [syzbot] [btrfs?] memory leak in __btrfs_add_free_space, syzbot
- [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression,
kernel test robot
- [PATCH V6 RESEND 0/5] cachefiles: Introduce failover mechanism for on-demand mode,
Jia Zhu
- [PATCH v4] libfs: getdents() should return 0 after reaching EOD,
Chuck Lever
- [PATCH v2] autofs: add: new_inode check in autofs_fill_super(),
Ian Kent
- [PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse,
Alexandru Elisei
- [PATCH RFC v2 01/27] arm64: mte: Rework naming for tag manipulation functions, Alexandru Elisei
- [PATCH RFC v2 02/27] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED, Alexandru Elisei
- [PATCH RFC v2 03/27] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages, Alexandru Elisei
- [PATCH RFC v2 04/27] mm: migrate/mempolicy: Add hook to modify migration target gfp, Alexandru Elisei
- [PATCH RFC v2 05/27] mm: page_alloc: Add an arch hook to allow prep_new_page() to fail, Alexandru Elisei
- [PATCH RFC v2 06/27] mm: page_alloc: Allow an arch to hook early into free_pages_prepare(), Alexandru Elisei
- [PATCH RFC v2 07/27] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations, Alexandru Elisei
- [PATCH RFC v2 08/27] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code", Alexandru Elisei
- [PATCH RFC v2 09/27] mm: Allow an arch to hook into folio allocation when VMA is known, Alexandru Elisei
- [PATCH RFC v2 10/27] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore(), Alexandru Elisei
- [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory, Alexandru Elisei
- [PATCH RFC v2 12/27] arm64: mte: Add tag storage pages to the MIGRATE_CMA migratetype, Alexandru Elisei
- [PATCH RFC v2 13/27] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK, Alexandru Elisei
- [PATCH RFC v2 14/27] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled, Alexandru Elisei
- [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone, Alexandru Elisei
- [PATCH RFC v2 16/27] arm64: mte: Manage tag storage on page allocation, Alexandru Elisei
- [PATCH RFC v2 17/27] arm64: mte: Perform CMOs for tag blocks on tagged page allocation/free, Alexandru Elisei
- [PATCH RFC v2 18/27] arm64: mte: Reserve tag block for the zero page, Alexandru Elisei
- [PATCH RFC v2 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE), Alexandru Elisei
- [PATCH RFC v2 20/27] mm: hugepage: Handle huge page fault on access, Alexandru Elisei
- [PATCH RFC v2 21/27] mm: arm64: Handle tag storage pages mapped before mprotect(PROT_MTE), Alexandru Elisei
- [PATCH RFC v2 22/27] arm64: mte: swap: Handle tag restoring when missing tag storage, Alexandru Elisei
- [PATCH RFC v2 23/27] arm64: mte: copypage: Handle tag restoring when missing tag storage, Alexandru Elisei
- [PATCH RFC v2 24/27] arm64: mte: Handle fatal signal in reserve_tag_storage(), Alexandru Elisei
- [PATCH RFC v2 25/27] KVM: arm64: Disable MTE if tag storage is enabled, Alexandru Elisei
- [PATCH RFC v2 26/27] arm64: mte: Fast track reserving tag storage when the block is free, Alexandru Elisei
- [PATCH RFC v2 27/27] arm64: mte: Enable dynamic tag storage reuse, Alexandru Elisei
- [syzbot] [fs?] INFO: task hung in user_get_super (2), syzbot
- [PATCH] selftests:proc-empty-vm: Remove unused debug write callIn the function test_proc_pid_statm,
angquan yu
- [PATCH v3] libfs: getdents() should return 0 after reaching EOD,
Chuck Lever
- [PATCH 0/2] Support fanotify FAN_REPORT_FID on all filesystems,
Amir Goldstein
- [PATCH] fs: namei: Fix spelling mistake "Retuns" to "Returns",
YangXin
- Re: [PATCH 12/15] fs: move kiocb_start_write() into vfs_iocb_iter_write(), Amir Goldstein
- [GIT PULL] xfs: bug fixes for 6.7,
Chandan Babu R
- [syzbot] [exfat?] UBSAN: shift-out-of-bounds in exfat_fill_super (2), syzbot
- [GIT PULL] bcachefs fixes,
Kent Overstreet
- [PATCH] fs: Rename mapping private members,
Matthew Wilcox (Oracle)
- [PATCH] iov_iter: fix copy_page_to_iter_nofault(),
Omar Sandoval
- [PATCH v2 00/51] netfs, afs, cifs: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v2 01/51] netfs: Add a procfile to list in-progress requests, David Howells
- [PATCH v2 02/51] netfs: Track the fpos above which the server has no data, David Howells
- [PATCH v2 03/51] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [PATCH v2 04/51] netfs: Add a ->free_subrequest() op, David Howells
- [PATCH v2 05/51] afs: Don't use folio->private to record partial modification, David Howells
- [PATCH v2 07/51] netfs: Implement unbuffered/DIO vs buffered I/O locking, David Howells
- [PATCH v2 06/51] netfs: Provide invalidate_folio and release_folio calls, David Howells
- [PATCH v2 08/51] netfs: Add iov_iters to (sub)requests to describe various buffers, David Howells
- [PATCH v2 09/51] netfs: Add support for DIO buffering, David Howells
- [PATCH v2 10/51] netfs: Provide tools to create a buffer in an xarray, David Howells
- [PATCH v2 11/51] netfs: Add bounce buffering support, David Howells
- [PATCH v2 12/51] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
- [PATCH v2 13/51] netfs: Limit subrequest by size or number of segments, David Howells
- [PATCH v2 14/51] netfs: Export netfs_put_subrequest() and some tracepoints, David Howells
- [PATCH v2 15/51] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
- [PATCH v2 16/51] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
- [PATCH v2 17/51] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
- [PATCH v2 20/51] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [PATCH v2 19/51] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [PATCH v2 23/51] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [PATCH v2 22/51] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [PATCH v2 21/51] netfs: Dispatch write requests to process a writeback slice, David Howells
- [PATCH v2 18/51] fscache: Add a function to begin an cache op from a netfslib request, David Howells
- [PATCH v2 24/51] netfs: Allocate multipage folios in the writepath, David Howells
- [PATCH v2 26/51] netfs: Implement unbuffered/DIO write support, David Howells
- [PATCH v2 29/51] netfs: Provide netfs_file_read_iter(), David Howells
- [PATCH v2 30/51] netfs: Provide a writepages implementation, David Howells
- [PATCH v2 32/51] netfs: Make netfs_skip_folio_read() take account of blocksize, David Howells
- [PATCH v2 31/51] netfs: Provide minimum blocksize parameter, David Howells
- [PATCH v2 36/51] netfs: Support encryption on Unbuffered/DIO write, David Howells
- [PATCH v2 34/51] netfs: Decrypt encrypted content, David Howells
- [PATCH v2 28/51] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [PATCH v2 37/51] netfs: Provide a launder_folio implementation, David Howells
- [PATCH v2 40/51] afs: Use the netfs write helpers, David Howells
- [PATCH v2 42/51] cifs: Share server EOF pos with netfslib, David Howells
- [PATCH v2 41/51] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v2 39/51] netfs: Rearrange netfs_io_subrequest to put request pointer first, David Howells
- [PATCH v2 43/51] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v2 27/51] netfs: Implement buffered write API, David Howells
- [PATCH v2 44/51] cifs: Use more fields from netfs_io_subrequest, David Howells
- [PATCH v2 46/51] cifs: Implement netfslib hooks, David Howells
- [PATCH v2 45/51] cifs: Make wait_mtu_credits take size_t args, David Howells
- [PATCH v2 25/51] netfs: Implement support for unbuffered/DIO read, David Howells
- [PATCH v2 49/51] cifs: Remove some code that's no longer used, part 1, David Howells
- [PATCH v2 50/51] cifs: Remove some code that's no longer used, part 2, David Howells
- [PATCH v2 33/51] netfs: Perform content encryption, David Howells
- [PATCH v2 35/51] netfs: Support decryption on ubuffered/DIO read, David Howells
- [PATCH v2 38/51] netfs: Implement a write-through caching option, David Howells
- [PATCH v2 51/51] cifs: Remove some code that's no longer used, part 3, David Howells
- [PATCH v2 48/51] cifs: Cut over to using netfslib, David Howells
- [PATCH v2 47/51] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
- ANNOUNCE: nfs-utils-2.6.4 released., Steve Dickson
- [PATCH 0/6] Convert aops->error_remove_page to ->error_remove_folio,
Matthew Wilcox (Oracle)
- [PATCH v5 0/7] Landlock: IOCTL support,
Günther Noack
- [PATCH] fs: namei: Fix spelling mistake "Retuns" to "Returns" There are two spelling mistake in comments. Fix it., YangXin
- [GIT PULL] overlayfs fixes for 6.7-rc2,
Amir Goldstein
- [PATCH v6 0/4] Add support for Vendor Defined Error Types in Einj Module,
Avadhut Naik
- [PATCH 0/5] afs: Miscellaneous small fixes,
David Howells
- [syzbot] [udf?] WARNING in udf_prealloc_blocks (2), syzbot
- [deadlock or dead code] ceph_encode_dentry_release() misuse of dget(),
Al Viro
- [PATCH] fs: fuse: dax: set fc->dax to NULL in fuse_dax_conn_free(),
Hangyu Hua
- [PATCH 1/2] new helper: user_path_locked_at(),
Al Viro
- Mixed page compact code and (higher order) folios for filemap,
Qu Wenruo
- [PATCH] autofs: add: new_inode check in autofs_fill_super(),
Ian Kent
- [PATCH 5.10 001/191] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user(), Greg Kroah-Hartman
- [PATCH 5.15 001/244] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user(), Greg Kroah-Hartman
- [PATCH v2] libfs: getdents() should return 0 after reaching EOD,
Chuck Lever
- [PATCH 6.1 003/379] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user(), Greg Kroah-Hartman
- [PATCH 6.6 006/603] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user(), Greg Kroah-Hartman
- [PATCH 6.5 006/550] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user(), Greg Kroah-Hartman
- proposed libc interface and man page for statmount(2),
Miklos Szeredi
- [syzbot] [fs?] WARNING in pagemap_scan_pmd_entry,
syzbot
- [syzbot] [mm?] WARNING in unmap_page_range (2),
syzbot
- [syzbot] [squashfs?] WARNING in squashfs_read_data,
syzbot
- [PATCH v2 0/2] Introduce sysfs API for resend pending requests,
Zhao Chen
- Re: [PATCH 09/15] fs: move file_start_write() into vfs_iter_write(),
Amir Goldstein
- [PATCH v4 00/15] Pass data lifetime information to SCSI disk devices,
Bart Van Assche
- [PATCH v4 01/15] fs: Rename the kernel-internal data lifetime constants, Bart Van Assche
- [PATCH v4 03/15] block: Restore data lifetime support in struct bio and struct request, Bart Van Assche
- [PATCH v4 04/15] fs: Restore write hint support, Bart Van Assche
- [PATCH v4 02/15] fs: Move enum rw_hint into a new header file, Bart Van Assche
- [PATCH v4 05/15] fs/f2fs: Restore data lifetime support, Bart Van Assche
- [PATCH v4 06/15] scsi: core: Query the Block Limits Extension VPD page, Bart Van Assche
- [PATCH v4 07/15] scsi_proto: Add structures and constants related to I/O groups and streams, Bart Van Assche
- [PATCH v4 09/15] scsi_debug: Reduce code duplication, Bart Van Assche
- [PATCH v4 10/15] scsi_debug: Support the block limits extension VPD page, Bart Van Assche
- [PATCH v4 08/15] sd: Translate data lifetime information, Bart Van Assche
- [PATCH v4 11/15] scsi_debug: Rework page code error handling, Bart Van Assche
- [PATCH v4 12/15] scsi_debug: Rework subpage code error handling, Bart Van Assche
- [PATCH v4 13/15] scsi_debug: Implement the IO Advice Hints Grouping mode page, Bart Van Assche
- [PATCH v4 14/15] scsi_debug: Implement GET STREAM STATUS, Bart Van Assche
- [PATCH v4 15/15] scsi_debug: Maintain write statistics per group number, Bart Van Assche
- [PATCH v1] mm: More ptep_get() conversion,
Ryan Roberts
- [PATCH RFC] libfs: getdents() should return 0 after reaching EOD,
Chuck Lever
- [PATCH 00/15] Tidy up file permission hooks,
Amir Goldstein
- [PATCH 01/15] ovl: add permission hooks outside of do_splice_direct(), Amir Goldstein
- [PATCH 02/15] splice: remove permission hook from do_splice_direct(), Amir Goldstein
- [PATCH 03/15] splice: move permission hook out of splice_direct_to_actor(), Amir Goldstein
- [PATCH 04/15] splice: move permission hook out of splice_file_to_pipe(), Amir Goldstein
- [PATCH 05/15] splice: remove permission hook from iter_file_splice_write(), Amir Goldstein
- [PATCH 06/15] remap_range: move permission hooks out of do_clone_file_range(), Amir Goldstein
- [PATCH 07/15] remap_range: move file_start_write() to after permission hook, Amir Goldstein
- [PATCH 08/15] btrfs: move file_start_write() to after permission hook, Amir Goldstein
- [PATCH 09/15] fs: move file_start_write() into vfs_iter_write(), Amir Goldstein
- [PATCH 10/15] fs: move permission hook out of do_iter_write(), Amir Goldstein
- [PATCH 12/15] fs: move kiocb_start_write() into vfs_iocb_iter_write(), Amir Goldstein
- [PATCH 11/15] fs: move permission hook out of do_iter_read(), Amir Goldstein
- [PATCH 13/15] fs: create __sb_write_started() helper, Amir Goldstein
- [PATCH 14/15] fs: create file_write_started() helper, Amir Goldstein
- [PATCH 15/15] fs: create {sb,file}_write_not_started() helpers, Amir Goldstein
- <Possible follow-ups>
- Re: [PATCH 00/15] Tidy up file permission hooks, Amir Goldstein
- [ANNOUNCE] xfs-linux: for-next updated to 7930d9e10370, Chandan Babu R
- [PATCH] Remove myself as maintainer of GFS2, Bob Peterson
- [PATCH] fs: anon-inode: Prepend blank line separator to anon_inode_create_getfile() reasons list, Bagas Sanjaya
- [linus:master] [fs/pipe] 478dbf1217: stress-ng.pipeherd.ops_per_sec -6.6% regression, kernel test robot
- Performance Difference between ext4 and Raw Block Device Access with buffer_io,
Ming Lin
- [syzbot] [overlayfs?] WARNING in ovl_workdir_create (2), syzbot
- [syzbot] [autofs?] general protection fault in autofs_fill_super,
syzbot
- [bcachefs cabal meeting] 1 PM EST, Kent Overstreet
- [linux-next:master] BUILD REGRESSION d173336e238b0f7f5b7eddfa641d7c25c24bb86a, kernel test robot
- [legion:patchset/meminfo/v2.1] [proc] 8dade3a353: WARNING:suspicious_RCU_usage, kernel test robot
- [viro-vfs:work.dcache2] [__dentry_kill()] 01b17d53ce: WARNING:possible_recursive_locking_detected,
kernel test robot
- Fwd: Kernel panic on listing QNX4 fs directory, Bagas Sanjaya
- [syzbot] [usb?] [kernfs?] INFO: task hung in kernfs_remove_by_name_ns (2), syzbot
- [PATCH] test_ida: Fix compilation errors,
shiqiang.deng
- [syzbot] [squashfs?] KASAN: slab-out-of-bounds Write in squashfs_readahead (2),
syzbot
[syzbot] [overlayfs?] memory leak in ovl_parse_param,
syzbot
[RFC][overlayfs] do we still need d_instantiate_anon() and export of d_alloc_anon()?,
Al Viro
[linux-next:master] BUILD REGRESSION 8728c14129df7a6e29188a2e737b4774fb200953, kernel test robot
[syzbot] Monthly fs report (Nov 2023), syzbot
[PATCH v1 0/1] fs: Consider capabilities relative to namespace for linkat permission check,
Charles Mirabile
[syzbot] [reiserfs?] possible deadlock in chmod_common (2),
syzbot
[PATCH next V3] proc: support file->f_pos checking in mem_lseek,
Zizhi Wo
[PATCH v10 bpf-next 00/17] BPF token and BPF FS-based delegation,
Andrii Nakryiko
- [PATCH v10 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach, Andrii Nakryiko
- [PATCH v10 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS, Andrii Nakryiko
- [PATCH v10 bpf-next 04/17] bpf: add BPF token support to BPF_MAP_CREATE command, Andrii Nakryiko
- [PATCH v10 bpf-next 05/17] bpf: add BPF token support to BPF_BTF_LOAD command, Andrii Nakryiko
- [PATCH v10 bpf-next 06/17] bpf: add BPF token support to BPF_PROG_LOAD command, Andrii Nakryiko
- [PATCH v10 bpf-next 03/17] bpf: introduce BPF token object, Andrii Nakryiko
- [PATCH v10 bpf-next 07/17] bpf: take into account BPF token when fetching helper protos, Andrii Nakryiko
- [PATCH v10 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks, Andrii Nakryiko
- [PATCH v10 bpf-next 13/17] libbpf: add BPF token support to bpf_map_create() API, Andrii Nakryiko
- [PATCH v10 bpf-next 08/17] bpf: consistently use BPF token throughout BPF verifier logic, Andrii Nakryiko
- [PATCH v10 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks, Andrii Nakryiko
- [PATCH v10 bpf-next 11/17] bpf,lsm: add BPF token LSM hooks, Andrii Nakryiko
- [PATCH v10 bpf-next 12/17] libbpf: add bpf_token_create() API, Andrii Nakryiko
- [PATCH v10 bpf-next 15/17] libbpf: add BPF token support to bpf_prog_load() API, Andrii Nakryiko
- [PATCH v10 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token, Andrii Nakryiko
- [PATCH v10 bpf-next 14/17] libbpf: add BPF token support to bpf_btf_load() API, Andrii Nakryiko
- [PATCH v10 bpf-next 16/17] selftests/bpf: add BPF token-enabled tests, Andrii Nakryiko
[PATCH v9 0/3] [PATCH v9 0/3] Introduce provisioning primitives,
Sarthak Kukreti
[PATCH 0/2] Fuse submount_lookup needs to be initialized,
Krister Johansen
[RFC PATCH 0/6] debugfs/wifi: locking fixes,
Johannes Berg
[PATCH v2 0/7] More buffer_head cleanups,
Matthew Wilcox (Oracle)
[PATCH] fs: RESOLVE_CACHED final path component fix,
Andreas Gruenbacher
[syzbot] Monthly udf report (Nov 2023), syzbot
[syzbot] [reiserfs?] kernel BUG in direntry_check_right,
syzbot
[syzbot] [btrfs?] WARNING in create_pending_snapshot,
syzbot
[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]