linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-30 21:56:48 to 2015-08-05 22:02:13 UTC [more...]

[RFC][PATCH] ecryptfs: Allow only one instance per lower path
 2015-08-05 22:02 UTC  (7+ messages)
      ` [PATCH] eCryptfs: Invalidate dcache entries when lower i_nlink is zero

regression introduced by "block: Add support for DAX reads/writes to block devices"
 2015-08-05 22:01 UTC  (2+ messages)

[PATCH 0/7] Initial support for user namespace owned mounts
 2015-08-05 21:19 UTC  (5+ messages)
` [PATCH 1/7] fs: Add user namesapace member to struct super_block

[RFC 0/8] Allow GFP_NOFS allocation to fail
 2015-08-05 19:58 UTC  (15+ messages)
` [RFC 1/8] mm, oom: Give __GFP_NOFAIL allocations access to memory reserves
` [RFC 2/8] mm: Allow GFP_IOFS for page_cache_read page cache allocation
` [RFC 3/8] mm: page_alloc: do not lock up GFP_NOFS allocations upon OOM
` [RFC 4/8] jbd, jbd2: Do not fail journal because of frozen_buffer allocation failure
` [RFC 5/8] ext4: Do not fail journal due to block allocator
` [RFC 6/8] ext3: Do not abort journal prematurely
` [RFC 7/8] btrfs: Prevent from early transaction abort
` [RFC 8/8] btrfs: use __GFP_NOFAIL in alloc_btrfs_bio

[PATCH V3 11/7] Orangefs: large integer implicitly truncated to unsigned type
 2015-08-05 19:48 UTC  (6+ messages)
