Linux Filesystem Development
[Prev Page][Next Page]
- remove write hint leftovers,
Christoph Hellwig
- [PATCH 5.16 050/186] binfmt_elf: Avoid total_mapping_size for ET_EXEC, Greg Kroah-Hartman
- [PATCH] fs: aio: fixed purely styling errors,
Salih MSA
- mmotm 2022-03-06-20-33 uploaded,
Andrew Morton
- [PATCH RFC 0/3] MAP_POPULATE for device memory,
Jarkko Sakkinen
- [PATCH RFC v2] mm: Add f_ops->populate(),
Jarkko Sakkinen
- [PATCH RFC] mm: Add f_ops->populate(),
Jarkko Sakkinen
- [PATCH v4 0/9] Generic per-sb io stats,
Amir Goldstein
- [PATCH v4 1/9] lib/percpu_counter: add helpers for "relaxed" counters, Amir Goldstein
- [PATCH v4 2/9] lib/percpu_counter: add helpers for arrays of counters, Amir Goldstein
- [PATCH v4 4/9] fs: add optional iostats counters to struct super_block, Amir Goldstein
- [PATCH v4 5/9] fs: collect per-sb io stats, Amir Goldstein
- [PATCH v4 3/9] fs: tidy up fs_flags definitions, Amir Goldstein
- [PATCH v4 6/9] fs: report per-sb io stats, Amir Goldstein
- [PATCH v4 7/9] ovl: opt-in for per-sb io stats, Amir Goldstein
- [PATCH v4 8/9] fuse: opt-in for per-sb io stats, Amir Goldstein
- [PATCH v4 9/9] fs: enable per-sb io stats for all blockdev filesystems, Amir Goldstein
- Re: [PATCH v4 0/9] Generic per-sb io stats, Theodore Ts'o
- [PATCH mmotm] tmpfs: do not allocate pages on read,
Hugh Dickins
- [PATCH RFC v15 0/11] NFSD: Initial implementation of NFSv4 Courteous Server,
Dai Ngo
- [PATCH RFC v15 01/11] fs/lock: add helper locks_any_blockers to check for blockers, Dai Ngo
- [PATCH RFC v15 02/11] NFSD: Add client flags, macro and spinlock to support courteous server, Dai Ngo
- [PATCH RFC v15 04/11] NFSD: Update nfsd_breaker_owns_lease() to handle courtesy clients, Dai Ngo
- [PATCH RFC v15 03/11] NFSD: Add lm_lock_expired call out, Dai Ngo
- [PATCH RFC v15 09/11] NFSD: Refactor nfsd4_laundromat(), Dai Ngo
- [PATCH RFC v15 07/11] NFSD: Update find_in_sessionid_hashtbl() to handle courtesy clients, Dai Ngo
- [PATCH RFC v15 05/11] NFSD: Update nfs4_get_vfs_file() to handle courtesy clients, Dai Ngo
- [PATCH RFC v15 06/11] NFSD: Update find_clp_in_name_tree() to handle courtesy clients, Dai Ngo
- [PATCH RFC v15 08/11] NFSD: Update find_client_in_id_table() to handle courtesy clients, Dai Ngo
- [PATCH RFC v15 10/11] NFSD: Update laundromat to handle courtesy clients, Dai Ngo
- [PATCH RFC v15 11/11] NFSD: Show state of courtesy clients in client info, Dai Ngo
- [no subject], Unknown
- [LSF/MM/BPF TOPIC] Dynamic allocation of pseudo file systems, Steven Rostedt
- [PATCH 1/2] nvme: remove support or stream based temperature hint,
Christoph Hellwig
- Re: [PATCH 1/2] nvme: remove support or stream based temperature hint, Keith Busch
- Re: [PATCH 1/2] nvme: remove support or stream based temperature hint, Jens Axboe
[ANNOUNCE] util-linux v2.38-rc2, Karel Zak
[PATCH v5 1/2] fs/proc: optimize register ctl_tables,
Meng Tang
[PATCH v4 00/24] DEPT(Dependency Tracker),
Byungchul Park
- [PATCH v4 04/24] dept: Add a API for skipping dependency check temporarily, Byungchul Park
- [PATCH v4 01/24] llist: Move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH v4 05/24] dept: Apply Dept to spinlock, Byungchul Park
- [PATCH v4 08/24] dept: Apply Dept to wait_for_completion()/complete(), Byungchul Park
- [PATCH v4 07/24] dept: Apply Dept to rwlock, Byungchul Park
- [PATCH v4 20/24] dept: Add nocheck version of init_completion(), Byungchul Park
- [PATCH v4 24/24] dept: Disable Dept on that map once it's been handled until next turn, Byungchul Park
- [PATCH v4 21/24] dept: Disable Dept on struct crypto_larval's completion for now, Byungchul Park
- [PATCH v4 22/24] dept: Don't create dependencies between different depths in any case, Byungchul Park
- [PATCH v4 23/24] dept: Let it work with real sleeps in __schedule(), Byungchul Park
- [PATCH v4 03/24] dept: Embed Dept data in Lockdep, Byungchul Park
- [PATCH v4 02/24] dept: Implement Dept(Dependency Tracker), Byungchul Park
- [PATCH v4 15/24] dept: Apply SDT to wait(waitqueue), Byungchul Park
- [PATCH v4 17/24] dept: Distinguish each syscall context from another, Byungchul Park
- [PATCH v4 19/24] dept: Disable Dept within the wait_bit layer by default, Byungchul Park
- [PATCH v4 14/24] dept: Apply SDT to swait, Byungchul Park
- [PATCH v4 13/24] dept: Apply Dept to wait/event of PG_{locked,writeback}, Byungchul Park
- [PATCH v4 06/24] dept: Apply Dept to mutex families, Byungchul Park
- [PATCH v4 16/24] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread, Byungchul Park
- [PATCH v4 18/24] dept: Distinguish each work from another, Byungchul Park
- [PATCH v4 11/24] dept: Add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH v4 12/24] dept: Introduce split map concept and new APIs for them, Byungchul Park
- [PATCH v4 10/24] dept: Apply Dept to rwsem, Byungchul Park
- [PATCH v4 09/24] dept: Apply Dept to seqlock, Byungchul Park
- Re: [PATCH v4 00/24] DEPT(Dependency Tracker), Hyeonggon Yoo
mmotm 2022-03-03-21-24 uploaded,
Andrew Morton
[PATCH v2] binfmt_elf: Introduce KUnit test,
Kees Cook
[PATCH mmotm] mm: warn on deleting redirtied only if accounted,
Hugh Dickins
[PATCH mmotm] mm/fs: delete PF_SWAPWRITE, Hugh Dickins
[PATCH] vfs: do not try to evict inode when super is frozen,
Jaegeuk Kim
[PATCH] cachefiles: Fix incorrect length to fallocate(),
David Howells
ECANCELED returned from io_uring_wait_cqe, Daniel Black
[PATCH v4 1/2] fs/proc: optimize exactly register one ctl_table,
Meng Tang
[LSF/MM/BPF BoF] BoF for Zoned Storage,
Luis Chamberlain
mmotm 2022-03-02-16-53 uploaded,
Andrew Morton
Re: [PATCH v4 6/6] io_uring: add support for zone-append,
Luis Chamberlain
[RFC PATCH 0/1] FUSE: allow drivers to increase readahead.,
Kevin Vigor
[PATCH] docs: proc.rst: fix wrong time unit,
YI
[PATCH 00/19] netfs: Prep for write helpers,
David Howells
- [PATCH 01/19] fscache: export fscache_end_operation(), David Howells
- [PATCH 02/19] netfs: Generate enums from trace symbol mapping lists, David Howells
- [PATCH 03/19] netfs: Add a netfs inode context, David Howells
- [PATCH 04/19] netfs: Rename netfs_read_*request to netfs_io_*request, David Howells
- [PATCH 05/19] netfs: Refactor arguments for netfs_alloc_read_request, David Howells
- [PATCH 06/19] netfs: Finish off rename of netfs_read_request to netfs_io_request, David Howells
- [PATCH 07/19] netfs: Split netfs_io_* object handling out, David Howells
- [PATCH 08/19] netfs: Adjust the netfs_rreq tracepoint slightly, David Howells
- [PATCH 09/19] netfs: Trace refcounting on the netfs_io_request struct, David Howells
- [PATCH 10/19] netfs: Trace refcounting on the netfs_io_subrequest struct, David Howells
- [PATCH 11/19] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines, David Howells
- [PATCH 12/19] netfs: Prepare to split read_helper.c, David Howells
- [PATCH 13/19] netfs: Add a function to consolidate beginning a read, David Howells
- [PATCH 14/19] netfs: Split fs/netfs/read_helper.c, David Howells
- [PATCH 15/19] netfs: Split some core bits out into their own file, David Howells
- [PATCH 16/19] netfs: Rename rename read_helper.c to io.c, David Howells
- [PATCH 18/19] netfs: Keep track of the actual remote file size, David Howells
- [PATCH 17/19] netfs: Change ->init_rreq() to return an error code, David Howells
- [PATCH 19/19] afs: Maintain netfs_i_context::remote_i_size, David Howells
[PATCH v4 0/6] Fix some bugs related to ramp and dax,
Muchun Song
[next] warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=],
Naresh Kamboju
[LSF/MM/BPF TOPIC] Potential silent data loss caused by hwpoisoned page cache, Yang Shi
[PATCH v3 1/2] fs/proc: optimize exactly register one ctl_table,
Meng Tang
[PATCH] wait: Parameterize the return variable to ___wait_event(), Matthew Wilcox (Oracle)
[PATCH v3 0/6] Generic per-sb io stats,
Amir Goldstein
[GIT PULL] binfmt_elf fix for v5.17-rc7,
Kees Cook
[PATCH] drivers/char/mem: implement splice() for /dev/zero, /dev/full, Max Kellermann
[PATCH v2 1/2] fs/proc: optimize exactly register one ctl_table,
Meng Tang
Re: [RFC PATCH v10 11/48] ceph: decode alternate_name in lease info,
Xiubo Li
Different writeback timing since v5.14,
Richard Weinberger
[LSF/MM/BPF TOPIC] Changing file system resize patterns, Theodore Ts'o
[v2][PATCH] proc: fix documentation and description of pagemap,
Yun Zhou
[PATCH] proc: fix documentation and description of mmap,
Yun Zhou
Re: [PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix,
Paul Moore
[PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent,
Yang Shi
[PATCH 1/4] ksmbd: remove internal.h include,
Namjae Jeon
mmotm 2022-02-28-14-45 uploaded,
Andrew Morton
[PATCH v1] fs: Fix inconsistent f_mode,
Mickaël Salaün
[PATCH 5.16 v2] binfmt_elf: Avoid total_mapping_size for ET_EXEC,
Kees Cook
[PATCH] binfmt_elf: Avoid total_mapping_size for ET_EXEC,
Kees Cook
[no subject], Unknown
[PATCH] iomap: fix incomplete async dio reads when using IOMAP_DIO_PARTIAL,
fdmanana
[PATCH v6 00/16] Optimize list lru memory consumption,
Muchun Song
- [PATCH v6 01/16] mm: list_lru: transpose the array of per-node per-memcg lru lists, Muchun Song
- [PATCH v6 02/16] mm: introduce kmem_cache_alloc_lru, Muchun Song
- [PATCH v6 03/16] fs: introduce alloc_inode_sb() to allocate filesystems specific inode, Muchun Song
- [PATCH v6 04/16] fs: allocate inode by using alloc_inode_sb(), Muchun Song
- [PATCH v6 05/16] f2fs: allocate inode by using alloc_inode_sb(), Muchun Song
- [PATCH v6 07/16] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry, Muchun Song
- [PATCH v6 08/16] xarray: use kmem_cache_alloc_lru to allocate xa_node, Muchun Song
- [PATCH v6 06/16] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry, Muchun Song
- [PATCH v6 09/16] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online(), Muchun Song
- [PATCH v6 10/16] mm: list_lru: allocate list_lru_one only when needed, Muchun Song
- [PATCH v6 12/16] mm: list_lru: replace linear array with xarray, Muchun Song
- [PATCH v6 11/16] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus, Muchun Song
- [PATCH v6 13/16] mm: memcontrol: reuse memory cgroup ID for kmem ID, Muchun Song
- [PATCH v6 14/16] mm: memcontrol: fix cannot alloc the maximum memcg ID, Muchun Song
- [PATCH v6 15/16] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg, Muchun Song
- [PATCH v6 16/16] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id, Muchun Song
[PATCH v2 0/6] Generic per-mount io stats,
Amir Goldstein
[PATCH 0/6] Remove usage of list iterator past the loop body,
Jakob Koschel
[PATCH v3 00/21] DEPT(Dependency Tracker),
Byungchul Park
- [PATCH v3 01/21] llist: Move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH v3 06/21] dept: Apply Dept to mutex families, Byungchul Park
- [PATCH v3 02/21] dept: Implement Dept(Dependency Tracker), Byungchul Park
- [PATCH v3 11/21] dept: Add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH v3 10/21] dept: Apply Dept to rwsem, Byungchul Park
- [PATCH v3 08/21] dept: Apply Dept to wait_for_completion()/complete(), Byungchul Park
- [PATCH v3 04/21] dept: Add a API for skipping dependency check temporarily, Byungchul Park
- [PATCH v3 21/21] dept: Disable Dept on struct crypto_larval's completion for now, Byungchul Park
- [PATCH v3 20/21] dept: Add nocheck version of init_completion(), Byungchul Park
- [PATCH v3 19/21] dept: Disable Dept within the wait_bit layer by default, Byungchul Park
- [PATCH v3 18/21] dept: Distinguish each work from another, Byungchul Park
- [PATCH v3 17/21] dept: Distinguish each syscall context from another, Byungchul Park
- [PATCH v3 13/21] dept: Apply Dept to wait/event of PG_{locked,writeback}, Byungchul Park
- [PATCH v3 14/21] dept: Apply SDT to swait, Byungchul Park
- [PATCH v3 15/21] dept: Apply SDT to wait(waitqueue), Byungchul Park
- [PATCH v3 16/21] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread, Byungchul Park
- [PATCH v3 09/21] dept: Apply Dept to seqlock, Byungchul Park
- [PATCH v3 12/21] dept: Introduce split map concept and new APIs for them, Byungchul Park
- [PATCH v3 07/21] dept: Apply Dept to rwlock, Byungchul Park
- [PATCH v3 05/21] dept: Apply Dept to spinlock, Byungchul Park
- [PATCH v3 03/21] dept: Embed Dept data in Lockdep, Byungchul Park
- Re: [PATCH v3 00/21] DEPT(Dependency Tracker), Hyeonggon Yoo
[PATCH v3 0/6] Fix some bugs related to ramp and dax,
Muchun Song
[PATCH v11 0/8] fsdax: introduce fs query to support reflink,
Shiyang Ruan
- [PATCH v11 1/8] dax: Introduce holder for dax_device, Shiyang Ruan
- [PATCH v11 3/8] pagemap,pmem: Introduce ->memory_failure(), Shiyang Ruan
- [PATCH v11 4/8] fsdax: Introduce dax_lock_mapping_entry(), Shiyang Ruan
- [PATCH v11 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case, Shiyang Ruan
- [PATCH v11 5/8] mm: move pgoff_address() to vma_pgoff_address(), Shiyang Ruan
- [PATCH v11 2/8] mm: factor helpers for memory_failure_dev_pagemap, Shiyang Ruan
- [PATCH v11 8/8] fsdax: set a CoW flag when associate reflink mappings, Shiyang Ruan
- [PATCH v11 7/8] xfs: Implement ->notify_failure() for XFS, Shiyang Ruan
- Re: [PATCH v11 0/8] fsdax: introduce fs query to support reflink, Shiyang Ruan
[PATCH 0/6] block, fs: convert most Direct IO cases to FOLL_PIN,
jhubbard . send . patches
[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]