Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH v3 52/68] fscache, cachefiles: Store the volume coherency data, (continued)
- [PATCH v3 52/68] fscache, cachefiles: Store the volume coherency data, David Howells
- [PATCH v3 53/68] cachefiles: Allow cachefiles to actually function, David Howells
- [PATCH v3 54/68] fscache, cachefiles: Display stats of no-space events, David Howells
- [PATCH v3 55/68] fscache, cachefiles: Display stat of culling events, David Howells
- [PATCH v3 56/68] afs: Handle len being extending over page end in write_begin/write_end, David Howells
- [PATCH v3 57/68] afs: Fix afs_write_end() to handle len > page size, David Howells
- [PATCH v3 58/68] afs: Convert afs to use the new fscache API, David Howells
- [PATCH v3 59/68] afs: Copy local writes to the cache when writing to the server, David Howells
- [PATCH v3 60/68] afs: Skip truncation on the server of data we haven't written yet, David Howells
- [PATCH v3 61/68] 9p: Use fscache indexing rewrite and reenable caching, David Howells
- [PATCH v3 62/68] 9p: Copy local writes to the cache when writing to the server, David Howells
- [PATCH v3 63/68] nfs: Convert to new fscache volume/cookie API, David Howells
- [PATCH v3 64/68] nfs: Implement cache I/O by accessing the cache directly, David Howells
- [PATCH v3 65/68] cifs: Support fscache indexing rewrite (untested), David Howells
- [PATCH v3 66/68] ceph: conversion to new fscache API, David Howells
- [PATCH v3 67/68] ceph: add fscache writeback support, David Howells
- [PATCH v3 68/68] fscache: Rewrite documentation, David Howells
- Re: [PATCH v3 00/68] fscache, cachefiles: Rewrite, Jeff Layton
- [PATCH] fuse: fix deadlock between O_TRUNC open() and non-O_TRUNC open(),
Jiachen Zhang
- Vi har tagit emot din förfrågan, Synbar
- [PATCH v2 1/2] binfmt_misc: cleanup on filesystem umount,
Christian Brauner
- Re: [PATCH] pipe: remove needless spin_lock in pipe_read/pipe_write, yangerkun
- [PATCH v4 0/5] io_uring: add xattr support,
Stefan Roesch
- [PATCH v6 0/3] io_uring: add getdents64 support,
Stefan Roesch
- Re: [PATCH] io_uring: prevent io_put_identity() from freeing a static identity,
Tadeusz Struk
- [PATCH 5.15 11/42] netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lock, Greg Kroah-Hartman
- Re: [PATCH v9 00/17] Introduce VDUSE - vDPA Device in Userspace,
Liuxiangdong
- devirtualize kernel access to DAX v2,
Christoph Hellwig
- [PATCH] exfat: remove argument 'sector' from exfat_get_dentry(),
Yuezhang.Mo
- Re: [PATCH 2/2] xfs: make sure link path does not go away at access,
Ian Kent
- Re: [PATCH 0/3] Some improvements on panic_print, Guilherme G. Piccoli
- Re: [PATCH] fuse: Fix deadlock on open(O_TRUNC),
Luís Henriques
- Re: [fuse-devel] Reconnect to FUSE session,
Miklos Szeredi
- [PATCH] fs: xattr: use vmemdup_user instead of kvmalloc and copy_from_user,
Qing Wang
- [PATCH] udf: Fix error handling in udf_new_inode(), Jan Kara
- Re: [PATCH] [fuse] alloc_page nofs avoid deadlock,
Ed Tsai
- mmotm 2021-12-13-21-28 uploaded, akpm
- [PATCH 0/4] Fix softlockup when adding inotify watch,
Stephen Brennan
- Re: [PATCH v7] mm: Add PM_THP_MAPPED to /proc/pid/pagemap,
Mina Almasry
- initramfs: "crc" cpio format and INITRAMFS_PRESERVE_MTIME,
David Disseldorp
- Re: [PATCH v8 0/7] fuse,virtiofs: support per-file DAX, Vivek Goyal
- Re: [PATCH v8 7/7] Documentation/filesystem/dax: DAX on virtiofs, Vivek Goyal
- Re: [PATCH v8 5/7] fuse: negotiate per inode DAX in FUSE_INIT, Vivek Goyal
- Re: [PATCH v8 4/7] fuse: enable per inode DAX, Vivek Goyal
- Re: [PATCH v8 2/7] fuse: make DAX mount option a tri-state, Vivek Goyal
- Re: [PATCH v8 3/7] fuse: support per inode DAX in fuse protocol, Vivek Goyal
- Re: [PATCH v8 1/7] fuse: add fuse_should_enable_dax() helper, Vivek Goyal
- [PATCH RFC v8 0/2] nfsd: Initial implementation of NFSv4 Courteous Server,
Dai Ngo
- [PATCH] afs: Fix mmap,
David Howells
- [PATCH v4 00/17] Optimize list lru memory consumption,
Muchun Song
- [PATCH v4 01/17] mm: list_lru: optimize memory consumption of arrays of per cgroup lists, Muchun Song
- [PATCH v4 02/17] mm: introduce kmem_cache_alloc_lru, Muchun Song
- [PATCH v4 03/17] fs: introduce alloc_inode_sb() to allocate filesystems specific inode, Muchun Song
- [PATCH v4 04/17] fs: allocate inode by using alloc_inode_sb(), Muchun Song
- [PATCH v4 05/17] f2fs: allocate inode by using alloc_inode_sb(), Muchun Song
- [PATCH v4 06/17] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry, Muchun Song
- [PATCH v4 07/17] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry, Muchun Song
- [PATCH v4 08/17] xarray: use kmem_cache_alloc_lru to allocate xa_node, Muchun Song
- [PATCH v4 09/17] mm: workingset: use xas_set_lru() to pass shadow_nodes, Muchun Song
- [PATCH v4 10/17] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online(), Muchun Song
- [PATCH v4 11/17] mm: list_lru: allocate list_lru_one only when needed, Muchun Song
- [PATCH v4 12/17] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus, Muchun Song
- [PATCH v4 13/17] mm: list_lru: replace linear array with xarray, Muchun Song
- [PATCH v4 14/17] mm: memcontrol: reuse memory cgroup ID for kmem ID, Muchun Song
- [PATCH v4 15/17] mm: memcontrol: fix cannot alloc the maximum memcg ID, Muchun Song
- [PATCH v4 16/17] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg, Muchun Song
- [PATCH v4 17/17] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id, Muchun Song
- Re: [PATCH v4 00/17] Optimize list lru memory consumption, xiaoqiang zhao
- [PATCH v3 0/3] Convert vmcore to use an iov_iter,
Matthew Wilcox (Oracle)
- [PATCH v2 0/3] Convert vmcore to use an iov_iter,
Matthew Wilcox (Oracle)
- [PATCH 5.15 100/171] tracefs: Set all files to the same group ownership as the mount option, Greg Kroah-Hartman
- [PATCH 5.10 070/132] tracefs: Set all files to the same group ownership as the mount option, Greg Kroah-Hartman
- [PATCH 5.4 48/88] tracefs: Set all files to the same group ownership as the mount option, Greg Kroah-Hartman
- [PATCH 4.19 39/74] tracefs: Set all files to the same group ownership as the mount option, Greg Kroah-Hartman
- [PATCH 4.14 26/53] tracefs: Set all files to the same group ownership as the mount option, Greg Kroah-Hartman
- [PATCH 4.9 22/42] tracefs: Set all files to the same group ownership as the mount option, Greg Kroah-Hartman
- [PATCH 4.4 21/37] tracefs: Set all files to the same group ownership as the mount option, Greg Kroah-Hartman
- [PATCH 0/2] Remove some 'congested' tests,
NeilBrown
- [RFC] iov_iter support for a single kernel address,
Matthew Wilcox
- Re: [syzbot] possible deadlock in input_event (2), syzbot
- [PATCH - regression] devtmpfs: reconfigure on each mount,
NeilBrown
- [PATCH 0/3] Convert vmcore to use an iov_iter,
Matthew Wilcox (Oracle)
- [PATCH v4 0/2] [PATCH v4 0/2] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files,
Akira Kawata
- [GIT PULL] xfs: bug fixes for 5.16-rc4,
Darrick J. Wong
- [PATCH] pipe: Fix endless sleep problem due to the out-of-order,
miaoxie (A)
- [PATCH -mm v2 0/3] Phase 2 of task comm cleanups,
Yafang Shao
- [PATCH v2 0/2] kdump: simplify code,
Tiezhu Yang
- Re: Incorrect handling of . and .. files,
Pali Rohár
- [PATCH RFC v7 0/2] nfsd: Initial implementation of NFSv4 Courteous Server,
Dai Ngo
- Re: [syzbot] KASAN: use-after-free Read in remove_wait_queue (3),
syzbot
- [GIT PULL] aio poll fixes for 5.16-rc5,
Eric Biggers
- [PATCH 0/2] kdump: simplify code,
Tiezhu Yang
- [RFC 00/19] fscache,erofs: fscache-based demand-read semantics,
Jeffle Xu
- [RFC 01/19] cachefiles: add mode command, Jeffle Xu
- [RFC 03/19] cachefiles: refactor cachefiles_adjust_size(), Jeffle Xu
- [RFC 02/19] cachefiles: implement key scheme for demand-read mode, Jeffle Xu
- [RFC 07/19] netfs: add netfs_readpage_demand(), Jeffle Xu
- [RFC 08/19] netfs: refactor netfs_clear_unread(), Jeffle Xu
- [RFC 09/19] netfs: refactor netfs_rreq_unlock(), Jeffle Xu
- [RFC 05/19] netfs: refactor netfs_alloc_read_request, Jeffle Xu
- [RFC 10/19] netfs: refactor netfs_rreq_prepare_read, Jeffle Xu
- [RFC 13/19] erofs: add bootstrap_path mount option, Jeffle Xu
- [RFC 11/19] cachefiles: refactor cachefiles_prepare_read, Jeffle Xu
- [RFC 12/19] erofs: export erofs_map_blocks, Jeffle Xu
- [RFC 04/19] netfs: make ops->init_rreq() optional, Jeffle Xu
- [RFC 15/19] erofs: implement fscache-based metadata read, Jeffle Xu
- [RFC 14/19] erofs: introduce fscache support, Jeffle Xu
- [RFC 06/19] netfs: add type field to struct netfs_read_request, Jeffle Xu
- [RFC 17/19] netfs: support on demand read, Jeffle Xu
- [RFC 19/19] erofs: support on demand read, Jeffle Xu
- [RFC 18/19] cachefiles: support on demand read, Jeffle Xu
- [RFC 16/19] erofs: implement fscache-based data read, Jeffle Xu
- Re: [RFC 02/19] cachefiles: implement key scheme for demand-read mode, David Howells
- Re: [RFC 01/19] cachefiles: add mode command, David Howells
- Re: [RFC 09/19] netfs: refactor netfs_rreq_unlock(), David Howells
- [BUG] fs: possible ABBA deadlocks in do_thaw_all_callback() and freeze_bdev(), Jia-Ju Bai
- Re: [PATCH v2 19/28] iomap: Convert __iomap_zero_iter to use a folio,
Matthew Wilcox
- Re: [PATCH v4 00/13] ext4: new mount API conversion,
Theodore Y. Ts'o
- [PATCH v2 00/67] fscache, cachefiles: Rewrite,
David Howells
- [PATCH v2 01/67] fscache, cachefiles: Disable configuration, David Howells
- [PATCH v2 02/67] cachefiles: Delete the cachefiles driver pending rewrite, David Howells
- [PATCH v2 04/67] netfs: Display the netfs inode number in the netfs_read tracepoint, David Howells
- [PATCH v2 03/67] fscache: Remove the contents of the fscache driver, pending rewrite, David Howells
- [PATCH v2 05/67] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space, David Howells
- [PATCH v2 06/67] fscache: Introduce new driver, David Howells
- [PATCH v2 07/67] fscache: Implement a hash function, David Howells
- [PATCH v2 08/67] fscache: Implement cache registration, David Howells
- [PATCH v2 09/67] fscache: Implement volume registration, David Howells
- [PATCH v2 10/67] fscache: Implement cookie registration, David Howells
- [PATCH v2 11/67] fscache: Implement cache-level access helpers, David Howells
- [PATCH v2 12/67] fscache: Implement volume-level access helpers, David Howells
- [PATCH v2 13/67] fscache: Implement cookie-level access helpers, David Howells
- [PATCH v2 14/67] fscache: Implement functions add/remove a cache, David Howells
- [PATCH v2 15/67] fscache: Provide and use cache methods to lookup/create/free a volume, David Howells
- [PATCH v2 16/67] fscache: Add a function for a cache backend to note an I/O error, David Howells
- [PATCH v2 17/67] fscache: Implement simple cookie state machine, David Howells
- [PATCH v2 18/67] fscache: Implement cookie user counting and resource pinning, David Howells
- [PATCH v2 21/67] fscache: Count data storage objects in a cache, David Howells
- [PATCH v2 22/67] fscache: Provide read/write stat counters for the cache, David Howells
- [PATCH v2 23/67] fscache: Provide a function to let the netfs update its coherency data, David Howells
- [PATCH v2 24/67] netfs: Pass more information on how to deal with a hole in the cache, David Howells
- [PATCH v2 19/67] fscache: Implement cookie invalidation, David Howells
- [PATCH v2 20/67] fscache: Provide a means to begin an operation, David Howells
- [PATCH v2 25/67] fscache: Implement raw I/O interface, David Howells
- [PATCH v2 26/67] fscache: Implement higher-level write I/O interface, David Howells
- [PATCH v2 27/67] vfs, fscache: Implement pinning of cache usage for writeback, David Howells
- [PATCH v2 28/67] fscache: Provide a function to note the release of a page, David Howells
- [PATCH v2 29/67] fscache: Provide a function to resize a cookie, David Howells
- [PATCH v2 30/67] cachefiles: Introduce rewritten driver, David Howells
- [PATCH v2 31/67] cachefiles: Define structs, David Howells
- [PATCH v2 32/67] cachefiles: Add some error injection support, David Howells
- [PATCH v2 33/67] cachefiles: Add a couple of tracepoints for logging errors, David Howells
- [PATCH v2 34/67] cachefiles: Add cache error reporting macro, David Howells
- [PATCH v2 35/67] cachefiles: Add security derivation, David Howells
- [PATCH v2 36/67] cachefiles: Register a miscdev and parse commands over it, David Howells
- [PATCH v2 37/67] cachefiles: Provide a function to check how much space there is, David Howells
- [PATCH v2 38/67] vfs, cachefiles: Mark a backing file in use with an inode flag, David Howells
- [PATCH v2 39/67] cachefiles: Implement a function to get/create a directory in the cache, David Howells
- [PATCH v2 40/67] cachefiles: Implement cache registration and withdrawal, David Howells
- [PATCH v2 41/67] cachefiles: Implement volume support, David Howells
- [PATCH v2 42/67] cachefiles: Add tracepoints for calls to the VFS, David Howells
- [PATCH v2 46/67] cachefiles: Mark a backing file in use with an inode flag, David Howells
- [PATCH v2 47/67] cachefiles: Implement culling daemon commands, David Howells
- [PATCH v2 43/67] cachefiles: Implement object lifecycle funcs, David Howells
- [PATCH v2 44/67] cachefiles: Implement key to filename encoding, David Howells
- [PATCH v2 45/67] cachefiles: Implement metadata/coherency data storage in xattrs, David Howells
- [PATCH v2 49/67] cachefiles: Implement begin and end I/O operation, David Howells
- [PATCH v2 48/67] cachefiles: Implement backing file wrangling, David Howells
- [PATCH v2 50/67] cachefiles: Implement cookie resize for truncate, David Howells
- [PATCH v2 51/67] cachefiles: Implement the I/O routines, David Howells
- [PATCH v2 52/67] cachefiles: Allow cachefiles to actually function, David Howells
- [PATCH v2 53/67] fscache, cachefiles: Display stats of no-space events, David Howells
- [PATCH v2 54/67] fscache, cachefiles: Display stat of culling events, David Howells
- [PATCH v2 55/67] afs: Handle len being extending over page end in write_begin/write_end, David Howells
- [PATCH v2 56/67] afs: Fix afs_write_end() to handle len > page size, David Howells
- [PATCH v2 57/67] afs: Convert afs to use the new fscache API, David Howells
- [PATCH v2 58/67] afs: Copy local writes to the cache when writing to the server, David Howells
- [PATCH v2 59/67] afs: Skip truncation on the server of data we haven't written yet, David Howells
- [PATCH v2 60/67] 9p: Use fscache indexing rewrite and reenable caching, David Howells
- [PATCH v2 61/67] 9p: Copy local writes to the cache when writing to the server, David Howells
- [PATCH v2 62/67] nfs: Convert to new fscache volume/cookie API, David Howells
- [PATCH v2 63/67] nfs: Implement cache I/O by accessing the cache directly, David Howells
- [PATCH v2 64/67] cifs: Support fscache indexing rewrite (untested), David Howells
- [PATCH v2 65/67] ceph: conversion to new fscache API, David Howells
- [PATCH v2 67/67] fscache: Rewrite documentation, David Howells
- [PATCH v2 66/67] ceph: add fscache writeback support, David Howells
- Re: [PATCH v2 00/67] fscache, cachefiles: Rewrite, David Wysochanski
- [PATCH 00/36] ceph+fscrypt: context, filename, symlink and size handling support,
Jeff Layton
- [PATCH 01/36] vfs: export new_inode_pseudo, Jeff Layton
- [PATCH 02/36] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode, Jeff Layton
- [PATCH 03/36] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size, Jeff Layton
- [PATCH 04/36] fscrypt: add fscrypt_context_for_new_inode, Jeff Layton
- [PATCH 06/36] ceph: preallocate inode for ops that may create one, Jeff Layton
- [PATCH 05/36] fscrypt: uninline and export fscrypt_require_key, Jeff Layton
- [PATCH 07/36] ceph: crypto context handling for ceph, Jeff Layton
- [PATCH 08/36] ceph: parse new fscrypt_auth and fscrypt_file fields in inode traces, Jeff Layton
- [PATCH 09/36] ceph: add fscrypt_* handling to caps.c, Jeff Layton
- [PATCH 12/36] ceph: decode alternate_name in lease info, Jeff Layton
- [PATCH 13/36] ceph: add fscrypt ioctls, Jeff Layton
- [PATCH 10/36] ceph: add ability to set fscrypt_auth via setattr, Jeff Layton
- [PATCH 11/36] ceph: implement -o test_dummy_encryption mount option, Jeff Layton
- [PATCH 14/36] ceph: make ceph_msdc_build_path use ref-walk, Jeff Layton
- [PATCH 15/36] ceph: add encrypted fname handling to ceph_mdsc_build_path, Jeff Layton
- [PATCH 19/36] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries, Jeff Layton
- [PATCH 17/36] ceph: encode encrypted name in dentry release, Jeff Layton
- [PATCH 16/36] ceph: send altname in MClientRequest, Jeff Layton
- [PATCH 18/36] ceph: properly set DCACHE_NOKEY_NAME flag in lookup, Jeff Layton
- [PATCH 22/36] ceph: add support to readdir for encrypted filenames, Jeff Layton
- [PATCH 21/36] ceph: add fscrypt support to ceph_fill_trace, Jeff Layton
- [PATCH 20/36] ceph: add helpers for converting names for userland presentation, Jeff Layton
- [PATCH 23/36] ceph: create symlinks with encrypted and base64-encoded targets, Jeff Layton
- [PATCH 24/36] ceph: make ceph_get_name decrypt filenames, Jeff Layton
- [PATCH 25/36] ceph: add a new ceph.fscrypt.auth vxattr, Jeff Layton
- [PATCH 26/36] ceph: add some fscrypt guardrails, Jeff Layton
- [PATCH 28/36] libceph: add CEPH_OSD_OP_ASSERT_VER support, Jeff Layton
- [PATCH 30/36] ceph: fscrypt_file field handling in MClientRequest messages, Jeff Layton
- [PATCH 27/36] ceph: don't allow changing layout on encrypted files/directories, Jeff Layton
- [PATCH 29/36] ceph: size handling for encrypted inodes in cap updates, Jeff Layton
- [PATCH 31/36] ceph: get file size from fscrypt_file when present in inode traces, Jeff Layton
- [PATCH 35/36] ceph: add object version support for sync read, Jeff Layton
- [PATCH 33/36] ceph: add __ceph_get_caps helper support, Jeff Layton
- [PATCH 32/36] ceph: handle fscrypt fields in cap messages from MDS, Jeff Layton
- [PATCH 34/36] ceph: add __ceph_sync_read helper support, Jeff Layton
- [PATCH 36/36] ceph: add truncate size handling support for fscrypt, Jeff Layton
- Re: [PATCH 00/36] ceph+fscrypt: context, filename, symlink and size handling support, Xiubo Li
- Re: [PATCH 00/36] ceph+fscrypt: context, filename, symlink and size handling support, Eric Biggers
- [for-linus][PATCH 2/5] tracefs: Set all files to the same group ownership as the mount option, Steven Rostedt
- [PATCH] fs/exec:Fix syntax errors in comments, Xiang wangx
- [PATCH] mm: vmscan: reduce throttling due to a failure to make progress -fix, Mel Gorman
- [PATCH -next] sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_minmax,
Baokun Li
- Koszty instalacji fotowoltaicznej,
Arkadiusz_Soko=C5=82owski
- [PATCH] mm: delete unsafe BUG from page_cache_add_speculative(),
Hugh Dickins
- devirtualize kernel access to DAX,
Christoph Hellwig
- [PATCH v3 0/5] aio: fix use-after-free and missing wakeups,
Eric Biggers
- [RFC PATCH 1/2] security: Remove security_add_mnt_opt() as it's unused,
David Howells
- [PATCH] tracefs: Use d_inode() helper function to get the dentry inode,
Steven Rostedt
- [PATCH v2] tracefs: Have new files inherit the ownership of their parent, Steven Rostedt
- [PATCH] iomap: turn the byte variable in iomap_zero_iter into a ssize_t,
Christoph Hellwig
- [bug report] fsdax: decouple zeroing from the iomap buffered I/O code, Dan Carpenter
- [PATCH 00/48] Folios for 5.17,
Matthew Wilcox (Oracle)
- [PATCH 03/48] mm/doc: Add documentation for folio_test_uptodate, Matthew Wilcox (Oracle)
- [PATCH 04/48] mm/writeback: Improve __folio_mark_dirty() comment, Matthew Wilcox (Oracle)
- [PATCH 05/48] pagevec: Add folio_batch, Matthew Wilcox (Oracle)
- [PATCH 07/48] iov_iter: Convert iter_xarray to use folios, Matthew Wilcox (Oracle)
- [PATCH 06/48] iov_iter: Add copy_folio_to_iter(), Matthew Wilcox (Oracle)
- [PATCH 08/48] mm: Add folio_test_pmd_mappable(), Matthew Wilcox (Oracle)
- [PATCH 09/48] filemap: Add folio_put_wait_locked(), Matthew Wilcox (Oracle)
- [PATCH 11/48] filemap: Add filemap_unaccount_folio(), Matthew Wilcox (Oracle)
- [PATCH 12/48] filemap: Convert tracing of page cache operations to folio, Matthew Wilcox (Oracle)
- [PATCH 10/48] filemap: Convert page_cache_delete to take a folio, Matthew Wilcox (Oracle)
- [PATCH 13/48] filemap: Add filemap_remove_folio and __filemap_remove_folio, Matthew Wilcox (Oracle)
- [PATCH 15/48] filemap: Remove thp_contains(), Matthew Wilcox (Oracle)
- [PATCH 18/48] filemap: Convert filemap_read_page to take a folio, Matthew Wilcox (Oracle)
- [PATCH 14/48] filemap: Convert find_get_entry to return a folio, Matthew Wilcox (Oracle)
- [PATCH 29/48] filemap: Use a folio in filemap_map_pages, Matthew Wilcox (Oracle)
- [PATCH 31/48] filemap: Add filemap_release_folio(), Matthew Wilcox (Oracle)
- [PATCH 26/48] filemap: Convert filemap_get_pages to use folios, Matthew Wilcox (Oracle)
- [PATCH 28/48] filemap: Use folios in next_uptodate_page, Matthew Wilcox (Oracle)
- [PATCH 24/48] filemap: Convert filemap_fault to folio, Matthew Wilcox (Oracle)
- [PATCH 01/48] filemap: Remove PageHWPoison check from next_uptodate_page(), Matthew Wilcox (Oracle)
- [PATCH 19/48] filemap: Convert filemap_create_page to folio, Matthew Wilcox (Oracle)
- [PATCH 21/48] readahead: Convert page_cache_async_ra() to take a folio, Matthew Wilcox (Oracle)
- [PATCH 20/48] filemap: Convert filemap_range_uptodate to folios, Matthew Wilcox (Oracle)
- [PATCH 17/48] filemap: Convert find_get_pages_contig to folios, Matthew Wilcox (Oracle)
- [PATCH 35/48] truncate,shmem: Add truncate_inode_folio(), Matthew Wilcox (Oracle)
- [PATCH 02/48] fs/writeback: Convert inode_switch_wbs_work_fn to folios, Matthew Wilcox (Oracle)
- [PATCH 40/48] filemap: Convert filemap_get_read_batch() to use a folio_batch, Matthew Wilcox (Oracle)
- [PATCH 39/48] filemap: Convert filemap_read() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 37/48] truncate: Convert invalidate_inode_pages2_range() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 38/48] truncate: Add invalidate_complete_folio2(), Matthew Wilcox (Oracle)
- [PATCH 45/48] truncate: Convert invalidate_inode_pages2_range to folios, Matthew Wilcox (Oracle)
- [PATCH 41/48] filemap: Return only folios from find_get_entries(), Matthew Wilcox (Oracle)
- [PATCH 43/48] mm: Remove pagevec_remove_exceptionals(), Matthew Wilcox (Oracle)
- [PATCH 46/48] truncate,shmem: Handle truncates that split large folios, Matthew Wilcox (Oracle)
- [PATCH 36/48] truncate: Skip known-truncated indices, Matthew Wilcox (Oracle)
- [PATCH 34/48] shmem: Convert part of shmem_undo_range() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 33/48] mm: Add unmap_mapping_folio(), Matthew Wilcox (Oracle)
- [PATCH 32/48] truncate: Add truncate_cleanup_folio(), Matthew Wilcox (Oracle)
- [PATCH 30/48] filemap: Use a folio in filemap_page_mkwrite, Matthew Wilcox (Oracle)
- [PATCH 27/48] filemap: Convert page_cache_delete_batch to folios, Matthew Wilcox (Oracle)
- [PATCH 48/48] mm: Use multi-index entries in the page cache, Matthew Wilcox (Oracle)
- [PATCH 47/48] XArray: Add xas_advance(), Matthew Wilcox (Oracle)
- [PATCH 44/48] fs: Convert vfs_dedupe_file_range_compare to folios, Matthew Wilcox (Oracle)
- [PATCH 42/48] mm: Convert find_lock_entries() to use a folio_batch, Matthew Wilcox (Oracle)
- [PATCH 25/48] filemap: Add read_cache_folio and read_mapping_folio, Matthew Wilcox (Oracle)
- [PATCH 23/48] filemap: Convert do_async_mmap_readahead to take a folio, Matthew Wilcox (Oracle)
- [PATCH 22/48] readahead: Convert page_cache_ra_unbounded to folios, Matthew Wilcox (Oracle)
- [PATCH 16/48] filemap: Convert filemap_get_read_batch to use folios, Matthew Wilcox (Oracle)
- Re: [PATCH 00/48] Folios for 5.17, William Kucharski
- Re: [PATCH 00/48] Folios for 5.17, Matthew Wilcox
[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]