linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-15 20:24:47 to 2018-11-19 12:19:59 UTC [more...]

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

[PATCH v1 0/8] mm/kdump: allow to exclude pages that are logically offline
 2018-11-19 12:13 UTC  (12+ 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 4/8] xen/balloon: mark inflated pages PG_offline
` [PATCH v1 5/8] hv_balloon: "
` [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

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

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

[LKP] dad4f140ed [ 7.709376] WARNING:suspicious_RCU_usage
 2018-11-19  1:19 UTC  (2+ messages)

[PATCH] Documentation: update path-lookup.md for parallel lookups
 2018-11-19  0:55 UTC 

[PATCH V10 00/19] block: support multi-page bvec
 2018-11-19  9:20 UTC  (89+ 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 0/9] fanotify: add support for more event types
 2018-11-18 12:09 UTC  (11+ 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 v2] aio: fix failure to put the file pointer
 2018-11-17 15:08 UTC  (2+ messages)

[PATCH] aio: fix failure to put the file pointer
 2018-11-17 14:43 UTC  (3+ messages)

KASAN: use-after-free Read in locks_delete_block
 2018-11-17 14:03 UTC  (9+ messages)

KASAN: stack-out-of-bounds Read in locks_remove_flock
 2018-11-17 13:36 UTC  (3+ messages)

BUG: corrupted list in locks_delete_block
 2018-11-17 13:35 UTC  (3+ messages)

linux-next: Unable to mount a cgroup file system
 2018-11-17 21:18 UTC 

[RFC PATCH 0/1] fs: fix race between llseek SEEK_END and write
 2018-11-17  7:29 UTC  (4+ messages)
` [RFC PATCH 1/1] ext4: "

general protection fault in locks_remove_flock
 2018-11-16 20:44 UTC  (3+ messages)

BUG: unable to handle kernel paging request in locks_remove_file
 2018-11-16 20:42 UTC  (2+ messages)

KASAN: use-after-free Read in locks_remove_flock
 2018-11-16 20:41 UTC  (2+ messages)

[RFC PATCH ghak100 V1 0/2] audit: avoid umount hangs on missing mount
 2018-11-16 17:33 UTC  (3+ messages)
` [RFC PATCH ghak100 V1 1/2] audit: avoid fcaps on MNT_FORCE
` [RFC PATCH ghak100 V1 2/2] audit: moar filter PATH records keyed on filesystem magic

[GIT PULL] fuse fixes for 4.20-rc3
 2018-11-16 16:25 UTC  (2+ messages)

[PATCH 00/20] New ->fiemap infrastructure and ->bmap removal
 2018-11-16 16:07 UTC  (29+ messages)
` [PATCH 03/20] ecryptfs: drop direct calls to ->bmap
` [PATCH 04/20] iomap: Rename fiemap_ctx to fiemap_iomap_ctx
` [PATCH 05/20] fs: Introduce fiemap_ctx data structure
` [PATCH 06/20] iomap: Update iomap_fiemap to use new fiemap_ctx structure
` [PATCH 07/20] fiemap: Move fiemap flags to fiemap_ctx
` [PATCH 14/20] fiemap: Use fiemap_ctx as fiemap_fill_next_extent argument
` [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 20/20] ext4: Get rid of ->bmap interface

[PATCH] selinux: always allow mounting submounts
 2018-11-16 13:12 UTC 

mmotm 2018-11-16-14-52 uploaded
 2018-11-16 22:53 UTC 

WARNING in fuse_destroy_inode
 2018-11-16 22:09 UTC 

[GIT PULL] Fsnotify fix for v4.20-rc3
 2018-11-16  9:47 UTC 

[PATCH RFC 0/6] mm/kdump: allow to exclude pages that are logically offline
 2018-11-16 18:23 UTC  (2+ messages)

[PATCH 0/2]: dedupe/copy_file_range fixes
 2018-11-16  5:42 UTC  (8+ messages)
` [PATCH 1/2] vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPP
` [PATCH 3/2] splice: increase pipe size in splice_direct_to_actor()

[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 

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

[PATCH v2] iomap: get/put the page in iomap_page_create/release()
 2018-11-15 21:07 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).