linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-25 06:31:03 to 2017-10-30 20:18:10 UTC [more...]

[PATCH v2 0/7] fix fanotify issues with the series in v4.12
 2017-10-30 20:18 UTC  (26+ messages)
` [PATCH v2 1/7] fsnotify: clean up fsnotify_prepare/finish_user_wait()
` [PATCH v2 2/7] fsnotify: pin both inode and vfsmount mark
` [PATCH v2 3/7] fsnotify: fix pinning group in fsnotify_prepare_user_wait()
` [PATCH v2 4/7] fsnotify: skip unattached marks
` [PATCH v2 5/7] fanotify: fix fsnotify_prepare_user_wait() failure
` [PATCH v2 6/7] fsnotify: clean up fsnotify()
` [PATCH v2 7/7] fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefs

[PATCH] fs, mm: account filp and names caches to kmemcg
 2017-10-30 19:28 UTC  (29+ messages)

[RFC] don't update atime on file write
 2017-10-30 19:02 UTC 

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  (14+ messages)

[PATCH v2] fs: fsnotify: account fsnotify metadata to kmemcg
 2017-10-30 16:39 UTC  (5+ 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] nilfs2: remove inode->i_version initialization
 2017-10-30 15:17 UTC 

[PATCH] jfs: remove increment of i_version counter
 2017-10-30 15:16 UTC 

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

[PATCH] f2fs: don't bother with inode->i_version
 2017-10-30 15:11 UTC 

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

[PATCH] ecryptfs: remove unnecessary i_version bump
 2017-10-30 15:03 UTC  (2+ messages)

[PATCH v7 0/6] vfs: Use dlock list for SB's s_inodes list
 2017-10-30 14:15 UTC  (9+ 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] f2fs: fix out-of-free problem caused by atomic write
 2017-10-30 13:04 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] [RFC] vm: add a syscall to map a process memory into a pipe
 2017-10-30 12:47 UTC  (2+ 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] This reverts commit 5e443818fa0b2a2845561ee25bec181424fb2889
 2017-10-30  9:39 UTC  (4+ messages)
` [PATCH v2 RESEND] Revert "f2fs: handle dirty segments inside refresh_sit_entry"

