linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-19 18:18:04 to 2017-10-23 22:14:18 UTC [more...]

[PATCH 1/2] f2fs: add missing quota_initialize in f2fs_set_acl
 2017-10-23 22:14 UTC  (2+ messages)
` [PATCH 2/2] f2fs: stop all the operations by cp_error flag

[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 1/2] dm log writes: Add support for inline data buffers
 2017-10-23 18:59 UTC  (8+ messages)
` [PATCH 2/2] dm log writes: add support for DAX
` [fstests PATCH] generic: add test for DAX MAP_SYNC support
  ` [fstests PATCH v2] "

[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  (6+ messages)
` [RFC PATCH 2/2] fs: add the possibility to use CAP_SYS_MOUNT to (u)mount a fs
` [kernel-hardening] [RFC PATCH 1/2] security, capabilities: Add CAP_SYS_MOUNT

[PATCH v3 00/13] dax: fix dma vs truncate and remove 'page-less' support
 2017-10-23 11:20 UTC  (34+ messages)
` [PATCH v3 01/13] dax: quiet bdev_dax_supported()
` [PATCH v3 02/13] dax: require 'struct page' for filesystem dax
` [PATCH v3 03/13] dax: stop using VM_MIXEDMAP for dax
` [PATCH v3 04/13] dax: stop using VM_HUGEPAGE "
` [PATCH v3 05/13] dax: stop requiring a live device for dax_flush()
` [PATCH v3 06/13] dax: store pfns in the radix
` [PATCH v3 07/13] dax: warn if dma collides with truncate
` [PATCH v3 08/13] tools/testing/nvdimm: add 'bio_delay' mechanism
` [PATCH v3 09/13] IB/core: disable memory registration of fileystem-dax vmas
` [PATCH v3 10/13] mm: disable get_user_pages_fast() for dax
` [PATCH v3 11/13] fs: use smp_load_acquire in break_{layout,lease}
` [PATCH v3 12/13] dax: handle truncate of dma-busy pages
` [PATCH v3 13/13] xfs: wire up FL_ALLOCATED support

[PATCH 00/15] v5 kernel core pieces refcount conversions
 2017-10-23 10:45 UTC  (20+ messages)
` [PATCH 01/15] sched: convert sighand_struct.count to refcount_t
` [PATCH 02/15] sched: convert signal_struct.sigcnt "
` [PATCH 03/15] sched: convert user_struct.__count "
` [PATCH 04/15] sched: convert numa_group.refcount "
` [PATCH 05/15] sched/task_struct: convert task_struct.usage "
` [PATCH 06/15] sched/task_struct: convert task_struct.stack_refcount "
` [PATCH 07/15] perf: convert perf_event_context.refcount "
` [PATCH 08/15] perf/ring_buffer: convert ring_buffer.refcount "
` [PATCH 09/15] perf/ring_buffer: convert ring_buffer.aux_refcount "
` [PATCH 10/15] uprobes: convert uprobe.ref "
` [PATCH 11/15] nsproxy: convert nsproxy.count "
` [PATCH 12/15] groups: convert group_info.usage "
` [PATCH 13/15] creds: convert cred.usage "
` [PATCH 14/15] kcov: convert kcov.refcount "
` [PATCH 15/15] bdi: convert bdi_writeback_congested.refcnt from atomic_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  (7+ 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)

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

[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  (3+ messages)
  ` [7/8] "

[PATCH] f2fs: return error number for quota_write
 2017-10-22 15:01 UTC  (8+ messages)
    ` [f2fs-dev] "

[PATCH] f2fs: handle error case when adding xattr entry
 2017-10-22 15:01 UTC  (6+ messages)
` [f2fs-dev] "

[PATCH] f2fs: avoid using timespec
 2017-10-22 14:55 UTC  (2+ messages)
` [f2fs-dev] "

[RFC PATCH] fs: fsnotify: account fsnotify metadata to kmemcg
 2017-10-22  8:24 UTC  (4+ messages)

[PATCH] fs: fix xattr permission checking error
 2017-10-22  5:39 UTC  (4+ messages)

[PATCH] fs: check for DAC_READ_SEARCH instead of SYS_ADMIN
 2017-10-22  5:25 UTC  (2+ messages)

[git pull] vfs.git fixes
 2017-10-22  0:12 UTC 

[PATCH] fs: Use CAP_DAC_OVERRIDE to allow for file dedupe
 2017-10-21 19:40 UTC  (3+ messages)
` [kernel-hardening] "

[RFC PATCH 1/2] security, capabilities: create CAP_TRUSTED
 2017-10-21 19:09 UTC  (13+ messages)
` [RFC PATCH 2/2] fs: Grant CAP_TRUSTED rw access to trusted xattrs
` [kernel-hardening] [RFC PATCH 1/2] security, capabilities: create CAP_TRUSTED

[PATCH] fs: check for CAP_SYS_RESOURCE instead of CAP_SYS_ADMIN
 2017-10-21 13:36 UTC 

[PATCH 0/17 v4] dax, ext4, xfs: Synchronous page faults
 2017-10-20 21:47 UTC  (5+ 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 0/2] 9p: Fixes for hard-to-hit bugs
 2017-10-20 20:11 UTC  (5+ messages)

[PATCH v2 00/11] fscrypt: add some higher-level helper functions
 2017-10-20 19:44 UTC  (2+ messages)

[PATCH] nfds: avoid gettimeofday for nfssvc_boot time
 2017-10-20 19:19 UTC  (4+ messages)

[PATCH 0/4] fix fanotify issues with the series in v4.12
 2017-10-20 12:56 UTC  (11+ messages)
` [PATCH 1/4] fsnotify: fix pinning of marks and groups
` [PATCH 2/4] fsnotify: skip unattached marks
` [PATCH 3/4] fanotify: fix fsnotify_prepare_user_wait() failure
` [PATCH 4/4] fsnotify: clean up fsnotify()

[RFC PATCH 01/11] workqueue: Add a decrement-after-return and wake if 0 facility
 2017-10-20 12:20 UTC  (3+ messages)
` [RFC PATCH 04/11] Add a function to start/reduce a timer

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

[PATCH 1/2] fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_t
 2017-10-20 10:28 UTC  (2+ messages)

[GIT PULL] vfs i_version fix for Linus
 2017-10-20  9:34 UTC  (3+ messages)

[PATCH v16 0/10] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2017-10-20  8:53 UTC  (5+ messages)
` [PATCH v16 09/10] x86/arch_prctl: Selftest for ARCH_[GET|SET]_CPUID

[PATCH v2 00/15] make structure field, function arguments and structures const
 2017-10-20  8:13 UTC  (6+ messages)
` [PATCH v2 02/15] usb: gadget: make config_item_type "

RFC(v2): Audit Kernel Container IDs
 2017-10-20  2:25 UTC  (6+ messages)

Read-only `slaves` with shared subtrees?
 2017-10-20  2:23 UTC  (11+ messages)

[PATCH] hfsplus: return ENODATA when no xattr is found
 2017-10-20  0:54 UTC  (4+ messages)

mmotm 2017-10-19-17-00 uploaded
 2017-10-20  0:01 UTC 

[PATCH v3 00/49] block: support multipage bvec
 2017-10-19 23:58 UTC  (19+ messages)
` [PATCH v3 07/49] bcache: comment on direct access to bvec table
` [PATCH v3 09/49] block: comment on bio_iov_iter_get_pages()
` [PATCH v3 11/49] btrfs: avoid access to .bi_vcnt directly
` [PATCH v3 20/49] block: introduce bio_for_each_segment_mp()
` [PATCH v3 37/49] fs/mpage: convert to bio_for_each_segment_all_sp()
` [PATCH v3 41/49] xfs: "

[PATCH] hfsplus: return ENODATA when no xattr is found
 2017-10-19 19:41 UTC 

[PATCH 0/4][PoC][RFC] Add rlimit-resources change notification mechanism
 2017-10-19 18:19 UTC  (7+ messages)
  ` [PATCH 2/4][PoC][RFC] Add rlimit-events framework
  ` [PATCH 3/4][PoC][RFC] Connect rlimit-events with process life cycle


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