linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-26 20:52:08 to 2016-10-30 21:46:53 UTC [more...]

[PATCH v3 0/8] Various fixes related to ptrace_may_access()
 2016-10-30 21:46 UTC  (8+ messages)
` [PATCH v3 1/8] exec: introduce cred_guard_light
` [PATCH v3 2/8] exec: add privunit to task_struct
` [PATCH v3 3/8] proc: use open()-time creds for ptrace checks
` [PATCH v3 4/8] futex: don't leak robust_list pointer
` [PATCH v3 5/8] proc: lock properly in ptrace_may_access callers
` [PATCH v3 6/8] fs/proc: fix attr access check
` [PATCH v3 7/8] proc: fix timerslack_ns handling

[PATCH v2 0/8] Various fixes related to ptrace_may_access()
 2016-10-30 21:12 UTC  (10+ messages)
` [PATCH v2 1/8] exec: introduce cred_guard_light
` [PATCH v2 4/8] futex: don't leak robust_list pointer
` [PATCH v2 8/8] Documentation: add security/ptrace_checks.txt

mmotm 2016-10-27-18-27 uploaded
 2016-10-30 18:15 UTC  (2+ messages)

[PATCHv3 00/41] ext4: support of huge pages
 2016-10-30 17:31 UTC  (7+ messages)
` [PATCHv3 17/41] filemap: handle huge pages in filemap_fdatawait_range()

aio fixes for use after free and freeze protection
 2016-10-30 17:01 UTC  (7+ messages)
` [PATCH 1/4] aio: hold an extra file reference over AIO read/write operations
` [PATCH 2/4] fs: remove the never implemented aio_fsync file operation
` [PATCH 3/4] fs: remove aio_run_iocb
` [PATCH 4/4] aio: fix freeze protection of aio writes

aio: fix a user triggered use after free
 2016-10-30 15:58 UTC  (16+ messages)
` [PATCH] aio: fix a user triggered use after free (and fix freeze protection of aio writes)

[PATCH 00/60] block: support multipage bvec
 2016-10-29 22:20 UTC  (65+ messages)
