Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-16 09:53:03 to 2015-07-22 15:55:34 UTC [more...]

[RFC v3 0/4] fs: Add generic file system event notifications
 2015-07-22 15:55 UTC  (5+ messages)
` [RFC v3 1/4] "
` [RFC v3 2/4] ext4: Add helper function to mark group as corrupted

[PATCH 00/10 v7] NFSD: Pin to vfsmount for nfsd exports cache
 2015-07-22 15:08 UTC  (8+ messages)
` [PATCH 10/10 v7] nfsd: Allows user un-mounting filesystem where nfsd exports base on

[RFC PATCH 00/25] Add quota supporting in ubifs
 2015-07-22 14:13 UTC  (47+ messages)
` [PATCH 01/25] fs: introduce a ->s_cdev field into struct super_block
` [PATCH 02/25] ubi: introduce a interface to get cdev in ubi_volume
` [PATCH 03/25] ubifs: fill sb->s_cdev in ubifs_fill_super()
` [PATCH 04/25] fs: super: introduce the functions to get super by cdev reference
` [PATCH 05/25] fs: char_dev: introduce lookup_cdev function to find cdev by name
` [PATCH 06/25] fs: dquot: skip invalidate_bdev if bdev is NULL
` [PATCH 07/25] fs: quota: make quota support fs which is running on char dev
` [PATCH 08/25] ubifs: fix a typo in comment of ubifs_budget_req
` [PATCH 09/25] ubifs: extend budget for blocks
` [PATCH 10/25] ubifs: fill ->s_dev in ubifs_fill_super
` [PATCH 11/25] ubifs: export read_block() from file.c
` [PATCH 12/25] ubifs: introduce quota related mount options
` [PATCH 13/25] ubifs: introduce a field named as budgeted to ubifs_inode
` [PATCH 14/25] ubifs: implement IO functions for quota files
` [PATCH 15/25] ubifs: disable quota in ubifs_put_super
` [PATCH 16/25] ubifs: write quota back in ubifs_sync
` [PATCH 17/25] ubifs: suspend & resume quota properly in ubifs_remount
` [PATCH 18/25] ubifs: record quota information about inode in ubifs_new_inode
` [PATCH 19/25] ubifs: free quota inode information in ubifs_evict_inode
` [PATCH 20/25] ubifs: alloc quota space in ubifs_write_begin
` [PATCH 21/25] ubifs: free quota space in do_truncation and unlink
` [PATCH 22/25] ubifs: adapt quota space informatin in do_setattr
` [PATCH 23/25] ubifs: transfer quota information in changing owner or group
` [PATCH 24/25] ubifs: implement ubifs_qctl_operations for quotactl
` [PATCH 25/25] ubifs: make ubifs to support quota

[PATCH 0/7] Initial support for user namespace owned mounts
 2015-07-22 14:09 UTC  (58+ messages)
` [PATCH 3/7] fs: Ignore file caps in mounts from other user namespaces
` [PATCH 4/7] fs: Treat foreign mounts as nosuid
` [PATCH 6/7] selinux: Ignore security labels on user namespace mounts

[PATCH RFC] vfs: add a O_NOMTIME flag
 2015-07-22 13:47 UTC  (11+ messages)

[RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space
 2015-07-22 13:34 UTC  (11+ messages)

[PATCH v5 00/39] Richacls
 2015-07-22 13:03 UTC  (40+ messages)
` [PATCH v5 01/39] vfs: Add IS_ACL() and IS_RICHACL() tests
  ` [PATCH v5 02/39] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
  ` [PATCH v5 10/39] richacl: Permission check algorithm
  ` [PATCH v5 20/39] richacl: acl editing helper functions
` [PATCH v5 03/39] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags
` [PATCH v5 04/39] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v5 05/39] vfs: Add permission flags for setting file attributes
` [PATCH v5 06/39] richacl: In-memory representation and helper functions
` [PATCH v5 07/39] richacl: Permission mapping functions
` [PATCH v5 08/39] richacl: Compute maximum file masks from an acl
` [PATCH v5 09/39] richacl: Update the file masks in chmod()
` [PATCH v5 11/39] vfs: Cache base_acl objects in inodes
` [PATCH v5 12/39] vfs: Cache richacl in struct inode
` [PATCH v5 13/39] richacl: Check if an acl is equivalent to a file mode
` [PATCH v5 14/39] richacl: Create-time inheritance
` [PATCH v5 15/39] richacl: Automatic Inheritance
` [PATCH v5 16/39] richacl: xattr mapping functions
` [PATCH v5 17/39] vfs: Add richacl permission checking
` [PATCH v5 18/39] ext4: Add richacl support
` [PATCH v5 19/39] ext4: Add richacl feature flag
` [PATCH v5 21/39] richacl: Move everyone@ aces down the acl
` [PATCH v5 22/39] richacl: Propagate everyone@ permissions to other aces
` [PATCH v5 23/39] richacl: Set the owner permissions to the owner mask
` [PATCH v5 24/39] richacl: Set the other permissions to the other mask
` [PATCH v5 25/39] richacl: Isolate the owner and group classes
` [PATCH v5 26/39] richacl: Apply the file masks to a richacl
` [PATCH v5 27/39] richacl: Create richacl from mode values
` [PATCH v5 28/39] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v5 29/39] nfsd: Use richacls as internal acl representation
` [PATCH v5 30/39] nfsd: Add richacl support
` [PATCH v5 31/39] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v5 32/39] richacl: Add support for unmapped identifiers
` [PATCH v5 33/39] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v5 34/39] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v5 35/39] sunrpc: Add xdr_init_encode_pages
` [PATCH v5 36/39] nfs: Fix GETATTR bitmap verification
` [PATCH v5 37/39] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v5 38/39] nfs: Add richacl support
` [PATCH v5 39/39] nfs: Add support for the v4.1 dacl attribute

