public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-06 20:55:01 to 2015-10-11 22:58:49 UTC [more...]

[PATCH v10 00/46] Richacls
 2015-10-11 22:58 UTC  (39+ messages)
` [PATCH v10 01/46] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v10 02/46] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v10 03/46] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v10 04/46] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v10 05/46] vfs: Add permission flags for setting file attributes
` [PATCH v10 06/46] richacl: In-memory representation and helper functions
` [PATCH v10 07/46] richacl: Permission mapping functions
` [PATCH v10 08/46] richacl: Compute maximum file masks from an acl
` [PATCH v10 09/46] richacl: Permission check algorithm
  ` [PATCH v10 10/46] vfs: Cache base_acl objects in inodes
` [PATCH v10 11/46] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v10 12/46] vfs: Cache richacl in struct inode
` [PATCH v10 13/46] richacl: Update the file masks in chmod()
` [PATCH v10 14/46] richacl: Check if an acl is equivalent to a file mode
` [PATCH v10 15/46] richacl: Create-time inheritance
` [PATCH v10 16/46] richacl: Automatic Inheritance
` [PATCH v10 17/46] richacl: xattr mapping functions
` [PATCH v10 18/46] richacl: Add richacl xattr handler
` [PATCH v10 19/46] vfs: Add richacl permission checking
` [PATCH v10 20/46] ext4: Add richacl support
` [PATCH v10 21/46] ext4: Add richacl feature flag
` [PATCH v10 22/46] xfs: Fix error path in xfs_get_acl
` [PATCH v10 23/46] xfs: Make xfs_set_mode non-static
` [PATCH v10 24/46] xfs: Add richacl support
` [PATCH v10 25/46] richacl: acl editing helper functions
` [PATCH v10 26/46] richacl: Move everyone@ aces down the acl
` [PATCH v10 27/46] richacl: Propagate everyone@ permissions to other aces
` [PATCH v10 28/46] richacl: Set the owner permissions to the owner mask
` [PATCH v10 29/46] richacl: Set the other permissions to the other mask
` [PATCH v10 30/46] richacl: Isolate the owner and group classes
` [PATCH v10 31/46] richacl: Apply the file masks to a richacl
` [PATCH v10 32/46] richacl: Create richacl from mode values
` [PATCH v10 33/46] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v10 34/46] nfsd: Use richacls as internal acl representation
` [PATCH v10 35/46] nfsd: Add richacl support
` [PATCH v10 36/46] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v10 37/46] nfsd: Add support for the MAY_CREATE_{FILE, DIR} permissions
` [PATCH v10 38/46] richacl: Add support for unmapped identifiers

[PATCH v7 0/2] Enable capsule loader interface for efi firmware updating
 2015-10-11 19:03 UTC  (12+ messages)
` [PATCH v7 1/2] efi: export efi_capsule_supported() function symbol

[PATCH v5 0/9] VFS: In-kernel copy system call
 2015-10-11 14:29 UTC  (15+ messages)
` [PATCH v5 4/9] vfs: Copy should check len after file open mode
` [PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [PATCH v5 6/9] vfs: Copy should use file_out rather than file_in
` [PATCH v5 7/9] vfs: Remove copy_file_range mountpoint checks
` [PATCH v5 8/9] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH v5 9/9] btrfs: btrfs_copy_file_range() only supports reflinks

updated orangefs tree at kernel.org
 2015-10-10 23:10 UTC  (9+ messages)
      ` orangefs: NAK until the ABI is documented (was Re: updated orangefs tree at kernel.org)

[vfs:orangefs-untested 18/19] gossip_err("Error: trailer size (%ld) is non-zero, no trailer elements though? (%zu)n", (unsigned long)trailer_size, count);
 2015-10-10 17:59 UTC 

RCU caching regression in kernel v4.1+
 2015-10-10 17:19 UTC  (9+ messages)
      ` [PATCH] namei: results of d_is_negative() should be checked after dentry revalidation

[vfs:orangefs-untested 18/19] fs/orangefs/devpvfs2-req.c:368:5: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'size_t'
 2015-10-10 15:55 UTC 

[PATCH] namei: permit linking with CAP_FOWNER in userns
 2015-10-10 14:59 UTC 

[PATCH v5 00/20] nfsd: open file caching
 2015-10-10 13:48 UTC  (10+ messages)
` [PATCH v5 01/20] list_lru: add list_lru_rotate

2% interest rate loan offer
 2015-10-10  7:22 UTC 

[PATCH 1/3] f2fs: introduce background_gc=sync mount option
 2015-10-10  7:08 UTC  (6+ messages)
` [PATCH 2/3] f2fs: add a tracepoint for background gc
` [PATCH 3/3] f2fs: introduce a periodic checkpoint flow
  ` [f2fs-dev] "

