linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-30 09:21:15 to 2017-11-03 03:37:40 UTC [more...]

[PATCH 1/2] f2fs: add quota_ino feature infra
 2017-11-03  3:37 UTC  (5+ messages)
` [PATCH 2/2] f2fs: support quota sys files
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: add quota_ino feature infra

[PATCH] f2fs: fix out-of-free problem caused by atomic write
 2017-11-03  3:27 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] f2fs: add bug_on when f2fs_gc even fails to get one victim
 2017-11-03  3:28 UTC  (9+ messages)
` [PATCH v2] "
  ` [f2fs-dev] "

MAP_SYNC in libnvdimm-for-next and collision fixups
 2017-11-03  3:20 UTC 

[PATCH 00/15] dax: prep work for fixing dax-dma vs truncate collisions
 2017-11-03  2:32 UTC  (22+ messages)
` [PATCH 01/15] dax: quiet bdev_dax_supported()
` [PATCH 02/15] mm, dax: introduce pfn_t_special()
` [PATCH 03/15] dax: require 'struct page' by default for filesystem dax
` [PATCH 04/15] brd: remove dax support
` [PATCH 05/15] dax: stop using VM_MIXEDMAP for dax
` [PATCH 06/15] dax: stop using VM_HUGEPAGE "
` [PATCH 07/15] dax: stop requiring a live device for dax_flush()
` [PATCH 08/15] dax: store pfns in the radix
` [PATCH 09/15] tools/testing/nvdimm: add 'bio_delay' mechanism
` [PATCH 10/15] IB/core: disable memory registration of fileystem-dax vmas
` [PATCH 11/15] [media] v4l2: disable filesystem-dax mapping support
` [PATCH 12/15] mm, dax: enable filesystems to trigger page-idle callbacks
` [PATCH 13/15] mm, devmap: introduce CONFIG_DEVMAP_MANAGED_PAGES
` [PATCH 14/15] dax: associate mappings with inodes, and warn if dma collides with truncate
` [PATCH 15/15] wait_bit: introduce {wait_on,wake_up}_devmap_idle

[PATCH] autofs: don't fail mount for transient error
 2017-11-03  1:40 UTC 

[PATCH] ecryptfs: remove unnecessary i_version bump
 2017-11-02 22:43 UTC  (3+ messages)

[PATCH 1/1] Fix: vmw_vmci driver get_user_pages_fast error handling
 2017-11-02 18:54 UTC  (3+ messages)

[PATCH v8 0/6] vfs: Use dlock list for SB's s_inodes list
 2017-11-02 17:30 UTC  (15+ messages)
` [PATCH v8 1/6] lib/dlock-list: Distributed and lock-protected lists
` [PATCH v8 2/6] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH v8 3/6] vfs: Use dlock list for superblock's inode list
` [PATCH v8 4/6] lib/dlock-list: Make sibling CPUs share the same linked list
` [PATCH v8 5/6] lib/dlock-list: Enable faster lookup with hashing
` [PATCH v8 6/6] lib/dlock-list: Add an IRQ-safe mode to be used in interrupt handler

fallocate behavior during ENOSPC
 2017-11-02 15:55 UTC  (3+ messages)

[RFC] EPOLL_KILLME: New flag to epoll_wait() that subscribes process to death row (new syscall)
 2017-11-02 15:45 UTC  (13+ messages)

Darlehensangebot
 2017-11-02 11:56 UTC 

[PATCH 0/7] More NFS file handle unit tests
 2017-11-02 10:15 UTC  (8+ messages)
` [PATCH 1/7] open_by_handle: add filename to error reports
` [PATCH 2/7] open_by_handle: test file handles of renamed files
` [PATCH 3/7] open_by_handle: test content of open file handle
` [PATCH 4/7] open_by_handle: test directory "
` [PATCH 5/7] open_by_handle: test file handles of open files
` [PATCH 6/7] generic/426: factor out helper functions
` [PATCH 7/7] fstests: add test with more open by file handle use cases

[RFC PATCH 0/14] xfs: Towards thin provisioning aware filesystems
 2017-11-01 22:31 UTC  (3+ messages)

[PATCH] fs: guard_bio_eod() needs to consider partitions
 2017-11-01 17:49 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] [RFC] vm: add a syscall to map a process memory into a pipe
 2017-11-01 17:47 UTC  (3+ messages)

[PATCH 0/18 v6] dax, ext4, xfs: Synchronous page faults
 2017-11-01 15:36 UTC  (20+ messages)
` [PATCH 01/18] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH 02/18] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
` [PATCH 03/18] dax: Simplify arguments of dax_insert_mapping()
` [PATCH 04/18] dax: Factor out getting of pfn out of iomap
` [PATCH 05/18] dax: Create local variable for VMA in dax_iomap_pte_fault()
` [PATCH 06/18] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
` [PATCH 07/18] dax: Inline dax_insert_mapping() into the callsite
` [PATCH 08/18] dax: Inline dax_pmd_insert_mapping() "
` [PATCH 09/18] dax: Fix comment describing dax_iomap_fault()
` [PATCH 10/18] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 11/18] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
` [PATCH 12/18] mm: Define MAP_SYNC and VM_SYNC flags
` [PATCH 13/18] dax, iomap: Add support for synchronous faults
` [PATCH 14/18] dax: Implement dax_finish_sync_fault()
` [PATCH 15/18] ext4: Simplify error handling in ext4_dax_huge_fault()
` [PATCH 16/18] ext4: Support for synchronous DAX faults
` [PATCH 17/18] xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()
` [PATCH 18/18] xfs: support for synchronous DAX faults
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC

