linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-21 16:23:48 to 2018-03-28 07:29:52 UTC [more...]

aio poll and a new in-kernel poll API V7
 2018-03-28  7:29 UTC  (17+ messages)
` [PATCH 01/30] fs: unexport poll_schedule_timeout
` [PATCH 02/30] fs: cleanup do_pollfd
` [PATCH 03/30] fs: update documentation to mention __poll_t and match the code
` [PATCH 04/30] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 05/30] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 07/30] aio: add delayed cancel support
` [PATCH 08/30] aio: implement IOCB_CMD_POLL
` [PATCH 09/30] net: refactor socket_poll
` [PATCH 12/30] net/tcp: convert to ->poll_mask
` [PATCH 13/30] net/unix: "
` [PATCH 20/30] net/bluetooth: "
` [PATCH 22/30] net/nfc: "
` [PATCH 23/30] net/phonet: "
` [PATCH 28/30] eventfd: switch "
` [PATCH 29/30] timerfd: convert "
` [PATCH 30/30] random: "

io_pgetevents & aio fsync V2
 2018-03-28  7:26 UTC  (7+ messages)
` [PATCH 1/6] aio: don't print the page size at boot time
` [PATCH 2/6] aio: remove an outdated comment in aio_complete
` [PATCH 3/6] aio: refactor read/write iocb setup
` [PATCH 4/6] aio: sanitize ki_list handling
` [PATCH 5/6] aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
` [PATCH 6/6] aio: implement io_pgetevents

[PATCH 0/3] fs: Use memalloc_nofs_save/restore scope API
 2018-03-28  7:01 UTC  (12+ messages)
` [PATCH 1/3] fs: Perform writebacks under memalloc_nofs
` [PATCH 2/3] fs: use memalloc_nofs API while shrinking superblock
` [PATCH 3/3] fs: Use memalloc_nofs_save in generic_perform_write

[PATCH 0/2] loop: don't hang on lo_ctl_mutex in ioctls
 2018-03-27 20:21 UTC  (4+ messages)
` [PATCH v2 1/2] loop: don't call into filesystem while holding lo_ctl_mutex
` [PATCH v2 2/2] loop: use killable lock in ioctls

[RFC PATCH V2 00/11] Ext4 encryption support for blocksize < pagesize
 2018-03-27 19:40 UTC  (7+ messages)
` [RFC PATCH V2 07/11] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page

[PATCH net-next v2 0/2] kernel: add support to collect hardware logs in crash recovery kernel
 2018-03-27 15:59 UTC  (12+ messages)
` [PATCH net-next v2 1/2] fs/crashdd: add API to collect hardware dump in second kernel
` [PATCH net-next v2 2/2] cxgb4: "

[PATCH] mm: Introduce i_mmap_lock_write_killable()
 2018-03-27 14:52 UTC  (2+ messages)

[PATCH] fs: don't scan the inode cache before SB_ACTIVE is set
 2018-03-27  7:24 UTC  (8+ messages)
` [PATCH V2] fs: don't scan the inode cache before SB_BORN "

[PATCH 0/3 V2] iomap: Use FUA for O_DSYNC DIO writes
 2018-03-27  7:07 UTC  (4+ messages)
` [PATCH 1/3] xfs: move generic_write_sync calls inwards
` [PATCH 2/3] iomap: iomap_dio_rw() handles all sync writes
` [PATCH 3/3] iomap: Use FUA for pure data O_DSYNC DIO writes

[PATCH 1/1] aio: make sure the input "timeout" value is valid
 2018-03-27  4:43 UTC  (10+ messages)

[PATCH 0/2] loop: don't hang on lo_ctl_mutex in ioctls
 2018-03-27  4:35 UTC  (5+ messages)
` [PATCH 1/2] loop: don't call into filesystem while holding lo_ctl_mutex
` [PATCH 2/2] loop: use interruptible lock in ioctls

[PATCH v9 00/61] XArray v9
 2018-03-27  0:28 UTC  (5+ messages)
` [PATCH v9 05/61] Export __set_page_dirty

[RFC PATCH] fat: truncate timestamps returned from fat_getattr
 2018-03-26 21:23 UTC 

[PATCH] fat: set s_time_gran for msdos or vfat mounts
 2018-03-26 21:23 UTC 

[PATCH 16/45] inotify: add do_inotify_init() helper; remove in-kernel call to syscall
 2018-03-26 12:25 UTC  (2+ messages)

[PATCH] quota: Kill an unused extern entry form quota.h
 2018-03-26 11:10 UTC  (2+ messages)

[PATCH] dcache: Add cond_resched in shrink_dentry_list
 2018-03-25  1:58 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] sysctl: fix sizeof argument to match variable name
 2018-03-24 20:23 UTC 

[PATCH net-next 0/2] kernel: add support to collect hardware logs in crash recovery kernel
 2018-03-24 12:42 UTC  (6+ messages)
` [PATCH net-next 1/2] fs/crashdd: add API to collect hardware dump in second kernel
` [PATCH net-next 2/2] cxgb4: "

[PATCH vfs/for-next] fs/dcache.c: fix NULL pointer dereference in shrink_lock_dentry()
 2018-03-24 11:35 UTC  (4+ messages)

[PATCH v3 0/8] gfs2 iomap write support
 2018-03-23 19:17 UTC  (9+ messages)
` [PATCH v3 1/8] gfs2: gfs2_stuffed_write_end cleanup
` [PATCH v3 2/8] gfs2: Remove ordered write mode handling from gfs2_trans_add_data
` [PATCH v3 3/8] gfs2: Iomap cleanups and improvements
` [PATCH v3 4/8] iomap: Add write_{begin,end} iomap operations
` [PATCH v3 5/8] gfs2: Implement iomap buffered write support
` [PATCH v3 6/8] gfs2: Implement iomap direct I/O support
` [PATCH v3 7/8] gfs2: Remove gfs2_write_{begin,end}
` [PATCH v3 8/8] iomap: Complete partial direct I/O writes synchronously

aio poll and a new in-kernel poll API V6
 2018-03-23 18:05 UTC  (13+ messages)
` [PATCH 03/28] fs: update documentation to mention __poll_t
` [PATCH 05/28] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/28] aio: implement IOCB_CMD_POLL
` [PATCH 28/28] random: convert to ->poll_mask

