Linux Filesystem Development
[Prev Page][Next Page]
- Re: [BUG RESEND] [BISECTED]: selftest: ftracetest: memleak in vfs_write(), (continued)
- [GIT PULL] overlayfs fixes for 6.2-rc6,
Miklos Szeredi
- [RFC 00/11] multiblock allocator improvements,
Ojaswin Mujoo
- [RFC 01/11] ext4: mballoc: Remove useless setting of ac_criteria, Ojaswin Mujoo
- [RFC 02/11] ext4: Remove unused extern variables declaration, Ojaswin Mujoo
- [RFC 03/11] ext4: mballoc: Fix getting the right group desc in ext4_mb_prefetch_fini, Ojaswin Mujoo
- [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum, Ojaswin Mujoo
- [RFC 05/11] ext4: Add per CR extent scanned counter, Ojaswin Mujoo
- [RFC 06/11] ext4: Add counter to track successful allocation of goal length, Ojaswin Mujoo
- [RFC 07/11] ext4: Avoid scanning smaller extents in BG during CR1, Ojaswin Mujoo
- [RFC 08/11] ext4: Don't skip prefetching BLOCK_UNINIT groups, Ojaswin Mujoo
- [RFC 09/11] ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs, Ojaswin Mujoo
- [RFC 10/11] ext4: Abstract out logic to search average fragment list, Ojaswin Mujoo
- [RFC 11/11] ext4: Add allocation criteria 1.5 (CR1_5), Ojaswin Mujoo
- [PATCH v8 00/25] DEPT(Dependency Tracker),
Byungchul Park
- [PATCH v8 03/25] dept: Add single event dependency tracker APIs, Byungchul Park
- [PATCH v8 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait, Byungchul Park
- [PATCH v8 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete(), Byungchul Park
- [PATCH v8 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait, Byungchul Park
- [PATCH v8 01/25] llist: Move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH v8 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait, Byungchul Park
- [PATCH v8 13/25] dept: Distinguish each work from another, Byungchul Park
- [PATCH v8 06/25] dept: Add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH v8 05/25] dept: Tie to Lockdep and IRQ tracing, Byungchul Park
- [PATCH v8 04/25] dept: Add lock dependency tracker APIs, Byungchul Park
- [PATCH v8 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait, Byungchul Park
- [PATCH v8 02/25] dept: Implement Dept(Dependency Tracker), Byungchul Park
- [PATCH v8 14/25] dept: Add a mechanism to refill the internal memory pools on running out, Byungchul Park
- [PATCH v8 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread, Byungchul Park
- [PATCH v8 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait, Byungchul Park
- [PATCH v8 22/25] dept: Apply timeout consideration to dma fence wait, Byungchul Park
- [PATCH v8 23/25] dept: Record the latest one out of consecutive waits of the same class, Byungchul Park
- [PATCH v8 12/25] dept: Distinguish each syscall context from another, Byungchul Park
- [PATCH v8 18/25] dept: Apply timeout consideration to wait_for_completion()/complete(), Byungchul Park
- [PATCH v8 20/25] dept: Apply timeout consideration to waitqueue wait, Byungchul Park
- [PATCH v8 25/25] dept: Track the potential waits of PG_{locked,writeback}, Byungchul Park
- [PATCH v8 21/25] dept: Apply timeout consideration to hashed-waitqueue wait, Byungchul Park
- [PATCH v8 17/25] dept: Track timeout waits separately with a new Kconfig, Byungchul Park
- [PATCH v8 24/25] dept: Make Dept able to work with an external wgen, Byungchul Park
- [PATCH v8 19/25] dept: Apply timeout consideration to swait, Byungchul Park
- [PATCH v2 0/2] ipc,namespace: fix free vs allocation race,
Rik van Riel
- [PATCH 0/2] ipc,namespace: fix free vs allocation race,
Rik van Riel
- [PATCH 00/31] Convert most of ext4 to folios,
Matthew Wilcox (Oracle)
- [PATCH 02/31] fscrypt: Add some folio helper functions, Matthew Wilcox (Oracle)
- [PATCH 11/31] ext4: Convert ext4_try_to_write_inline_data() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 10/31] ext4: Convert ext4_convert_inline_data_to_extent() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 15/31] ext4: Convert ext4_write_inline_data_end() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 12/31] ext4: Convert ext4_da_convert_inline_data_to_extent() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 14/31] ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio(), Matthew Wilcox (Oracle)
- [PATCH 17/31] ext4: Convert ext4_write_end() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 13/31] ext4: Convert ext4_da_write_inline_data_begin() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 16/31] ext4: Convert ext4_write_begin() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 18/31] ext4: Use a folio in ext4_journalled_write_end(), Matthew Wilcox (Oracle)
- [PATCH 26/31] ext4: Convert ext4_writepage() to take a folio, Matthew Wilcox (Oracle)
- [PATCH 23/31] ext4: Use a folio in ext4_da_write_begin(), Matthew Wilcox (Oracle)
- [PATCH 19/31] ext4: Convert ext4_journalled_zero_new_buffers() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 25/31] ext4: Convert ext4_block_write_begin() to take a folio, Matthew Wilcox (Oracle)
- [PATCH 20/31] ext4: Convert __ext4_block_zero_page_range() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 22/31] ext4: Convert ext4_page_nomap_can_writeout() to take a folio, Matthew Wilcox (Oracle)
- [PATCH 28/31] ext4: Use a folio iterator in __read_end_io(), Matthew Wilcox (Oracle)
- [PATCH 27/31] ext4: Use a folio in ext4_page_mkwrite(), Matthew Wilcox (Oracle)
- [PATCH 24/31] ext4: Convert ext4_mpage_readpages() to work on folios, Matthew Wilcox (Oracle)
- [PATCH 21/31] ext4: Convert __ext4_journalled_writepage() to take a folio, Matthew Wilcox (Oracle)
- [PATCH 30/31] ext4: Convert pagecache_read() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 29/31] ext4: Convert mext_page_mkuptodate() to take a folio, Matthew Wilcox (Oracle)
- [PATCH 31/31] ext4: Use a folio in ext4_read_merkle_tree_page, Matthew Wilcox (Oracle)
- [PATCH 01/31] fs: Add FGP_WRITEBEGIN, Matthew Wilcox (Oracle)
- [PATCH 06/31] ext4: Turn mpage_process_page() into mpage_process_folio(), Matthew Wilcox (Oracle)
- [PATCH 03/31] ext4: Convert ext4_bio_write_page() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 05/31] ext4: Convert ext4_writepage() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 04/31] ext4: Convert ext4_finish_bio() to use folios, Matthew Wilcox (Oracle)
- [PATCH 07/31] ext4: Convert mpage_submit_page() to mpage_submit_folio(), Matthew Wilcox (Oracle)
- [PATCH 09/31] ext4: Convert ext4_readpage_inline() to take a folio, Matthew Wilcox (Oracle)
- [PATCH 08/31] ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio(), Matthew Wilcox (Oracle)
- Re: [PATCH 00/31] Convert most of ext4 to folios, Theodore Ts'o
- [PATCH] mm: Add memcpy_from_file_folio(),
Matthew Wilcox (Oracle)
- [PATCH 0/2] Convert writepage_t to use a folio,
Matthew Wilcox (Oracle)
- [LSF/MM/BPF TOPIC] State Of The Page,
Matthew Wilcox
- [PATCH v11 0/8] iov_iter: Improve page extraction (pin or just list),
David Howells
- [PATCH] fuse: add inode/permission checks to fileattr_get/fileattr_set,
Alexander Mikhalitsyn
- [PATCH] fs: gracefully handle ->get_block not mapping bh in __mpage_writepage,
Jan Kara
- [RFC 00/13] smb3: Use iov_iters down to the network transport and fix DIO page pinning,
David Howells
- [RFC 01/13] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator, David Howells
- [RFC 02/13] netfs: Add a function to extract an iterator into a scatterlist, David Howells
- [RFC 03/13] cifs: Fix oops due to uncleared server->smbd_conn in reconnect, David Howells
- [RFC 04/13] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE, David Howells
- [RFC 06/13] cifs: Add a function to Hash the contents of an iterator, David Howells
- [RFC 08/13] cifs: Add a function to read into an iter from a socket, David Howells
- [RFC 05/13] cifs: Add a function to build an RDMA SGE list from an iterator, David Howells
- [RFC 10/13] cifs: Build the RDMA SGE list directly from an iterator, David Howells
- [RFC 07/13] cifs: Add some helper functions, David Howells
- [RFC 09/13] cifs: Change the I/O paths to use an iterator rather than a page list, David Howells
- [RFC 13/13] cifs: DIO to/from KVEC-type iterators should now work, David Howells
- [RFC 12/13] cifs: Fix problem with encrypted RDMA data read, David Howells
- [RFC 11/13] cifs: Remove unused code, David Howells
- [PATCH v10 0/8] iov_iter: Improve page extraction (pin or just list),
David Howells
- [PATCH v3 1/2] capability: add cap_isidentical,
Mateusz Guzik
- [RFC PATCH v1 0/6] proc: Add allowlist for procfs files,
Alexey Gladkov
- remove ->rw_page,
Christoph Hellwig
- [PATCH 00/12] acl: remove remaining posix acl handlers,
Christian Brauner
- [PATCH 01/12] xattr: simplify listxattr helpers, Christian Brauner
- [PATCH 02/12] xattr, posix acl: add listxattr helpers, Christian Brauner
- [PATCH 03/12] xattr: remove unused argument, Christian Brauner
- [PATCH 04/12] fs: drop unused posix acl handlers, Christian Brauner
- [PATCH 05/12] erofs: drop posix acl handlers, Christian Brauner
- [PATCH 06/12] ext2: drop posix acl handlers, Christian Brauner
- [PATCH 07/12] ext4: drop posix acl handlers, Christian Brauner
- [PATCH 08/12] f2fs: drop posix acl handlers, Christian Brauner
- [PATCH 09/12] jffs2: drop posix acl handlers, Christian Brauner
- [PATCH 10/12] ocfs2: drop posix acl handlers, Christian Brauner
- [PATCH 12/12] acl: remove posix acl handlers, Christian Brauner
- [PATCH 11/12] reiserfs: drop posix acl handlers, Christian Brauner
- Re: [PATCH 00/12] acl: remove remaining posix acl handlers, Christian Brauner
- [GIT PULL] fuse acl fix for v6.2-rc6,
Christian Brauner
- [PATCH v2 0/12] udf: Unify aops,
Jan Kara
- [PATCH v2 01/12] udf: Unify .read_folio for normal and in-ICB files, Jan Kara
- [PATCH v2 02/12] udf: Convert in-ICB files to use udf_writepages(), Jan Kara
- [PATCH v2 06/12] udf: Add handling of in-ICB files to udf_bmap(), Jan Kara
- [PATCH v2 04/12] udf: Convert in-ICB files to use udf_write_begin(), Jan Kara
- [PATCH v2 03/12] udf: Convert in-ICB files to use udf_direct_IO(), Jan Kara
- [PATCH v2 07/12] udf: Switch to single address_space_operations, Jan Kara
- [PATCH v2 08/12] udf: Mark aops implementation static, Jan Kara
- [PATCH v2 11/12] udf: Convert udf_adinicb_writepage() to memcpy_to_page(), Jan Kara
- [PATCH v2 12/12] udf: Convert udf_expand_file_adinicb() to avoid kmap_atomic(), Jan Kara
- [PATCH v2 10/12] udf: Switch udf_adinicb_readpage() to kmap_local_page(), Jan Kara
- [PATCH v2 05/12] udf: Convert all file types to use udf_write_end(), Jan Kara
- [PATCH v2 09/12] udf: Move udf_adinicb_readpage() to inode.c, Jan Kara
- [PATCH v2 0/6] introduce vm_flags modifier functions,
Suren Baghdasaryan
- build direct-io.c conditionally,
Christoph Hellwig
- [ANNOUNCE] New mailing list for fsverity development, Eric Biggers
- [PATCH v8 RESEND 0/8] fs: clean up internal i_version handling,
Jeff Layton
- [PATCH v9 0/8] iov_iter: Improve page extraction (pin or just list),
David Howells
- replacement i_version counter for xfs,
Jeff Layton
- [PATCH 0/22] udf: Fix couple of preallocation related bugs,
Jan Kara
- [PATCH 03/22] udf: Move incrementing of goal block directly into inode_getblk(), Jan Kara
- [PATCH 05/22] udf: Use udf_bread() in udf_get_pblock_virt15(), Jan Kara
- [PATCH 01/22] udf: Unify types in anchor block detection, Jan Kara
- [PATCH 06/22] udf: Use udf_bread() in udf_load_vat(), Jan Kara
- [PATCH 04/22] udf: Factor out block mapping into udf_map_block(), Jan Kara
- [PATCH 08/22] udf: Convert udf_symlink_filler() to use udf_bread(), Jan Kara
- [PATCH 02/22] udf: Drop VARCONV support, Jan Kara
- [PATCH 11/22] udf: Add flag to disable block preallocation, Jan Kara
- [PATCH 10/22] udf: Pass mapping request into inode_getblk(), Jan Kara
- [PATCH 09/22] udf: Fold udf_block_map() into udf_map_block(), Jan Kara
- [PATCH 18/22] udf: Protect truncate and file type conversion with invalidate_lock, Jan Kara
- [PATCH 13/22] udf: Fold udf_getblk() into udf_bread(), Jan Kara
- [PATCH 12/22] udf: Use udf_map_block() in udf_getblk(), Jan Kara
- [PATCH 14/22] udf: Protect rename against modification of moved directory, Jan Kara
- [PATCH 07/22] udf: Do not call udf_block_map() on ICB files, Jan Kara
- [PATCH 15/22] udf: Push i_data_sem locking into udf_expand_file_adinicb(), Jan Kara
- [PATCH 22/22] udf: Fix off-by-one error when discarding preallocation, Jan Kara
- [PATCH 16/22] udf: Push i_data_sem locking into udf_extend_file(), Jan Kara
- [PATCH 20/22] udf: Do not allocate blocks on page writeback, Jan Kara
- [PATCH 21/22] udf: Fix file corruption when appending just after end of preallocated extent, Jan Kara
- [PATCH 17/22] udf: Simplify error handling in udf_file_write_iter(), Jan Kara
- [PATCH 19/22] udf: Allocate blocks on write page fault, Jan Kara
- [PATCH 0/10] udf: Unify aops,
Jan Kara
- [PATCH 03/10] udf: Convert in-ICB files to use udf_direct_IO(), Jan Kara
- [PATCH 05/10] udf: Convert all file types to use udf_write_end(), Jan Kara
- [PATCH 09/10] udf: Move udf_adinicb_readpage() to inode.c, Jan Kara
- [PATCH 02/10] udf: Convert in-ICB files to use udf_writepages(), Jan Kara
- [PATCH 06/10] udf: Add handling of in-ICB files to udf_bmap(), Jan Kara
- [PATCH 08/10] udf: Mark aops implementation static, Jan Kara
- [PATCH 04/10] udf: Convert in-ICB files to use udf_write_begin(), Jan Kara
- [PATCH 07/10] udf: Switch to single address_space_operations, Jan Kara
- [PATCH 10/10] udf: Switch udf_adinicb_readpage() to kmap_local_page(), Jan Kara
- [PATCH 01/10] udf: Unify .read_folio for normal and in-ICB files, Jan Kara
- [PATCH v8 0/4] Implement IOCTL to get and/or the clear info about PTEs,
Muhammad Usama Anjum
- What would happen if the block device driver/firmware found some block of a bio is corrupted?,
Qu Wenruo
- [GIT PULL] fscrypt MAINTAINERS entry update for 6.2-rc6,
Eric Biggers
- [GIT PULL] fsverity MAINTAINERS entry update for 6.2-rc6,
Eric Biggers
- [RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support,
Stefan Roesch
- [RESEND RFC PATCH v1 20/20] selftests/vm: add two functions for debugging merge outcome, Stefan Roesch
- [RESEND RFC PATCH v1 05/20] mm: support disabling of ksm for a process, Stefan Roesch
- [RESEND RFC PATCH v1 19/20] selftests/vm: add KSM fork test, Stefan Roesch
- [RESEND RFC PATCH v1 10/20] docs: document general_profit sysfs knob, Stefan Roesch
- [RESEND RFC PATCH v1 15/20] docs: document new procfs ksm knobs, Stefan Roesch
- [RESEND RFC PATCH v1 13/20] mm: expose ksm process profit metric in ksm_stat, Stefan Roesch
- [RESEND RFC PATCH v1 04/20] mm: invoke madvise for all vmas in scan_get_next_rmap_item, Stefan Roesch
- [RESEND RFC PATCH v1 17/20] selftests/vm: add KSM prctl merge test, Stefan Roesch
- [RESEND RFC PATCH v1 08/20] mm: split off pages_volatile function, Stefan Roesch
- [RESEND RFC PATCH v1 11/20] mm: calculate ksm process profit metric, Stefan Roesch
- [RESEND RFC PATCH v1 16/20] tools: add new prctl flags to prctl in tools dir, Stefan Roesch
- [RESEND RFC PATCH v1 12/20] mm: add ksm_merge_type() function, Stefan Roesch
- [RESEND RFC PATCH v1 01/20] mm: add new flag to enable ksm per process, Stefan Roesch
- [RESEND RFC PATCH v1 03/20] mm: add flag to __ksm_exit call, Stefan Roesch
- [RESEND RFC PATCH v1 09/20] mm: expose general_profit metric, Stefan Roesch
- [RESEND RFC PATCH v1 18/20] selftests/vm: add KSM get merge type test, Stefan Roesch
- [RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm, Stefan Roesch
- [RESEND RFC PATCH v1 06/20] mm: add new prctl option to get and set ksm for a process, Stefan Roesch
- [RESEND RFC PATCH v1 14/20] mm: expose ksm merge type in ksm_stat, Stefan Roesch
- [RESEND RFC PATCH v1 02/20] mm: add flag to __ksm_enter, Stefan Roesch
- Re: [RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support, David Hildenbrand
- [PATCH v8 00/10] iov_iter: Improve page extraction (pin or just list),
David Howells
[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]