Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH 04/13] fs/dax: Add dax_page_free callback, (continued)
- [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
[RFC PATCH] vfs: wrap CONFIG_READ_ONLY_THP_FOR_FS-related code with an ifdef,
Mateusz Guzik
fscache build options, Steve French
[PATCH AUTOSEL 4.19 1/2] fs/file: fix the check in find_next_fd(), Sasha Levin
[PATCH AUTOSEL 5.4 1/2] fs/file: fix the check in find_next_fd(), Sasha Levin
[PATCH AUTOSEL 5.10 1/2] fs/file: fix the check in find_next_fd(), Sasha Levin
[PATCH AUTOSEL 5.15 1/3] fs/file: fix the check in find_next_fd(), Sasha Levin
[PATCH AUTOSEL 6.1 09/12] iomap: Fix iomap_adjust_read_range for plen calculation, Sasha Levin
[PATCH AUTOSEL 6.1 07/12] fs/file: fix the check in find_next_fd(), Sasha Levin
[PATCH AUTOSEL 6.6 11/16] iomap: Fix iomap_adjust_read_range for plen calculation, Sasha Levin
[PATCH AUTOSEL 6.6 08/16] fs/file: fix the check in find_next_fd(), Sasha Levin
[PATCH AUTOSEL 6.9 13/21] iomap: Fix iomap_adjust_read_range for plen calculation, Sasha Levin
[PATCH AUTOSEL 6.9 08/21] fs/file: fix the check in find_next_fd(), Sasha Levin
[GIT PULL] bcachefs fixes for 6.10-rc5,
Kent Overstreet
[PATCH] vfs: Add AT_EMPTY_PATH_NOCHECK as unchecked AT_EMPTY_PATH,
Xi Ruoyao
[PATCH v2 0/2] exec: Avoid pathological argc, envc, and bprm->p values,
Kees Cook
[GIT PULL] overlayfs fixes for 6.10-rc5,
Miklos Szeredi
[PATCH v2 1/3] Fix userfaultfd_api to return EINVAL as expected,
Audra Mitchell
[PATCH 0/2] mm: Avoid possible overflows in dirty throttling,
Jan Kara
Bounce probe for linux-fsdevel@xxxxxxxxxxxxxxx (no action required), linux-fsdevel+owner
[PATCH 00/13] forcealign for xfs,
John Garry
- [PATCH 02/13] xfs: always tail align maxlen allocations, John Garry
- [PATCH 01/13] xfs: only allow minlen allocations when near ENOSPC, John Garry
- [PATCH 05/13] xfs: introduce forced allocation alignment, John Garry
- [PATCH 04/13] xfs: make EOF allocation simpler, John Garry
- [PATCH 09/13] xfs: Update xfs_inode_alloc_unitsize_fsb() for forcealign, John Garry
- [PATCH 08/13] xfs: Do not free EOF blocks for forcealign, John Garry
- [PATCH 06/13] xfs: align args->minlen for forced allocation alignment, John Garry
- [PATCH 07/13] xfs: Introduce FORCEALIGN inode flag, John Garry
- [PATCH 10/13] xfs: Unmap blocks according to forcealign, John Garry
- [PATCH 03/13] xfs: simplify extent allocation alignment, John Garry
- [PATCH 11/13] xfs: Only free full extents for forcealign, John Garry
- [PATCH 12/13] xfs: Don't revert allocated offset for forcealign, John Garry
- [PATCH 13/13] xfs: Enable file data forcealign feature, John Garry
[linux-next:master] [vfs] 632586fb1b: WARNING:at_mm/slub.c:#cache_from_obj,
kernel test robot
[PATCH v3 00/11] Improve the copy of task comm,
Yafang Shao
- [PATCH v3 01/11] fs/exec: Drop task_lock() inside __get_task_comm(), Yafang Shao
- [PATCH v3 02/11] auditsc: Replace memcpy() with __get_task_comm(), Yafang Shao
- [PATCH v3 03/11] security: Replace memcpy() with __get_task_comm(), Yafang Shao
- [PATCH v3 04/11] bpftool: Ensure task comm is always NUL-terminated, Yafang Shao
- [PATCH v3 05/11] mm/util: Fix possible race condition in kstrdup(), Yafang Shao
- [PATCH v3 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}, Yafang Shao
- [PATCH v3 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v3 08/11] tsacct: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v3 09/11] tracing: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v3 10/11] net: Replace strcpy() with __get_task_comm(), Yafang Shao
- [PATCH v3 11/11] drm: Replace strcpy() with __get_task_comm(), Yafang Shao
[PATCH 00/17] netfs, cifs: Miscellaneous fixes and read/write improvements,
David Howells
- [PATCH 01/17] netfs: Fix io_uring based write-through, David Howells
- [PATCH 02/17] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode, David Howells
- [PATCH 04/17] netfs: Adjust labels in /proc/fs/netfs/stats, David Howells
- [PATCH 05/17] netfs: Record contention stats for writeback lock, David Howells
- [PATCH 06/17] 9p: Enable multipage folios, David Howells
- [PATCH 07/17] netfs: Reduce number of conditional branches in netfs_perform_write(), David Howells
- [PATCH 08/17] netfs: Delete some xarray-wangling functions that aren't used, David Howells
- [PATCH 10/17] cifs: Only pick a channel once per read request, David Howells
- [PATCH 03/17] netfs: Fix early issue of write op on partial write to folio tail, David Howells
- [PATCH 11/17] cifs: Move the 'pid' from the subreq to the req, David Howells
- [PATCH 12/17] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream, David Howells
- [PATCH 15/17] netfs: Simplify the writeback code, David Howells
- [PATCH 16/17] afs: Make read subreqs async, David Howells
- [PATCH 17/17] netfs: Speed up buffered reading, David Howells
- [PATCH 09/17] cifs: Defer read completion, David Howells
- [PATCH 14/17] netfs: Use new sheaf data type and iterator instead of xarray iter, David Howells
- [PATCH 13/17] mm: Define struct sheaf and ITER_SHEAF to handle a sequence of folios, David Howells
- [PATCH v2 09/17] cifs: Defer read completion, David Howells
[PATCH 00/15] linux system call fixes,
Arnd Bergmann
- [PATCH 01/15] ftruncate: pass a signed offset, Arnd Bergmann
- [PATCH 02/15] syscalls: fix compat_sys_io_pgetevents_time64 usage, Arnd Bergmann
- [PATCH 03/15] mips: fix compat_sys_lseek syscall, Arnd Bergmann
- [PATCH 04/15] sparc: fix old compat_sys_select(), Arnd Bergmann
- [PATCH 05/15] sparc: fix compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH 06/15] parisc: use correct compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH 07/15] parisc: use generic sys_fanotify_mark implementation, Arnd Bergmann
- [PATCH 08/15] powerpc: restore some missing spu syscalls, Arnd Bergmann
- [PATCH 09/15] sh: rework sync_file_range ABI, Arnd Bergmann
- [PATCH 10/15] csky, hexagon: fix broken sys_sync_file_range, Arnd Bergmann
- [PATCH 11/15] hexagon: fix fadvise64_64 calling conventions, Arnd Bergmann
- [PATCH 12/15] s390: remove native mmap2() syscall, Arnd Bergmann
- [PATCH 13/15] syscalls: mmap(): use unsigned offset type consistently, Arnd Bergmann
- [PATCH 14/15] asm-generic: unistd: fix time32 compat syscall handling, Arnd Bergmann
- [PATCH 15/15] linux/syscalls.h: add missing __user annotations, Arnd Bergmann
[PATCH v2] filemap: add trace events for get_pages, map_pages, and fault,
Takaya Saeki
[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]