[RFC v2 00/83] NOVA: a new file system for persistent memory
 2018-03-23  0:31 UTC  (4+ messages)
` [RFC v2 83/83] Sysfs support

mmotm 2018-03-22-16-18 uploaded
 2018-03-22 23:19 UTC 

io_pgetevents & aio fsync
 2018-03-22 17:04 UTC  (15+ messages)
` [PATCH 4/9] aio: sanitize ki_list handling
` [PATCH 6/9] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 7/9] aio: add delayed cancel support
` [PATCH 8/9] aio: implement io_pgetevents
` [PATCH 9/9] aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC

[PATCH v7 00/14] dax: fix dma vs truncate/hole-punch
 2018-03-22 17:02 UTC  (23+ messages)
` [PATCH v7 01/14] dax: store pfns in the radix
` [PATCH v7 02/14] fs, dax: prepare for dax-specific address_space_operations
` [PATCH v7 03/14] block, dax: remove dead code in blkdev_writepages()
` [PATCH v7 04/14] xfs, dax: introduce xfs_dax_aops
` [PATCH v7 05/14] ext4, dax: introduce ext4_dax_aops
` [PATCH v7 06/14] ext2, dax: introduce ext2_dax_aops
` [PATCH v7 07/14] fs, dax: use page->mapping to warn if truncate collides with a busy page
` [PATCH v7 08/14] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
` [PATCH v7 09/14] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS
` [PATCH v7 10/14] memremap: mark devm_memremap_pages() EXPORT_SYMBOL_GPL
` [PATCH v7 11/14] mm, fs, dax: handle layout changes to pinned dax mappings
` [PATCH v7 12/14] xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL
` [PATCH v7 13/14] xfs: prepare xfs_break_layouts() for another layout type
` [PATCH v7 14/14] xfs, dax: introduce xfs_break_dax_layouts()

[PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
 2018-03-22 14:38 UTC  (12+ messages)

[trivial PATCH V2] treewide: Align function definition open/close braces
 2018-03-22 13:37 UTC  (5+ messages)

[PATCH] locks: change POSIX lock ownership on execve when files_struct is displaced
 2018-03-22 11:14 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4 0/3] firmware: add firmware_request_cache()
 2018-03-21 22:34 UTC  (4+ messages)
` [PATCH v4 1/3] firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is used
` [PATCH v4 2/3] firmware: add firmware_request_cache() to help with cache on reboot
` [PATCH v4 3/3] mt7601u: use firmware_request_cache() to address "

[PATCH 00/32] docs/vm: convert to ReST format
 2018-03-21 19:22 UTC  (33+ messages)
` [PATCH 01/32] docs/vm: active_mm.txt "
` [PATCH 02/32] docs/vm: balance: "
` [PATCH 03/32] docs/vm: cleancache.txt: "
` [PATCH 04/32] docs/vm: frontswap.txt: "
` [PATCH 05/32] docs/vm: highmem.txt: "
` [PATCH 06/32] docs/vm: hmm.txt: "
` [PATCH 07/32] docs/vm: hugetlbpage.txt: "
` [PATCH 08/32] docs/vm: hugetlbfs_reserv.txt: "
` [PATCH 09/32] docs/vm: hwpoison.txt: "
` [PATCH 10/32] docs/vm: idle_page_tracking.txt: "
` [PATCH 11/32] docs/vm: ksm.txt: "
` [PATCH 12/32] docs/vm: mmu_notifier.txt: "
` [PATCH 13/32] docs/vm: numa_memory_policy.txt: "
` [PATCH 14/32] docs/vm: overcommit-accounting: "
` [PATCH 15/32] docs/vm: page_frags "
` [PATCH 16/32] docs/vm: numa: "
` [PATCH 17/32] docs/vm: pagemap.txt: "
` [PATCH 18/32] docs/vm: page_migration: "
` [PATCH 19/32] docs/vm: page_owner: "
` [PATCH 20/32] docs/vm: remap_file_pages.txt: conert "
` [PATCH 21/32] docs/vm: slub.txt: convert "
` [PATCH 22/32] docs/vm: soft-dirty.txt: "
` [PATCH 23/32] docs/vm: split_page_table_lock: "
` [PATCH 24/32] docs/vm: swap_numa.txt: "
` [PATCH 25/32] docs/vm: transhuge.txt: "
` [PATCH 26/32] docs/vm: unevictable-lru.txt: "
` [PATCH 27/32] docs/vm: userfaultfd.txt: "
` [PATCH 28/32] docs/vm: z3fold.txt: "
` [PATCH 29/32] docs/vm: zsmalloc.txt: "
` [PATCH 30/32] docs/vm: zswap.txt: "
` [PATCH 31/32] docs/vm: rename documentation files to .rst
` [PATCH 32/32] docs/vm: add index.rst and link MM documentation to top level index


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