linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-20 04:42:33 to 2018-11-21 22:06:34 UTC [more...]

[PATCH v2 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-21 22:06 UTC  (5+ messages)

[PATCHSET v2] Support for polled aio
 2018-11-21 11:12 UTC  (11+ 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 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 0/5] iomap: data corruption fixes and more
 2018-11-21  8:27 UTC  (14+ 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 3/5] iomap: dio data corruption and spurious errors when pipes fill
` [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 V11 00/19] block: support multi-page bvec
 2018-11-21 17:46 UTC  (39+ 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 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  (24+ messages)
` [PATCH 2/7] block: Remove bio->bi_ioc
` [PATCH 3/7] block: Fix get_task_ioprio() default return value
` [PATCH 4/7] block: Introduce get_current_ioprio()
` [PATCH 5/7] aio: Fix fallback I/O priority value
` [PATCH 7/7] block: Initialize BIO I/O priority early

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] selinux: always allow mounting submounts
 2018-11-20 22:09 UTC  (2+ messages)

[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

[PATCH v2 0/5] fsnotify prep work for fanotify dentry events
 2018-11-20 14:58 UTC  (9+ 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 v1 0/2] proc: allow signaling processes via file descriptors
 2018-11-20 13:29 UTC  (40+ messages)
` [PATCH v1 1/2] proc: get process file descriptor from /proc/<pid>
` [PATCH v1 2/2] signal: add procfd_signal() syscall
` [PATCH] procfd_signal.2: document procfd_signal syscall

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  (4+ messages)
` [RFC PATCH 1/3] dm: enable "
` [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  (8+ messages)
` [PATCH v2 1/6] aio: Comment use of IOCB_FLAG_IOPRIO aio flag
` [PATCH v2 2/6] block: Remove bio->bi_ioc
` [PATCH v2 3/6] block: Introduce get_current_ioprio()
` [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

[vfs:Q14 32/56] fs/fs_context.c:380:3: error: implicit declaration of function 'vprintk_emit'
 2018-11-20  0:28 UTC 

[vfs:Q12 31/55] fs/fs_context.c:380:3: error: implicit declaration of function 'vprintk_emit'; did you mean 'dev_printk_emit'?
 2018-11-19 23:20 UTC 

[PATCH] proc: allow killing processes via file descriptors
 2018-11-19 20:21 UTC  (11+ messages)


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).