` [PATCH V3 12/7] Orangefs: use inode_set_bytes for directories
` [PATCH V2 13/7] fs: orangefs: remove execute priviliges from module params
` [PATCH V3 14/7] Orangefs: Swap order of include files

[PATCH] block: return EBUSY from drop_partitions on mounted whole disk device
 2015-08-05 19:13 UTC 

ext3 and like, mount point in module
 2015-08-05 17:17 UTC  (7+ messages)

[PATCH review 0/9] Call for testing and review of mount detach fixes
 2015-08-05 16:28 UTC  (18+ messages)
` [PATCH review 0/11 Call for testing and review of mount detach fixes (take 2)
  ` [PATCH review 0/19] Locked mount and loopback mount fixes
    ` [PATCH review 0/4] Loopback mount escape fixes
        ` [PATCH review 0/6] Bind "
          ` [PATCH review 1/6] mnt: Track which mounts use a dentry as root
            ` [PATCH review 2/6] dcache: Handle escaped paths in prepend_path
            ` [PATCH review 3/6] dcache: Implement d_common_ancestor
            ` [PATCH review 7/6] vfs: Make mnt_escape_count 64bit
          ` [PATCH review 4/6] mnt: Track when a directory escapes a bind mount
          ` [PATCH review 5/6] vfs: Test for and handle paths that are unreachable from their mnt_root
          ` [PATCH review 6/6] vfs: Cache the results of path_connected

[PATCH 00/11] DAX fixes for 4.3
 2015-08-05 15:19 UTC  (15+ messages)
` [PATCH 01/11] ext4: Use ext4_get_block_write() for DAX
` [PATCH 02/11] thp: Change insert_pfn's return type to void
` [PATCH 03/11] dax: Improve comment about truncate race
` [PATCH 04/11] ext4: Add ext4_get_block_dax()
` [PATCH 05/11] ext4: Start transaction before calling into DAX
` [PATCH 06/11] dax: Fix race between simultaneous faults
` [PATCH 07/11] thp: Decrement refcount on huge zero page if it is split
` [PATCH 08/11] thp: Fix zap_huge_pmd() for DAX
` [PATCH 09/11] dax: Don't use set_huge_zero_page()
` [PATCH 10/11] dax: Ensure that zero pages are removed from other processes
` [PATCH 11/11] dax: Use linear_page_index()

[PATCH v2 00/35] Add quota supporting in ubifs
 2015-08-05  8:11 UTC  (37+ messages)
` [PATCH v2 04/35] fs: super: consolidate the get_super class functions
` [PATCH v2 05/35] fs: super: introduce a get_super_cdev to get super by a cdev reference
` [PATCH v2 06/35] fs: super: introduce a get_super_cdev_thawed to get sb by "
` [PATCH v2 08/35] fs: introduce a __lookup_dev for internal using
` [PATCH v2 09/35] fs: char_dev: introduce lookup_cdev to get cdev by pathname
` [PATCH v2 10/35] fs: dquot: skip invalidate_bdev if bdev is NULL
` [PATCH v2 12/35] ubi: introduce a interface to get cdev in ubi_volume
` [PATCH v2 13/35] ubifs: fix a typo in comment of ubifs_budget_req
` [PATCH v2 14/35] ubifs: extend budget for blocks
` [PATCH v2 15/35] ubifs: fill sb->s_cdev in ubifs_fill_super()
` [PATCH v2 16/35] ubifs: fill ->s_dev in ubifs_fill_super
` [PATCH v2 17/35] ubifs: export read_block() from file.c
` [PATCH v2 18/35] ubifs: introduce quota related mount options
` [PATCH v2 19/35] ubifs: budget for inode in ubifs_dirty_inode if necessary
` [PATCH v2 20/35] ubifs: implement IO functions for quota files
` [PATCH v2 33/35] fs: introduce a get_qsize() to file_operations

[PATCH 1/2] f2fs: call set_page_dirty to attach i_wb for cgroup
 2015-08-04 18:37 UTC  (6+ messages)
` [PATCH 2/2] f2fs: handle error cases in commit_inmem_pages
      ` [f2fs-dev] "

[PATCH v6 0/5] Support for Open-Channel SSDs
 2015-08-04 12:00 UTC  (6+ messages)
` [PATCH v6 5/5] nvme: LightNVM support

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

read
 2015-08-04  3:05 UTC 

[PATCH v3 04/11] lsm: inode_pre_setxattr hook
 2015-08-04  1:38 UTC  (9+ messages)
  ` [PATCH v3 05/11] smack: extend capability functions and fix 2 checks
  ` [PATCH v3 06/11] smack: don't use implicit star to display smackfs/syslog
  ` [PATCH v3 01/11] user_ns: 3 new LSM hooks for user namespace operations

[PATCH 0/4] change sb_writers to use percpu_rw_semaphore
 2015-08-03 17:30 UTC  (7+ messages)
` [PATCH 2/4] percpu-rwsem: introduce percpu_rwsem_release() and percpu_rwsem_acquire()
` [PATCH 4/4] change sb_writers to use percpu_rw_semaphore

[FYI] tux3: Core changes
 2015-08-03 13:42 UTC  (23+ messages)

[PATCH 0/2] two patches about B-tree corruptions in hfs and hfsplus
 2015-08-03 13:33 UTC  (10+ messages)
` [PATCH v2] hfs,hfsplus: cache pages correctly between bnode_create and bnode_free

[PATCH RESEND] 9p: do not overwrite return code when locking fails
 2015-08-03  6:36 UTC 

v4.2-rc dcache regression, probably 75a6f82a0d10
 2015-08-02 18:53 UTC  (26+ messages)
            ` [git pull] vfs.git spurious ENOTDIR fix

[PATCH 0/7] Initial support for user namespace owned mounts
 2015-08-01 17:01 UTC  (3+ messages)

Race condition introduced in 4bf46a27 VFS: Impose ordering on accesses of d_inode and d_flags
 2015-07-31 15:28 UTC  (4+ messages)

[PATCH 1/7] fs: Add user namesapace member to struct super_block
 2015-07-31 14:34 UTC  (2+ messages)

Darlehen
 2015-07-31 11:39 UTC 

[ANNOUNCE] util-linux v2.27-rc1
 2015-07-31 11:28 UTC 

About Your Arab Air Award Prize (1 Million Dollars). Please proceed for claiming
 2015-07-31 10:42 UTC 

[PATCH 0/4] enable migration of driver pages
 2015-07-31 10:43 UTC  (3+ messages)
` [PATCH 2/4] mm/compaction: enable mobile-page migration

[PATCH 12/15] fs: Drop unlikely before IS_ERR(_OR_NULL)
 2015-07-31  9:20 UTC  (2+ messages)

Email Upgrade 2015
 2015-07-31  8:57 UTC 


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