Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH] f2fs: Support enhanced hot/cold data separation for f2fs, (continued)
- [PATCH stable 0/5] Fix missing patches in stable,
Saeed Mirzamohammadi
- [PATCH v3 0/2] Rework find_get_entries() and find_lock_entries(),
Vishal Moola (Oracle)
- [PATCH v4 0/6] fs: improve setgid stripping consistency even more,
Christian Brauner
- [PATCH v7 0/9] fs: clean up handling of i_version counter,
Jeff Layton
- [PATCH v7 1/9] fs: uninline inode_query_iversion, Jeff Layton
- [PATCH v7 2/9] fs: clarify when the i_version counter must be updated, Jeff Layton
- [PATCH v7 5/9] ceph: report the inode version in getattr if requested, Jeff Layton
- [PATCH v7 4/9] nfs: report the inode version in getattr if requested, Jeff Layton
- [PATCH v7 8/9] nfsd: remove fetch_iversion export operation, Jeff Layton
- [PATCH v7 3/9] vfs: plumb i_version handling into struct kstat, Jeff Layton
- [PATCH v7 7/9] nfsd: use the getattr operation to fetch i_version, Jeff Layton
- [RFC PATCH v7 9/9] vfs: expose STATX_VERSION to userland, Jeff Layton
- [PATCH v7 6/9] nfsd: move nfsd4_change_attribute to nfsfh.c, Jeff Layton
- Re: [PATCH v7 0/9] fs: clean up handling of i_version counter, Christian Brauner
- [PATCH v3 0/5] fs: improve setgid stripping consistency even more,
Christian Brauner
- [PATCH] fuse: enable unprivileged mounts for fuseblk,
Simon Thoby
- [RESEND PATCH] fs/aio: Replace kmap{,_atomic}() with kmap_local_page(),
Fabio M. De Francesco
- Re: [syzbot] general protection fault in security_inode_getattr,
syzbot
- [PATCH v3 00/25] Fix the DAX-gup mistake,
Dan Williams
- [PATCH v3 01/25] fsdax: Wait on @page not @page->_refcount, Dan Williams
- [PATCH v3 03/25] fsdax: Include unmapped inodes for page-idle detection, Dan Williams
- [PATCH v3 02/25] fsdax: Use dax_page_idle() to document DAX busy page checking, Dan Williams
- [PATCH v3 04/25] fsdax: Introduce dax_zap_mappings(), Dan Williams
- [PATCH v3 05/25] fsdax: Wait for pinned pages during truncate_inode_pages_final(), Dan Williams
- [PATCH v3 06/25] fsdax: Validate DAX layouts broken before truncate, Dan Williams
- [PATCH v3 08/25] fsdax: Update dax_insert_entry() calling convention to return an error, Dan Williams
- [PATCH v3 09/25] fsdax: Rework for_each_mapped_pfn() to dax_for_each_folio(), Dan Williams
- [PATCH v3 07/25] fsdax: Hold dax lock over mapping insertion, Dan Williams
- [PATCH v3 10/25] fsdax: Introduce pgmap_request_folios(), Dan Williams
- [PATCH v3 11/25] fsdax: Rework dax_insert_entry() calling convention, Dan Williams
- [PATCH v3 12/25] fsdax: Cleanup dax_associate_entry(), Dan Williams
- [PATCH v3 13/25] devdax: Minor warning fixups, Dan Williams
- [PATCH v3 14/25] devdax: Fix sparse lock imbalance warning, Dan Williams
- [PATCH v3 15/25] libnvdimm/pmem: Support pmem block devices without dax, Dan Williams
- [PATCH v3 17/25] devdax: Sparse fixes for xarray locking, Dan Williams
- [PATCH v3 16/25] devdax: Move address_space helpers to the DAX core, Dan Williams
- [PATCH v3 18/25] devdax: Sparse fixes for vmfault_t / dax-entry conversions, Dan Williams
- [PATCH v3 19/25] devdax: Sparse fixes for vm_fault_t in tracepoints, Dan Williams
- [PATCH v3 20/25] devdax: add PUD support to the DAX mapping infrastructure, Dan Williams
- [PATCH v3 22/25] mm/memremap_pages: Replace zone_device_page_init() with pgmap_request_folios(), Dan Williams
- [PATCH v3 21/25] devdax: Use dax_insert_entry() + dax_delete_mapping_entry(), Dan Williams
- [PATCH v3 23/25] mm/memremap_pages: Initialize all ZONE_DEVICE pages to start at refcount 0, Dan Williams
- [PATCH v3 24/25] mm/meremap_pages: Delete put_devmap_managed_page_refs(), Dan Williams
- [PATCH v3 25/25] mm/gup: Drop DAX pgmap accounting, Dan Williams
- [PATCH v2 0/8] ext4: Convert inode preallocation list to an rbtree,
Ojaswin Mujoo
- How to convert I/O iterators to iterators, sglists and RDMA lists,
David Howells
- Re: How to convert I/O iterators to iterators, sglists and RDMA lists, Christoph Hellwig
- Re: How to convert I/O iterators to iterators, sglists and RDMA lists, David Howells
- Re: How to convert I/O iterators to iterators, sglists and RDMA lists, Ira Weiny
- Re: How to convert I/O iterators to iterators, sglists and RDMA lists, Christoph Hellwig
- Re: How to convert I/O iterators to iterators, sglists and RDMA lists, Al Viro
- [PATCH v2 01/12] get rid of unlikely() on page_copy_sane() calls, Al Viro
- [PATCH v2 05/12] [infiniband] READ is "data destination", not source..., Al Viro
- [PATCH v2 02/12] csum_and_copy_to_iter(): handle ITER_DISCARD, Al Viro
- [PATCH v2 08/12] [target] fix iov_iter_bvec() "direction" argument, Al Viro
- [PATCH v2 11/12] iov_iter: saner checks for attempt to copy to/from iterator, Al Viro
- [PATCH v2 04/12] [fsi] WRITE is "data source", not destination..., Al Viro
- [PATCH v2 03/12] [s390] copy_oldmem_kernel() - WRITE is "data source", not destination, Al Viro
- [PATCH v2 09/12] [vhost] fix 'direction' argument of iov_iter_{init,bvec}(), Al Viro
- [PATCH v2 06/12] [s390] zcore: WRITE is "data source", not destination..., Al Viro
- [PATCH v2 12/12] use less confusing names for iov_iter direction initializers, Al Viro
- [PATCH v2 10/12] [xen] fix "direction" argument of iov_iter_kvec(), Al Viro
- [PATCH v2 07/12] [s390] memcpy_real(): WRITE is "data source", not destination..., Al Viro
- Re: [PATCH v2 01/12] get rid of unlikely() on page_copy_sane() calls, Christoph Hellwig
- Re: How to convert I/O iterators to iterators, sglists and RDMA lists, Christoph Hellwig
- Re: How to convert I/O iterators to iterators, sglists and RDMA lists, David Howells
- Re: How to convert I/O iterators to iterators, sglists and RDMA lists, David Howells
- [PATCH RFC 0/7] fs: Debug config option to disable filesystem checksum verification for fuzzing,
Hrutvik Kanabar
- [PATCH V3 0/5] Introduce daemon failover mechanism to recover from crashing,
Jia Zhu
- [PATCH] unicode: mkutf8data: Add malloc return value detection,
Li zeming
- [RFC PATCH] mm: move xa forward when run across zombie page,
zhaoyang.huang
- [PATCH V2 0/5] Introduce daemon failover mechanism to recover from crashing,
Jia Zhu
- [PATCH v2 0/2] Rework find_get_entries() and find_lock_entries(),
Vishal Moola (Oracle)
- [RFC] fsnotify: allow sleepable child dentry flag update,
Stephen Brennan
[PATCH V2 0/3] Some pstore improvements V2,
Guilherme G. Piccoli
[PATCH] fuse: fix readdir cache race,
Miklos Szeredi
[syzbot] kernel BUG in truncate_inode_pages_range, syzbot
[PATCH AUTOSEL 5.19 34/63] eventfd: guard wake_up in eventfd fs calls as well, Sasha Levin
[PATCH AUTOSEL 5.15 27/47] eventfd: guard wake_up in eventfd fs calls as well, Sasha Levin
[PATCH AUTOSEL 6.0 35/67] eventfd: guard wake_up in eventfd fs calls as well, Sasha Levin
[GIT PULL] orangefs pull request for 6.1,
Mike Marshall
[PATCH] fs/fuse: Replace kmap() with kmap_local_page(),
Fabio M. De Francesco
inactive buffer head in lrus prevents page migrate,
lijiazi
TI: X15 the connected SSD is not detected on Linux next 20221006 tag,
Naresh Kamboju
[man-pages PATCH v4] statx.2, open.2: document STATX_DIOALIGN,
Eric Biggers
[PATCH 0/4] Rework find_get_entries() and find_lock_entries(),
Vishal Moola (Oracle)
[PATCH] fscrypt: fix keyring memory leak on mount failure,
Eric Biggers
[PATCH 0/1] pstore/ram: Ensure stable pmsg address with per-CPU ftrace buffers,
pso
[RFC] fl_owner_t and use of filp_close() in nfs4_free_lock_stateid(),
Al Viro
[syzbot] possible deadlock in exfat_get_block,
syzbot
[PATCH 0/5] Introduce daemon failover mechanism to recover from crashing,
Jia Zhu
[PATCH] fs: clarify the rerurn value check for inode_needs_update_time,
Joseph Qi
[PATCH v6 0/7] treewide cleanup of random integer usage,
Jason A. Donenfeld
- [PATCH v6 1/7] treewide: use prandom_u32_max() when possible, part 1, Jason A. Donenfeld
- [PATCH v6 2/7] treewide: use prandom_u32_max() when possible, part 2, Jason A. Donenfeld
- [PATCH v6 3/7] treewide: use get_random_{u8,u16}() when possible, part 1, Jason A. Donenfeld
- [PATCH v6 4/7] treewide: use get_random_{u8,u16}() when possible, part 2, Jason A. Donenfeld
- [PATCH v6 6/7] treewide: use get_random_bytes() when possible, Jason A. Donenfeld
- [PATCH v6 5/7] treewide: use get_random_u32() when possible, Jason A. Donenfeld
- [PATCH v6 7/7] prandom: remove unused functions, Jason A. Donenfeld
- Re: [PATCH v6 0/7] treewide cleanup of random integer usage, Jakub Kicinski
- Re: [PATCH v6 0/7] treewide cleanup of random integer usage, liulongfang
Enabling unprivileged mounts on fuseblk filesystems,
Simon Thoby
general protection fault in fuse_test_super, Wei Chen
[PATCH v2 0/2] fs/ntfs3: Add system.ntfs_attrib_be extended attribute,
Daniel Pinto
[PATCH v2 0/5] fs/ntfs3: Fix and rename hidedotfiles mount option,
Daniel Pinto
[PATCH v2 0/2] fs/ntfs3: Add windows_names mount option,
Daniel Pinto
[syzbot] general protection fault in __d_add,
syzbot
[syzbot] stack segment fault in truncate_inode_pages_final,
syzbot
[syzbot] WARNING: locking bug in find_lock_entries,
syzbot
[GIT PULL] 9p fixes for 6.1,
Dominique Martinet
[regression, v6.0-rc0] filesystem freeze hangs on sb_wait_write(),
Dave Chinner
[PATCH -next] coredump: fix unused-function warning, Ren Zhijie
[syzbot] BUG: scheduling while atomic in exit_to_user_mode_loop,
syzbot
[PATCH v9 10/11] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE,
Günther Noack
[PATCH v9 00/11] landlock: truncate support,
Günther Noack
- [PATCH v9 01/11] security: Create file_truncate hook from path_truncate hook, Günther Noack
- [PATCH v9 04/11] landlock: Support file truncation, Günther Noack
- [PATCH v9 02/11] landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed(), Günther Noack
- [PATCH v9 03/11] landlock: Document init_layer_masks() helper, Günther Noack
- [PATCH v9 05/11] selftests/landlock: Test file truncation support, Günther Noack
- [PATCH v9 06/11] selftests/landlock: Test open() and ftruncate() in multiple scenarios, Günther Noack
- [PATCH v9 07/11] selftests/landlock: Locally define __maybe_unused, Günther Noack
- [PATCH v9 08/11] selftests/landlock: Test FD passing from restricted to unrestricted processes, Günther Noack
- [PATCH v9 09/11] selftests/landlock: Test ftruncate on FDs created by memfd_create(2), Günther Noack
- [PATCH v9 10/11] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE, Günther Noack
- Re: [PATCH v9 00/11] landlock: truncate support, Mickaël Salaün
[PATCH] proc: Remove unnecessary ‘NULL’ and '0' values,
Li zeming
[PATCH v5 0/7] treewide cleanup of random integer usage,
Jason A. Donenfeld
- [PATCH v5 1/7] treewide: use prandom_u32_max() when possible, part 1, Jason A. Donenfeld
- [PATCH v5 2/7] treewide: use prandom_u32_max() when possible, part 2, Jason A. Donenfeld
- [PATCH v5 3/7] treewide: use get_random_{u8,u16}() when possible, part 1, Jason A. Donenfeld
- [PATCH v5 5/7] treewide: use get_random_u32() when possible, Jason A. Donenfeld
- [PATCH v5 6/7] treewide: use get_random_bytes when possible, Jason A. Donenfeld
- [PATCH v5 4/7] treewide: use get_random_{u8,u16}() when possible, part 2, Jason A. Donenfeld
- [PATCH v5 7/7] prandom: remove unused functions, Jason A. Donenfeld
- Re: [PATCH v5 0/7] treewide cleanup of random integer usage, Greg Kroah-Hartman
- Re: [PATCH v5 0/7] treewide cleanup of random integer usage, Yury Norov
- Re: [PATCH v5 0/7] treewide cleanup of random integer usage, Kees Cook
Re: [PATCH v4 2/6] treewide: use prandom_u32_max() when possible,
Kees Cook
[git pull] vfs.git pile 7 (tmpfile),
Al Viro
Re: [syzbot] WARNING in change_pte_range,
syzbot
[PATCH v4 0/6] treewide cleanup of random integer usage,
Jason A. Donenfeld
[PATCH v2 0/5] fs: improve setgid stripping consistency even more,
Christian Brauner
[GIT PULL] ext2, udf, reiserfs, and quota fixes for v6.1-rc1,
Jan Kara
[GIT PULL] fsnotify changes for v6.1-rc1,
Jan Kara
[PATCH 0/4] fs/ntfs3: Fix and rename hidedotfiles mount option,
Daniel Pinto
[PATCH] fs/ntfs3: Add windows_names mount option,
Daniel Pinto
Re: soft lockup with pre-rc1, Damien Le Moal
[PATCH 0/8] Some pstore improvements,
Guilherme G. Piccoli
Re: [PATCH] fs/select: avoid clang stack usage warning,
Nick Desaulniers
[PATCH 0/8] ext4: Convert inode preallocation list to an rbtree,
Ojaswin Mujoo
[PATCH v3 0/5] treewide cleanup of random integer usage,
Jason A. Donenfeld
[PATCH v2 0/5] treewide cleanup of random integer usage,
Jason A. Donenfeld
A field in files_struct has been used without initialization,
Abd-Alrhman Masalkhi
Re: [PATCH v4 2/2] f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACE,
Christoph Hellwig
[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec,
Kees Cook
[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]