Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v5 7/7] ext4: Add atomic block write documentation, (continued)
- [PATCH -next 0/4] fs/buffer: misc optimizations,
Davidlohr Bueso
- Machine lockup with large d_invalidate(),
Jan Kara
- [PATCH v4 0/7] ext4: Add multi-fsblock atomic write support with bigalloc,
Ritesh Harjani (IBM)
- [PATCH] selftests: prctl: introduce tests for PR_THP_DISABLE_EXCEPT_ADVISED, Usama Arif
- [PATCH v2] fs: allow clone_private_mount() for a path on real rootfs, KONDO KAZUMA(近藤 和真)
- [PATCH] squashfs: fix NULL pointer dereference in bio_alloc_clone failure path,
caius . zone
- [PATCH] selftests: Add functional test for the abort file in fusectl,
Chen Linxuan
- Apparent mount behaviour change in 6.15,
Allison Karlitskaya
- [RFC PATCH v2 00/51] 1G page support for guest_memfd,
Ackerley Tng
- [RFC PATCH v2 01/51] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes, Ackerley Tng
- [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting, Ackerley Tng
- [RFC PATCH v2 03/51] KVM: selftests: Update guest_memfd_test for INIT_PRIVATE flag, Ackerley Tng
- [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls, Ackerley Tng
- [RFC PATCH v2 05/51] KVM: guest_memfd: Skip LRU for guest_memfd folios, Ackerley Tng
- [RFC PATCH v2 06/51] KVM: Query guest_memfd for private/shared status, Ackerley Tng
- [RFC PATCH v2 07/51] KVM: guest_memfd: Add CAP KVM_CAP_GMEM_CONVERSION, Ackerley Tng
- [RFC PATCH v2 08/51] KVM: selftests: Test flag validity after guest_memfd supports conversions, Ackerley Tng
- [RFC PATCH v2 09/51] KVM: selftests: Test faulting with respect to GUEST_MEMFD_FLAG_INIT_PRIVATE, Ackerley Tng
- [RFC PATCH v2 10/51] KVM: selftests: Refactor vm_mem_add to be more flexible, Ackerley Tng
- [RFC PATCH v2 11/51] KVM: selftests: Allow cleanup of ucall_pool from host, Ackerley Tng
- [RFC PATCH v2 12/51] KVM: selftests: Test conversion flows for guest_memfd, Ackerley Tng
- [RFC PATCH v2 14/51] KVM: selftests: Update private_mem_conversions_test to mmap guest_memfd, Ackerley Tng
- [RFC PATCH v2 15/51] KVM: selftests: Update script to map shared memory from guest_memfd, Ackerley Tng
- [RFC PATCH v2 16/51] mm: hugetlb: Consolidate interpretation of gbl_chg within alloc_hugetlb_folio(), Ackerley Tng
- [RFC PATCH v2 17/51] mm: hugetlb: Cleanup interpretation of gbl_chg in alloc_hugetlb_folio(), Ackerley Tng
- [RFC PATCH v2 13/51] KVM: selftests: Add script to exercise private_mem_conversions_test, Ackerley Tng
- [RFC PATCH v2 18/51] mm: hugetlb: Cleanup interpretation of map_chg_state within alloc_hugetlb_folio(), Ackerley Tng
- [RFC PATCH v2 19/51] mm: hugetlb: Rename alloc_surplus_hugetlb_folio, Ackerley Tng
- [RFC PATCH v2 20/51] mm: mempolicy: Refactor out policy_node_nodemask(), Ackerley Tng
- [RFC PATCH v2 22/51] mm: hugetlb: Refactor hugetlb allocation functions, Ackerley Tng
- [RFC PATCH v2 23/51] mm: hugetlb: Refactor out hugetlb_alloc_folio(), Ackerley Tng
- [RFC PATCH v2 24/51] mm: hugetlb: Add option to create new subpool without using surplus, Ackerley Tng
- [RFC PATCH v2 26/51] mm: Consolidate freeing of typed folios on final folio_put(), Ackerley Tng
- [RFC PATCH v2 27/51] mm: hugetlb: Expose hugetlb_subpool_{get,put}_pages(), Ackerley Tng
- [RFC PATCH v2 28/51] mm: Introduce guestmem_hugetlb to support folio_put() handling of guestmem pages, Ackerley Tng
- [RFC PATCH v2 21/51] mm: hugetlb: Inline huge_node() into callers, Ackerley Tng
- [RFC PATCH v2 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator for guest_memfd, Ackerley Tng
- [RFC PATCH v2 30/51] mm: truncate: Expose truncate_inode_folio(), Ackerley Tng
- [RFC PATCH v2 31/51] KVM: x86: Set disallow_lpage on base_gfn and guest_memfd pgoff misalignment, Ackerley Tng
- [RFC PATCH v2 32/51] KVM: guest_memfd: Support guestmem_hugetlb as custom allocator, Ackerley Tng
- [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from custom allocator, Ackerley Tng
- [RFC PATCH v2 25/51] mm: truncate: Expose preparation steps for truncate_inode_pages_final, Ackerley Tng
- [RFC PATCH v2 34/51] mm: hugetlb: Add functions to add/delete folio from hugetlb lists, Ackerley Tng
- [RFC PATCH v2 35/51] mm: guestmem_hugetlb: Add support for splitting and merging pages, Ackerley Tng
- [RFC PATCH v2 36/51] mm: Convert split_folio() macro to function, Ackerley Tng
- [RFC PATCH v2 37/51] filemap: Pass address_space mapping to ->free_folio(), Ackerley Tng
- [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use, Ackerley Tng
- [RFC PATCH v2 39/51] KVM: guest_memfd: Merge and truncate on fallocate(PUNCH_HOLE), Ackerley Tng
- [RFC PATCH v2 40/51] KVM: guest_memfd: Update kvm_gmem_mapping_order to account for page status, Ackerley Tng
- [RFC PATCH v2 41/51] KVM: Add CAP to indicate support for HugeTLB as custom allocator, Ackerley Tng
- [RFC PATCH v2 42/51] KVM: selftests: Add basic selftests for hugetlb-backed guest_memfd, Ackerley Tng
- [RFC PATCH v2 43/51] KVM: selftests: Update conversion flows test for HugeTLB, Ackerley Tng
- [RFC PATCH v2 44/51] KVM: selftests: Test truncation paths of guest_memfd, Ackerley Tng
- [RFC PATCH v2 45/51] KVM: selftests: Test allocation and conversion of subfolios, Ackerley Tng
- [RFC PATCH v2 46/51] KVM: selftests: Test that guest_memfd usage is reported via hugetlb, Ackerley Tng
- [RFC PATCH v2 47/51] KVM: selftests: Support various types of backing sources for private memory, Ackerley Tng
- [RFC PATCH v2 48/51] KVM: selftests: Update test for various private memory backing source types, Ackerley Tng
- [RFC PATCH v2 49/51] KVM: selftests: Update private_mem_conversions_test.sh to test with HugeTLB pages, Ackerley Tng
- [RFC PATCH v2 50/51] KVM: selftests: Add script to test HugeTLB statistics, Ackerley Tng
- Re: [RFC PATCH v2 00/51] 1G page support for guest_memfd, Edgecombe, Rick P
- [RFC PATCH v2 51/51] KVM: selftests: Test guest_memfd for accuracy of st_blocks, Ackerley Tng
- Re: [RFC PATCH v2 00/51] 1G page support for guest_memfd, Ira Weiny
- Re: [RFC PATCH v2 00/51] 1G page support for guest_memfd, Ackerley Tng
- Re: [RFC PATCH v2 00/51] 1G page support for guest_memfd, Yan Zhao
- Re: [RFC PATCH v2 00/51] 1G page support for guest_memfd, Ackerley Tng
- [syzbot] [fs?] BUG: unable to handle kernel paging request in drop_sysctl_table,
syzbot
- [PATCH v7 0/9] coredump: add coredump socket,
Christian Brauner
- [PATCH v7 1/9] coredump: massage format_corname(), Christian Brauner
- [PATCH v7 2/9] coredump: massage do_coredump(), Christian Brauner
- [PATCH v7 3/9] coredump: reflow dump helpers a little, Christian Brauner
- [PATCH v7 4/9] coredump: add coredump socket, Christian Brauner
- [PATCH v7 5/9] pidfs, coredump: add PIDFD_INFO_COREDUMP, Christian Brauner
- [PATCH v7 7/9] coredump: validate socket name as it is written, Christian Brauner
- [PATCH v7 6/9] coredump: show supported coredump modes, Christian Brauner
- [PATCH v7 8/9] selftests/pidfd: add PIDFD_INFO_COREDUMP infrastructure, Christian Brauner
- [PATCH v7 9/9] selftests/coredump: add tests for AF_UNIX coredumps, Christian Brauner
- Re: [PATCH v7 0/9] coredump: add coredump socket, Luca Boccassi
- Re: [PATCH v7 0/9] coredump: add coredump socket, Christian Brauner
- Re: [PATCH v7 0/9] coredump: add coredump socket, Lennart Poettering
- [PATCH] fuse: dev: avoid a build warning when PROC_FS is not set,
Randy Dunlap
- [syzbot] [xfs?] general protection fault in do_move_mount (3),
syzbot
- [PATCH 0/3] Use folios for symlinks in the page cache,
Matthew Wilcox (Oracle)
- [PATCH 0/3] Remove copy_page_from_iter_atomic(),
Matthew Wilcox (Oracle)
- :Re: Project supplier!, aaplatonova
- [PATCH] mm: remove WARN_ON_ONCE() in file_has_valid_mmap_hooks(),
Lorenzo Stoakes
- [linux-next:master] [mm] 54fc2b6358: WARNING:at_include/linux/fs.h:#file_has_valid_mmap_hooks,
kernel test robot
- [RFC PATCH] doc: fuse: Add max_background and congestion_threshold, Chen Linxuan
- [PATCH] selftests: remove duplicated function definition,
Chen Linxuan
- [PATCH] fs: allow clone_private_mount() for a path on real rootfs,
KONDO KAZUMA(近藤 和真)
- [PATCH] readdir: supply dir_context.count as readdir buffer size hint,
Miklos Szeredi
- [PATCH v2 1/4] include/linux/fs.h: add inode_lock_killable(),
Max Kellermann
- [PATCH] fanotify: Drop use of flex array in fanotify_fh,
Jan Kara
- Re: [PATCH 1/2] fs/exec: Explicitly unshare fs_struct on exec,
Mateusz Guzik
- [PATCH] fuse: don't allow signals to interrupt getdents copying,
Miklos Szeredi
- [PATCH v15 00/43] DEPT(DEPendency Tracker),
Byungchul Park
- [PATCH v15 01/43] llist: move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH v15 03/43] dept: add single event dependency tracker APIs, Byungchul Park
- [PATCH v15 08/43] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64, Byungchul Park
- [PATCH v15 04/43] dept: add lock dependency tracker APIs, Byungchul Park
- [PATCH v15 05/43] dept: tie to lockdep and IRQ tracing, Byungchul Park
- [PATCH v15 02/43] dept: implement DEPT(DEPendency Tracker), Byungchul Park
- [PATCH v15 07/43] dept: distinguish each kernel context from another, Byungchul Park
- [PATCH v15 11/43] dept: add a mechanism to refill the internal memory pools on running out, Byungchul Park
- [PATCH v15 06/43] dept: add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH v15 10/43] dept: distinguish each work from another, Byungchul Park
- [PATCH v15 13/43] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete(), Byungchul Park
- [PATCH v15 12/43] dept: record the latest one out of consecutive waits of the same class, Byungchul Park
- [PATCH v15 09/43] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64, Byungchul Park
- [PATCH v15 15/43] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait, Byungchul Park
- [PATCH v15 20/43] dept: apply timeout consideration to swait, Byungchul Park
- [PATCH v15 14/43] dept: apply sdt_might_sleep_{start,end}() to swait, Byungchul Park
- [PATCH v15 19/43] dept: apply timeout consideration to wait_for_completion()/complete(), Byungchul Park
- [PATCH v15 18/43] dept: track timeout waits separately with a new Kconfig, Byungchul Park
- [PATCH v15 21/43] dept: apply timeout consideration to waitqueue wait, Byungchul Park
- [PATCH v15 16/43] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait, Byungchul Park
- [PATCH v15 17/43] dept: apply sdt_might_sleep_{start,end}() to dma fence, Byungchul Park
- [PATCH v15 24/43] dept: make dept able to work with an external wgen, Byungchul Park
- [PATCH v15 26/43] dept: print staged wait's stacktrace on report, Byungchul Park
- [PATCH v15 22/43] dept: apply timeout consideration to hashed-waitqueue wait, Byungchul Park
- [PATCH v15 28/43] dept: suppress reports with classes that have been already reported, Byungchul Park
- [PATCH v15 27/43] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed, Byungchul Park
- [PATCH v15 23/43] dept: apply timeout consideration to dma fence wait, Byungchul Park
- [PATCH v15 30/43] cpu/hotplug: use a weaker annotation in AP thread, Byungchul Park
- [PATCH v15 31/43] fs/jbd2: use a weaker annotation in journal handling, Byungchul Park
- [PATCH v15 25/43] dept: track PG_locked with dept, Byungchul Park
- [PATCH v15 33/43] dept: assign unique dept_key to each distinct dma fence caller, Byungchul Park
- [PATCH v15 32/43] dept: assign dept map to mmu notifier invalidation synchronization, Byungchul Park
- [PATCH v15 35/43] dept: make dept stop from working on debug_locks_off(), Byungchul Park
- [PATCH v15 36/43] i2c: rename wait_for_completion callback to wait_for_completion_cb, Byungchul Park
- [PATCH v15 29/43] dept: add documentation for dept, Byungchul Park
- [PATCH v15 41/43] dept: introduce event_site() to disable event tracking if it's recoverable, Byungchul Park
- [PATCH v15 34/43] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation, Byungchul Park
- [PATCH v15 42/43] dept: implement a basic unit test for dept, Byungchul Park
- [PATCH v15 37/43] dept: assign unique dept_key to each distinct wait_for_completion() caller, Byungchul Park
- [PATCH v15 38/43] completion, dept: introduce init_completion_dmap() API, Byungchul Park
- [PATCH v15 39/43] dept: introduce a new type of dependency tracking between multi event sites, Byungchul Park
- [PATCH v15 43/43] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state, Byungchul Park
- [PATCH v15 40/43] dept: add module support for struct dept_event_site and dept_event_site_dep, Byungchul Park
- Re: [PATCH v15 00/43] DEPT(DEPendency Tracker), Byungchul Park
- [PATCH] fs: fuse: add dev id to /dev/fuse fdinfo,
Chen Linxuan
- [PATCH v6 00/11] fuse: support large folios,
Joanne Koong
- [PATCH v6 01/11] fuse: support copying large folios, Joanne Koong
- [PATCH v6 04/11] fuse: support large folios for writethrough writes, Joanne Koong
- [PATCH v6 02/11] fuse: support large folios for retrieves, Joanne Koong
- [PATCH v6 03/11] fuse: refactor fuse_fill_write_pages(), Joanne Koong
- [PATCH v6 05/11] fuse: support large folios for folio reads, Joanne Koong
- [PATCH v6 06/11] fuse: support large folios for symlinks, Joanne Koong
- [PATCH v6 07/11] fuse: support large folios for stores, Joanne Koong
- [PATCH v6 09/11] fuse: support large folios for readahead, Joanne Koong
- [PATCH v6 08/11] fuse: support large folios for queued writes, Joanne Koong
- [PATCH v6 10/11] fuse: optimize direct io large folios processing, Joanne Koong
- [PATCH v6 11/11] fuse: support large folios for writeback, Joanne Koong
- Re: [PATCH v6 00/11] fuse: support large folios, Miklos Szeredi
- [PATCH] XArray: fix kmemleak false positive in xas_shrink(),
Jared Kangas
- [PATCH AUTOSEL 5.4 3/3] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock, Sasha Levin
- [PATCH AUTOSEL 5.10 3/3] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock, Sasha Levin
- [PATCH AUTOSEL 5.15 3/3] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock, Sasha Levin
- [PATCH AUTOSEL 6.12 11/11] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock, Sasha Levin
- [PATCH AUTOSEL 6.1 4/4] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock, Sasha Levin
- [PATCH AUTOSEL 6.6 6/6] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock, Sasha Levin
- [PATCH AUTOSEL 6.14 15/15] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock, Sasha Levin
- [GIT PULL] UDF fix for 6.15-rc7,
Jan Kara
- AF_UNIX/zerocopy/pipe/vmsplice/splice vs FOLL_PIN,
David Howells
- Re: AF_UNIX/zerocopy/pipe/vmsplice/splice vs FOLL_PIN, Christian Brauner
- Re: AF_UNIX/zerocopy/pipe/vmsplice/splice vs FOLL_PIN, Christoph Hellwig
- Re: AF_UNIX/zerocopy/pipe/vmsplice/splice vs FOLL_PIN, David Howells
[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP,
Andrey Albershteyn
[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls,
Andrey Albershteyn
[PATCH RESEND] Documentation: fix typo in root= kernel parameter description,
Petr Vaněk
[syzbot] [mm?] [ext4?] INFO: rcu detected stall in ext4_end_io_rsv_work (3), syzbot
[PATCH v6 0/9] coredump: add coredump socket,
Christian Brauner
- [PATCH v6 1/9] coredump: massage format_corname(), Christian Brauner
- [PATCH v6 2/9] coredump: massage do_coredump(), Christian Brauner
- [PATCH v6 3/9] coredump: reflow dump helpers a little, Christian Brauner
- [PATCH v6 4/9] coredump: add coredump socket, Christian Brauner
- [PATCH v6 5/9] pidfs, coredump: add PIDFD_INFO_COREDUMP, Christian Brauner
- [PATCH v6 6/9] coredump: show supported coredump modes, Christian Brauner
- [PATCH v6 7/9] coredump: validate socket name as it is written, Christian Brauner
- [PATCH v6 8/9] selftests/pidfd: add PIDFD_INFO_COREDUMP infrastructure, Christian Brauner
- [PATCH v6 9/9] selftests/coredump: add tests for AF_UNIX coredumps, Christian Brauner
[PATCH v2 0/8] ext4: enable large folio for regular files,
Zhang Yi
- [PATCH v2 1/8] ext4: make ext4_mpage_readpages() support large folios, Zhang Yi
- [PATCH v2 3/8] ext4: make __ext4_block_zero_page_range() support large folio, Zhang Yi
- [PATCH v2 5/8] ext4: correct the journal credits calculations of allocating blocks, Zhang Yi
- [PATCH v2 4/8] ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folio, Zhang Yi
- [PATCH v2 6/8] ext4: make the writeback path support large folios, Zhang Yi
- [PATCH v2 7/8] ext4: make online defragmentation support large folios, Zhang Yi
- [PATCH v2 8/8] ext4: enable large folio for regular file, Zhang Yi
- [PATCH v2 2/8] ext4: make regular file's buffered write path support large folios, Zhang Yi
- Re: [PATCH v2 0/8] ext4: enable large folio for regular files, Ojaswin Mujoo
- Re: [PATCH v2 0/8] ext4: enable large folio for regular files, Jan Kara
- Re: [PATCH v2 0/8] ext4: enable large folio for regular files, Ojaswin Mujoo
- Re: [PATCH v2 0/8] ext4: enable large folio for regular files, Theodore Ts'o
[PATCH] mm/truncate: fix out-of-bounds when doing a right-aligned split,
Zhang Yi
[BUG] propagate_umount() breakage,
Al Viro
[PATCH] statmount: update STATMOUNT_SUPPORTED macro,
Dmitry V. Levin
[syzbot] [netfs?] KASAN: slab-out-of-bounds Read in iov_iter_revert,
syzbot
[syzbot] [fs?] [efi?] BUG: unable to handle kernel paging request in alloc_fs_context,
syzbot
[PATCH] proc: Show the mountid associated with exe,
WangYuli
[PATCH] hfsplus: remove mutex_lock check in hfsplus_free_extents,
Yangtao Li
[PATCH v4] fs: fuse: add more information to fdinfo,
Chen Linxuan
[PATCH] vfs: Add sysctl vfs_cache_pressure_denom for bulk file operations,
Yafang Shao
[syzbot] [hfs?] WARNING in mark_buffer_dirty (7), syzbot
Increase NAME_MAX to 512 bytes (and maybe also PATH_MAX), Laurent Lyaudet
[PATCH] fs: Fix typo in comment of link_path_walk(),
I Hsin Cheng
[git pull] several mount fixes,
Al Viro
[PATCH RESEND v2 2/2] open_by_handle: add a test for connectable file handles,
Amir Goldstein
[PATCH v2 0/2] Tests for AT_HANDLE_CONNECTABLE,
Amir Goldstein
[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]