linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-18 19:57:59 to 2016-12-22 09:38:28 UTC [more...]

[PATCH 0/9 v2] scope GFP_NOFS api
 2016-12-22  9:38 UTC  (11+ messages)
` [PATCH 2/9] xfs: introduce and use KM_NOLOCKDEP to silence reclaim lockdep false positives

[PATCH 0/22] fsnotify: Avoid SRCU stalls with fanotify permission events
 2016-12-22  9:15 UTC  (23+ messages)
` [PATCH 01/22] fsnotify: Remove unnecessary tests when showing fdinfo
` [PATCH 02/22] inotify: Remove inode pointers from debug messages
` [PATCH 03/22] fanotify: Move recalculation of inode / vfsmount mask under mark_mutex
` [PATCH 04/22] fsnotify: Remove fsnotify_duplicate_mark()
` [PATCH 05/22] audit: Fix sleep in atomic
` [PATCH 06/22] audit: Abstract hash key handling
` [PATCH 07/22] fsnotify: Update comments
` [PATCH 08/22] fsnotify: Attach marks to object via dedicated head structure
` [PATCH 09/22] inotify: Do not drop mark reference under idr_lock
` [PATCH 10/22] fsnotify: Detach mark from object list when last reference is dropped
` [PATCH 11/22] fsnotify: Remove special handling of mark destruction on group shutdown
` [PATCH 12/22] fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()
` [PATCH 13/22] fsnotify: Provide framework for dropping SRCU lock in ->handle_event
` [PATCH 14/22] fsnotify: Pass SRCU index into handle_event handler
` [PATCH 15/22] fanotify: Release SRCU lock when waiting for userspace response
` [PATCH 16/22] fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
` [PATCH 17/22] fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()
` [PATCH 18/22] fsnotify: Inline fsnotify_clear_{inode|vfsmount|_mark_group()
` [PATCH 19/22] fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
` [PATCH 20/22] fsnotify: Drop inode_mark.c
` [PATCH 21/22] fsnotify: Add group pointer in fsnotify_init_mark()
` [PATCH 22/22] fsnotify: Move ->free_mark callback to fsnotify_ops

[PATCH v1] security: Add a new hook: inode_touch_atime
 2016-12-22  9:06 UTC  (8+ messages)

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2016-12-22  8:45 UTC  (33+ messages)
` [RFC PATCH v1 01/30] lustre: don't set f_version in ll_readdir
` [RFC PATCH v1 02/30] ecryptfs: remove unnecessary i_version bump
` [RFC PATCH v1 03/30] ceph: remove the bump of i_version
` [RFC PATCH v1 04/30] f2fs: don't bother setting i_version
` [RFC PATCH v1 05/30] hpfs: don't bother with the i_version counter
` [RFC PATCH v1 06/30] jfs: remove initialization of "
` [RFC PATCH v1 07/30] nilfs2: remove inode->i_version initialization
` [RFC PATCH v1 08/30] orangefs: remove initialization of i_version
` [RFC PATCH v1 09/30] reiserfs: remove unneeded i_version bump
` [RFC PATCH v1 10/30] ntfs: remove i_version handling
` [RFC PATCH v1 11/30] fs: new API for handling i_version
` [RFC PATCH v1 12/30] fat: convert to new i_version API
` [RFC PATCH v1 13/30] affs: "
` [RFC PATCH v1 14/30] afs: "
` [RFC PATCH v1 15/30] btrfs: "
` [RFC PATCH v1 16/30] exofs: switch "
` [RFC PATCH v1 17/30] ext2: convert "
` [RFC PATCH v1 18/30] ext4: "
` [RFC PATCH v1 19/30] nfs: "
` [RFC PATCH v1 20/30] nfsd: "
` [RFC PATCH v1 21/30] ocfs2: "
` [RFC PATCH v1 22/30] ufs: use "
` [RFC PATCH v1 23/30] xfs: convert to "
` [RFC PATCH v1 24/30] IMA: switch IMA over "
` [RFC PATCH v1 25/30] fs: add a "force" parameter to inode_inc_iversion
` [RFC PATCH v1 26/30] fs: only set S_VERSION when updating times if it has been queried
` [RFC PATCH v1 27/30] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [RFC PATCH v1 28/30] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [RFC PATCH v1 29/30] fs: track whether the i_version has been queried with an i_state flag
` [RFC PATCH v1 30/30] fs: convert i_version counter over to an atomic64_t

[PATCH 1/2] nsfs: Add an ioctl() to return the namespace type
 2016-12-22  7:23 UTC  (5+ messages)
` [PATCH 2/2] nsfs: Add an ioctl() to return creator UID of a userns

[PATCH 0/2] Add further ioctl() operations for namespace discovery
 2016-12-22  7:20 UTC  (9+ messages)

[RFC][PATCH 00/11] common implementation of dirent file types
 2016-12-22  5:54 UTC  (30+ messages)
