linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-11 18:07:07 to 2015-05-13 22:26:02 UTC [more...]

[RFC][PATCHSET] non-recursive pathname resolution
 2015-05-13 22:26 UTC  (83+ messages)
` [RFC][PATCHSET v3] non-recursive pathname resolution & RCU symlinks
  ` [PATCH v3 004/110] ext4: split inode_operations for encrypted symlinks off the rest
  ` [PATCH v3 008/110] ext3: switch to simple_follow_link()
  ` [PATCH v3 009/110] ext4: "
  ` [PATCH v3 026/110] namei: get rid of lookup_hash()
  ` [PATCH v3 027/110] name: shift nameidata down into user_path_walk()
  ` [PATCH v3 029/110] new ->follow_link() and ->put_link() calling conventions
  ` [PATCH v3 032/110] namei: introduce nameidata->link
  ` [PATCH v3 047/110] namei: move link/cookie pairs into nameidata
  ` [PATCH v3 048/110] namei: trim redundant arguments of trailing_symlink()
  ` [PATCH v3 049/110] namei: trim redundant arguments of fs/namei.c:put_link()
  ` [PATCH v3 050/110] namei: trim the arguments of get_link()
  ` [PATCH v3 051/110] namei: remove restrictions on nesting depth
  ` [PATCH v3 052/110] link_path_walk: nd->depth massage, part 1
  ` [PATCH v3 053/110] link_path_walk: nd->depth massage, part 2
  ` [PATCH v3 054/110] link_path_walk: nd->depth massage, part 3
  ` [PATCH v3 055/110] link_path_walk: nd->depth massage, part 4
  ` [PATCH v3 056/110] trailing_symlink: nd->depth massage, part 5
  ` [PATCH v3 057/110] get_link: nd->depth massage, part 6
  ` [PATCH v3 058/110] trailing_symlink: nd->depth massage, part 7
  ` [PATCH v3 059/110] put_link: nd->depth massage, part 8
  ` [PATCH v3 060/110] link_path_walk: nd->depth massage, part 9
  ` [PATCH v3 061/110] link_path_walk: nd->depth massage, part 10
  ` [PATCH v3 062/110] link_path_walk: end of nd->depth massage
  ` [PATCH v3 063/110] namei: we never need more than MAXSYMLINKS entries in nd->stack
  ` [PATCH v3 064/110] namei: lift (open-coded) terminate_walk() in follow_dotdot_rcu() into callers
  ` [PATCH v3 065/110] lift terminate_walk() into callers of walk_component()
  ` [PATCH v3 066/110] namei: lift (open-coded) terminate_walk() into callers of get_link()
  ` [PATCH v3 067/110] namei: take put_link() into {lookup,mountpoint,do}_last()
  ` [PATCH v3 068/110] namei: have terminate_walk() do put_link() on everything left
  ` [PATCH v3 069/110] link_path_walk: move the OK: inside the loop
  ` [PATCH v3 070/110] namei: new calling conventions for walk_component()
  ` [PATCH v3 071/110] namei: make should_follow_link() store the link in nd->link
  ` [PATCH v3 072/110] namei: move link count check and stack allocation into pick_link()
  ` [PATCH v3 073/110] lustre: rip the private symlink nesting limit out
  ` [PATCH v3 074/110] VFS: replace {, total_}link_count in task_struct with pointer to nameidata
  ` [PATCH v3 075/110] namei: simplify the callers of follow_managed()
  ` [PATCH v3 076/110] don't pass nameidata to ->follow_link()
  ` [PATCH v3 077/110] namei: simplify failure exits in get_link()
  ` [PATCH v3 078/110] namei: simpler treatment of symlinks with nothing other that / in the body
  ` [PATCH v3 079/110] namei: take the treatment of absolute symlinks to get_link()
  ` [PATCH v3 080/110] namei: fold put_link() into the failure case of complete_walk()
  ` [PATCH v3 081/110] namei: move bumping the refcount of link->mnt into pick_link()
  ` [PATCH v3 082/110] may_follow_link(): trim arguments
  ` [PATCH v3 083/110] namei: kill nd->link
  ` [PATCH v3 084/110] namei: take increment of nd->depth into pick_link()
  ` [PATCH v3 085/110] namei: may_follow_link() - lift terminate_walk() on failures into caller
  ` [PATCH v3 086/110] namei: split off filename_lookupat() with LOOKUP_PARENT
  ` [PATCH v3 087/110] namei: get rid of nameidata->base
  ` [PATCH v3 088/110] namei: path_init() calling conventions change
  ` [PATCH v3 089/110] namei: lift link_path_walk() call out of trailing_symlink()
  ` [PATCH v3 090/110] namei: lift terminate_walk() all the way up
  ` [PATCH v3 091/110] link_path_walk: use explicit returns for failure exits
  ` [PATCH v3 092/110] namei: explicitly pass seq number to unlazy_walk() when dentry != NULL
  ` [PATCH v3 093/110] namei: don't mangle nd->seq in lookup_fast()
  ` [PATCH v3 094/110] namei: store inode in nd->stack[]
  ` [PATCH v3 095/110] VFS: Handle lower layer dentry/inode in pathwalk
  ` [PATCH v3 096/110] namei: pick_link() callers already have inode
  ` [PATCH v3 097/110] security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags()
  ` [PATCH v3 098/110] security: make inode_follow_link RCU-walk aware
  ` [PATCH v3 099/110] switch ->put_link() from dentry to inode
  ` [PATCH v3 100/110] new helper: free_page_put_link()
  ` [PATCH v3 101/110] namei: make put_link() RCU-safe
  ` [PATCH v3 102/110] namei: make may_follow_link() safe in RCU mode
  ` [PATCH v3 103/110] new helper: __legitimize_mnt()
  ` [PATCH v3 104/110] namei: store seq numbers in nd->stack[]
  ` [PATCH v3 105/110] namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_link
  ` [PATCH v3 106/110] namei: don't unlazy until get_link()
  ` [PATCH v3 107/110] VFS/namei: make the use of touch_atime() in get_link() RCU-safe
  ` [PATCH v3 108/110] enable passing fast relative symlinks without dropping out of RCU mode
  ` [PATCH v3 109/110] namei: handle absolute "
  ` [PATCH v3 110/110] update Documentation/filesystems/ regarding the follow_link/put_link changes
    ` [PATCH 01/21] namei: unlazy_walk() doesn't need to mess with current->fs anymore
    ` [PATCH 03/21] lustre: kill unused helper
    ` [PATCH 04/21] get rid of assorted nameidata-related debris
    ` [PATCH 05/21] Documentation: remove outdated information from automount-support.txt
    ` [PATCH 06/21] namei: be careful with mountpoint crossings in follow_dotdot_rcu()
    ` [PATCH 08/21] namei: pass the struct path to store the result down into path_lookupat()

