Show patches with: State = Action Required       |   62214 patches
« 1 2 ... 441 442 443622 623 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[04/32] vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled [ver #9] - - - --- 2018-07-10 David Howells New
[03/32] teach move_mount(2) to work with OPEN_TREE_CLONE [ver #9] - - - --- 2018-07-10 David Howells New
[02/32] vfs: syscall: Add move_mount(2) to move mounts around [ver #9] - - - --- 2018-07-10 David Howells New
[01/32] vfs: syscall: Add open_tree(2) to reference or clone a mount [ver #9] - - - --- 2018-07-10 David Howells New
[02/32] vfs: syscall: Add move_mount(2) to move mounts around - - - --- 2018-07-10 David Howells New
[01/32] vfs: syscall: Add open_tree(2) to reference or clone a mount - - - --- 2018-07-10 David Howells New
[2/2,v2] hfs/hfsplus: stop using timespec based interfaces - - - --- 2018-07-10 Arnd Bergmann New
[1/2,v2] hfs/hfsplus: follow MacOS time behavior - - - --- 2018-07-10 Arnd Bergmann New
[v2,4/4] samples: extend test-fsinfo to access error_state - - - --- 2018-07-10 Jeff Layton New
[v2,3/4] vfs: allow fsinfo to fetch the current state of s_wb_err - - - --- 2018-07-10 Jeff Layton New
[v2,2/4] errseq: add a new errseq_scrape function - - - --- 2018-07-10 Jeff Layton New
[v2,1/4] vfs: track per-sb writeback errors - - - --- 2018-07-10 Jeff Layton New
INFO: task hung in iterate_supers - - - --- 2018-07-10 Tetsuo Handa New
[11/10,TESTSUITE] audit_testsuite: Add stress test for tree watches - - - --- 2018-07-10 Jan Kara New
[10/10] audit: Replace chunk attached to mark instead of replacing mark - - - --- 2018-07-10 Jan Kara New
[09/10] audit: Allocate fsnotify mark independently of chunk - - - --- 2018-07-10 Jan Kara New
[08/10] audit: Provide helper for dropping mark's chunk reference - - - --- 2018-07-10 Jan Kara New
[07/10] audit: Remove pointless check in insert_hash() - - - --- 2018-07-10 Jan Kara New
[06/10] audit: Factor out chunk replacement code - - - --- 2018-07-10 Jan Kara New
[05/10] audit: Make hash table insertion safe against concurrent lookups - - - --- 2018-07-10 Jan Kara New
[04/10] audit: Embed key into chunk - - - --- 2018-07-10 Jan Kara New
[03/10] audit: Fix possible tagging failures - - - --- 2018-07-10 Jan Kara New
[02/10] audit: Fix possible spurious -ENOSPC error - - - --- 2018-07-10 Jan Kara New
[01/10] audit_tree: Remove mark->lock locking - - - --- 2018-07-10 Jan Kara New
[07/18] fs_context: fix double free of legacy_fs_context data - - - --- 2018-07-10 David Howells New
[vfs/for-next,00/18] fs_context fixes - - - --- 2018-07-09 David Howells New
hfsplus: avoid deadlock on file truncation - - - --- 2018-07-09 Ernesto A. Fernández New
[vfs/for-next,00/18] fs_context fixes - - - --- 2018-07-09 David Howells New
[07/18] fs_context: fix double free of legacy_fs_context data - - - --- 2018-07-09 David Howells New
[2/2] goldfish_pipe/mm: convert to the new put_user_page() call - - - --- 2018-07-09 john.hubbard@gmail.com New
[1/2] mm: introduce put_user_page(), placeholder version - - - --- 2018-07-09 john.hubbard@gmail.com New
[RFC,27/27] turn filp_clone_open() into inline wrapper for dentry_open() - - - --- 2018-07-09 Al Viro New
[RFC,26/27] make alloc_file() static - - - --- 2018-07-09 Al Viro New
[RFC,25/27] do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone() - - - --- 2018-07-09 Al Viro New
[RFC,24/27] new helper: alloc_file_clone() - - - --- 2018-07-09 Al Viro New
[RFC,23/27] create_pipe_files(): switch the first allocation to alloc_file_pseudo() - - - --- 2018-07-09 Al Viro New
[RFC,22/27] anon_inode_getfile(): switch to alloc_file_pseudo() - - - --- 2018-07-09 Al Viro New
[RFC,21/27] hugetlb_file_setup(): switch to alloc_file_pseudo() - - - --- 2018-07-09 Al Viro New
[RFC,20/27] ocxlflash_getfile(): switch to alloc_file_pseudo() - - - --- 2018-07-09 Al Viro New
[RFC,19/27] cxl_getfile(): switch to alloc_file_pseudo() - - - --- 2018-07-09 Al Viro New
[RFC,18/27] ... and switch shmem_file_setup() to alloc_file_pseudo() - - - --- 2018-07-09 Al Viro New
[RFC,17/27] __shmem_file_setup(): reorder allocations - - - --- 2018-07-09 Al Viro New
[RFC,16/27] new wrapper: alloc_file_pseudo() - - - --- 2018-07-09 Al Viro New
[RFC,15/27] kill FILE_{CREATED,OPENED} - - - --- 2018-07-09 Al Viro New
[RFC,14/27] get rid of 'opened' in path_openat() and the helpers downstream - - - --- 2018-07-09 Al Viro New
[RFC,13/27] get rid of 'opened' argument of ->atomic_open() - - - --- 2018-07-09 Al Viro New
[RFC,12/27] Preparation to killing ->atomic_open() 'opened' argument. - - - --- 2018-07-09 Al Viro New
[RFC,11/27] IMA: don't propagate opened through the entire thing - - - --- 2018-07-09 Al Viro New
[RFC,10/27] introduce FMODE_CREATED and switch to it - - - --- 2018-07-09 Al Viro New
[RFC,09/27] now we can fold open_check_o_direct() into do_dentry_open() - - - --- 2018-07-09 Al Viro New
[RFC,08/27] switch all remaining checks for FILE_OPENED to FMODE_OPENED - - - --- 2018-07-09 Al Viro New
[RFC,07/27] lift fput() on late failures into path_openat() - - - --- 2018-07-09 Al Viro New
[RFC,06/27] get rid of 'opened' argument of finish_open() - - - --- 2018-07-09 Al Viro New
[RFC,05/27] introduce FMODE_OPENED - - - --- 2018-07-09 Al Viro New
[RFC,04/27] make sure do_dentry_open() won't return positive as an error - - - --- 2018-07-09 Al Viro New
[RFC,03/27] ocxlflash_getfile(): fix double-iput() on alloc_file() failures - - - --- 2018-07-09 Al Viro New
[RFC,02/27] cxl_getfile(): fix double-iput() on alloc_file() failures - - - --- 2018-07-09 Al Viro New
[RFC,01/27] drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open() - - - --- 2018-07-09 Al Viro New
[18/18] fs_context: fix fscontext_write() comment - - - --- 2018-07-08 Eric Biggers New
[17/18] fs_context: de-obfuscate command validation - - - --- 2018-07-08 Eric Biggers New
[16/18] fs_context: de-obfuscate control flow in fscontext_read() - - - --- 2018-07-08 Eric Biggers New
[15/18] fsopen,fspick: rename fsopen_create_fd() to fscontext_create_fd() - - - --- 2018-07-08 Eric Biggers New
[14/18] fsopen,fspick: factor out log allocation - - - --- 2018-07-08 Eric Biggers New
[13/18] fsmount: removed unused variable 'inode' - - - --- 2018-07-08 Eric Biggers New
[12/18] fspick: add missing permission check - - - --- 2018-07-08 Eric Biggers New
[11/18] fspick: fix path leak - - - --- 2018-07-08 Eric Biggers New
[10/18] fsmount: fix bypassing SB_MANDLOCK permission check - - - --- 2018-07-08 Eric Biggers New
[09/18] fsmount: fix handling FSMOUNT_CLOEXEC - - - --- 2018-07-08 Eric Biggers New
[08/18] fsmount: pass up error code from dentry_open() - - - --- 2018-07-08 Eric Biggers New
[07/18] fs_context: fix double free of legacy_fs_context data - - - --- 2018-07-08 Eric Biggers New
[06/18] fs_context: fix memory leak with 's' (source) command - - - --- 2018-07-08 Eric Biggers New
[05/18] fs_context: fix mount option blacklist - - - --- 2018-07-08 Eric Biggers New
[04/18] fs_context: fix fs_context leak in simple_pin_fs() - - - --- 2018-07-08 Eric Biggers New
[03/18] fs_context: fix detecting full log buffer - - - --- 2018-07-08 Eric Biggers New
[02/18] fs_context: fix shrinker leak in sget_fc() - - - --- 2018-07-08 Eric Biggers New
[01/18] sysfs: check return value of kernfs_get_tree() - - - --- 2018-07-08 Eric Biggers New
[7/7] aio: implement io_pgetevents - - - --- 2018-07-08 Christoph Hellwig New
f2fs: fix defined but not used build warnings - 1 - --- 2018-07-07 Randy Dunlap New
[mm] VFS: seq_file: ensure ->from is valid. - - 1 --- 2018-07-07 NeilBrown New
[v2,(v4.18,regression,fix)] vfs: don't evict uninitialized inode - - - --- 2018-07-06 Miklos Szeredi New
[v6,7/7] fs/dcache: Allow deconfiguration of negative dentry code to reduce kernel size - - - --- 2018-07-06 Waiman Long New
[v6,6/7] fs/dcache: Allow optional enforcement of negative dentry limit - - - --- 2018-07-06 Waiman Long New
[v6,5/7] fs/dcache: Add negative dentries to LRU head initially - - - --- 2018-07-06 Waiman Long New
[v6,4/7] fs/dcache: Spread negative dentry pruning across multiple CPUs - - - --- 2018-07-06 Waiman Long New
[v6,3/7] fs/dcache: Enable automatic pruning of negative dentries - - - --- 2018-07-06 Waiman Long New
[v6,2/7] fs/dcache: Add sysctl parameter neg-dentry-pc as a soft limit on negative dentries - - - --- 2018-07-06 Waiman Long New
[v6,1/7] fs/dcache: Track & report number of negative dentries - - - --- 2018-07-06 Waiman Long New
[7/7] proc/kcore: add vmcoreinfo note to /proc/kcore - - - --- 2018-07-06 Omar Sandoval New
[6/7] proc/kcore: optimize multiple page reads - - - --- 2018-07-06 Omar Sandoval New
[5/7] proc/kcore: clean up ELF header generation - - - --- 2018-07-06 Omar Sandoval New
[4/7] proc/kcore: hold lock during read - - - --- 2018-07-06 Omar Sandoval New
[3/7] proc/kcore: fix memory hotplug vs multiple opens race - - - --- 2018-07-06 Omar Sandoval New
[2/7] proc/kcore: replace kclist_lock rwlock with rwsem - - - --- 2018-07-06 Omar Sandoval New
[1/7] proc/kcore: don't grab lock for kclist_add() - - - --- 2018-07-06 Omar Sandoval New
xarray: unlock on error in xa_alloc() - - - --- 2018-07-06 Dan Carpenter New
[(v4.18,regression,fix)] vfs: don't evict uninitialized inode - - - --- 2018-07-06 Miklos Szeredi New
xarray: Fix lock/unlock imbalance in xa_alloc - - - --- 2018-07-06 Gustavo A. R. Silva New
fs/dax: remove unused function - - - --- 2018-07-06 Anders Roxell New
[BUG] Swap xarray workingset eviction warning. - - - --- 2018-07-05 Johannes Weiner New
net/sunrpc: Make rpc_auth_create_args a const - - - --- 2018-07-05 Sargun Dhillon New
« 1 2 ... 441 442 443622 623 »