[PATCHSET v2 block/for-4.2/writeback] ext4: implement cgroup writeback support
 2015-07-22  3:56 UTC  (11+ messages)
` [PATCH 1/2] ext4: replace ext4_io_submit->io_op with ->io_wbc
` [PATCH 2/2] ext4: implement cgroup writeback support

[PATCH 0/3] fsnotify: Cleanups and fixes
 2015-07-22  0:26 UTC  (10+ messages)
` [PATCH 1/3] fsnotify: Fix oops in fsnotify_clear_marks_by_group_flags()

[PATCH 0/4] sb_write: lockdep fixes/cleanups
 2015-07-21  8:48 UTC  (9+ messages)
` [PATCH 1/4] introduce __sb_{acquire,release}_write() helpers
` [PATCH 2/4] fix the broken lockdep logic in __sb_start_write()
` [PATCH 3/4] move rwsem_release() from sb_wait_write() to freeze_super()
` [PATCH 4/4] change thaw_super() to re-acquire s_writers.lock_map

[PATCH 1/2] ovl: free stack of paths in ovl_fill_super
 2015-07-21 15:27 UTC  (4+ messages)
` [PATCH 2/2] ovl: free lower_mnt array in ovl_put_super

[PATCH 0/8] Security: Provide unioned file support
 2015-07-21 13:28 UTC  (4+ messages)
` [PATCH 2/8] overlayfs: Make f_path always point to the overlay and f_inode to the underlay

acl/directory security question
 2015-07-20 14:20 UTC 

[GIT PULL] UDF fix for 4.2
 2015-07-20  7:47 UTC 

[PATCH] binfmt_elf: Fix bug in loading of PIE binaries
 2015-07-19 20:28 UTC  (3+ messages)

[PATCH 00/10] Huge page support for DAX files
 2015-07-19 11:03 UTC  (3+ messages)
` [PATCH 03/10] thp: Prepare for DAX huge pages

mmotm 2015-07-17-16-04 uploaded
 2015-07-17 23:04 UTC 

[PATCH V3 0/7] Orangefs: kernel client introduction
 2015-07-17 17:16 UTC  (8+ messages)
` [PATCH V3 1/7] Orangefs: kernel client part 1
` [PATCH V3 2/7] Orangefs: kernel client part 2
` [PATCH V3 3/7] Orangefs: kernel client part 3
` [PATCH V3 4/7] Orangefs: kernel client part 4
` [PATCH V3 5/7] Orangefs: kernel client part 5
` [PATCH V3 6/7] Orangefs: kernel client part 6
` [PATCH V3 7/7] Orangefs: kernel client part 7

[PATCH 0/6] quota: Propagate errors when creating quota entry
 2015-07-17 16:53 UTC  (6+ messages)
` [PATCH 5/6] jfs: Handle error from dquot_initialize()
  ` [PATCH] jfs: clean up jfs_rename and fix out of order unlock
  ` [PATCH] dquot_initialize() can now return error. Handle it where possible

[PATCH RESEND] f2fs: optimize f2fs_write_cache_pages
 2015-07-17  4:56 UTC 

[f2fs-dev] Dwrite with non-aligned offset and size
 2015-07-17  2:16 UTC  (7+ messages)
      `  "

[PATCH 1/3] f2fs: callers take care of the page from bio error
 2015-07-17  1:57 UTC  (7+ messages)
` [PATCH 2/3] f2fs: handle error cases in move_encrypted_block
  ` [f2fs-dev] "
` [PATCH 3/3] f2fs: allow zeroed name length during find_dentry
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/3] f2fs: callers take care of the page from bio error

bind mount that lies to apps about st_uid?
 2015-07-16 17:59 UTC  (6+ messages)

[PATCH 0/4 v2] Remove ext3 filesystem driver
 2015-07-16 13:59 UTC  (6+ messages)
` [PATCH 1/4] doc: Update doc about journalling layer
` [PATCH 2/4] fs: Remove ext3 filesystem driver
` [PATCH 3/4] block: Remove forced page bouncing under IO
` [PATCH 4/4] ext4: Improve ext4 Kconfig test

[PATCH v4 0/8] Support for Open-Channel SSDs
 2015-07-16 13:06 UTC  (9+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).