[PATCH v2] fs: fsnotify: account fsnotify metadata to kmemcg
 2017-11-01 15:15 UTC  (6+ messages)

[PATCH] quota: fix potential infinite loop
 2017-11-01 13:43 UTC  (2+ messages)

[PATCH 0/17 v5] dax, ext4, xfs: Synchronous page faults
 2017-11-01  3:47 UTC  (9+ messages)
` [PATCH 17/17] xfs: support for synchronous DAX faults

Kernel crash in free_pipe_info()
 2017-11-01  3:19 UTC  (11+ messages)

[PATCH] f2fs: don't bother with inode->i_version
 2017-11-01  2:14 UTC  (2+ messages)

KASAN: use-after-free in move_expired_inodes
 2017-11-01  2:04 UTC  (2+ messages)

[PATCH v2 1/2] isofs: fix timestamps beyond 2027
 2017-10-31 21:36 UTC  (7+ messages)
` [PATCH v2 2/2] isofs: use unsigned char types consistently

[PATCH] fuse: return -ECONNABORTED on /dev/fuse read after abort
 2017-10-31 18:55 UTC 

[PATCH] fs, mm: account filp and names caches to kmemcg
 2017-10-31 18:50 UTC  (15+ messages)

[RFC PATCH] fs: fsnotify: account fsnotify metadata to kmemcg
 2017-10-31 17:01 UTC  (8+ messages)

[PATCH 0/2] dnotify: Fix ENOMEM handling
 2017-10-31 16:28 UTC  (12+ messages)
` [PATCH 1/2] dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()
` [PATCH 2/2] fsnotify: Protect bail out path of fsnotify_add_mark_locked() properly

[PATCH v2 0/7] fix fanotify issues with the series in v4.12
 2017-10-31 16:27 UTC  (18+ messages)
` [PATCH v2 2/7] fsnotify: pin both inode and vfsmount mark
` [PATCH v2 4/7] fsnotify: skip unattached marks
` [PATCH v2 7/7] fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefs

[btrfs] WARNING: CPU: 0 PID: 6379 at fs/direct-io.c:293 dio_complete+0x1d4/0x220
 2017-10-31 15:13 UTC  (6+ messages)

[PATCH] epoll: avoid calling ep_call_nested() from ep_poll_safewake()
 2017-10-31 14:14 UTC  (5+ messages)

[RFC][PATCH 0/8] epoll: remove epmutex from ep_free() and eventpoll_release_file() for non-nested case
 2017-10-31 13:01 UTC  (2+ messages)

[PATCH 1/2] fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_t
 2017-10-31 11:40 UTC  (5+ messages)
` [PATCH 2/2] fsnotify: convert fsnotify_mark.refcnt "

[PATCH] nilfs2: remove inode->i_version initialization
 2017-10-31  4:22 UTC  (2+ messages)

[PATCH] f2fs: collect prefree segments to avoild write checkpoint fail
 2017-10-31  2:56 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] jfs: remove increment of i_version counter
 2017-10-30 22:22 UTC  (2+ messages)
` [Jfs-discussion] "

[RFC] don't update atime on file write
 2017-10-30 21:54 UTC  (2+ messages)

ANNOUNCE: nfs-utils-2.2.1 released
 2017-10-30 17:52 UTC 

[PATCH v3 00/13] dax: fix dma vs truncate and remove 'page-less' support
 2017-10-30 17:51 UTC  (9+ messages)

Changing FAT label of mounted file system
 2017-10-30 15:35 UTC  (3+ messages)

[PATCH] reiserfs: remove unneeded i_version bump
 2017-10-30 15:20 UTC 

[PATCH] orangefs: remove initialization of i_version
 2017-10-30 15:19 UTC 

[PATCH] hpfs: don't bother with the i_version counter or f_version
 2017-10-30 15:14 UTC 

[PATCH] ntfs: remove i_version handling
 2017-10-30 15:07 UTC 

[PATCH v7 0/6] vfs: Use dlock list for SB's s_inodes list
 2017-10-30 14:15 UTC  (6+ messages)
` [PATCH v7 10/10] lib/dlock-list: Fix use-after-unlock problem in dlist_for_each_entry_safe()

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-10-30 13:21 UTC  (12+ messages)

[PATCH 1/2] f2fs: retry ENOMEM for quota_read|write
 2017-10-30  9:43 UTC  (7+ messages)
` [PATCH 2/2] f2fs: relax EIO injection for quota file
  ` [f2fs-dev] "

[PATCH v2 RESEND] Revert "f2fs: handle dirty segments inside refresh_sit_entry"
 2017-10-30  9:39 UTC  (3+ messages)


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