linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-19 13:23:42 to 2018-11-21 06:09:06 UTC [more...]

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

[PATCH v1 0/8] mm/kdump: allow to exclude pages that are logically offline
 2018-11-21  6:04 UTC  (23+ 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 V10 00/19] block: support multi-page bvec
 2018-11-21  5:35 UTC  (17+ messages)
` [PATCH V10 09/19] block: introduce bio_bvecs()
` [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256

dcache_readdir NULL inode oops
 2018-11-20 19:03 UTC  (5+ messages)

[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 0/7] Improve I/O priority handling
 2018-11-20 17:31 UTC  (28+ messages)
` [PATCH 1/7] aio: Comment use of IOCB_FLAG_IOPRIO aio flag
` [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 6/7] block: prevent merging of requests with different priorities
` [PATCH 7/7] block: Initialize BIO I/O priority early

[PATCHSET v2] Support for polled aio
 2018-11-20 17:19 UTC  (9+ 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 V11 00/19] block: support multi-page bvec
 2018-11-21  3:23 UTC  (20+ 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 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  (42+ 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

RFC: REQ_PRIO use
 2018-11-20  9:39 UTC  (2+ messages)

[PATCH 00/20] New ->fiemap infrastructure and ->bmap removal
 2018-11-20  8:53 UTC  (18+ messages)
` [PATCH 15/20] fiemap: Start using new callback from fiemap_ctx
` [PATCH 16/20] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 17/20] fiemap: Get rid of fiemap_extent_info
` [PATCH 18/20] Use FIEMAP for FIBMAP calls

[PATCH 0/5] iomap: data corruption fixes and more
 2018-11-20  7:49 UTC  (9+ 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 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  (21+ messages)
                        ` [PATCH] proc: allow killing processes via file descriptors (Larger pids)

[PATCHSET 0/5] Support for polled aio
 2018-11-19 16:07 UTC  (12+ messages)
` [PATCH 1/5] aio: use assigned completion handler
` [PATCH 2/5] aio: fix failure to put the file pointer
` [PATCH 4/5] aio: support for IO polling
` [PATCH 5/5] aio: add support for file based polled IO

[PATCH 0/11 v3] audit: Fix various races when tagging and untagging mounts
 2018-11-19 15:19 UTC  (5+ messages)
` [PATCH 12/11 TESTSUITE] audit_testsuite: Add stress test for tree watches

[LKP] dad4f140ed [ 7.709376] WARNING:suspicious_RCU_usage
 2018-11-19 14:39 UTC  (3+ messages)

[PATCH] selinux: always allow mounting submounts
 2018-11-19 13:15 UTC  (2+ messages)

[PATCH] procfs: fix the output format in /proc/PID/wchan
 2018-11-19 11:17 UTC 

[PATCH v7 0/4] fanotify: introduce new event mask FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM
 2018-11-19 10:27 UTC  (6+ messages)

[PATCH 00/34] VFS: Introduce filesystem context [ver #12]
 2018-11-19  4:23 UTC  (3+ messages)
` [PATCH 21/34] kernfs, sysfs, cgroup, intel_rdt: Support fs_context "


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