` [PATCH 01/60] block: bio: introduce bio_init_with_vec_table()
` [PATCH 02/60] block drivers: convert to bio_init_with_vec_table()
` [PATCH 03/60] block: drbd: remove impossible failure handling
` [PATCH 04/60] block: floppy: use bio_add_page()
` [PATCH 05/60] target: avoid to access .bi_vcnt directly
` [PATCH 06/60] bcache: debug: avoid to access .bi_io_vec directly
` [PATCH 07/60] dm: crypt: use bio_add_page()
` [PATCH 08/60] dm: use bvec iterator helpers to implement .get_page and .next_page
` [PATCH 09/60] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
` [PATCH 10/60] fs: logfs: convert to bio_add_page() in sync_request()
` [PATCH 11/60] fs: logfs: use bio_add_page() in __bdev_writeseg()
` [PATCH 12/60] fs: logfs: use bio_add_page() in do_erase()
` [PATCH 13/60] fs: logfs: remove unnecesary check
` [PATCH 14/60] block: drbd: comment on direct access bvec table
` [PATCH 15/60] block: loop: comment on direct access to "
` [PATCH 16/60] block: pktcdvd: "
` [PATCH 17/60] kernel/power/swap.c: "
` [PATCH 18/60] mm: page_io.c: "
` [PATCH 19/60] fs/buffer: "
` [PATCH 20/60] f2fs: f2fs_read_end_io: "
` [PATCH 21/60] bcache: "
` [PATCH 22/60] block: comment on bio_alloc_pages()
` [PATCH 23/60] block: introduce flag QUEUE_FLAG_NO_MP
` [PATCH 24/60] md: set NO_MP for request queue of md
` [PATCH 25/60] block: pktcdvd: set NO_MP for pktcdvd request queue
` [PATCH 26/60] btrfs: set NO_MP for request queues behind BTRFS
` [PATCH 27/60] block: introduce BIO_SP_MAX_SECTORS
` [PATCH 28/60] block: introduce QUEUE_FLAG_SPLIT_MP
` [PATCH 29/60] dm: limit the max bio size as BIO_SP_MAX_SECTORS << SECTOR_SHIFT
` [PATCH 30/60] bcache: set flag of QUEUE_FLAG_SPLIT_MP
` [PATCH 31/60] block: introduce multipage/single page bvec helpers
` [PATCH 32/60] block: implement sp version of bvec iterator helpers
` [PATCH 33/60] block: introduce bio_for_each_segment_mp()
` [PATCH 34/60] block: introduce bio_clone_sp()
` [PATCH 35/60] bvec_iter: introduce BVEC_ITER_ALL_INIT
` [PATCH 36/60] block: bounce: avoid direct access to bvec from bio->bi_io_vec
` [PATCH 37/60] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
` [PATCH 38/60] block: bounce: convert multipage bvecs into singlepage
` [PATCH 39/60] bcache: debug: switch to bio_clone_sp()
` [PATCH 40/60] blk-merge: compute bio->bi_seg_front_size efficiently
` [PATCH 41/60] block: blk-merge: try to make front segments in full size
` [PATCH 42/60] block: use bio_for_each_segment_mp() to compute segments count
` [PATCH 43/60] block: use bio_for_each_segment_mp() to map sg
` [PATCH 44/60] block: introduce bvec_for_each_sp_bvec()
` [PATCH 45/60] block: bio: introduce bio_for_each_segment_all_rd() and its write pair
` [PATCH 46/60] block: deal with dirtying pages for multipage bvec
` [PATCH 47/60] block: convert to bio_for_each_segment_all_rd()
` [PATCH 48/60] fs/mpage: "
` [PATCH 49/60] fs/direct-io: "
` [PATCH 50/60] ext4: "
` [PATCH 51/60] xfs: "
` [PATCH 52/60] logfs: "
` [PATCH 53/60] gfs2: "
` [PATCH 54/60] f2fs: "
` [PATCH 55/60] exofs: "
` [PATCH 56/60] fs: crypto: "
` [PATCH 57/60] bcache: "
` [PATCH 58/60] dm-crypt: "
` [PATCH 59/60] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH 60/60] block: enable multipage bvecs

[PATCHSET RFC] sched, jbd2: mark sleeps on journal->j_checkpoint_mutex as iowait
 2016-10-29  3:21 UTC  (9+ messages)
` [PATCH 1/4] sched: move IO scheduling accounting from io_schedule_timeout() to __schedule()
` [PATCH 2/4] sched: separate out io_schedule_prepare() and io_schedule_finish()
` [PATCH 3/4] mutex: add mutex_lock_io()
` [PATCH 4/4] jbd2: use mutex_lock_io() for journal->j_checkpoint_mutex

[PATCH] ovl: update S_ISGID when setting posix ACLs
 2016-10-28 19:22 UTC  (6+ messages)
` [PATCH v2] "

aio: questions with ioctx_alloc() and large num_possible_cpus()
 2016-10-28 18:59 UTC  (5+ messages)

[PATCH v4 0/3] libfs,xenfs: replace /proc/xen/xenbus with a symlink
 2016-10-28 16:22 UTC  (5+ messages)
` [PATCHv4 1/3] libfs: allow simple_fill_super() to add symlinks
` [PATCHv4 2/3] xenfs: replace xenbus and privcmd with symlinks
` [PATCHv4 3/3] xenfs: Use proc_create_mount_point() to create /proc/xen

[PATCH 0/3] overlayfs: allow moving directory trees
 2016-10-28 16:15 UTC  (7+ messages)
` [PATCH 3/3] ovl: redirect on rename-dir

Infinite loop with DAX PMD faults
 2016-10-28 15:35 UTC  (11+ messages)

[PATCH] vfs: fix vfs_clone_file_range() for overlayfs files
 2016-10-28 15:25 UTC  (3+ messages)

[PATCHSET] block: buffered writeback throttling
 2016-10-28 14:57 UTC  (11+ messages)
