linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-20 16:25:06 to 2018-03-23 00:31:14 UTC [more...]

[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 

aio poll and a new in-kernel poll API V6
 2018-03-22 18:16 UTC  (44+ messages)
` [PATCH 01/28] fs: unexport poll_schedule_timeout
` [PATCH 02/28] fs: cleanup do_pollfd
` [PATCH 03/28] fs: update documentation to mention __poll_t
` [PATCH 04/28] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 05/28] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/28] aio: implement IOCB_CMD_POLL
` [PATCH 07/28] net: refactor socket_poll
` [PATCH 08/28] net: add support for ->poll_mask in proto_ops
` [PATCH 09/28] net: remove sock_no_poll
` [PATCH 10/28] net/tcp: convert to ->poll_mask
` [PATCH 11/28] net/unix: "
` [PATCH 12/28] net: convert datagram_poll users tp ->poll_mask
` [PATCH 13/28] net/dccp: convert to ->poll_mask
` [PATCH 14/28] net/atm: "
` [PATCH 15/28] net/vmw_vsock: "
` [PATCH 16/28] net/tipc: "
` [PATCH 17/28] net/sctp: "
` [PATCH 18/28] net/bluetooth: "
` [PATCH 19/28] net/caif: "
` [PATCH 20/28] net/nfc: "
` [PATCH 21/28] net/phonet: "
` [PATCH 22/28] net/iucv: "
` [PATCH 23/28] net/rxrpc: "
` [PATCH 24/28] crypto: af_alg: "
` [PATCH 25/28] pipe: "
` [PATCH 26/28] eventfd: switch "
` [PATCH 27/28] timerfd: convert "
` [PATCH 28/28] random: "

io_pgetevents & aio fsync
 2018-03-22 17:04 UTC  (33+ messages)
` [PATCH 1/9] aio: don't print the page size at boot time
` [PATCH 2/9] aio: remove an outdated comment in aio_complete
` [PATCH 3/9] aio: refactor read/write iocb setup
` [PATCH 4/9] aio: sanitize ki_list handling
` [PATCH 5/9] aio: simplify cancellation
` [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] dcache: Add cond_resched in shrink_dentry_list
 2018-03-22 15:33 UTC  (3+ messages)
` [PATCH v2] "

[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 16/45] inotify: add do_inotify_init() helper; remove in-kernel call to syscall
 2018-03-22  9:00 UTC 

[PATCH 0/3] fs: Use memalloc_nofs_save/restore scope API
 2018-03-22  7:10 UTC  (7+ 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 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

[ANNOUNCE] util-linux v2.32
 2018-03-21 14:53 UTC 

[PATCH v3] fuse: return -ECONNABORTED on /dev/fuse read after abort
 2018-03-21 11:57 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v3 00/20] firmware: development for v4.17
 2018-03-21 10:04 UTC  (9+ messages)
` [PATCH v3 19/20] firmware: add request_firmware_cache() to help with cache on reboot

[PATCH v6 0/6] fuse: mounts from non-init user namespaces
 2018-03-21  8:38 UTC  (7+ messages)
  ` [PATCH v7 0/7] "
    ` [PATCH v8 0/6] "
      ` [PATCH v9 0/4] "

Question about FANOTIFY_ACCESS_PERMISSIONS and SECURITY
 2018-03-21  6:35 UTC  (3+ messages)

[PATCH 00/16] remove eight obsolete architectures
 2018-03-20 17:11 UTC  (2+ messages)

[PATCH 00/24] orangefs: page cache
 2018-03-20 17:02 UTC  (25+ messages)
` [PATCH 01/24] orangefs: make several *_operations structs static
` [PATCH 02/24] orangefs: remove unused code
` [PATCH 03/24] orangefs: create uapi interface
` [PATCH 04/24] orangefs: open code short single-use functions
` [PATCH 05/24] orangefs: implement vm_ops->fault
` [PATCH 06/24] orangefs: implement xattr cache
` [PATCH 07/24] orangefs: simpler installation documentation
` [PATCH 08/24] orangefs: add tracepoint for service_operation
` [PATCH 09/24] orangefs: tracepoints for orangefs_devreq_{read,write_iter,poll}
` [PATCH 10/24] orangefs: do not invalidate attributes on inode create
` [PATCH 11/24] orangefs: simply orangefs_inode_getattr interface
` [PATCH 12/24] orangefs: update attributes rather than relying on server
` [PATCH 13/24] orangefs: hold i_lock during inode_getattr
` [PATCH 14/24] orangefs: set up and use backing_dev_info
` [PATCH 15/24] orangefs: let setattr write to cached inode
` [PATCH 16/24] orangefs: reorganize setattr functions to track attribute changes
` [PATCH 17/24] orangefs: remove orangefs_readpages
` [PATCH 18/24] orangefs: service ops done for writeback are not killable
` [PATCH 19/24] orangefs: migrate to generic_file_read_iter
` [PATCH 20/24] orangefs: implement writepage
` [PATCH 21/24] orangefs: skip inode writeout if nothing to write
` [PATCH 22/24] orangefs: write range tracking
` [PATCH 23/24] orangefs: tracepoints for readpage and writeback
` [PATCH 24/24] orangefs: tracepoints for getattr, setattr, and write_inode


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