Show patches with: State = Action Required       |   62719 patches
« 1 2 3 4627 628 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/1] lib: add version into /proc/allocinfo output [1/1] lib: add version into /proc/allocinfo output - - - --- 2024-05-14 Suren Baghdasaryan New
zonefs: move super block reading from page to folio zonefs: move super block reading from page to folio - - - --- 2024-05-14 Johannes Thumshirn New
[RFC,v2,30/30] WIP: fs: ext2: add rust ro ext2 implementation Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,29/30] tarfs: introduce tar fs Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,28/30] rust: fs: add memalloc_nofs support Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,27/30] rust: fs: add `iomap` module Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,26/30] rust: fs: allow populating i_lnk Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,25/30] rust: fs: export file type from mode constants Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,24/30] rust: fs: allow per-inode data Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,23/30] rust: fs: allow file systems backed by a block device Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,22/30] rust: fs: add per-superblock data Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,21/30] rust: fs: introduce more inode types Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,20/30] rust: fs: introduce `FileSystem::statfs` Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,19/30] rust: fs: introduce `FileSystem::read_xattr` Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,18/30] rust: fs: introduce `address_space::Operations::read_folio` Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,17/30] rust: fs: add empty address space operations Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,16/30] rust: folio: introduce basic support for folios Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,15/30] rust: fs: introduce `inode::Operations::lookup` Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,14/30] rust: fs: add empty inode operations Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,13/30] rust: fs: introduce `file::Operations::read` Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,12/30] rust: fs: introduce `file::Operations::seek` Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,11/30] rust: fs: introduce `file::Operations::read_dir` Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,10/30] rust: fs: add empty file operations Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,09/30] rust: fs: generalise `File` for different file systems Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,08/30] rust: file: move `kernel::file` to `kernel::fs::file` Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,07/30] rust: fs: introduce `FileSystem::init_root` Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,06/30] rust: fs: introduce `DEntry<T>` Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,05/30] rust: fs: introduce `INode<T>` Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,04/30] rust: fs: introduce `FileSystem::fill_super` Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,03/30] samples: rust: add initial ro file system sample Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,02/30] rust: fs: introduce the `module_fs` macro Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[RFC,v2,01/30] rust: fs: add registration/unregistration of file systems Rust abstractions for VFS - - - --- 2024-05-14 Wedson Almeida Filho New
[GIT,PULL] orangefs: fix out-of-bounds fsid access [GIT,PULL] orangefs: fix out-of-bounds fsid access - - - --- 2024-05-14 Mike Marshall New
[v2,8/8] writeback: factor out balance_wb_limits to remove repeated code Add helper functions to remove repeated code and improve readability of cgroup writeback - - - --- 2024-05-14 Kemeng Shi New
[v2,7/8] writeback: factor out wb_dirty_exceeded to remove repeated code Add helper functions to remove repeated code and improve readability of cgroup writeback - - - --- 2024-05-14 Kemeng Shi New
[v2,6/8] writeback: factor out balance_domain_limits to remove repeated code Add helper functions to remove repeated code and improve readability of cgroup writeback 1 - - --- 2024-05-14 Kemeng Shi New
[v2,5/8] writeback: factor out wb_dirty_freerun to remove more repeated freerun code Add helper functions to remove repeated code and improve readability of cgroup writeback - - - --- 2024-05-14 Kemeng Shi New
[v2,4/8] writeback: Factor out code of freerun to remove repeated code Add helper functions to remove repeated code and improve readability of cgroup writeback 1 - - --- 2024-05-14 Kemeng Shi New
[v2,3/8] writeback: factor out domain_over_bg_thresh to remove repeated code Add helper functions to remove repeated code and improve readability of cgroup writeback 1 - - --- 2024-05-14 Kemeng Shi New
[v2,2/8] writeback: add general function domain_dirty_avail to calculate dirty and avail of domain Add helper functions to remove repeated code and improve readability of cgroup writeback - - - --- 2024-05-14 Kemeng Shi New
[v2,1/8] writeback: factor out wb_bg_dirty_limits to remove repeated code Add helper functions to remove repeated code and improve readability of cgroup writeback 1 - - --- 2024-05-14 Kemeng Shi New
zonefs: enable support for large folios zonefs: enable support for large folios - - - --- 2024-05-13 Johannes Thumshirn New
[v2] fs: remove accidental overflow during wraparound check [v2] fs: remove accidental overflow during wraparound check - 2 - --- 2024-05-13 Justin Stitt New
hostfs: convert hostfs to use the new mount api hostfs: convert hostfs to use the new mount api - - - --- 2024-05-13 Hongbo Li New
[2/2] genirq/proc: Refine percpu kstat_irqs access logic genirq/proc: Speed up show_interrupts() - - 1 --- 2024-05-13 Adrian Huang New
[1/2] genirq/proc: Try to jump over the unallocated irq hole whenever possible genirq/proc: Speed up show_interrupts() - - 1 --- 2024-05-13 Adrian Huang New
sysctl: constify ctl_table arguments of utility function sysctl: constify ctl_table arguments of utility function - 1 - --- 2024-05-13 Joel Granados via B4 Relay New
ext4/jbd2: drop jbd2_transaction_committed() ext4/jbd2: drop jbd2_transaction_committed() - - - --- 2024-05-13 Zhang Yi New
[4/4] drm/xe/guc: Expose raw access to GuC log over debugfs Expose raw access to GuC log over debugfs - - - --- 2024-05-12 Michal Wajdeczko New
[3/4] drm/xe: Add wrapper for iosys_map_read_from Expose raw access to GuC log over debugfs - - - --- 2024-05-12 Michal Wajdeczko New
[2/4] iosys-map: add iosys_map_read_from() helper Expose raw access to GuC log over debugfs - - - --- 2024-05-12 Michal Wajdeczko New
[1/4] libfs: add simple_read_from_iomem() Expose raw access to GuC log over debugfs - - - --- 2024-05-12 Michal Wajdeczko New
[fs] Are you OK with updating "struct file"->f_op value dynamically? [fs] Are you OK with updating "struct file"->f_op value dynamically? - - - --- 2024-05-12 Tetsuo Handa New
[v12] mm: report per-page metadata information [v12] mm: report per-page metadata information - 1 - --- 2024-05-12 Sourav Panda New
[v2] vfs: move dentry shrinking outside the inode lock in 'rmdir()' [v2] vfs: move dentry shrinking outside the inode lock in 'rmdir()' - - 1 --- 2024-05-11 Linus Torvalds New
vfs: move dentry shrinking outside the inode lock in 'rmdir()' vfs: move dentry shrinking outside the inode lock in 'rmdir()' - - - --- 2024-05-11 Linus Torvalds New
[v4,10/10] ext4: make ext4_da_map_blocks() buffer_head unaware ext4: support adding multi-delalloc blocks - - - --- 2024-05-11 Zhang Yi New
[v4,09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks ext4: support adding multi-delalloc blocks - - - --- 2024-05-11 Zhang Yi New
[v4,08/10] ext4: factor out check for whether a cluster is allocated ext4: support adding multi-delalloc blocks - - - --- 2024-05-11 Zhang Yi New
[v4,07/10] ext4: make ext4_da_reserve_space() reserve multi-clusters ext4: support adding multi-delalloc blocks - 1 - --- 2024-05-11 Zhang Yi New
[v4,06/10] ext4: make ext4_es_insert_delayed_block() insert multi-blocks ext4: support adding multi-delalloc blocks - - - --- 2024-05-11 Zhang Yi New
[v4,05/10] ext4: drop iblock parameter ext4: support adding multi-delalloc blocks - 2 - --- 2024-05-11 Zhang Yi New
[v4,04/10] ext4: trim delalloc extent ext4: support adding multi-delalloc blocks - 1 - --- 2024-05-11 Zhang Yi New
[v4,03/10] ext4: warn if delalloc counters are not zero on inactive ext4: support adding multi-delalloc blocks - - - --- 2024-05-11 Zhang Yi New
[v4,02/10] ext4: check the extent status again before inserting delalloc block ext4: support adding multi-delalloc blocks - 1 - --- 2024-05-11 Zhang Yi New
[v4,01/10] ext4: factor out a common helper to query extent map ext4: support adding multi-delalloc blocks - 2 - --- 2024-05-11 Zhang Yi New
[-next] fs: fsconfig: intercept for non-new mount API in advance for FSCONFIG_CMD_CREATE_EXCL [-next] fs: fsconfig: intercept for non-new mount API in advance for FSCONFIG_CMD_CREATE_EXCL - - - --- 2024-05-11 Hongbo Li New
[-next] fsconfig: intercept for non-new mount API in advance for FSCONFIG_CMD_CREATE_EXCL [-next] fsconfig: intercept for non-new mount API in advance for FSCONFIG_CMD_CREATE_EXCL - - - --- 2024-05-11 Hongbo Li New
[RFC] fs: dcache: Delete the associated dentry when deleting a file [RFC] fs: dcache: Delete the associated dentry when deleting a file - - - --- 2024-05-11 Yafang Shao New
[1/1] fsnotify: clear PARENT_WATCHED flags lazily fsnotify: clear PARENT_WATCHED flags lazily - - - --- 2024-05-10 Stephen Brennan New
fuse: add simple request tracepoints fuse: add simple request tracepoints - - - --- 2024-05-10 Josef Bacik New
[v5,12/12] mm/swap: reduce swap cache search space mm/swap: clean up and optimize swap cache index - 1 - --- 2024-05-10 Kairui Song New
[v5,11/12] mm: drop page_index and simplify folio_index mm/swap: clean up and optimize swap cache index - 1 - --- 2024-05-10 Kairui Song New
[v5,10/12] mm: remove page_file_offset and folio_file_pos mm/swap: clean up and optimize swap cache index - 1 - --- 2024-05-10 Kairui Song New
[v5,09/12] mm/swap: get the swap device offset directly mm/swap: clean up and optimize swap cache index - 1 - --- 2024-05-10 Kairui Song New
[v5,08/12] nfs: drop usage of folio_file_pos mm/swap: clean up and optimize swap cache index - - - --- 2024-05-10 Kairui Song New
[v5,07/12] netfs: drop usage of folio_file_pos mm/swap: clean up and optimize swap cache index - - - --- 2024-05-10 Kairui Song New
[v5,06/12] afs: drop usage of folio_file_pos mm/swap: clean up and optimize swap cache index - - - --- 2024-05-10 Kairui Song New
[v5,05/12] cifs: drop usage of page_file_offset mm/swap: clean up and optimize swap cache index - - - --- 2024-05-10 Kairui Song New
[v5,04/12] NFS: remove nfs_page_lengthg and usage of page_index mm/swap: clean up and optimize swap cache index - - - --- 2024-05-10 Kairui Song New
[v5,03/12] ceph: drop usage of page_index mm/swap: clean up and optimize swap cache index - - - --- 2024-05-10 Kairui Song New
[v5,02/12] nilfs2: drop usage of page_index mm/swap: clean up and optimize swap cache index 1 - - --- 2024-05-10 Kairui Song New
[v5,01/12] f2fs: drop usage of page_index mm/swap: clean up and optimize swap cache index - - - --- 2024-05-10 Kairui Song New
[v3] ext4: Don't reduce symlink i_mode by umask if no ACL support [v3] ext4: Don't reduce symlink i_mode by umask if no ACL support - 1 - --- 2024-05-10 David Howells New
[GIT,PULL] vfs rw [GIT,PULL] vfs rw - - - --- 2024-05-10 Christian Brauner New
[GIT,PULL] vfs netfs [GIT,PULL] vfs netfs - - - --- 2024-05-10 Christian Brauner New
[GIT,PULL] vfs mount [GIT,PULL] vfs mount - - - --- 2024-05-10 Christian Brauner New
[GIT,PULL] vfs misc [GIT,PULL] vfs misc - - - --- 2024-05-10 Christian Brauner New
[GIT,PULL] vfs iomap [GIT,PULL] vfs iomap - - - --- 2024-05-10 Christian Brauner New
[v2] ext4: Don't reduce symlink i_mode by umask if no ACL support [v2] ext4: Don't reduce symlink i_mode by umask if no ACL support - - - --- 2024-05-10 David Howells New
libfs: fix accidental overflow in offset calculation libfs: fix accidental overflow in offset calculation - - - --- 2024-05-10 Justin Stitt New
[v4,46/66] selftests/proc: Drop duplicate -D_GNU_SOURCE Untitled series #852079 - - - --- 2024-05-10 Edward Liaw New
[v4,45/66] selftests/proc: Drop define _GNU_SOURCE Untitled series #852079 - - - --- 2024-05-10 Edward Liaw New
[v4,32/66] selftests/mount_setattr: Drop define _GNU_SOURCE Untitled series #852079 - 2 - --- 2024-05-10 Edward Liaw New
[v2] fs: fix unintentional arithmetic wraparound in offset calculation [v2] fs: fix unintentional arithmetic wraparound in offset calculation - - - --- 2024-05-09 Justin Stitt New
fs: fix unintentional arithmetic wraparound in offset calculation fs: fix unintentional arithmetic wraparound in offset calculation - - - --- 2024-05-09 Justin Stitt New
[v3,48/68] selftests/proc: Drop duplicate -D_GNU_SOURCE Untitled series #852021 - - - --- 2024-05-09 Edward Liaw New
[v3,47/68] selftests/proc: Drop define _GNU_SOURCE Untitled series #852021 - - - --- 2024-05-09 Edward Liaw New
[v3,34/68] selftests/mount_setattr: Drop define _GNU_SOURCE Untitled series #852021 - 2 - --- 2024-05-09 Edward Liaw New
ext4: Don't reduce symlink i_mode by umask if no ACL support ext4: Don't reduce symlink i_mode by umask if no ACL support - - - --- 2024-05-09 David Howells New
« 1 2 3 4627 628 »