[PATCH] f2fs: set GFP_NOFS for grab_cache_page
 2015-10-09 22:55 UTC 

[PATCH 0/2] Add updated DAX locking to ext2
 2015-10-09 22:02 UTC  (2+ messages)
` [PATCH 1/2] dax: dax_pfn_mkwrite() truncate race check

[PATCH 00/15] get_user_pages() for dax mappings
 2015-10-09 21:12 UTC  (4+ messages)
` [PATCH 10/15] block, dax: fix lifetime of in-kernel "

[PATCH] fs/buffer: simplify the code flow of LRU management algorithm
 2015-10-09 16:18 UTC  (4+ messages)

Hello
 2015-10-09 11:20 UTC 

[PATCH] namei: revalidate negative dentry before return -ENOENT
 2015-10-09  9:01 UTC 

[RFC PATCH 1/2] ext4: Fix possible deadlock with local interrupts disabled and page-draining IPI
 2015-10-09  8:50 UTC  (3+ messages)
` [RFC PATCH 2/2] fs: Disable interrupts after acquiring bit_spin_lock

[RESEND PATCH] timerfd: Allow TFD_TIMER_CANCEL_ON_SET with relative timeouts
 2015-10-09  8:25 UTC 

[RFC PATCH 1/2] ext4: Fix possible deadlock with local interrupts disabled and page-draining IPI
 2015-10-09  8:03 UTC 

[vfs:orangefs-untested 1/8] fs/orangefs/pvfs2-bufmap.c:551:2: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'unsigned int'
 2015-10-09  7:56 UTC 

[PATCH 1/2] f2fs: add F2FS_GOING_DOWN_METAFLUSH to test power-failure
 2015-10-09  0:29 UTC  (2+ messages)
` [PATCH 2/2] Revert "f2fs: do not skip dentry block writes"

[PATCH] f2fs: merge meta writes as many possible
 2015-10-09  0:28 UTC  (5+ messages)
` [f2fs-dev] "

[PATCH] sh: add copy_user_page() alias for __copy_user()
 2015-10-08 23:07 UTC  (2+ messages)

[PATCH] vfs: remove stale comment in inode_operations
 2015-10-08 23:07 UTC  (2+ messages)

[PATCH] fs/file.c: tidy up close_files
 2015-10-08 19:08 UTC  (2+ messages)

[PATCH v2] fs/binfmt_elf_fdpic.c: provide NOMMU loader for regular ELF binaries
 2015-10-08 16:38 UTC 

[PATCH 0/5] User namespace mount updates
 2015-10-08 15:41 UTC  (7+ messages)
` [PATCH 1/5] fs: Verify access of user towards block device file when mounting

[PATCH] vfs: Check attribute names in posix acl xattr handers
 2015-10-08 15:33 UTC 

[PATCH 00/17] cleanups of fs about new/huge_valid_dev
 2015-10-08 12:29 UTC  (9+ messages)
` [PATCH 05/17] fs/exofs: remove unnecessary new_valid_dev check
` [PATCH 09/17] fs/hpfs: "

[PATCH v8 0/2] Enable capsule loader interface for efi firmware updating
 2015-10-08 11:01 UTC  (6+ messages)
` [PATCH v8 1/2] efi: export efi_capsule_supported() function symbol
` [PATCH v8 2/2] efi: a misc char interface for user to update efi firmware

unsquashfs not preserving file capabilities
 2015-10-08  3:29 UTC  (2+ messages)

[PATCH 1/1] fs: 9p: cache.h: Add #define of include guard
 2015-10-08  0:15 UTC 

[PATCH v5] Fix DAX deadlocks for v4.3
 2015-10-07 22:58 UTC  (2+ messages)
