messages from 2016-10-29 08:11:54 to 2016-11-01 21:08:48 UTC [more...]
[PATCHSET] Throttled buffered writeback
2016-11-01 21:08 UTC (3+ messages)
` [PATCH 2/8] writeback: add wbc_to_write_flags()
` [PATCH 5/8] block: add code to track actual device queue depth
Difference between invalidating and deleting dentry
2016-11-01 20:21 UTC (3+ messages)
` [fuse-devel] "
untange block operations and fs READ/WRITE
2016-11-01 20:01 UTC (20+ messages)
` [PATCH 01/16] cfq-iosched: use op_is_sync instead of opencoding it
` [PATCH 02/16] blk-cgroup: use op_is_sync to check for synchronous requests
` [PATCH 03/16] umem: "
` [PATCH 04/16] bcache: "
` [PATCH 05/16] btrfs: "
` [PATCH 06/16] block: don't use REQ_SYNC in the READ_SYNC definition
` [PATCH 07/16] block: treat REQ_FUA and REQ_PREFLUSH as synchronous
` [PATCH 08/16] block: replace REQ_NOIDLE with REQ_IDLE
` [PATCH 09/16] block,fs: use REQ_* flags directly
` [PATCH 10/16] fs: decouple READ and WRITE from the block layer ops
` [PATCH 11/16] block, fs: move submit_bio to bio.h
` [PATCH 12/16] block,fs: untangle fs.h and blk_types.h
` [PATCH 13/16] arm, arm64: don't include blk_types.h in <asm/io.h>
` [PATCH 14/16] ceph: don't include blk_types.h in messenger.h
` [PATCH 15/16] mm: only include blk_types in swap.h if CONFIG_SWAP is enabled
` [PATCH 16/16] block: remove the CONFIG_BLOCK ifdef in blk_types.h
[PATCH v9 00/16] re-enable DAX PMD support
2016-11-01 19:54 UTC (17+ messages)
` [PATCH v9 01/16] ext4: tell DAX the size of allocation holes
` [PATCH v9 02/16] dax: remove buffer_size_valid()
` [PATCH v9 03/16] ext2: remove support for DAX PMD faults
` [PATCH v9 04/16] dax: make 'wait_table' global variable static
` [PATCH v9 05/16] dax: remove the last BUG_ON() from fs/dax.c
` [PATCH v9 06/16] dax: consistent variable naming for DAX entries
` [PATCH v9 07/16] dax: coordinate locking for offsets in PMD range
` [PATCH v9 08/16] dax: remove dax_pmd_fault()
` [PATCH v9 09/16] dax: correct dax iomap code namespace
` [PATCH v9 10/16] dax: add dax_iomap_sector() helper function
` [PATCH v9 11/16] dax: dax_iomap_fault() needs to call iomap_end()
` [PATCH v9 12/16] dax: move RADIX_DAX_* defines to dax.h
` [PATCH v9 13/16] dax: move put_(un)locked_mapping_entry() in dax.c
` [PATCH v9 14/16] dax: add struct iomap based DAX PMD support
` [PATCH v9 15/16] xfs: use struct iomap based DAX PMD fault path
` [PATCH v9 16/16] dax: remove "depends on BROKEN" from FS_DAX_PMD
[PATCH v8 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2016-11-01 18:33 UTC (10+ messages)
` [PATCH v8 1/7] x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl
` [PATCH v8 2/7] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64
` [PATCH v8 3/7] x86/arch_prctl: Add do_arch_prctl_common
` [PATCH v8 4/7] x86/syscalls/32: Wire up arch_prctl on x86-32
` [PATCH v8 5/7] x86/cpufeature: Detect CPUID faulting support
` [PATCH v8 6/7] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
` [PATCH v8 7/7] KVM: x86: virtualize cpuid faulting
[PATCHv3 00/41] ext4: support of huge pages
2016-11-01 16:39 UTC (11+ messages)
` [PATCHv3 15/41] filemap: handle huge pages in do_generic_file_read()
` [PATCHv3 17/41] filemap: handle huge pages in filemap_fdatawait_range()
[PATCH v2 0/2] d_unhashed fixes and cleanup
2016-11-01 16:10 UTC (5+ messages)
` [PATCH v2 1/2] Re introduces a DCACHE_DENTRY_UNHASHED flag
` [PATCH v2 2/2] cleanup of d_unhashed usage
[PATCH v2] mm/filemap: don't allow partially uptodate page for pipes
2016-11-01 15:37 UTC (2+ messages)
aio fixes for use after free and freeze protection
2016-11-01 15:07 UTC (14+ 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
[PATCH 00/60] block: support multipage bvec
2016-11-01 14:17 UTC (84+ 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 19/60] fs/buffer: "
` [PATCH 20/60] f2fs: f2fs_read_end_io: "
` [PATCH 23/60] block: introduce flag QUEUE_FLAG_NO_MP
` [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 28/60] block: introduce QUEUE_FLAG_SPLIT_MP
` [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 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 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 50/60] ext4: "
` [PATCH 51/60] xfs: "
` [PATCH 52/60] logfs: "
` [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
debugfs question
2016-11-01 11:22 UTC (5+ messages)
[RFC][PATCH] mount: In mark_umount_candidates and __propogate_umount visit each mount once
2016-11-01 6:14 UTC (11+ messages)
` [RFC][PATCH v2] "
` [REVIEW][PATCH] mount: In propagate_umount handle overlapping mount propagation trees
` [RFC][PATCH v2] "
[PATCH 1/8] vfs - change d_manage() to take a struct path
2016-11-01 2:02 UTC (7+ messages)
[PATCH] f2fs: avoid infinite loop in the EIO case on recover_orphan_inodes
2016-10-31 23:30 UTC
[PATCH][RESEND] fs: always set I_DIRTY_TIME to fsync correctly on lazytime
2016-10-31 22:46 UTC (2+ messages)
mmotm 2016-10-27-18-27 uploaded
2016-10-31 20:37 UTC (3+ messages)
[PATCHSET RFC] sched, jbd2: mark sleeps on journal->j_checkpoint_mutex as iowait
2016-10-31 16:45 UTC (7+ messages)
` [PATCH 1/4] sched: move IO scheduling accounting from io_schedule_timeout() to __schedule()
[PATCH 0/3] overlayfs: allow moving directory trees
2016-10-31 15:02 UTC (7+ messages)
` [PATCH 3/3] ovl: redirect on rename-dir
(unknown),
2016-10-31 12:51 UTC
[PATCH v2 0/8] Various fixes related to ptrace_may_access()
2016-10-31 13:39 UTC (12+ 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
[PATCH 0/5][RESEND] Support for metadata specific accounting
2016-10-30 15:36 UTC (5+ messages)
` [PATCH 2/5] writeback: convert WB_WRITTEN/WB_DIRITED counters to bytes
` [PATCH 3/5] writeback: add counters for metadata usage
[PATCH v3 0/8] Various fixes related to ptrace_may_access()
2016-10-30 21:46 UTC (9+ 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 v3 8/8] Documentation: add security/ptrace_checks.txt
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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).