Show patches with: State = Action Required       |   62544 patches
« 1 2 ... 544 545 546625 626 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v8,3/7] x86/arch_prctl: Add do_arch_prctl_common - - - --- 2016-11-01 Kyle Huey New
[v8,2/7] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64 - 1 - --- 2016-11-01 Kyle Huey New
[v8,1/7] x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl - - - --- 2016-11-01 Kyle Huey New
f2fs: avoid infinite loop in the EIO case on recover_orphan_inodes - - - --- 2016-10-31 Jaegeuk Kim New
[RESEND] fs: always set I_DIRTY_TIME to fsync correctly on lazytime - 1 - --- 2016-10-31 Naohiro Aota New
[v3,8/8] Documentation: add security/ptrace_checks.txt 1 - - --- 2016-10-30 Jann Horn New
[v3,7/8] proc: fix timerslack_ns handling - - - --- 2016-10-30 Jann Horn New
[v3,6/8] fs/proc: fix attr access check - - - --- 2016-10-30 Jann Horn New
[v3,5/8] proc: lock properly in ptrace_may_access callers - - - --- 2016-10-30 Jann Horn New
[v3,4/8] futex: don't leak robust_list pointer - - - --- 2016-10-30 Jann Horn New
[v3,3/8] proc: use open()-time creds for ptrace checks - - - --- 2016-10-30 Jann Horn New
[v3,2/8] exec: add privunit to task_struct - - - --- 2016-10-30 Jann Horn New
[v3,1/8] exec: introduce cred_guard_light - - - --- 2016-10-30 Jann Horn New
[4/4] aio: fix freeze protection of aio writes - - - --- 2016-10-30 Christoph Hellwig New
[3/4] fs: remove aio_run_iocb - - - --- 2016-10-30 Christoph Hellwig New
[2/4] fs: remove the never implemented aio_fsync file operation - - - --- 2016-10-30 Christoph Hellwig New
[1/4] aio: hold an extra file reference over AIO read/write operations - - - --- 2016-10-30 Christoph Hellwig New
aio: fix a user triggered use after free (and fix freeze protection of aio writes) - - - --- 2016-10-30 Christoph Hellwig New
aio: fix a user triggered use after free (and fix freeze protection of aio writes) - - - --- 2016-10-29 Linus Torvalds New
[60/60] block: enable multipage bvecs - - - --- 2016-10-29 Ming Lei New
[59/60] fs/buffer.c: use bvec iterator to truncate the bio - - - --- 2016-10-29 Ming Lei New
[58/60] dm-crypt: convert to bio_for_each_segment_all_rd() - - - --- 2016-10-29 Ming Lei New
[57/60] bcache: convert to bio_for_each_segment_all_rd() - - - --- 2016-10-29 Ming Lei New
[56/60] fs: crypto: convert to bio_for_each_segment_all_rd() - - - --- 2016-10-29 Ming Lei New
[55/60] exofs: convert to bio_for_each_segment_all_rd() - - - --- 2016-10-29 Ming Lei New
[54/60] f2fs: convert to bio_for_each_segment_all_rd() - - - --- 2016-10-29 Ming Lei New
[53/60] gfs2: convert to bio_for_each_segment_all_rd() - - - --- 2016-10-29 Ming Lei New
[52/60] logfs: convert to bio_for_each_segment_all_rd() - - - --- 2016-10-29 Ming Lei New
[51/60] xfs: convert to bio_for_each_segment_all_rd() - - - --- 2016-10-29 Ming Lei New
[50/60] ext4: convert to bio_for_each_segment_all_rd() - - - --- 2016-10-29 Ming Lei New
[49/60] fs/direct-io: convert to bio_for_each_segment_all_rd() - - - --- 2016-10-29 Ming Lei New
[48/60] fs/mpage: convert to bio_for_each_segment_all_rd() - - - --- 2016-10-29 Ming Lei New
[47/60] block: convert to bio_for_each_segment_all_rd() - - - --- 2016-10-29 Ming Lei New
[46/60] block: deal with dirtying pages for multipage bvec - - - --- 2016-10-29 Ming Lei New
[45/60] block: bio: introduce bio_for_each_segment_all_rd() and its write pair - - - --- 2016-10-29 Ming Lei New
[44/60] block: introduce bvec_for_each_sp_bvec() - - - --- 2016-10-29 Ming Lei New
[43/60] block: use bio_for_each_segment_mp() to map sg - - - --- 2016-10-29 Ming Lei New
[42/60] block: use bio_for_each_segment_mp() to compute segments count - - - --- 2016-10-29 Ming Lei New
[41/60] block: blk-merge: try to make front segments in full size - - - --- 2016-10-29 Ming Lei New
[40/60] blk-merge: compute bio->bi_seg_front_size efficiently - - - --- 2016-10-29 Ming Lei New
[39/60] bcache: debug: switch to bio_clone_sp() - - - --- 2016-10-29 Ming Lei New
[38/60] block: bounce: convert multipage bvecs into singlepage - - - --- 2016-10-29 Ming Lei New
[37/60] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq - - - --- 2016-10-29 Ming Lei New
[36/60] block: bounce: avoid direct access to bvec from bio->bi_io_vec - - - --- 2016-10-29 Ming Lei New
[35/60] bvec_iter: introduce BVEC_ITER_ALL_INIT - - - --- 2016-10-29 Ming Lei New
[34/60] block: introduce bio_clone_sp() - - - --- 2016-10-29 Ming Lei New
[33/60] block: introduce bio_for_each_segment_mp() - - - --- 2016-10-29 Ming Lei New
[32/60] block: implement sp version of bvec iterator helpers - - - --- 2016-10-29 Ming Lei New
[31/60] block: introduce multipage/single page bvec helpers - - - --- 2016-10-29 Ming Lei New
[30/60] bcache: set flag of QUEUE_FLAG_SPLIT_MP - - - --- 2016-10-29 Ming Lei New
[29/60] dm: limit the max bio size as BIO_SP_MAX_SECTORS << SECTOR_SHIFT - - - --- 2016-10-29 Ming Lei New
[28/60] block: introduce QUEUE_FLAG_SPLIT_MP - - - --- 2016-10-29 Ming Lei New
[27/60] block: introduce BIO_SP_MAX_SECTORS - - - --- 2016-10-29 Ming Lei New
[26/60] btrfs: set NO_MP for request queues behind BTRFS - - - --- 2016-10-29 Ming Lei New
[25/60] block: pktcdvd: set NO_MP for pktcdvd request queue - - - --- 2016-10-29 Ming Lei New
[24/60] md: set NO_MP for request queue of md - - - --- 2016-10-29 Ming Lei New
[23/60] block: introduce flag QUEUE_FLAG_NO_MP - - - --- 2016-10-29 Ming Lei New
[22/60] block: comment on bio_alloc_pages() - - - --- 2016-10-29 Ming Lei New
[21/60] bcache: comment on direct access to bvec table - - - --- 2016-10-29 Ming Lei New
[20/60] f2fs: f2fs_read_end_io: comment on direct access to bvec table - - - --- 2016-10-29 Ming Lei New
[19/60] fs/buffer: comment on direct access to bvec table - - - --- 2016-10-29 Ming Lei New
[18/60] mm: page_io.c: comment on direct access to bvec table - - - --- 2016-10-29 Ming Lei New
[17/60] kernel/power/swap.c: comment on direct access to bvec table - - - --- 2016-10-29 Ming Lei New
[16/60] block: pktcdvd: comment on direct access to bvec table - - - --- 2016-10-29 Ming Lei New
[15/60] block: loop: comment on direct access to bvec table - - - --- 2016-10-29 Ming Lei New
[14/60] block: drbd: comment on direct access bvec table - - - --- 2016-10-29 Ming Lei New
[13/60] fs: logfs: remove unnecesary check - 1 - --- 2016-10-29 Ming Lei New
[12/60] fs: logfs: use bio_add_page() in do_erase() - 1 - --- 2016-10-29 Ming Lei New
[11/60] fs: logfs: use bio_add_page() in __bdev_writeseg() - 1 - --- 2016-10-29 Ming Lei New
[10/60] fs: logfs: convert to bio_add_page() in sync_request() - 1 - --- 2016-10-29 Ming Lei New
[09/60] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments - - - --- 2016-10-29 Ming Lei New
[08/60] dm: use bvec iterator helpers to implement .get_page and .next_page - - - --- 2016-10-29 Ming Lei New
[07/60] dm: crypt: use bio_add_page() - 1 - --- 2016-10-29 Ming Lei New
[06/60] bcache: debug: avoid to access .bi_io_vec directly - - - --- 2016-10-29 Ming Lei New
[05/60] target: avoid to access .bi_vcnt directly - 1 - --- 2016-10-29 Ming Lei New
[04/60] block: floppy: use bio_add_page() - - - --- 2016-10-29 Ming Lei New
[03/60] block: drbd: remove impossible failure handling 1 1 - --- 2016-10-29 Ming Lei New
[02/60] block drivers: convert to bio_init_with_vec_table() - - - --- 2016-10-29 Ming Lei New
[01/60] block: bio: introduce bio_init_with_vec_table() - - - --- 2016-10-29 Ming Lei New
aio: fix a user triggered use after free (and fix freeze protection of aio writes) - 1 - --- 2016-10-29 Christoph Hellwig New
[4/4] jbd2: use mutex_lock_io() for journal->j_checkpoint_mutex - - - --- 2016-10-28 Tejun Heo New
[3/4] mutex: add mutex_lock_io() - - - --- 2016-10-28 Tejun Heo New
[2/4] sched: separate out io_schedule_prepare() and io_schedule_finish() - - - --- 2016-10-28 Tejun Heo New
[1/4] sched: move IO scheduling accounting from io_schedule_timeout() to __schedule() - - - --- 2016-10-28 Tejun Heo New
[PATCHv4,3/3] xenfs: Use proc_create_mount_point() to create /proc/xen - - - --- 2016-10-28 David Vrabel New
[PATCHv4,2/3] xenfs: replace xenbus and privcmd with symlinks - - - --- 2016-10-28 David Vrabel New
[PATCHv4,1/3] libfs: allow simple_fill_super() to add symlinks - - - --- 2016-10-28 David Vrabel New
[v2] ovl: update S_ISGID when setting posix ACLs - - - --- 2016-10-28 Miklos Szeredi New
[v2,9/9] f2fs: Trace reset zone events - - - --- 2016-10-28 Damien Le Moal New
[v2,8/9] f2fs: Reset sequential zones on zoned block devices - - - --- 2016-10-28 Damien Le Moal New
[v2,7/9] f2fs: Cache zoned block devices zone type - - - --- 2016-10-28 Damien Le Moal New
[v2,6/9] f2fs: Do not allow adaptive mode for host-managed zoned block devices - - - --- 2016-10-28 Damien Le Moal New
[v2,5/9] f2fs: Always enable discard for zoned blocks devices - - - --- 2016-10-28 Damien Le Moal New
[v2,4/9] f2fs: Suppress discard warning message for zoned block devices - - - --- 2016-10-28 Damien Le Moal New
[v2,3/9] f2fs: Check zoned block feature for host-managed zoned block devices - - - --- 2016-10-28 Damien Le Moal New
[v2,2/9] f2fs: Use generic zoned block device terminology - - - --- 2016-10-28 Damien Le Moal New
[v2,1/9] f2fs: Add missing break in switch-case - - - --- 2016-10-28 Damien Le Moal New
[9/9] f2fs: Trace reset zone events - - - --- 2016-10-28 Damien Le Moal New
[8/9] f2fs: Reset sequential zones on zoned block devices - - - --- 2016-10-28 Damien Le Moal New
[7/9] f2fs: Cache zoned block devices zone type - - - --- 2016-10-28 Damien Le Moal New
« 1 2 ... 544 545 546625 626 »