linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-13 18:48:21 to 2018-11-16 15:53:19 UTC [more...]

[PATCH 0/2]: dedupe/copy_file_range fixes
 2018-11-16  5:42 UTC  (13+ messages)
` [PATCH 1/2] vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPP
` [PATCH 2/2] iomap: dio data corruption and spurious errors when pipes fill
` [PATCH 3/2] splice: increase pipe size in splice_direct_to_actor()

[PATCH V10 00/19] block: support multi-page bvec
 2018-11-16 14:03 UTC  (60+ messages)
` [PATCH V10 01/19] block: introduce multi-page page bvec helpers
` [PATCH V10 02/19] block: introduce bio_for_each_bvec()
` [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V10 04/19] block: use bio_for_each_bvec() to map sg
` [PATCH V10 05/19] block: introduce bvec_last_segment()
` [PATCH V10 06/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V10 07/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V10 09/19] block: introduce bio_bvecs()
` [PATCH V10 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V10 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V10 13/19] iomap & xfs: only account for new added page
` [PATCH V10 14/19] block: enable multipage bvecs
` [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V10 16/19] block: document usage of bio iterator helpers
` [PATCH V10 17/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V10 19/19] block: kill BLK_MQ_F_SG_MERGE

[PATCH v2] mm: don't break integrity writeback on ->writepage() error
 2018-11-16 13:43 UTC 

[PATCH 6/6] fs: Remove caller signal_pending branch predictions
 2018-11-16  0:27 UTC 

KASAN: use-after-free Read in locks_delete_block
 2018-11-15 23:41 UTC  (7+ messages)

[PATCH v2 0/9] fanotify: add support for more event types
 2018-11-15 18:45 UTC  (10+ messages)
` [PATCH v2 1/9] fanotify: rename struct fanotify_{,perm_}event_info
` [PATCH v2 2/9] fanotify: define the structures to report a unique file identifier
` [PATCH v2 3/9] fanotify: classify events that hold a "
` [PATCH v2 4/9] fanotify: encode file identifier for FAN_REPORT_FID
` [PATCH v2 5/9] fanotify: copy event fid info to user
` [PATCH v2 6/9] fanotify: enable FAN_REPORT_FID init flag
` [PATCH v2 7/9] fanotify: support events with data type FSNOTIFY_EVENT_DENTRY
` [PATCH v2 8/9] fanotify: add support for create/attrib/move/delete events
` [PATCH v2 9/9] fanotify: report FAN_ONDIR to listener for filename events

[PATCH] fsnotify/fdinfo: include fdinfo.h for inotify_show_fdinfo()
 2018-11-15 16:35 UTC  (2+ messages)

[PATCH] fs/proc/util.c: include fs/proc/internal.h for name_to_int()
 2018-11-15 14:43 UTC  (2+ messages)

[PATCH 6/6] autofs - add strictexpire mount option
 2018-11-15 13:26 UTC  (2+ messages)

[RFC PATCH 00/16] xfs: Block size > PAGE_SIZE support
 2018-11-15 12:55 UTC  (5+ messages)
` [PATCH 14/16] xfs: align writepages to large block sizes

[PATCH v2] iomap: get/put the page in iomap_page_create/release()
 2018-11-15 21:07 UTC  (2+ messages)

[GIT PULL] fuse fixes for 4.20-rc3
 2018-11-15 19:58 UTC 

[PATCH V9 00/19] block: support multi-page bvec
 2018-11-15  9:35 UTC  (8+ messages)
