linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-02 16:50:34 to 2018-01-05 00:20:12 UTC [more...]

mmotm 2018-01-04-16-19 uploaded
 2018-01-05  0:20 UTC 

[PATCH v2 0/2] Reduce direct access of nfsd to inode->i_mtime
 2018-01-04 23:05 UTC  (11+ messages)
` [PATCH v2 1/2] nfsd: encode stat->mtime for getattr instead of inode->i_mtime
` [PATCH v2 2/2] nfsd: store stat times in fill_pre_wcc() instead of inode times

[PATCH 1/8] mm: kmemleak: remove unused hardirq.h
 2018-01-04 22:51 UTC  (10+ messages)
` [PATCH 6/8] net: caif: "
` [PATCH 7/8] net: ovs: "
  ` [ovs-dev] "
` [PATCH 8/8] net: tipc: "

[PATCH v6 00/11] Intel SGX Driver
 2018-01-04 21:09 UTC 

[PATCH v2 00/17] Overlayfs NFS export support
 2018-01-04 17:20 UTC  (18+ messages)
` [PATCH v2 01/17] ovl: document NFS export
` [PATCH v2 02/17] ovl: encode pure upper file handles
` [PATCH v2 03/17] ovl: decode "
` [PATCH v2 04/17] ovl: decode connected upper dir "
` [PATCH v2 05/17] ovl: encode non-indexed upper "
` [PATCH v2 06/17] ovl: copy up before encoding dir file handle when ofs->numlower > 1
` [PATCH v2 07/17] ovl: encode lower file handles
` [PATCH v2 08/17] ovl: decode lower non-dir "
` [PATCH v2 09/17] ovl: decode indexed "
` [PATCH v2 10/17] ovl: decode lower file handles of unlinked but open files
` [PATCH v2 11/17] ovl: decode indexed dir file handles
` [PATCH v2 12/17] ovl: decode pure lower "
` [PATCH v2 13/17] ovl: hash directory inodes for NFS export
` [PATCH v2 14/17] ovl: lookup connected ancestor of dir in inode cache
` [PATCH v2 15/17] ovl: lookup indexed ancestor of lower dir
` [PATCH v2 16/17] ovl: wire up NFS export support
` [PATCH v2 17/17] nfsd: encode stat->mtime for getattr instead of inode->i_mtime

[PATCH] fs/mbcache: make count_objects more robust
 2018-01-04 15:51 UTC  (2+ messages)

[PATCH] mbcache: convert mb_cache_entry.e_refcnt from atomic_t to refcount_t
 2018-01-04 15:10 UTC  (2+ messages)

[PATCH v6 00/11] Intel SGX Driver
 2018-01-04 15:08 UTC  (4+ messages)

[PATCH v4 05/19] afs: convert to new i_version API
 2018-01-04 13:34 UTC  (16+ messages)
` [PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
  ` [PATCH v4 01/19] fs: new API for handling inode->i_version
  ` [PATCH v4 12/19] ocfs2: convert to new i_version API
  ` [PATCH v4 16/19] fs: only set S_VERSION when updating times if necessary
  ` [PATCH v4 19/19] fs: handle inode->i_version more efficiently

[PATCH] block: loop: remove & invalidate partitions when detaching
 2018-01-04 12:38 UTC  (2+ messages)

O(n^2) deletion performance
 2018-01-04 11:42 UTC  (8+ messages)

Filesystem crashes due to pages without buffers
 2018-01-04 11:33 UTC  (7+ messages)

[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
 2018-01-04 11:12 UTC  (58+ messages)
` [PATCH v4 01/18] mm, dax: introduce pfn_t_special()
` [PATCH v4 02/18] ext4: auto disable dax instead of failing mount
` [PATCH v4 03/18] ext2: "
` [PATCH v4 04/18] dax: require 'struct page' by default for filesystem dax
` [PATCH v4 05/18] dax: stop using VM_MIXEDMAP for dax
` [PATCH v4 07/18] dax: store pfns in the radix
` [PATCH v4 08/18] tools/testing/nvdimm: add 'bio_delay' mechanism
` [PATCH v4 09/18] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
` [PATCH v4 10/18] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS
` [PATCH v4 11/18] fs, dax: introduce DEFINE_FSDAX_AOPS
` [PATCH v4 12/18] xfs: use DEFINE_FSDAX_AOPS
` [PATCH v4 13/18] ext4: "
` [PATCH v4 14/18] ext2: "
` [PATCH v4 15/18] mm, fs, dax: use page->mapping to warn if dma collides with truncate
` [PATCH v4 16/18] wait_bit: introduce {wait_on,wake_up}_atomic_one
` [PATCH v4 17/18] mm, fs, dax: dax_flush_dma, handle dma vs block-map-change collisions
` [PATCH v4 18/18] xfs, dax: wire up dax_flush_dma support via a new xfs_sync_dma helper

libaio: resurrect aio poll and add io_pgetevents support
 2018-01-04 10:29 UTC  (9+ messages)
` [PATCH 1/6] resurrect aio poll support
` [PATCH 2/6] move _body_io_syscall to the generic syscall.h
` [PATCH 3/6] provide a generic io_syscall6
` [PATCH 4/6] move the aio_ring defintion and empty check into a header
` [PATCH 5/6] add support for io_pgetevents
` [PATCH 6/6] add test for aio poll and io_pgetevents

[PATCH v3 00/11] Metadata specific accouting and dirty writeout
 2018-01-04  9:10 UTC  (16+ messages)
` [PATCH v3 06/10] writeback: introduce super_operations->write_metadata

aio poll, io_pgetevents and a new in-kernel poll API
 2018-01-04  9:09 UTC  (33+ messages)
` [PATCH 01/31] fs: update documentation for __poll_t
` [PATCH 02/31] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 03/31] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 04/31] net: add support for ->poll_mask in proto_ops
` [PATCH 05/31] net: remove sock_no_poll
` [PATCH 06/31] net/tcp: convert to ->poll_mask
` [PATCH 07/31] net/unix: "
` [PATCH 08/31] net: convert datagram_poll users tp ->poll_mask
` [PATCH 09/31] net/dccp: convert to ->poll_mask
` [PATCH 10/31] net/atm: "
` [PATCH 11/31] net/vmw_vsock: "
` [PATCH 12/31] net/tipc: "
` [PATCH 13/31] net/sctp: "
` [PATCH 14/31] net/bluetooth: "
` [PATCH 15/31] net/caif: "
` [PATCH 16/31] net/nfc: "
` [PATCH 17/31] net/phonet: "
` [PATCH 18/31] net/iucv: "
` [PATCH 19/31] net/rxrpc: "
` [PATCH 20/31] pipe: "
` [PATCH 21/31] eventfd: switch "
` [PATCH 22/31] timerfd: convert "
` [PATCH 23/31] aio: don't print the page size at boot time
` [PATCH 24/31] aio: remove an outdated comment in aio_complete
` [PATCH 25/31] aio: refactor read/write iocb setup
` [PATCH 26/31] aio: sanitize ki_list handling
` [PATCH 27/31] aio: simplify cancellation
` [PATCH 28/31] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 29/31] aio: add delayed cancel support
` [PATCH 30/31] aio: implement IOCB_CMD_POLL
` [PATCH 31/31] aio: implement io_pgetevents