` [PATCH v5] mm, dax: fix DAX deadlocks

[PATCH v4 0/2] Revert locking changes in DAX for v4.3
 2015-10-07 21:39 UTC  (5+ messages)
` [PATCH v4 1/2] Revert "mm: take i_mmap_lock in unmap_mapping_range() for DAX"
` [PATCH v4 2/2] Revert "dax: fix race between simultaneous faults"

[PATCH v8 00/41] Richacls
 2015-10-07 15:15 UTC  (11+ messages)

[PATCH v9 00/43] Richacls
 2015-10-07 13:46 UTC  (6+ messages)

overlayfs: regression bug from 4bacc9c9 (Make f_path always point to the overlay and f_inode to the underlay)
 2015-10-07 12:23 UTC 

[RFCv3 00/58] xfs: add reverse-mapping, reflink, and dedupe support
 2015-10-07  7:35 UTC  (63+ messages)
` [PATCH 01/58] libxfs: make xfs_alloc_fix_freelist non-static
` [PATCH 02/58] xfs: fix log ticket type printing
` [PATCH 03/58] xfs: introduce rmap btree definitions
` [PATCH 04/58] xfs: add rmap btree stats infrastructure
` [PATCH 05/58] xfs: rmap btree add more reserved blocks
` [PATCH 06/58] xfs: add owner field to extent allocation and freeing
` [PATCH 07/58] xfs: add extended "
` [PATCH 08/58] xfs: introduce rmap extent operation stubs
` [PATCH 09/58] xfs: extend rmap extent operation stubs to take full owner info
` [PATCH 10/58] xfs: define the on-disk rmap btree format
` [PATCH 11/58] xfs: enhance "
` [PATCH 12/58] xfs: add rmap btree growfs support
` [PATCH 13/58] xfs: enhance "
` [PATCH 14/58] xfs: rmap btree transaction reservations
` [PATCH 15/58] xfs: rmap btree requires more reserved free space
` [PATCH 16/58] libxfs: fix min freelist length calculation
` [PATCH 17/58] xfs: add rmap btree operations
` [PATCH 18/58] xfs: enhance "
` [PATCH 19/58] xfs: add an extent to the rmap btree
` [PATCH 20/58] xfs: add tracepoints for the rmap-mirrors-bmbt functions
` [PATCH 21/58] xfs: teach rmap_alloc how to deal with our larger rmap btree
` [PATCH 22/58] xfs: remove an extent from the "
` [PATCH 23/58] xfs: enhanced "
` [PATCH 24/58] xfs: add rmap btree insert and delete helpers
` [PATCH 25/58] xfs: bmap btree changes should update rmap btree
` [PATCH 26/58] xfs: add rmap btree geometry feature flag
` [PATCH 27/58] xfs: add rmap btree block detection to log recovery
` [PATCH 28/58] xfs: enable the rmap btree functionality
` [PATCH 29/58] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 30/58] xfs: implement "
` [PATCH 31/58] libxfs: refactor short btree block verification
` [PATCH 32/58] xfs: don't update rmapbt when fixing agfl
` [PATCH 33/58] xfs: introduce refcount btree definitions
` [PATCH 34/58] xfs: add refcount btree stats infrastructure
` [PATCH 35/58] xfs: refcount btree add more reserved blocks
` [PATCH 36/58] xfs: define the on-disk refcount btree format
` [PATCH 37/58] xfs: define tracepoints for refcount/reflink activities
` [PATCH 38/58] xfs: add refcount btree support to growfs
` [PATCH 39/58] xfs: add refcount btree operations
` [PATCH 40/58] libxfs: adjust refcount of an extent of blocks in refcount btree
` [PATCH 41/58] libxfs: adjust refcount when unmapping file blocks
` [PATCH 42/58] xfs: add refcount btree block detection to log recovery
` [PATCH 43/58] xfs: map an inode's offset to an exact physical block
` [PATCH 44/58] xfs: add reflink feature flag to geometry
` [PATCH 45/58] xfs: create a separate workqueue for copy-on-write activities
` [PATCH 46/58] xfs: implement copy-on-write for reflinked blocks
` [PATCH 47/58] xfs: handle directio "
` [PATCH 48/58] xfs: copy-on-write reflinked blocks when zeroing ranges of blocks
` [PATCH 49/58] xfs: clear inode reflink flag when freeing blocks
` [PATCH 50/58] xfs: reflink extents from one file to another
` [PATCH 51/58] xfs: add clone file and clone range ioctls
` [PATCH 52/58] xfs: emulate the btrfs dedupe extent same ioctl
` [PATCH 53/58] xfs: teach fiemap about reflink'd extents
` [PATCH 54/58] xfs: swap inode reflink flags when swapping inode extents
` [PATCH 55/58] vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocks
` [PATCH 56/58] xfs: unshare a range of blocks via fallocate
` [PATCH 57/58] xfs: support XFS_XFLAG_REFLINK (and FS_NOCOW_FL) on reflink filesystems
` [PATCH 58/58] xfs: recognize the reflink feature bit

[PATCH] fs/binfmt_elf_fdpic.c: provide NOMMU loader for regular ELF binaries
 2015-10-07  1:23 UTC  (2+ messages)

mmotm 2015-10-06-16-30 uploaded
 2015-10-06 23:30 UTC 

[PATCH v2 0/2] Inode security label invalidation
 2015-10-06 21:29 UTC  (5+ messages)
` [PATCH v2 1/2] security: Add hook to invalidate inode security labels


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox