Linux Filesystem Development
[Prev Page][Next Page]
- Re: [RFC PATCH v4 00/36] Fuse-BPF and plans on merging with Fuse Passthrough, (continued)
- [PATCH 0/1] fuse: Add initial support for fs-verity,
Richard Fung
- [PATCH v6 00/15] netfs, cifs: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v6 01/15] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v6 02/15] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v6 03/15] cifs: Use more fields from netfs_io_subrequest, David Howells
- [PATCH v6 04/15] cifs: Make wait_mtu_credits take size_t args, David Howells
- [PATCH v6 05/15] cifs: Replace the writedata replay bool with a netfs sreq flag, David Howells
- [PATCH v6 06/15] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
- [PATCH v6 07/15] cifs: Set zero_point in the copy_file_range() and remap_file_range(), David Howells
- [PATCH v6 08/15] cifs: Add mempools for cifs_io_request and cifs_io_subrequest structs, David Howells
- [PATCH v6 09/15] cifs: Make add_credits_and_wake_if() clear deducted credits, David Howells
- [PATCH v6 10/15] cifs: Implement netfslib hooks, David Howells
- [PATCH v6 11/15] cifs: When caching, try to open O_WRONLY file rdwr on server, David Howells
- [PATCH v6 12/15] cifs: Cut over to using netfslib, David Howells
- [PATCH v6 13/15] cifs: Remove some code that's no longer used, part 1, David Howells
- [PATCH v6 14/15] cifs: Remove some code that's no longer used, part 2, David Howells
- [PATCH v6 15/15] cifs: Remove some code that's no longer used, part 3, David Howells
- [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache,
David Howells
- [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings, David Howells
- [PATCH 02/26] 9p: Clean up some kdoc and unused var warnings., David Howells
- [PATCH 03/26] netfs: Update i_blocks when write committed to pagecache, David Howells
- [PATCH 04/26] netfs: Replace PG_fscache by setting folio->private and marking dirty, David Howells
- [PATCH 05/26] mm: Remove the PG_fscache alias for PG_private_2, David Howells
- [PATCH 06/26] netfs: Remove deprecated use of PG_private_2 as a second writeback flag, David Howells
- [PATCH 07/26] netfs: Make netfs_io_request::subreq_counter an atomic_t, David Howells
- [PATCH 08/26] netfs: Use subreq_counter to allocate subreq debug_index values, David Howells
- [PATCH 09/26] mm: Provide a means of invalidation without using launder_folio, David Howells
- [PATCH 10/26] cifs: Use alternative invalidation to using launder_folio, David Howells
- [PATCH 11/26] 9p: Use alternative invalidation to using launder_folio, David Howells
- [PATCH 12/26] afs: Use alternative invalidation to using launder_folio, David Howells
- [PATCH 13/26] netfs: Remove ->launder_folio() support, David Howells
- [PATCH 14/26] netfs: Use mempools for allocating requests and subrequests, David Howells
- [PATCH 15/26] mm: Export writeback_iter(), David Howells
- [PATCH 16/26] netfs: Switch to using unsigned long long rather than loff_t, David Howells
- [PATCH 17/26] netfs: Fix writethrough-mode error handling, David Howells
- [PATCH 18/26] netfs: Add some write-side stats and clean up some stat names, David Howells
- [PATCH 19/26] netfs: New writeback implementation, David Howells
- [PATCH 20/26] netfs, afs: Implement helpers for new write code, David Howells
- [PATCH 21/26] netfs, 9p: Implement helpers for new write code, David Howells
- [PATCH 22/26] netfs, cachefiles: Implement helpers for new write code, David Howells
- [PATCH 23/26] netfs: Cut over to using new writeback code, David Howells
- [PATCH 24/26] netfs: Remove the old writeback code, David Howells
- [PATCH 25/26] netfs: Miscellaneous tidy ups, David Howells
- [PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys, David Howells
- Re: [PATCH 19/26] netfs: New writeback implementation, David Howells
- Re: [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache, Christian Brauner
- Re: [PATCH 21/26] netfs, 9p: Implement helpers for new write code, David Howells
- Re: [PATCH 21/26] netfs, 9p: Implement helpers for new write code, David Howells
- Re: [PATCH 23/26] netfs: Cut over to using new writeback code, David Howells
- Re: [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache, Jeff Layton
- [PATCH 0/7] sysctl: Remove sentinel elements from misc directories,
Joel Granados via B4 Relay
- [PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir,
Joel Granados via B4 Relay
- [PATCH v3 02/10] umh: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v3 01/10] kernel misc: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v3 03/10] ftrace: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v3 04/10] timekeeping: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v3 05/10] seccomp: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v3 06/10] scheduler: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v3 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v3 09/10] delayacct: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v3 08/10] kprobes: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v3 10/10] bpf: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- Re: [PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir, Joel Granados
- Re: [PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir, Konrad Dybcio
- [syzbot] [fs?] WARNING: ODEBUG bug in bdev_super_lock,
syzbot
- [PATCH v2] fs: claw back a few FMODE_* bits,
Christian Brauner
- [syzbot] [jfs?] kernel BUG in txLock (2), syzbot
- RFC: asserting an inode is locked,
Matthew Wilcox
- [PATCH v2 0/5] fiemap extension for more physical information,
Sweet Tea Dorminy
- [PATCH] vmcore: replace strncpy with strtomem,
Justin Stitt
- [PATCH] 9p: Clean up some kdoc and unused var warnings., David Howells
- [PATCH] [RFC]: fs: claw back a few FMODE_* bits,
Christian Brauner
- [RFC PATCH] mm, netfs: Provide a means of invalidation without using launder_folio,
David Howells
- [ANNOUNCE] util-linux v2.40, Karel Zak
- [PATCH] mm: remove __set_page_dirty_nobuffers(),
Kefeng Wang
- [PATCH] cifs: Fix duplicate fscache cookie warnings,
David Howells
- [PATCH RFC 0/3] mm/gup: consistently call it GUP-fast,
David Hildenbrand
- [PATCH v13 00/10] Landlock: IOCTL support,
Günther Noack
- [PATCH v13 01/10] landlock: Add IOCTL access right for character and block devices, Günther Noack
- [PATCH v13 02/10] selftests/landlock: Test IOCTL support, Günther Noack
- [PATCH v13 03/10] selftests/landlock: Test IOCTL with memfds, Günther Noack
- [PATCH v13 04/10] selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH), Günther Noack
- [PATCH v13 05/10] selftests/landlock: Test IOCTLs on named pipes, Günther Noack
- [PATCH v13 06/10] selftests/landlock: Check IOCTL restrictions for named UNIX domain sockets, Günther Noack
- [PATCH v13 07/10] samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV, Günther Noack
- [PATCH v13 08/10] landlock: Document IOCTL support, Günther Noack
- [PATCH v13 10/10] fs/ioctl: Add a comment to keep the logic in sync with the Landlock LSM, Günther Noack
- [PATCH v13 09/10] MAINTAINERS: Notify Landlock maintainers about changes to fs/ioctl.c, Günther Noack
- [PATCH 00/22] virtio: store owner from modules with register_virtio_driver(),
Krzysztof Kozlowski
- [PATCH 02/22] um: virt-pci: drop owner assignment, Krzysztof Kozlowski
- [PATCH 03/22] virtio_blk: drop owner assignment, Krzysztof Kozlowski
- [PATCH 04/22] bluetooth: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH 05/22] hwrng: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH 06/22] virtio_console: drop owner assignment, Krzysztof Kozlowski
- [PATCH 07/22] crypto: virtio - drop owner assignment, Krzysztof Kozlowski
- [PATCH 09/22] gpio: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH 08/22] firmware: arm_scmi: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH 10/22] drm/virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH 11/22] iommu: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH 12/22] misc: nsm: drop owner assignment, Krzysztof Kozlowski
- [PATCH 13/22] net: caif: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH 14/22] net: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH 15/22] net: 9p: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH 17/22] wireless: mac80211_hwsim: drop owner assignment, Krzysztof Kozlowski
- [PATCH 18/22] nvdimm: virtio_pmem: drop owner assignment, Krzysztof Kozlowski
- [PATCH 19/22] rpmsg: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH 20/22] scsi: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH 21/22] fuse: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH 22/22] sound: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH 16/22] net: vmw_vsock: virtio: drop owner assignment, Krzysztof Kozlowski
- [PATCH 01/22] virtio: store owner from modules with register_virtio_driver(), Krzysztof Kozlowski
- [PATCH v1] exfat: fix timing of synchronizing bitmap and inode,
Yuezhang.Mo@xxxxxxxx
- [PATCH v2 0/6] Improve visibility of writeback,
Kemeng Shi
- [PATCHSET v30.1 04/15] xfs: atomic file content exchanges,
Darrick J. Wong
- [PATCH v2] block: handle BLK_OPEN_RESTRICT_WRITES correctly,
Christian Brauner
- [PATCH v6 00/10] block atomic writes,
John Garry
- [PATCH v6 01/10] block: Pass blk_queue_get_max_sectors() a request pointer, John Garry
- [PATCH v6 03/10] fs: Initial atomic write support, John Garry
- [PATCH v6 02/10] block: Call blkdev_dio_unaligned() from blkdev_direct_IO(), John Garry
- [PATCH v6 06/10] block: Add atomic write support for statx, John Garry
- [PATCH v6 04/10] fs: Add initial atomic write support info to statx, John Garry
- [PATCH v6 05/10] block: Add core atomic write support, John Garry
- [PATCH v6 10/10] nvme: Atomic write support, John Garry
- [PATCH v6 08/10] scsi: sd: Atomic write support, John Garry
- [PATCH v6 07/10] block: Add fops atomic write support, John Garry
- [PATCH v6 09/10] scsi: scsi_debug: Atomic write support, John Garry
- Re: [PATCH v6 00/10] block atomic writes, Matthew Wilcox
- [PATCH] fs,block: yield devices early,
Christian Brauner
- [PATCH mm-unstable v3 0/2] memcg_kmem hooks refactoring,
Vlastimil Babka
- [syzbot] Monthly gfs2 report (Mar 2024), syzbot
- [ANNOUNCE] xfs-linux: for-next updated to f2e812c1522d,
Chandan Babu R
- slab-out-of-bounds Read in ea_get/hex_dump_to_buffer, 柳菁峰
- [PATCH v4 02/14] mm: Switch mm->get_unmapped_area() to a flag,
Rick Edgecombe
- [PATCH v2][next] fsnotify: Avoid -Wflex-array-member-not-at-end warning,
Gustavo A. R. Silva
- [PATCH][next] fs: Annotate struct file_handle with __counted_by() and use struct_size(),
Gustavo A. R. Silva
- [syzbot] [xfs?] possible deadlock in xfs_qm_dqget,
syzbot
- linux-mtd: ubiattach taking long time,
Pintu Agarwal
- [PATCH v12 0/9] Landlock: IOCTL support,
Günther Noack
- [PATCH v2 0/2] memcg_kmem hooks refactoring,
Vlastimil Babka
- kernel BUG at mm/usercopy.c:102 -- pc : usercopy_abort,
Xiubo Li
- [PATCH 6.7 554/713] cifs: Fix writeback data corruption, Sasha Levin
- [PATCH 6.6 496/638] cifs: Don't use certain unnecessary folio_*() functions, Sasha Levin
- [PATCH 6.6 497/638] cifs: Fix writeback data corruption, Sasha Levin
- [PATCH 6.7 553/713] cifs: Don't use certain unnecessary folio_*() functions, Sasha Levin
- [PATCH 6.8 537/715] cifs: Fix writeback data corruption, Sasha Levin
- [PATCH AUTOSEL 6.1 6/7] fs: improve dump_mapping() robustness, Sasha Levin
- [PATCH AUTOSEL 6.6 09/11] fs: improve dump_mapping() robustness, Sasha Levin
- [PATCH AUTOSEL 6.7 09/11] fs: improve dump_mapping() robustness, Sasha Levin
- [PATCH AUTOSEL 6.8 09/11] fs: improve dump_mapping() robustness, Sasha Levin
- kernel crash in mknod,
Steve French
[syzbot] [xfs?] possible deadlock in xfs_icwalk_ag,
syzbot
[WIP 0/3] Memory model and atomic API in Rust,
Boqun Feng
[PATCH] mm/filemap: set folio->mapping to NULL before xas_store(),
Soma Nakata
[PATCH] binfmt_elf_fdpic: fix /proc/<pid>/auxv,
Max Filippov
[linux-next:master] BUILD REGRESSION 13ee4a7161b6fd938aef6688ff43b163f6d83e37, kernel test robot
[PATCH v2 0/3] sysctl: move sysctl type to ctl_table_header,
Thomas Weißschuh
[RFC PATCH] mm: swapfile: fix SSD detection with swapfile on btrfs,
Johannes Weiner
[PATCH] exec: Don't disable perf events for setuid root executables,
Leo Yan
FUSE passthrough after opening?, Josh Triplett
[PATCH v11 0/9] Landlock: IOCTL support,
Günther Noack
[GIT PULL] xfs: Bug fixes for 6.9,
Chandan Babu R
[PATCH v2 0/2] Fix I/O high when memory almost met memcg limit,
Liu Shixin
[PATCH] hfsplus: refactor copy_name to not use strncpy,
Justin Stitt
[PATCH v2] binfmt: replace deprecated strncpy,
Justin Stitt
[PATCH v6 00/37] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH v6 01/37] fix missing vmalloc.h includes, Suren Baghdasaryan
- [PATCH v6 02/37] asm-generic/io.h: Kill vmalloc.h dependency, Suren Baghdasaryan
- [PATCH v6 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline, Suren Baghdasaryan
- [PATCH v6 04/37] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH v6 06/37] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH v6 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH v6 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH v6 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH v6 10/37] lib: code tagging framework, Suren Baghdasaryan
- [PATCH v6 11/37] lib: code tagging module support, Suren Baghdasaryan
- [PATCH v6 12/37] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH v6 14/37] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH v6 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead, Suren Baghdasaryan
- [PATCH v6 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH v6 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags, Suren Baghdasaryan
- [PATCH v6 18/37] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH v6 19/37] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH v6 20/37] mm: fix non-compound multi-order memory accounting in __free_pages, Suren Baghdasaryan
- [PATCH v6 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH v6 22/37] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH v6 23/37] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
- [PATCH v6 24/37] rust: Add a rust helper for krealloc(), Suren Baghdasaryan
- [PATCH v6 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
- [PATCH v6 26/37] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
- [PATCH v6 27/37] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
- [PATCH v6 28/37] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
- [PATCH v6 29/37] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
- [PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling, Suren Baghdasaryan
- [PATCH v6 31/37] rhashtable: Plumb through alloc tag, Suren Baghdasaryan
- [PATCH v6 32/37] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
- [PATCH v6 33/37] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
- [PATCH v6 34/37] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
- [PATCH v6 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
- [PATCH v6 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
- [PATCH v6 37/37] memprofiling: Documentation, Suren Baghdasaryan
- Re: [PATCH v6 00/37] Memory allocation profiling, Andrew Morton
[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]