Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm(), (continued)
- [PATCH v3 0/9] cachefiles: random bugfixes,
libaokun
- [PATCH v3 1/9] netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume(), libaokun
- [PATCH v3 2/9] cachefiles: fix slab-use-after-free in fscache_withdraw_volume(), libaokun
- [PATCH v3 3/9] cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie(), libaokun
- [PATCH v3 4/9] cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop, libaokun
- [PATCH v3 5/9] cachefiles: stop sending new request when dropping object, libaokun
- [PATCH v3 6/9] cachefiles: cancel all requests for the object that is being dropped, libaokun
- [PATCH v3 7/9] cachefiles: wait for ondemand_object_worker to finish when dropping object, libaokun
- [PATCH v3 8/9] cachefiles: cyclic allocation of msg_id to avoid reuse, libaokun
- [PATCH v3 9/9] cachefiles: add missing lock protection when polling, libaokun
- Re: [PATCH v3 0/9] cachefiles: random bugfixes, Gao Xiang
- Re: [PATCH v3 0/9] cachefiles: random bugfixes, Baokun Li
- Re: (subset) [PATCH v3 0/9] cachefiles: random bugfixes, Christian Brauner
- Re: [PATCH v3 0/9] cachefiles: random bugfixes, Christian Brauner
- [RESEND PATCH] fscache: Remove duplicate included header,
Thorsten Blum
- [PATCH 0/14] New uid & gid mount option parsing helpers,
Eric Sandeen
- [PATCH 01/14] fs_parse: add uid & gid option option parsing helpers, Eric Sandeen
- [PATCH 02/14] autofs: Convert to new uid/gid option parsing helpers, Eric Sandeen
- [PATCH 03/14] debugfs: Convert to new uid/gid option parsing helpers, Eric Sandeen
- [PATCH 04/14] efivarfs: Convert to new uid/gid option parsing helpers, Eric Sandeen
- [PATCH 05/14] exfat: Convert to new uid/gid option parsing helpers, Eric Sandeen
- [PATCH 06/14] ext4: Convert to new uid/gid option parsing helpers, Eric Sandeen
- [PATCH 07/14] fuse: Convert to new uid/gid option parsing helpers, Eric Sandeen
- [PATCH 08/14] hugetlbfs: Convert to new uid/gid option parsing helpers, Eric Sandeen
- [PATCH 09/14] isofs: Convert to new uid/gid option parsing helpers, Eric Sandeen
- [PATCH 10/14] ntfs3: Convert to new uid/gid option parsing helpers, Eric Sandeen
- [PATCH 11/14] tmpfs: Convert to new uid/gid option parsing helpers, Eric Sandeen
- [PATCH 12/14] smb: client: Convert to new uid/gid option parsing helpers, Eric Sandeen
- [PATCH 13/14] tracefs: Convert to new uid/gid option parsing helpers, Eric Sandeen
- [PATCH 14/14] vboxsf: Convert to new uid/gid option parsing helpers, Eric Sandeen
- Re: [PATCH 0/14] New uid & gid mount option parsing helpers, Christian Brauner
- Re: (subset) [PATCH 0/14] New uid & gid mount option parsing helpers, Christian Brauner
- [PATCH] fuse: Enable dynamic configuration of FUSE_MAX_MAX_PAGES,
Joanne Koong
- [PATCH] cachestat: do not flush stats in recency check,
Nhat Pham
- [PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps,
Andrii Nakryiko
- [PATCH] vfs: rename parent_ino to d_parent_ino and make it use RCU,
Mateusz Guzik
- [PATCH RFC 0/4] pidfs: allow retrieval of namespace descriptors,
Christian Brauner
- [syzbot] [exfat?] possible deadlock in exfat_iterate (2),
syzbot
- [RFC PATCH 0/7] Make core VMA operations internal and testable,
Lorenzo Stoakes
- [PATCH 00/10] fs: multigrain timestamp redux,
Jeff Layton
- [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t, Jeff Layton
- [PATCH 02/10] fs: uninline inode_get_ctime and inode_set_ctime_to_ts, Jeff Layton
- [PATCH 03/10] fs: tracepoints for inode_needs_update_time and inode_set_ctime_to_ts, Jeff Layton
- [PATCH 04/10] fs: add infrastructure for multigrain timestamps, Jeff Layton
- [PATCH 05/10] fs: add percpu counters to count fine vs. coarse timestamps, Jeff Layton
- [PATCH 06/10] fs: have setattr_copy handle multigrain timestamps appropriately, Jeff Layton
- [PATCH 07/10] xfs: switch to multigrain timestamps, Jeff Layton
- [PATCH 08/10] ext4: switch to multigrain timestamps, Jeff Layton
- [PATCH 09/10] btrfs: convert to multigrain timestamps, Jeff Layton
- [PATCH 10/10] tmpfs: add support for multigrain timestamps, Jeff Layton
- [PATCH 00/13] fs/dax: Fix FS DAX page reference counts,
Alistair Popple
- [PATCH 01/13] mm/gup.c: Remove redundant check for PCI P2PDMA page, Alistair Popple
- [PATCH 02/13] pci/p2pdma: Don't initialise page refcount to one, Alistair Popple
- [PATCH 03/13] fs/dax: Refactor wait for dax idle page, Alistair Popple
- [PATCH 04/13] fs/dax: Add dax_page_free callback, Alistair Popple
- [PATCH 05/13] mm: Allow compound zone device pages, Alistair Popple
- [PATCH 06/13] mm/memory: Add dax_insert_pfn, Alistair Popple
- [PATCH 07/13] huge_memory: Allow mappings of PUD sized pages, Alistair Popple
- [PATCH 08/13] huge_memory: Allow mappings of PMD sized pages, Alistair Popple
- [PATCH 09/13] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages, Alistair Popple
- [PATCH 10/13] fs/dax: Properly refcount fs dax pages, Alistair Popple
- [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code, Alistair Popple
- [PATCH 12/13] mm: Remove pXX_devmap callers, Alistair Popple
- [PATCH 13/13] mm: Remove devmap related functions and page table bits, Alistair Popple
- Re: [PATCH 00/13] fs/dax: Fix FS DAX page reference counts, Dan Williams
- Re: [PATCH 00/13] fs/dax: Fix FS DAX page reference counts, Dave Chinner
- [PATCH v2 0/4] mm/filemap: Limit page cache size to that supported by xarray,
Gavin Shan
- [RFC v3 0/1] fs/namespace: defer RCU sync for MNT_DETACH umount,
Lucas Karpinski
- [PATCH v3 0/2] man-pages: add documentation for statmount/listmount,
Josef Bacik
- [PATCH v2 0/2] man-pages: add documentation for statmount/listmount,
Josef Bacik
- [syzbot] [fs?] linux-next test error: BUG: sleeping function called from invalid context in mas_alloc_nodes, syzbot
- [PATCH v3 1/3] Fix userfaultfd_api to return EINVAL as expected,
Audra Mitchell
- [ANNOUNCE] xfs-linux: for-next updated to 673cd885bbbf, Chandan Babu R
- [RFC PATCH] mm: introduce gen information in /proc/xxx/smaps,
zhaoyang.huang
- posix_fallocate behavior in glibc,
Christoph Hellwig
Re: [PATCH 1/2] mm: Constify folio_order()/folio_test_pmd_mappable(),
Zi Yan
Re: [PATCH 2/2] kpageflags: fix wrong KPF_THP on non-pmd-mappable compound pages,
Zi Yan
[PATCH v7 0/1] Centralize _GNU_SOURCE definition into lib.mk,
Edward Liaw
[PATCH v2 0/5] Rosebush, a new hash table,
Matthew Wilcox (Oracle)
[PATCH 0/3] man-pages: add documentation for statmount/listmount,
Josef Bacik
[PATCH v2 0/2] fat: add support for directories without . and .. entries,
Thadeu Lima de Souza Cascardo
[PATCH] selftests/proc: fix unused result warning during test compilation,
Abhinav Jain
[PATCH v3] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...),
Mateusz Guzik
- Re: [PATCH v3] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Xi Ruoyao
- Re: [PATCH v3] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Xi Ruoyao
- Re: [PATCH v3] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Christian Brauner
- Re: [PATCH v3] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Xi Ruoyao
[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v9 01/39] arm64/mm: Restructure arch_validate_flags() for extensibility, Mark Brown
- [PATCH v9 02/39] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v9 03/39] mman: Add map_shadow_stack() flags, Mark Brown
- [PATCH v9 04/39] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [PATCH v9 05/39] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v9 06/39] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v9 07/39] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v9 08/39] arm64/gcs: Provide put_user_gcs(), Mark Brown
- [PATCH v9 09/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v9 10/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v9 11/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v9 12/39] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v9 13/39] KVM: arm64: Manage GCS registers for guests, Mark Brown
- [PATCH v9 14/39] arm64/gcs: Allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v9 15/39] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v9 16/39] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v9 17/39] arm64/traps: Handle GCS exceptions, Mark Brown
- [PATCH v9 18/39] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v9 19/39] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v9 20/39] arm64/gcs: Ensure that new threads have a GCS, Mark Brown
- [PATCH v9 21/39] arm64/gcs: Implement shadow stack prctl() interface, Mark Brown
- [PATCH v9 22/39] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v9 23/39] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
- [PATCH v9 24/39] arm64/signal: Expose GCS state in signal frames, Mark Brown
- [PATCH v9 25/39] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v9 26/39] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v9 27/39] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v9 28/39] kselftest: Provide shadow stack enable helpers for arm64, Mark Brown
- [PATCH v9 29/39] selftests/clone3: Enable arm64 shadow stack testing, Mark Brown
- [PATCH v9 30/39] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v9 31/39] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v9 32/39] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v9 33/39] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
- [PATCH v9 34/39] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v9 35/39] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v9 36/39] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v9 37/39] kselftest/arm64: Add GCS signal tests, Mark Brown
- [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v9 39/39] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
[PATCH v2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Mateusz Guzik
[PATCH v3] fs: fsconfig: intercept non-new mount API in advance for FSCONFIG_CMD_CREATE_EXCL command,
Hongbo Li
[PATCH v8 00/10] enable bs > ps in XFS,
Pankaj Raghav (Samsung)
- [PATCH v8 02/10] filemap: allocate mapping_min_order folios in the page cache, Pankaj Raghav (Samsung)
- [PATCH v8 01/10] fs: Allow fine-grained control of folio sizes, Pankaj Raghav (Samsung)
- [PATCH v8 04/10] mm: split a folio in minimum folio order chunks, Pankaj Raghav (Samsung)
- [PATCH v8 03/10] readahead: allocate folios with mapping_min_order in readahead, Pankaj Raghav (Samsung)
- [PATCH v8 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size, Pankaj Raghav (Samsung)
- [PATCH v8 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range(), Pankaj Raghav (Samsung)
- [PATCH v8 07/10] xfs: use kvmalloc for xattr buffers, Pankaj Raghav (Samsung)
- [PATCH v8 10/10] xfs: enable block size larger than page size support, Pankaj Raghav (Samsung)
- [PATCH v8 08/10] xfs: expose block size in stat, Pankaj Raghav (Samsung)
- [PATCH v8 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count(), Pankaj Raghav (Samsung)
[PATCH 0/2] statx NULL path support,
Mateusz Guzik
- [PATCH 1/2] vfs: add CLASS fd_raw, Mateusz Guzik
- [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Mateusz Guzik
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Xi Ruoyao
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Huacai Chen
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Xi Ruoyao
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Huacai Chen
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Xi Ruoyao
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Huacai Chen
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Arnd Bergmann
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Huacai Chen
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Arnd Bergmann
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Huacai Chen
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Christian Brauner
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Huacai Chen
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Linus Torvalds
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Xi Ruoyao
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Linus Torvalds
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Xi Ruoyao
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Huacai Chen
- Re: [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...), Florian Weimer
- Re: [PATCH 0/2] statx NULL path support, Christoph Hellwig
[PATCH 0/10] mm: Fix various readahead quirks,
Jan Kara
- [PATCH 04/10] readahead: Drop pointless index from force_page_cache_ra(), Jan Kara
- [PATCH 03/10] readahead: Properly shorten readahead when falling back to do_page_cache_ra(), Jan Kara
- [PATCH 05/10] readahead: Drop index argument of page_cache_async_readahead(), Jan Kara
- [PATCH 07/10] readahead: Drop dead code in ondemand_readahead(), Jan Kara
- [PATCH 09/10] readahead: Fold try_context_readahead() into its single caller, Jan Kara
- [PATCH 02/10] filemap: Fix page_cache_next_miss() when no hole found, Jan Kara
- [PATCH 08/10] readahead: Disentangle async and sync readahead, Jan Kara
- [PATCH 01/10] readahead: Make sure sync readahead reads needed page, Jan Kara
- [PATCH 06/10] readahead: Drop dead code in page_cache_ra_order(), Jan Kara
- [PATCH 10/10] readahead: Simplify gotos in page_cache_sync_ra(), Jan Kara
- Re: [PATCH 0/10] mm: Fix various readahead quirks, Josef Bacik
- Re: [PATCH 0/10] mm: Fix various readahead quirks, Zhang Peng
[PATCH v1 1/1] revert "iomap: add support for dma aligned direct-io",
Chunjie Zhu
[PATCH 0/4] mm/filemap: Limit page cache size to that supported by xarray,
Gavin Shan
[PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk,
Edward Liaw
- [PATCH v6 01/13] selftests/mm: Define _GNU_SOURCE to an empty string, Edward Liaw
- [PATCH v6 02/13] selftests: Add -D_GNU_SOURCE= to CFLAGS in lib.mk, Edward Liaw
- [PATCH v6 03/13] selftests/net: Append to lib.mk CFLAGS in Makefile, Edward Liaw
- [PATCH v6 04/13] selftests/exec: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 05/13] selftests/futex: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 06/13] selftests/intel_pstate: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 07/13] selftests/iommu: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 08/13] selftests/kvm: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 09/13] selftests/proc: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 10/13] selftests/resctrl: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 11/13] selftests/ring-buffer: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 12/13] selftests/riscv: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile, Edward Liaw
- [PATCH v6 13/13] selftests/sgx: Append CFLAGS from lib.mk to HOST_CFLAGS, Edward Liaw
- Re: [PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk, Andrew Morton
[PATCH 0/4] Add the ability to query mount options in statmount,
Josef Bacik
[PATCH v2 00/13] linux system call fixes,
Arnd Bergmann
- [PATCH v2 01/13] ftruncate: pass a signed offset, Arnd Bergmann
- [PATCH v2 02/13] syscalls: fix compat_sys_io_pgetevents_time64 usage, Arnd Bergmann
- [PATCH v2 03/13] sparc: fix old compat_sys_select(), Arnd Bergmann
- [PATCH v2 04/13] sparc: fix compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH v2 05/13] parisc: use correct compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH v2 06/13] parisc: use generic sys_fanotify_mark implementation, Arnd Bergmann
- [PATCH v2 07/13] powerpc: restore some missing spu syscalls, Arnd Bergmann
- [PATCH v2 08/13] sh: rework sync_file_range ABI, Arnd Bergmann
- [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range, Arnd Bergmann
[PATCH 0/8] Support foreign mount namespace with statmount/listmount,
Josef Bacik
- [PATCH 1/8] fs: relax permissions for listmount(), Josef Bacik
- [PATCH 2/8] fs: relax permissions for statmount(), Josef Bacik
- [PATCH 3/8] fs: keep an index of current mount namespaces, Josef Bacik
- [PATCH 4/8] fs: export the mount ns id via statmount, Josef Bacik
- [PATCH 5/8] fs: Allow listmount() in foreign mount namespace, Josef Bacik
- [PATCH 6/8] fs: Allow statmount() in foreign mount namespace, Josef Bacik
- [PATCH 7/8] fs: add an ioctl to get the mnt ns id from nsfs, Josef Bacik
- [PATCH 8/8] selftests: add a test for the foreign mnt ns extensions, Josef Bacik
- Re: [PATCH 0/8] Support foreign mount namespace with statmount/listmount, Jeff Layton
- Re: [PATCH 0/8] Support foreign mount namespace with statmount/listmount, Karel Zak
- Re: [PATCH 0/8] Support foreign mount namespace with statmount/listmount, Christian Brauner
[PATCH] netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait,
David Howells
[PATCH] netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid,
David Howells
[PATCH v2] vfs: remove redundant smp_mb for thp handling in do_dentry_open,
Mateusz Guzik
[PATCH v2] vfs: Shortcut AT_EMPTY_PATH early for statx, and add AT_NO_PATH for statx and fstatat,
Xi Ruoyao
[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]