` [PATCH 1/8] block: add WRITE_BG
` [PATCH 2/8] writeback: add wbc_to_write_flags()
` [PATCH 3/8] writeback: use WRITE_BG for kupdate and background writeback
` [PATCH 4/8] writeback: track if we're sleeping on progress in balance_dirty_pages()
` [PATCH 5/8] block: add code to track actual device queue depth
` [PATCH 6/8] block: add scalable completion tracking of requests
` [PATCH 7/8] blk-wbt: add general throttling mechanism
` [PATCH 8/8] block: hook up writeback throttling

[PATCH 0/9] f2fs: Zoned block device support
 2016-10-28  9:38 UTC  (14+ messages)
` [PATCH 1/9] f2fs: Add missing break in switch-case
` [PATCH 2/9] f2fs: Use generic zoned block device terminology
` [PATCH 3/9] f2fs: Check zoned block feature for host-managed zoned block devices
` [PATCH 4/9] f2fs: Suppress discard warning message for "
` [PATCH 5/9] f2fs: Always enable discard for zoned blocks devices
` [PATCH 6/9] f2fs: Do not allow adaptive mode for host-managed zoned block devices
` [PATCH 7/9] f2fs: Cache zoned block devices zone type
` [PATCH 8/9] f2fs: Reset sequential zones on zoned block devices
` [PATCH 9/9] f2fs: Trace reset zone events

[PATCH v2 0/9] f2fs: Zoned block device support
 2016-10-28  8:45 UTC  (10+ messages)
` [PATCH v2 1/9] f2fs: Add missing break in switch-case
` [PATCH v2 2/9] f2fs: Use generic zoned block device terminology
` [PATCH v2 3/9] f2fs: Check zoned block feature for host-managed zoned block devices
` [PATCH v2 4/9] f2fs: Suppress discard warning message for "
` [PATCH v2 5/9] f2fs: Always enable discard for zoned blocks devices
` [PATCH v2 6/9] f2fs: Do not allow adaptive mode for host-managed zoned block devices
` [PATCH v2 7/9] f2fs: Cache zoned block devices zone type
` [PATCH v2 8/9] f2fs: Reset sequential zones on zoned block devices
` [PATCH v2 9/9] f2fs: Trace reset zone events

[Ocfs2-devel] [RFC] Should we revert commit "ocfs2: take inode lock in ocfs2_iop_set/get_acl()"? or other ideas?
 2016-10-28  7:06 UTC  (2+ messages)
  `  "

[PATCH 0/5][RESEND] Support for metadata specific accounting
 2016-10-28  3:48 UTC  (10+ messages)
` [PATCH 5/5] fs: don't set *REFERENCED unless we are on the lru list

[PATCH] f2fs: use BIO_MAX_PAGES for bio allocation
 2016-10-27 22:39 UTC  (3+ messages)

[PATCH v2 0/2] mm: unexport __get_user_pages_unlocked()
 2016-10-27 20:34 UTC  (3+ messages)
` [PATCH v2 1/2] mm: add locked parameter to get_user_pages_remote()
` [PATCH v2 2/2] mm: unexport __get_user_pages_unlocked()

[GIT PULL] Orangefs update for 4.9 rc2
 2016-10-27 14:57 UTC 

[PATCH v8 00/16] re-enable DAX PMD support
 2016-10-27 14:41 UTC  (2+ messages)

multi-threads libvmmalloc fork test hang
 2016-10-27 13:37 UTC  (2+ messages)

[PATCH] mm/filemap: don't check partially uptodate page for pipes
 2016-10-27 11:41 UTC 

[PATCH 0/2] mm: unexport __get_user_pages_unlocked()
 2016-10-27 10:59 UTC  (7+ messages)
` [PATCH 1/2] mm: add locked parameter to get_user_pages_remote()
` [PATCH 2/2] mm: unexport __get_user_pages_unlocked()

[PATCH 1/8] vfs - change d_manage() to take a struct path
 2016-10-27  6:50 UTC  (9+ messages)
` [PATCH 6/8] autofs - use path_is_mountpoint() to fix unreliable d_mountpoint() checks


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).