Tux3 Report: How fast can we fsync?
 2015-05-13 22:07 UTC  (4+ messages)
` Tux3 Report: How fast can we fail?

[RFC v3 00/45] Richacls
 2015-05-13 21:15 UTC  (12+ messages)
` [RFC v3 12/45] richacl: Compute maximum file masks from an acl
` [RFC v3 20/45] richacl: Automatic Inheritance

Tux3 Report: How fast can we fsync?
 2015-05-13 21:10 UTC  (45+ messages)
` xfs: does mkfs.xfs require fancy switches to get decent performance? (was Tux3 Report: How fast can we fsync?)

[PATCH linux-next] fs: don't call _cond_resched() from the rcu critical section
 2015-05-13 20:45 UTC  (3+ messages)

[PATCH v3 00/11] evacuate struct page from the block layer, introduce __pfn_t
 2015-05-13 18:35 UTC  (15+ messages)
` [PATCH v3 01/11] arch: introduce __pfn_t for persistenti/device memory
` [PATCH v3 02/11] block: add helpers for accessing a bio_vec page
` [PATCH v3 03/11] block: convert .bv_page to .bv_pfn bio_vec
` [PATCH v3 04/11] dma-mapping: allow archs to optionally specify a ->map_pfn() operation
` [PATCH v3 05/11] scatterlist: use sg_phys()
` [PATCH v3 06/11] scatterlist: support "page-less" (__pfn_t only) entries
` [PATCH v3 07/11] x86: support dma_map_pfn()
` [PATCH v3 08/11] x86: support kmap_atomic_pfn_t() for persistent memory
` [PATCH v3 09/11] block: convert kmap helpers to kmap_atomic_pfn_t()
` [PATCH v3 10/11] dax: convert to __pfn_t
` [PATCH v3 11/11] block: base support for pfn i/o

Space leak in f2fs
 2015-05-13 17:46 UTC  (2+ messages)
` [f2fs-dev] "