` [RFC][PATCH 01/11] fs: common implementation of file type conversions
  ` [RFC][PATCH v2 "
` [RFC][PATCH 02/11] ufs: use fs_umode_to_dtype() helper
` [RFC][PATCH 03/11] hfsplus: "
` [RFC][PATCH 04/11] ext2: use common file type conversion
` [RFC][PATCH 05/11] exofs: "
` [RFC][PATCH 06/11] ext4: "
` [RFC][PATCH 07/11] ocfs2: "
` [RFC][PATCH 08/11] f2fs: "
` [RFC][PATCH 09/11] nilfs2: "
` [RFC][PATCH 10/11] btrfs: "
` [RFC][PATCH 11/11] xfs: "
          ` [RFC][PATCH v2 "
            ` [PATCH v3 "

DAX mapping detection (was: Re: [PATCH] Fix region lost in /proc/self/smaps)
 2016-12-21 21:33 UTC  (17+ messages)

[RFC][CFT] splice_read reworked
 2016-12-21 19:12 UTC  (17+ messages)
          ` [PATCH 04/11] splice: lift pipe_lock out of splice_to_pipe()
                  ` [PATCH 04/12] "

[PATCH] dax: kill uml support
 2016-12-21 18:45 UTC  (6+ messages)

[RFC][PATCH 0/2] fsnotify: super block watch
 2016-12-21 10:15 UTC  (4+ messages)
` [RFC][PATCH 1/2] fsnotify: add event mask FS_EVENT_ON_SB
` [RFC][PATCH 2/2] fsnotify: implement event reporting to super block's root inode

[PATCH 0/2] Write protect DAX PMDs in *sync path
 2016-12-21  8:48 UTC  (5+ messages)
` [PATCH 1/2] mm: add follow_pte_pmd()
` [PATCH 2/2] dax: wrprotect pmd_t in dax_mapping_entry_mkclean

[PATCH v2] fs: exec: apply CLOEXEC before changing dumpable task flags
 2016-12-21  5:26 UTC 

[PATCH] fs: exec: apply CLOEXEC before changing dumpable task flags
 2016-12-21  5:04 UTC  (3+ messages)

[PATCH 0/6 v3] dax: Page invalidation fixes
 2016-12-20 20:09 UTC  (8+ messages)

[PATCH] fscrypt: Factor out bio specific functions
 2016-12-20  6:42 UTC  (9+ messages)
        ` [PATCH v2] "

[PATCH v2 3/3] dev-dax: add fallocate support to clear poison
 2016-12-20  6:40 UTC  (2+ messages)

Simulating disk failure with a writeback cache
 2016-12-20  1:30 UTC  (15+ messages)

mmotm 2016-12-19-16-31 uploaded
 2016-12-20  0:31 UTC 

[PATCH v2] vfs: fix isize/pos/len checks for reflink & dedupe
 2016-12-20  0:10 UTC  (2+ messages)

[LSF/MM TOPIC] [LSF/MM ATTEND] XFS reflink, rmap and CoW
 2016-12-19 23:28 UTC  (4+ messages)

[PATCH] vfs: return EOPNOTSUPP when ioctl_fsthaw() is not supported
 2016-12-19 22:33 UTC  (3+ messages)

[PATCH v2 1/5] fscrypt: fix loophole in one-encryption-policy-per-tree enforcement
 2016-12-19 22:20 UTC  (5+ messages)
` [PATCH v2 2/5] fscrypt: fix renaming and linking special files
` [PATCH v2 3/5] ext4: consolidate fscrypt_has_permitted_context() checks
` [PATCH v2 4/5] f2fs: "
` [PATCH v2 5/5] ubifs: "

[PATCH] ubifs: remove redundant checks for encryption key
 2016-12-19 20:24 UTC  (3+ messages)

[PATCH] ubifs: allow encryption ioctls in compat mode
 2016-12-19 19:56 UTC  (2+ messages)

[LSF/MM TOPIC] Un-addressable device memory and block/fs implications
 2016-12-19 17:00 UTC  (11+ messages)
        ` [Lsf-pc] "

[PATCH v3 0/5] introduce DAX tracepoint support
 2016-12-19 16:46 UTC  (2+ messages)

[GIT PULL] Quota, fsnotify, and ext2 changes for 4.10-rc1
 2016-12-19 13:18 UTC  (2+ messages)

[PATCH (resend)] seq_file: reset iterator to first record for zero offset
 2016-12-19 11:38 UTC 

[PATCH] vfs: fix isize/pos/len checks for reflink & dedupe
 2016-12-19 10:11 UTC  (2+ messages)

[bug report v4.8] fs/locks.c: kernel oops during posix lock stress test
 2016-12-19  9:59 UTC  (4+ messages)

[git pull] vfs.git pile 2
 2016-12-18 23:40 UTC  (6+ 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).