[PATCH 03/14] VFS: Implement a filesystem superblock creation/configuration context [ver #6]
 2017-10-30  8:44 UTC  (15+ messages)
` [PATCH 00/14] VFS: Introduce filesystem "
  ` [PATCH 05/14] VFS: Implement fsopen() to prepare for a mount "
  ` [PATCH 07/14] VFS: Add a sample program for fsopen/fsmount "

[btrfs] WARNING: CPU: 0 PID: 6379 at fs/direct-io.c:293 dio_complete+0x1d4/0x220
 2017-10-30  7:44 UTC  (2+ messages)

[RFC][PATCH 0/8] epoll: remove epmutex from ep_free() and eventpoll_release_file() for non-nested case
 2017-10-30  7:09 UTC  (11+ messages)
` [RFC][PATCH 1/8] epoll: remove epmutex from ep_free() & eventpoll_release_file()
` [RFC][PATCH 2/8] epoll: remove ep from visited_list when freeing ep
` [RFC][PATCH 3/8] epoll: remove file from tfile_check_list when releasing file
` [RFC][PATCH 4/8] epoll: free eventpoll by rcu to provide existence guarantee
` [RFC][PATCH 5/8] epoll: iterate epi in file->f_ep_links by using list_first_or_null_rcu
` [RFC][PATCH 6/8] epoll: ensure the validity of ep when removing epi in eventpoll_release_file()
` [RFC][PATCH 7/8] epoll: prevent the double-free of "
` [RFC][PATCH 8/8] epoll: protect the iteration of ep->rbr by ep->mtx in ep_free()

[PATCH v3] fscrypt: add a documentation file for filesystem-level encryption
 2017-10-29 10:24 UTC  (2+ messages)

[PATCH] readv.2: document RWF_NOWAIT
 2017-10-29  9:41 UTC  (3+ messages)

Urgent Reply Needed
 2017-10-29  8:40 UTC 

[PATCH] f2fs: update dirty status for CURSEG as well
 2017-10-29  1:06 UTC  (8+ messages)
` [PATCH v2] "
  ` [f2fs-dev] "

[PATCH] epoll: avoid calling ep_call_nested() from ep_poll_safewake()
 2017-10-28 14:05 UTC  (4+ messages)

[RFC PATCH 00/25] fscrypt: filesystem-level keyring and v2 policy support
 2017-10-27 20:28 UTC  (15+ messages)
` [RFC PATCH 01/25] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [RFC PATCH 02/25] fscrypt: use FSCRYPT_ prefix for uapi constants
` [RFC PATCH 03/25] fscrypt: use FSCRYPT_* definitions, not FS_*
` [RFC PATCH 04/25] fscrypt: refactor finding and deriving key
` [RFC PATCH 05/25] fs: add ->s_master_keys to struct super_block
` [RFC PATCH 06/25] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [RFC PATCH 07/25] fs/inode.c: export inode_lru_list_del()

[GIT PULL] overlayfs fixes for 4.14-rc7
 2017-10-27 12:55 UTC 

[PATCH] f2fs: introduce cur_reserved_blocks in sysfs
 2017-10-27 12:45 UTC  (21+ messages)
` [PATCH v2] "
` [PATCH v3] f2fs: add cur_reserved_blocks to support soft block reservation
` [PATCH v4] f2fs: "
` [PATCH v5] "
  ` [f2fs-dev] "
  ` [PATCH v5 RESEND] "

[GIT PULL] fuse fix for 4.14-rc7
 2017-10-27 12:47 UTC 

[PATCH 0/17 v5] dax, ext4, xfs: Synchronous page faults
 2017-10-27 10:08 UTC  (12+ messages)
` [PATCH 17/17] xfs: support for synchronous DAX faults
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC

KASAN: use-after-free Read in handle_userfault
 2017-10-27  9:46 UTC  (2+ messages)

[PATCH] fs/seq_file: clear private buffer when resetting iterator
 2017-10-27  9:25 UTC  (2+ messages)

[PATCH] VFS: use synchronize_rcu_expedited() in namespace_unlock()
 2017-10-27  1:24 UTC  (5+ messages)

[RFC PATCH 0/14] xfs: Towards thin provisioning aware filesystems
 2017-10-26 12:35 UTC  (2+ messages)

[PATCH] f2fs: show current cp state
 2017-10-26  8:32 UTC 

[PATCH] fs: Use CAP_DAC_OVERRIDE to allow for file dedupe
 2017-10-26  7:54 UTC  (4+ messages)
` [kernel-hardening] "

[PATCH v5 0/9] cross-release: Enhence performance and fix false positives
 2017-10-26  5:58 UTC  (14+ messages)
` [PATCH v5 1/9] block: use DECLARE_COMPLETION_ONSTACK in submit_bio_wait
` [PATCH v5 2/9] locking/lockdep: Provide empty lockdep_map structure for !CONFIG_LOCKDEP
` [PATCH v5 3/9] completion: Change the prefix of lock name for completion variable
` [PATCH v5 4/9] locking/lockdep: Add a boot parameter allowing unwind in cross-release and disable it by default
` [PATCH v5 5/9] locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS
` [PATCH v5 6/9] locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK
` [PATCH v5 7/9] completion: Add support for initializing completion with lockdep_map
` [PATCH v5 8/9] workqueue: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v5 9/9] block: Assign a lock_class per gendisk used for wait_for_completion()

[fstests PATCH] generic: add test for DAX MAP_SYNC support
 2017-10-26  4:59 UTC  (8+ messages)
` [fstests PATCH v2] "
      ` [fstests PATCH v3] "

[PATCH 1/3] [v2] vm: add a syscall to map a process memory into a pipe
 2017-10-25 23:50 UTC  (3+ messages)
` [PATCH 2/3] x86: Write up the process_vmsplice syscall
` [PATCH 3/3] test: add a test for "

[PATCH 1/2] f2fs: add missing quota_initialize in f2fs_set_acl
 2017-10-25 15:47 UTC  (6+ messages)
        ` [f2fs-dev] "

fuse readdirplus skip one entry when interrupted by signal
 2017-10-25 14:32 UTC  (4+ messages)

Fix false positive by LOCKDEP_CROSSRELEASE
 2017-10-25 11:49 UTC  (10+ messages)
` [RESEND PATCH 1/3] completion: Add support for initializing completion with lockdep_map

[PATCH v4 0/7] cross-release: Enhence performance and fix false positives
 2017-10-25  6:35 UTC  (6+ messages)
` [PATCH v4 6/7] workqueue: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v4 7/7] block: Assign a lock_class per gendisk used for wait_for_completion()


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