[PATCH v6 00/11] Intel SGX Driver
 2018-01-04  9:06 UTC 

[PATCH] f2fs: check segment type before recover data
 2018-01-04  7:22 UTC  (12+ messages)
` [PATCH v2] f2fs: check segment type in __f2fs_replace_block
` [PATCH v3] "
` [PATCH v4] "

[RFC] Heuristic for inode/dentry fragmentation prevention
 2018-01-04  0:08 UTC  (4+ messages)

[Patch v8 00/16] CIFS: Implement SMB Direct protocol
 2018-01-03 21:39 UTC 

[tip:core/rcu] fs/dcache: Use release-acquire for name/length update
 2018-01-03 16:00 UTC 

[tip:core/rcu] fs: Eliminate cond_resched_rcu_qs() in favor of cond_resched()
 2018-01-03 15:58 UTC 

[RFC][PATCH 0/2] Updating overlay inode i_mtime for nfsd
 2018-01-03 15:13 UTC  (4+ messages)
` [RFC][PATCH 1/2] vfs: update overlay inode times on write
` [RFC][PATCH 2/2] vfs: update overlay inode times on lease_get_mtime()

[PATCH 0/2 v3] ext4: Fix ENOSPC handling for DAX faults
 2018-01-03 10:08 UTC  (3+ messages)
` [PATCH 1/2] dax: Pass detailed error code from dax_iomap_fault()
` [PATCH 2/2] ext4: Fix ENOSPC handling in DAX page fault handler

[PATCH v6 00/11] Intel SGX Driver
 2018-01-03  9:48 UTC  (2+ messages)

[RFC][PATCH 0/2] Updating overlay inode i_mtime for nfsd
 2018-01-03  8:40 UTC  (11+ messages)
` [RFC][PATCH 1/2] vfs: update overlay inode times on write
` [RFC][PATCH 2/2] vfs: update overlay inode times on lease_get_mtime()

About the try to remove cross-release feature entirely by Ingo
 2018-01-03  8:23 UTC  (20+ messages)

[PATCHv6 1/1] ima: re-introduce own integrity cache lock
 2018-01-03  4:03 UTC  (6+ messages)

[PATCH v5 00/78] XArray v5
 2018-01-03  1:01 UTC  (9+ messages)
` [PATCH v5 01/78] xfs: Rename xa_ elements to ail_
` [PATCH v5 03/78] xarray: Add the xa_lock to the radix_tree_root

[ANNOUNCE] autofs 5.1.2 release
 2018-01-02 22:14 UTC  (8+ messages)

[PATCH v5] kernel: make groups_sort calling a responsibility group_info allocators
 2018-01-02 21:04 UTC  (6+ messages)
` [PATCH v4] "
      ` [PATCH] Documentation: security/credentials.rst: explain need to sort group_list

[PATCH 0/2 v2] ext4: Fix ENOSPC handling for DAX faults
 2018-01-02 18:57 UTC  (5+ messages)
` [PATCH 1/2] dax: Pass detailed error code from dax_iomap_fault()


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