linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-29 03:51:46 to 2018-01-04 08:30:13 UTC [more...]

[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
 2018-01-04  8:30 UTC  (50+ 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 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  8:03 UTC  (7+ 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

aio poll, io_pgetevents and a new in-kernel poll API
 2018-01-04  8:00 UTC  (32+ 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] 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] "

O(n^2) deletion performance
 2018-01-04  7:16 UTC  (10+ messages)

Filesystem crashes due to pages without buffers
 2018-01-04  6:10 UTC  (4+ messages)

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

[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 

[PATCH v2 0/2] Reduce direct access of nfsd to inode->i_mtime
 2018-01-03 21:03 UTC  (7+ 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 v4 05/19] afs: convert to new i_version API
 2018-01-03 16:28 UTC  (14+ 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 16/19] fs: only set S_VERSION when updating times if necessary
  ` [PATCH v4 19/19] fs: handle inode->i_version more efficiently

[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  (23+ 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()

[PATCH 1/1] aio: make sure the input "timeout" value is valid
 2018-01-02 14:51 UTC  (6+ messages)

[PATCH 0/4] afs, fscache: Fixes
 2018-01-02 10:51 UTC  (5+ messages)
` [PATCH 2/4] afs: Potential uninitialized variable in afs_extract_data()
` [PATCH 3/4] afs: Fix unlink
` [PATCH 4/4] afs: Fix missing error handling in afs_write_end()
` [PATCH 1/4] fscache: Fix the default for fscache_maybe_release_page()

[PATCH 0/3] Create circular buffer list for every page instead of linear list
 2018-01-02  7:34 UTC  (5+ messages)
` [PATCH 1/3] fs: buffer: Create circular buffer list for pages
` [PATCH 2/3] fs/ntfs: Make ntfs to support circular buffer list
` [PATCH 3/3] md: bitmap: Support "

[f2fs-dev] [PATCH v2] resize.f2fs: fix max_nat_bitmap_size miscalculatation
 2018-01-02  6:32 UTC  (2+ messages)

[PATCH/RFC] NFS: add nostatflush mount option
 2018-01-01 23:29 UTC  (6+ messages)

[PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
 2018-01-01 19:45 UTC  (5+ messages)
` [PATCH acks] "

[PATCH] userfaultfd: convert to use anon_inode_getfd()
 2018-01-01 15:52 UTC  (2+ messages)

Spende von € 3.400.000,00 EUR
 2017-12-31 11:59 UTC 

general protection fault in copy_user_generic_unrolled (2)
 2017-12-31  8:14 UTC 

general protection fault in strncpy_from_user
 2017-12-31  8:14 UTC 

ATTENTION!!!
 2017-12-30  0:28 UTC 

[PATCH] fs: coding style requires spaces around < and =
 2017-12-29 22:08 UTC 

[ANNOUNCE] udftools 2.0
 2017-12-29 17:19 UTC 


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