messages from 2018-11-20 12:19:29 to 2018-11-22 10:41:50 UTC [more...]
[PATCH V11 00/19] block: support multi-page bvec
2018-11-22 10:41 UTC (50+ messages)
` [PATCH V11 01/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V11 02/19] block: introduce multi-page bvec helpers
` [PATCH V11 03/19] block: introduce bio_for_each_bvec()
` [PATCH V11 04/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V11 05/19] block: use bio_for_each_bvec() to map sg
` [PATCH V11 06/19] block: introduce bvec_last_segment()
` [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V11 08/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V11 09/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V11 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V11 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V11 13/19] block: move bounce_clone_bio into bio.c
` [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
` [PATCH V11 15/19] block: enable multipage bvecs
` [PATCH V11 16/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V11 17/19] block: document usage of bio iterator helpers
` [PATCH V11 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V11 19/19] block: kill BLK_MQ_F_SG_MERGE
[PATCH v2] exec: make de_thread() freezable
2018-11-21 23:35 UTC (3+ messages)
[PATCH v2 0/8] mm/kdump: allow to exclude pages that are logically offline
2018-11-22 10:09 UTC (10+ messages)
` [PATCH v2 1/8] mm: balloon: update comment about isolation/migration/compaction
` [PATCH v2 2/8] mm: convert PG_balloon to PG_offline
` [PATCH v2 3/8] kexec: export PG_offline to VMCOREINFO
` [PATCH v2 4/8] xen/balloon: mark inflated pages PG_offline
` [PATCH v2 5/8] hv_balloon: "
` [PATCH v2 6/8] vmw_balloon: "
` [PATCH v2 7/8] PM / Hibernate: use pfn_to_online_page()
` [PATCH v2 8/8] PM / Hibernate: exclude all PageOffline() pages
` [PATCH v2] makedumpfile: exclude pages that are logically offline
[PATCH] fuse: Add bad inode check in fuse_destroy_inode()
2018-11-21 23:18 UTC
[PATCH v1 0/2] proc: allow signaling processes via file descriptors
2018-11-21 21:39 UTC (14+ messages)
` [PATCH v1 2/2] signal: add procfd_signal() syscall
` [PATCH] procfd_signal.2: document procfd_signal syscall
possible deadlock in mnt_want_write
2018-11-21 20:22 UTC (6+ messages)
[PATCH] fs: add a comment explaining how MNT_NS_INTERNAL affects mnt_may_suid()
2018-11-21 19:58 UTC
[RFC][PATCH v4 09/09] btrfs: use common file type conversion
2018-11-21 19:07 UTC
[RFC][PATCH v4 08/09] nilfs2: use common file type conversion
2018-11-21 19:06 UTC
[RFC][PATCH v4 06/09] ocfs2: use common file type conversion
2018-11-21 19:06 UTC
[RFC][PATCH v4 07/09] f2fs: use common file type conversion
2018-11-21 19:06 UTC
[RFC][PATCH v4 05/09] ext4: use common file type conversion
2018-11-21 19:06 UTC
[RFC][PATCH v4 04/09] ext2: use common file type conversion
2018-11-21 19:06 UTC
[RFC][PATCH v4 03/09] hfsplus: use fs_umode_to_dtype() helper
2018-11-21 19:06 UTC
[RFC][PATCH v4 02/09] ufs: use fs_umode_to_dtype() helper
2018-11-21 19:06 UTC
[RFC][PATCH v4 01/09] fs: common implementation of file type
2018-11-21 19:06 UTC
[RFC][PATCH v4 00/09] common implementation of dirent file types
2018-11-21 19:06 UTC
[ANNOUNCE] xfs-linux: for-next updated to 8c110d43c6bc
2018-11-21 18:36 UTC
[PATCH 0/5] iomap: data corruption fixes and more
2018-11-21 16:34 UTC (15+ messages)
` [PATCH 1/5] iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extents
` [PATCH 2/5] iomap: sub-block dio needs to zeroout beyond EOF
` [PATCH 4/5] splice: increase pipe size in splice_direct_to_actor()
` [PATCH 5/5] vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPP
` [PATCH 6/5] iomap: readpages doesn't zero page tail beyond EOF properly
` [PATCH 6/5 V2] "
[PATCH v2 0/5] fsnotify prep work for fanotify dentry events
2018-11-21 16:13 UTC (13+ messages)
` [PATCH v2 1/5] fsnotify: pass dentry instead of inode when available
` [PATCH v2 2/5] fsnotify: annotate filename events
` [PATCH v2 4/5] fsnotify: make MOVED_FROM a dentry event
[PATCH] selinux: always allow mounting submounts
2018-11-21 15:38 UTC (4+ messages)
[PATCH] mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic
2018-11-22 1:33 UTC
[PATCHSET v2] Support for polled aio
2018-11-21 13:51 UTC (14+ messages)
` [PATCH 1/8] fs: add file_operations ->iopoll() handler
` [PATCH 2/8] block: wire up block device ->iopoll()
` [PATCH 3/8] iomap/xfs: wire up file_operations ->iopoll()
` [PATCH 4/8] aio: use assigned completion handler
` [PATCH 5/8] aio: fix failure to put the file pointer
` [PATCH 6/8] aio: add io_setup2() system call
` [PATCH 7/8] aio: separate out ring reservation from req allocation
` [PATCH 8/8] aio: support for IO polling
[PATCH v2 0/6] RFC: gup+dma: tracking dma-pinned pages
2018-11-21 22:06 UTC (5+ messages)
[PATCH v1 0/4] fs: fix race between llseek SEEK_END and write
2018-11-21 9:23 UTC (7+ messages)
` [PATCH v1 1/4] vfs: "
` [PATCH v1 2/4] ext4: "
` [PATCH v1 3/4] f2fs: "
` [PATCH v1 4/4] overlayfs: "
[PATCH v1 0/8] mm/kdump: allow to exclude pages that are logically offline
2018-11-21 15:35 UTC (28+ messages)
` [PATCH v1 1/8] mm: balloon: update comment about isolation/migration/compaction
` [PATCH v1 2/8] mm: convert PG_balloon to PG_offline
` [PATCH v1 3/8] kexec: export PG_offline to VMCOREINFO
` [PATCH v1 5/8] hv_balloon: mark inflated pages PG_offline
` [PATCH v1 6/8] vmw_balloon: "
` [PATCH v1 7/8] PM / Hibernate: use pfn_to_online_page()
` [PATCH v1 8/8] PM / Hibernate: exclude all PageOffline() pages
` [PATCH v1] makedumpfile: exclude pages that are logically offline
[RFC PATCH v2 0/3] realize dax_operations for dm-snapshot
2018-11-21 3:27 UTC (4+ messages)
` [RFC PATCH v2 1/3] dm: enable "
` [RFC PATCH v2 2/3] dm: expand hc_map in mapped_device for lack of map
` [RFC PATCH v2 3/3] dm: expand valid types for dm-ioctl
[PATCH 0/7] Improve I/O priority handling
2018-11-21 2:50 UTC (13+ messages)
` [PATCH 2/7] block: Remove bio->bi_ioc
dcache_readdir NULL inode oops
2018-11-21 13:19 UTC (6+ messages)
RFC: REQ_PRIO use
2018-11-21 2:37 UTC (3+ messages)
[PATCH V10 00/19] block: support multi-page bvec
2018-11-21 10:19 UTC (15+ messages)
` [PATCH V10 09/19] block: introduce bio_bvecs()
[PATCH v11 0/3] ipc: Increase IPCMNI limit & IPC id generation modes
2018-11-20 19:45 UTC (6+ messages)
` [PATCH v11 1/3] ipc: Allow boot time extension of IPCMNI from 32k to 16M
` [PATCH v11 2/3] ipc: Conserve sequence numbers in ipcmni_extend mode
[RFC PATCH ghak100 V1 0/2] audit: avoid umount hangs on missing mount
2018-11-20 17:31 UTC (7+ messages)
` [RFC PATCH ghak100 V1 1/2] audit: avoid fcaps on MNT_FORCE
KASAN: use-after-free Read in locks_delete_block
2018-11-20 13:23 UTC (12+ messages)
[PATCH v2] signal: add procfd_signal() syscall
2018-11-20 10:51 UTC (2+ messages)
` [PATCH v2] procfd_signal.2: document procfd_signal syscall
[PATCH v2 0/9] fanotify: add support for more event types
2018-11-20 10:34 UTC (3+ messages)
[RFC PATCH 0/3] realize dax_operations for dm-snapshot
2018-11-20 10:20 UTC (3+ messages)
` [RFC PATCH 2/3] dm: expand hc_map in mapped_device for lack of map
` [RFC PATCH 3/3] dm: expand valid types for dm-ioctl
[PATCH 00/20] New ->fiemap infrastructure and ->bmap removal
2018-11-20 8:53 UTC (5+ messages)
` [PATCH 18/20] Use FIEMAP for FIBMAP calls
[PATCH RESEND] get_fs_type: Validate fs type string argument
2018-11-20 5:44 UTC (2+ messages)
[PATCH] Documentation: update path-lookup.md for parallel lookups
2018-11-20 16:38 UTC (2+ messages)
[PATCH v2 0/6] Improve I/O priority handling
2018-11-20 2:04 UTC (5+ messages)
` [PATCH v2 4/6] aio: Fix fallback I/O priority value
` [PATCH v2 5/6] block: prevent merging of requests with different priorities
` [PATCH v2 6/6] block: Initialize BIO I/O priority early
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).