ext4 lazytime: ctime of some files changed
 2015-05-13 16:20 UTC  (2+ messages)

[PATCH RFC] vfs: add a O_NOMTIME flag
 2015-05-13 15:16 UTC  (33+ messages)

[fuse-devel] fusermount reports "Device or resource busy" but unmounts it anyway
 2015-05-13 14:50 UTC  (3+ messages)

[PATCH 0/4] NFSD: Pin to vfsmount instead of mntget for export cache
 2015-05-13 12:55 UTC  (8+ messages)
` [PATCH 4/4] nfsd: Pin to vfsmnt instead of mntget

[PATCH 01/18] f2fs: avoid value overflow in showing current status
 2015-05-13  6:48 UTC  (7+ messages)
` [PATCH 03/18] f2fs crypto: declare some definitions for f2fs encryption feature
` [PATCH 16/18] f2fs crypto: add symlink encryption
  ` [PATCH 16/18 v2] "

[PATCH 1/6] f2fs crypto: free encryption_info at f2fs_evict_inode
 2015-05-13  0:40 UTC  (6+ messages)
` [PATCH 2/6] f2fs crypto: not support fcollapse for encrypted inode
` [PATCH 3/6] f2fs crypto: use slab caches
` [PATCH 4/6] f2fs crypto: get rid of ci_mode from struct f2fs_crypt_info
` [PATCH 5/6] f2fs crypto: shrink size of the f2fs_crypto_ctx structure
` [PATCH 6/6] f2fs crypto: require CONFIG_CRYPTO_CTR if f2fs encryption is enabled

[PATCH] f2fs crypto: use inode number for xts_tweak
 2015-05-13  0:20 UTC  (3+ messages)

[PATCH V6 05/10] audit: log creation and deletion of namespace instances
 2015-05-12 19:57 UTC  (3+ messages)

[PATCH v2 00/10] evacuate struct page from the block layer, introduce __pfn_t
 2015-05-12 14:47 UTC  (15+ messages)
              ` "Directly mapped persistent memory page cache"

[GIT PULL] FS-Cache: Fixes for dead objects handling and operation cancellation
 2015-05-12 14:39 UTC  (5+ messages)

[PATCH] fs: cleanup slight list_entry abuse
 2015-05-12 12:13 UTC  (4+ messages)
    ` [Jfs-discussion] "

[PATCH] Implement fchmodat4 system call
 2015-05-12  8:49 UTC  (3+ messages)
  ` [PATCH 1/2] Implement fchmodat4 syscall
    ` [PATCH 2/2] Define syscall number for fchmodat4

[PATCH v3 0/7] Support for Open-Channel SSDs
 2015-05-12  7:21 UTC  (5+ messages)
` [PATCH v3 1/7] bio: Introduce LightNVM payload

[PATCH 1/3] f2fs: disable the discard option when device does not support
 2015-05-12  6:00 UTC  (5+ messages)
` [PATCH 2/3] f2fs: do not issue next dnode discard redundantly
` [PATCH 3/3] f2fs: get rid of buggy function
    ` [f2fs-dev] "

[PATCH v2] Support for write stream IDs
 2015-05-12  2:50 UTC  (10+ 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).