Show patches with: State = Action Required       |   68436 patches
« 1 2 3 4684 685 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[2/2] generic: add tests for read/writes from hugepages-backed buffers fstests: test reads/writes from hugepages-backed buffers - - - --- 2024-12-18 Joanne Koong New
[1/2] fsx: support reads/writes from buffers backed by hugepages fstests: test reads/writes from hugepages-backed buffers - - - --- 2024-12-18 Joanne Koong New
[RFC,netfs] Fix uninitialized variable in netfs_retry_read_subrequests() [RFC,netfs] Fix uninitialized variable in netfs_retry_read_subrequests() - - - --- 2024-12-18 Paul E. McKenney New
nfs: flag as supporting FOP_DONTCACHE nfs: flag as supporting FOP_DONTCACHE - - - --- 2024-12-18 Mike Snitzer New
[v4,5/5] Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent Fix and cleanups to xarray - - - --- 2024-12-18 Kemeng Shi New
[v4,4/5] Xarray: remove repeat check in xas_squash_marks() Fix and cleanups to xarray - - - --- 2024-12-18 Kemeng Shi New
[v4,3/5] Xarray: distinguish large entries correctly in xas_split_alloc() Fix and cleanups to xarray - - - --- 2024-12-18 Kemeng Shi New
[v4,2/5] Xarray: move forward index correctly in xas_pause() Fix and cleanups to xarray - - - --- 2024-12-18 Kemeng Shi New
[v4,1/5] Xarray: Do not return sibling entries from xas_find_marked() Fix and cleanups to xarray - - - --- 2024-12-18 Kemeng Shi New
lsm: integrity: Allow enable/disable ima and evm with lsm= cmdline lsm: integrity: Allow enable/disable ima and evm with lsm= cmdline - - - --- 2024-12-18 Song Liu New
[5/5] fs/buffer: reduce stack usage on bh_read_iter() fs/buffer: strack reduction on async read - 1 - --- 2024-12-18 Luis Chamberlain New
[4/5] fs/buffer: add iteration support for block_read_full_folio() fs/buffer: strack reduction on async read - 1 - --- 2024-12-18 Luis Chamberlain New
[3/5] fs/buffer: add a for_each_bh() for block_read_full_folio() fs/buffer: strack reduction on async read - 1 - --- 2024-12-18 Luis Chamberlain New
[2/5] fs/buffer: simplify block_read_full_folio() with bh_offset() fs/buffer: strack reduction on async read - - - --- 2024-12-18 Luis Chamberlain New
[1/5] fs/buffer: move async batch read code into a helper fs/buffer: strack reduction on async read - - - --- 2024-12-18 Luis Chamberlain New
[2/2] nvme: use blk_validate_block_size() for max LBA check block size limit cleanups - 1 - --- 2024-12-18 Luis Chamberlain New
[1/2] block/bdev: use helper for max block size check block size limit cleanups - 1 - --- 2024-12-18 Luis Chamberlain New
[bpf-next,v6,5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc - - - --- 2024-12-17 Juntong Deng New
[bpf-next,v6,4/5] bpf: Make fs kfuncs available for SYSCALL program type bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc - - - --- 2024-12-17 Juntong Deng New
[bpf-next,v6,3/5] bpf: Add bpf_fget_task() kfunc bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc - - - --- 2024-12-17 Juntong Deng New
[bpf-next,v6,2/5] selftests/bpf: Add tests for open-coded style process file iterator bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc - - - --- 2024-12-17 Juntong Deng New
[bpf-next,v6,1/5] bpf: Introduce task_file open-coded iterator kfuncs bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc - - - --- 2024-12-17 Juntong Deng New
[RFC,2/2] evm: Add kernel parameter to disable EVM ima: evm: Add kernel cmdline options to disable IMA/EVM - - - --- 2024-12-17 Song Liu New
[RFC,1/2] ima: Add kernel parameter to disable IMA ima: evm: Add kernel cmdline options to disable IMA/EVM - - - --- 2024-12-17 Song Liu New
[v14,2/2] rust: xarray: Add an abstraction for XArray rust: xarray: Add a minimal abstraction for XArray - 2 - --- 2024-12-17 Tamir Duberstein New
[v14,1/2] rust: types: add `ForeignOwnable::PointedTo` rust: xarray: Add a minimal abstraction for XArray - 1 - --- 2024-12-17 Tamir Duberstein New
[v3,2/2] sysctl: Fix underflow value setting risk in vm_table Fixes multiple sysctl proc_handler usage error - 1 - --- 2024-12-17 Nicolas Bouchinet New
[v3,1/2] coredump: Fixes core_pipe_limit sysctl proc_handler Fixes multiple sysctl proc_handler usage error - 1 - --- 2024-12-17 Nicolas Bouchinet New
fs: use xarray for old mount id fs: use xarray for old mount id - - - --- 2024-12-17 Christian Brauner New
[-next] fs: fix missing declaration of init_files [-next] fs: fix missing declaration of init_files - - - --- 2024-12-17 Zhang Kunbo New
[v4,bpf-next,6/6] selftests/bpf: Add __failure tests for set/remove xattr kfuncs Enable writing xattr from BPF programs - - - --- 2024-12-17 Song Liu New
[v4,bpf-next,5/6] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs Enable writing xattr from BPF programs - - - --- 2024-12-17 Song Liu New
[v4,bpf-next,4/6] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs Enable writing xattr from BPF programs - - - --- 2024-12-17 Song Liu New
[v4,bpf-next,3/6] bpf: lsm: Add two more sleepable hooks Enable writing xattr from BPF programs - - - --- 2024-12-17 Song Liu New
[v4,bpf-next,2/6] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names Enable writing xattr from BPF programs - - - --- 2024-12-17 Song Liu New
[v4,bpf-next,1/6] fs/xattr: bpf: Introduce security.bpf. xattr name prefix Enable writing xattr from BPF programs 1 1 - --- 2024-12-17 Song Liu New
[REGRESSION] generic/{467,477} in linux-next [REGRESSION] generic/{467,477} in linux-next - - - --- 2024-12-17 Theodore Ts'o New
[v4,25/25] Revert "riscv: mm: Add support for ZONE_DEVICE" fs/dax: Fix ZONE_DEVICE page reference counts - 1 - --- 2024-12-17 Alistair Popple New
[v4,24/25] mm: Remove devmap related functions and page table bits fs/dax: Fix ZONE_DEVICE page reference counts 1 - - --- 2024-12-17 Alistair Popple New
[v4,23/25] mm: Remove pXX_devmap callers fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,22/25] device/dax: Properly refcount device dax pages when mapping fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,21/25] fs/dax: Properly refcount fs dax pages fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock fs/dax: Fix ZONE_DEVICE page reference counts 1 - - --- 2024-12-17 Alistair Popple New
[v4,19/25] proc/task_mmu: Ignore ZONE_DEVICE pages fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,18/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages fs/dax: Fix ZONE_DEVICE page reference counts 1 1 - --- 2024-12-17 Alistair Popple New
[v4,17/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers fs/dax: Fix ZONE_DEVICE page reference counts 1 - - --- 2024-12-17 Alistair Popple New
[v4,16/25] huge_memory: Add vmf_insert_folio_pmd() fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,15/25] huge_memory: Add vmf_insert_folio_pud() fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,14/25] rmap: Add support for PUD sized mappings to rmap fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,13/25] mm/memory: Add vmf_insert_page_mkwrite() fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,11/25] mm: Allow compound zone device pages fs/dax: Fix ZONE_DEVICE page reference counts - 2 - --- 2024-12-17 Alistair Popple New
[v4,10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma fs/dax: Fix ZONE_DEVICE page reference counts 1 1 - --- 2024-12-17 Alistair Popple New
[v4,09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page fs/dax: Fix ZONE_DEVICE page reference counts 1 2 - --- 2024-12-17 Alistair Popple New
[v4,08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,05/25] fs/dax: Create a common implementation to break DAX layouts fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,04/25] fs/dax: Refactor wait for dax idle page fs/dax: Fix ZONE_DEVICE page reference counts 1 3 - --- 2024-12-17 Alistair Popple New
[v4,03/25] fs/dax: Don't skip locked entries when scanning entries fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range() fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[v4,01/25] fuse: Fix dax truncate/punch_hole fault path fs/dax: Fix ZONE_DEVICE page reference counts - - - --- 2024-12-17 Alistair Popple New
[RFC] lsm: fs: Use i_callback to free i_security in RCU callback [RFC] lsm: fs: Use i_callback to free i_security in RCU callback - - - --- 2024-12-16 Song Liu New
inotify: Use strscpy() for event->name copies inotify: Use strscpy() for event->name copies - - - --- 2024-12-16 Kees Cook New
[v3,2/2] fuse: Increase FUSE_NAME_MAX to PATH_MAX fuse: Increase FUSE_NAME_MAX limit - - - --- 2024-12-16 Bernd Schubert New
[v3,1/2] fuse: Allocate only namelen buf memory in fuse_notify_ fuse: Increase FUSE_NAME_MAX limit - 1 - --- 2024-12-16 Bernd Schubert New
[v5,32/32] netfs: Report on NULL folioq in netfs_writeback_unlock_folios() netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,31/32] afs: Add a tracepoint for afs_read_receive() netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,30/32] afs: Locally initialise the contents of a new symlink on creation netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,29/32] afs: Use the contained hashtable to search a directory netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,28/32] afs: Make afs_mkdir() locally initialise a new directory's content netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,27/32] netfs: Change the read result collector to only use one work item netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,26/32] Display waited-on page index after 1min of waiting netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,25/32] afs: Make {Y,}FS.FetchData an asynchronous operation netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,24/32] afs: Fix cleanup of immediately failed async calls netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,23/32] afs: Eliminate afs_read netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,22/32] afs: Use netfslib for symlinks, allowing them to be cached netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,21/32] afs: Use netfslib for directories netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,20/32] afs: Make afs_init_request() get a key if not given a file netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,19/32] netfs: Add support for caching single monolithic objects such as AFS dirs netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,18/32] netfs: Add functions to build/clean a buffer in a folio_queue netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,17/32] afs: Add more tracepoints to do with tracking validity netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,16/32] cachefiles: Add auxiliary data trace netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,15/32] cachefiles: Add some subrequest tracepoints netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,14/32] netfs: Remove some extraneous directory invalidations netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,13/32] afs: Fix directory format encoding struct netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,12/32] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,11/32] afs: Don't use mutex for I/O operation lock netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,10/32] netfs: Don't use bh spinlock netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,09/32] netfs: Drop the was_async arg from netfs_read_subreq_terminated() netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,08/32] netfs: Drop the error arg from netfs_read_subreq_terminated() netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,07/32] netfs: Split retry code out of fs/netfs/write_collect.c netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,06/32] netfs: Make netfs_advance_write() return size_t netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,05/32] netfs: Abstract out a rolling folio buffer implementation netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,04/32] netfs: Add a tracepoint to log the lifespan of folio_queue structs netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,03/32] netfs: Use a folio_queue allocation and free functions netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,02/32] cachefiles: Clean up some whitespace in trace header netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[v5,01/32] netfs: Clean up some whitespace in trace header netfs: Read performance improvements and "single-blob" support - - - --- 2024-12-16 David Howells New
[11/10] netfs: Fix is-caching check in read-retry netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes - - - --- 2024-12-16 David Howells New
[5/5] squashfs: Convert squashfs_fill_page() to take a folio [1/5] squashfs: Use a folio throughout squashfs_read_folio() - - - --- 2024-12-16 Matthew Wilcox (Oracle) New
« 1 2 3 4684 685 »