` [PATCH V9 06/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V9 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V9 13/19] iomap & xfs: only account for new added page

[PATCH] iomap: get/put the page in iomap_page_create/release()
 2018-11-15 18:44 UTC  (3+ messages)

[PATCH RFC 0/6] mm/kdump: allow to exclude pages that are logically offline
 2018-11-15 17:58 UTC  (28+ messages)
` [PATCH RFC 1/6] mm: balloon: update comment about isolation/migration/compaction
` [PATCH RFC 2/6] mm: convert PG_balloon to PG_offline
` [PATCH RFC 3/6] kexec: export PG_offline to VMCOREINFO
` [PATCH RFC 4/6] xen/balloon: mark inflated pages PG_offline
` [PATCH RFC 5/6] hv_balloon: "
` [PATCH RFC 6/6] PM / Hibernate: exclude all PageOffline() pages

[PATCH] mbcache: change setting entry->e_reusable for more readable code
 2018-11-15  6:57 UTC  (2+ messages)

[PATCH 1/2] fs/epoll: rename check_events label to send_events
 2018-11-15  1:04 UTC  (4+ messages)
` [PATCH 2/2] fs/epoll: deal with wait_queue only once

[PATCH] fs/nsfs.c: include linux/proc_fs.h for open_related_ns()
 2018-11-15  0:14 UTC 

[PATCH] fs/direct-io.c: include fs/internal.h for sb_init_dio_done_wq()
 2018-11-15  0:11 UTC 

[PATCH] fs/buffer.c: include fs/internal.h for missing prototypes
 2018-11-15  0:10 UTC 

[PATCH] fs/namespace.c: make to_mnt_ns() static
 2018-11-15  0:09 UTC 

[PATCH] fs/read_write.c: make __vfs_write() static
 2018-11-15  0:08 UTC 

[PATCH v2 6/6] mm: track gup pages with page->dma_pinned_* fields
 2018-11-15  6:28 UTC  (2+ messages)
` [LKP] [mm] 0e9755bfa2: kernel_BUG_at_include/linux/mm.h

[PATCH v2 0/5] fsnotify prep work for fanotify dentry events
 2018-11-14 17:43 UTC  (6+ messages)
` [PATCH v2 1/5] fsnotify: pass dentry instead of inode when available
` [PATCH v2 2/5] fsnotify: annotate filename events
` [PATCH v2 3/5] fsnotify: simplify API for "
` [PATCH v2 4/5] fsnotify: make MOVED_FROM a dentry event
` [PATCH v2 5/5] fsnotify: send event type FSNOTIFY_EVENT_DENTRY to super block mark

[PATCH v7 0/4] fanotify: introduce new event mask FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM
 2018-11-14 15:54 UTC  (20+ messages)
` [PATCH v7 1/4] fanotify: return only user requested event types in event mask
` [PATCH v7 2/4] fanotify: introduce new event mask FAN_OPEN_EXEC

[PATCH] fanotify: support limited functionality for unprivileged users
 2018-11-14 15:41 UTC  (3+ messages)

[PATCH v2 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-15  0:45 UTC  (5+ messages)
` [PATCH v2 1/6] mm/gup: finish consolidating error handling

[PATCH v2] exec: make de_thread() freezable
 2018-11-14 14:37 UTC  (9+ messages)

overlayfs 4.19: unable to make backup link: Invalid cross-device link
 2018-11-14 14:25 UTC  (8+ messages)

Behaviour of /proc/self/fd/NN
 2018-11-14 12:33 UTC  (6+ messages)

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

Future of dosfstools project (FAT)
 2018-11-14 11:33 UTC  (5+ messages)

[GIT PULL] namespace fix for v4.20-rc3
 2018-11-14 20:00 UTC  (2+ messages)

[PATCH v2] UAPI: move RENAME_* definitions to separated file
 2018-11-14  7:26 UTC  (2+ messages)

[PATCH 4/6] autofs - use struct for mount params
 2018-11-14  5:56 UTC  (3+ messages)

[GIT PULL] namespace fixes for v4.20-rc2
 2018-11-14  1:01 UTC  (3+ messages)

fsdax memory error handling regression
 2018-11-13 14:25 UTC  (6+ messages)

[PATCH RESEND] UAPI: move RENAME_* definitions to separated file
 2018-11-13 11:09 UTC  (2+ messages)

[PATCH 00/12 v5] locks: avoid thundering-herd wake-ups
 2018-11-13 10:43 UTC  (2+ 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).