linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-22 21:37:01 to 2018-01-03 15:39:50 UTC [more...]

[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
 2018-01-03 15:39 UTC  (39+ 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 06/18] dax: stop using VM_HUGEPAGE "
` [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

[PATCH v2 0/2] Reduce direct access of nfsd to inode->i_mtime
 2018-01-03 15:14 UTC  (3+ 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

[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 v3 00/11] Metadata specific accouting and dirty writeout
 2018-01-03 13:59 UTC  (11+ messages)
` [PATCH v3 06/10] writeback: introduce super_operations->write_metadata

[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

Filesystem crashes due to pages without buffers
 2018-01-03 10:04 UTC 

[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  (24+ 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  (21+ 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
` [PATCH v5 04/78] page cache: Use xa_lock
` [PATCH v5 05/78] xarray: Replace exceptional entries
` [PATCH v5 06/78] xarray: Change definition of sibling entries

[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 v4 05/19] afs: convert to new i_version API
 2018-01-02 19:03 UTC  (18+ 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 14/19] xfs: convert to new i_version API
  ` [PATCH v4 16/19] fs: only set S_VERSION when updating times if necessary
  ` [PATCH v4 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
  ` [PATCH v4 19/19] fs: handle inode->i_version more efficiently

[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] f2fs: check segment type before recover data
 2018-01-02 11:02 UTC  (3+ 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)

O(n^2) deletion performance
 2018-01-02  6:22 UTC  (8+ 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 

[PATCH 1/2] f2fs: pass down write hints to block layer for bufferd write
 2017-12-28 16:32 UTC  (12+ messages)
    ` [f2fs-dev] "

KASAN: use-after-free Read in __fget
 2017-12-28 12:31 UTC 

[PATCH v6 00/11] Intel SGX Driver
 2017-12-27 20:46 UTC  (2+ messages)

possible deadlock in seq_read
 2017-12-27 18:30 UTC  (2+ messages)

You will definetely be interested
 2017-12-27 10:16 UTC 

[PATCH] f2fs: avoid f2fs_gc dead loop
 2017-12-25 10:30 UTC  (6+ messages)

kernel BUG at fs/userfaultfd.c:LINE!
 2017-12-25  9:07 UTC  (6+ messages)
  ` [PATCH 0/1] "
    ` [PATCH 1/1] userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK fails

Attention:
 2017-12-23 12:52 UTC 

Attention:
 2017-12-23 12:48 UTC 

[PATCH 01/11] block_dev: Support checking inode permissions in lookup_bdev()
 2017-12-23 12:38 UTC  (19+ messages)
` [PATCH 03/11] fs: Allow superblock owner to change ownership of inodes
` [PATCH 04/11] fs: Don't remove suid for CAP_FSETID for userns root
` [PATCH 05/11] fs: Allow superblock owner to access do_remount_sb()
` [PATCH 07/11] fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
` [PATCH 08/11] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH 09/11] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH 10/11] fuse: Allow user namespace mounts

mmotm 2017-12-22-17-55 uploaded
 2017-12-23  9:11 UTC  (2+ messages)

[PATCH] fsck.f2fs: check and fix i_namelen to avoid double free
 2017-12-23  3:40 UTC  (6+ messages)
` [PATCH v4] "

[PATCH] fsck.f2fs: check nid range before use to avoid segmentation fault
 2017-12-23  3:35 UTC  (4+ messages)
` [PATCH v2] "


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