linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-22 15:02:23 to 2017-10-25 23:50:02 UTC [more...]

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

[PATCH] fs, mm: account filp and names caches to kmemcg
 2017-10-25 22:49 UTC  (32+ messages)

[fstests PATCH] generic: add test for DAX MAP_SYNC support
 2017-10-25 21:56 UTC  (7+ messages)
` [fstests PATCH v2] "
      ` [fstests PATCH v3] "

[PATCH v5 0/9] cross-release: Enhence performance and fix false positives
 2017-10-25 18:20 UTC  (12+ 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()

[PATCH 1/2] f2fs: add missing quota_initialize in f2fs_set_acl
 2017-10-25 15:47 UTC  (9+ messages)
` [PATCH 2/2] f2fs: stop all the operations by cp_error flag
  ` [f2fs-dev] "
        ` [f2fs-dev] [PATCH 1/2] f2fs: add missing quota_initialize in f2fs_set_acl
` [PATCH 1/2 v2] "

[PATCH] f2fs: introduce cur_reserved_blocks in sysfs
 2017-10-25 15:46 UTC  (12+ messages)
` [PATCH v2] "
` [PATCH v3] f2fs: add cur_reserved_blocks to support soft block reservation

[PATCH v2 0/7] fix fanotify issues with the series in v4.12
 2017-10-25 15:13 UTC  (16+ 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

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  (11+ messages)
` [PATCH v4 1/7] block: use DECLARE_COMPLETION_ONSTACK in submit_bio_wait
` [PATCH v4 2/7] locking/lockdep: Add a boot parameter allowing unwind in cross-release and disable it by default
` [PATCH v4 3/7] locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS
` [PATCH v4 4/7] locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK
` [PATCH v4 5/7] completion: Add support for initializing completion with lockdep_map
` [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()

[PATCH v3 0/8] cross-release: enhence performance and fix false positives
 2017-10-25  5:55 UTC  (20+ messages)
` [PATCH v3 1/8] block: use DECLARE_COMPLETION_ONSTACK in submit_bio_wait
` [PATCH v3 2/8] lockdep: Introduce CROSSRELEASE_STACK_TRACE and make it not unwind as default
` [PATCH v3 3/8] lockdep: Remove BROKEN flag of LOCKDEP_CROSSRELEASE
` [PATCH v3 4/8] lockdep: Add a kernel parameter, crossrelease_fullstack
` [PATCH v3 5/8] completion: Add support for initializing completion with lockdep_map
` [PATCH v3 6/8] lockdep: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v3 7/8] genhd.h: Remove trailing white space
` [PATCH v3 8/8] block: Assign a lock_class per gendisk used for wait_for_completion()

[RFC PATCH] fs: fsnotify: account fsnotify metadata to kmemcg
 2017-10-25  0:34 UTC  (7+ messages)

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

[PATCH 1/2] dm log writes: Add support for inline data buffers
 2017-10-24 19:30 UTC  (7+ messages)
` [PATCH 2/2] dm log writes: add support for DAX

[PATCH] fs: guard_bio_eod() needs to consider partitions
 2017-10-24 17:21 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/17 v4] dax, ext4, xfs: Synchronous page faults
 2017-10-24 14:55 UTC  (8+ messages)
` [PATCH 01/17] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC

[PATCH] f2fs: show # of dirty segments via sysfs
 2017-10-24  9:47 UTC  (2+ messages)

Betr.: Spende
 2017-10-24  8:16 UTC 

[PATCH 0/2] 9p: Fixes for hard-to-hit bugs
 2017-10-24  2:11 UTC  (5+ messages)

[RFC PATCH 00/25] fscrypt: filesystem-level keyring and v2 policy support
 2017-10-23 21:40 UTC  (26+ 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()
` [RFC PATCH 08/25] fs/inode.c: rename and export dispose_list()
` [RFC PATCH 09/25] fs/dcache.c: add shrink_dcache_inode()
` [RFC PATCH 10/25] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [RFC PATCH 11/25] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [RFC PATCH 12/25] ext4 crypto: wire up new ioctls for managing encryption keys
` [RFC PATCH 13/25] f2fs "
` [RFC PATCH 14/25] ubifs "
` [RFC PATCH 15/25] fscrypt: add UAPI definitions to get/set v2 encryption policies
` [RFC PATCH 16/25] fscrypt: implement basic handling of "
` [RFC PATCH 17/25] fscrypt: add an HKDF-SHA512 implementation
` [RFC PATCH 18/25] fscrypt: allow adding and removing keys for v2 encryption policies
` [RFC PATCH 19/25] fscrypt: use HKDF-SHA512 to derive the per-file keys for v2 policies
` [RFC PATCH 20/25] fscrypt: allow unprivileged users to add/remove "
` [RFC PATCH 21/25] fscrypt: require that key be added when setting a v2 encryption policy
` [RFC PATCH 22/25] ext4 crypto: wire up FS_IOC_GET_ENCRYPTION_POLICY_EX
` [RFC PATCH 23/25] f2fs "
` [RFC PATCH 24/25] ubifs "
` [RFC PATCH 25/25] fscrypt: document the new ioctls and policy version

[PATCH] f2fs: limit # of inmemory pages
 2017-10-23 20:50 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v4] Return bytes transferred for partial direct I/O
 2017-10-23 16:24 UTC  (2+ messages)

[RFC PATCH 1/2] security, capabilities: Add CAP_SYS_MOUNT
 2017-10-23 12:57 UTC  (2+ messages)

[PATCH v3 00/13] dax: fix dma vs truncate and remove 'page-less' support
 2017-10-23 11:20 UTC  (9+ messages)
` [PATCH v3 02/13] dax: require 'struct page' for filesystem dax

[PATCH 00/15] v5 kernel core pieces refcount conversions
 2017-10-23 10:45 UTC  (6+ messages)
` [PATCH 01/15] sched: convert sighand_struct.count to refcount_t

[PATCH] f2fs: turn quota off when error occurs
 2017-10-23 10:12 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH] f2fs: expose some sectors to user in inline data or dentry case
 2017-10-23 10:11 UTC  (6+ messages)
        ` [f2fs-dev] "

[PATCH 14/15] futex: convert futex_pi_state.refcount to refcount_t
 2017-10-23  7:36 UTC  (15+ messages)

[PATCH v2 0/4] Fix false positives by cross-release feature
 2017-10-23  7:04 UTC  (6+ messages)
  ` [PATCH v2 4/4] lockdep: Assign a lock_class per gendisk used for wait_for_completion()

[PATCH] ocfs2: fix cluster hang after a node dies
 2017-10-23  3:51 UTC  (2+ messages)

[PATCH 1/2] f2fs: retry ENOMEM for quota_read|write
 2017-10-22 16:51 UTC  (5+ messages)
` [PATCH 2/2] f2fs: relax EIO injection for quota file
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: retry ENOMEM for quota_read|write

[PATCH 7/8] Documentation: fix selftests related file refs
 2017-10-22 16:23 UTC  (2+ messages)
` [7/8] "


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