linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-06 22:00:12 to 2015-05-11 18:06:59 UTC [more...]

[RFC][PATCHSET] non-recursive pathname resolution
 2015-05-11 18:06 UTC  (38+ messages)
` [RFC][PATCHSET v3] non-recursive pathname resolution & RCU symlinks
  ` [PATCH v3 001/110] 9p: don't bother with 4K allocation for 24-byte local array
  ` [PATCH v3 002/110] 9p: don't bother with __getname() in ->follow_link()
  ` [PATCH v3 003/110] ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link
  ` [PATCH v3 004/110] ext4: split inode_operations for encrypted symlinks off the rest
  ` [PATCH v3 005/110] libfs: simple_follow_link()
  ` [PATCH v3 006/110] ext2: use simple_follow_link()
  ` [PATCH v3 007/110] befs: switch to simple_follow_link()
  ` [PATCH v3 010/110] jffs2: "
  ` [PATCH v3 011/110] shmem: "
  ` [PATCH v3 012/110] debugfs: "
  ` [PATCH v3 013/110] ufs: "
  ` [PATCH v3 014/110] ubifs: "
  ` [PATCH v3 015/110] sysv: "
  ` [PATCH v3 016/110] jfs: "
  ` [PATCH v3 017/110] freevxfs: "
  ` [PATCH v3 018/110] exofs: switch to {simple,page}_symlink_inode_operations
  ` [PATCH v3 019/110] ceph: switch to simple_follow_link()
  ` [PATCH v3 020/110] logfs: fix a pagecache leak for symlinks
  ` [PATCH v3 021/110] SECURITY: remove nameidata arg from inode_follow_link
  ` [PATCH v3 022/110] uninline walk_component()
  ` [PATCH v3 023/110] namei: take O_NOFOLLOW treatment into do_last()
  ` [PATCH v3 024/110] do_last: kill symlink_ok
  ` [PATCH v3 025/110] do_last: regularize the logics around following symlinks
  ` [PATCH v3 028/110] namei: lift nameidata into filename_mountpoint()
  ` [PATCH v3 030/110] namei.c: separate the parts of follow_link() that find the link body
  ` [PATCH v3 031/110] namei: don't bother with ->follow_link() if ->i_link is set
  ` [PATCH v3 033/110] do_last: move path there from caller's stack frame
  ` [PATCH v3 034/110] namei: expand nested_symlink() in its only caller
  ` [PATCH v3 035/110] namei: expand the call of follow_link() in link_path_walk()
  ` [PATCH v3 036/110] namei: move the calls of may_follow_link() into follow_link()
  ` [PATCH v3 037/110] namei: rename follow_link to trailing_symlink, move it down
  ` [PATCH v3 038/110] link_path_walk: handle get_link() returning ERR_PTR() immediately
  ` [PATCH v3 039/110] link_path_walk: don't bother with walk_component() after jumping link

[PATCH RFC] vfs: add a O_NOMTIME flag
 2015-05-11 17:30 UTC  (31+ messages)

[PATCH v2 00/10] evacuate struct page from the block layer, introduce __pfn_t
 2015-05-11 14:51 UTC  (61+ messages)
` [PATCH v2 01/10] arch: introduce __pfn_t for persistent memory i/o
` [PATCH v2 02/10] block: add helpers for accessing a bio_vec page
                                  ` "Directly mapped persistent memory page cache"

[PATCH review 0/19] Locked mount and loopback mount fixes
 2015-05-11 13:36 UTC  (3+ messages)
` [PATCH review 12/19] fs_pin: Allow for the possibility that m_list or s_list go unused

[PATCH 0/4] NFSD: Pin to vfsmount instead of mntget for export cache
 2015-05-11 13:08 UTC  (8+ messages)
` [PATCH 1/4] fs_pin: Fix uninitialized value in fs_pin
` [PATCH 4/4] nfsd: Pin to vfsmnt instead of mntget

[PATCH v3 0/7] Support for Open-Channel SSDs
 2015-05-11 11:58 UTC  (6+ messages)
` [PATCH v3 1/7] bio: Introduce LightNVM payload
` [PATCH v3 2/7] block: add REQ_NVM_GC for targets gc

[PATCH 0/3] make BTRFS, UDF, NILFS2 work with NFSv2
 2015-05-11 11:13 UTC  (10+ messages)
` [PATCH 3/3] UDF: support NFSv2 export
  ` [PATCH 1/3] BTRFS: "
` [PATCH 2/3] NILFS2: "
          ` [PATCH v2] "

[PATCH 01/18] f2fs: avoid value overflow in showing current status
 2015-05-11  6:38 UTC  (23+ messages)
` [PATCH 02/18] f2fs: report unwritten area in f2fs_fiemap
` [PATCH 03/18] f2fs crypto: declare some definitions for f2fs encryption feature
` [PATCH 04/18] f2fs crypto: add f2fs encryption Kconfig
` [PATCH 05/18] f2fs crypto: add encryption xattr support
` [PATCH 06/18] f2fs crypto: add encryption policy and password salt support
` [PATCH 07/18] f2fs crypto: add f2fs encryption facilities
` [PATCH 08/18] f2fs crypto: add encryption key management facilities
` [PATCH 09/18] f2fs crypto: filename encryption facilities
` [PATCH 10/18] f2fs crypto: activate encryption support for fs APIs
` [PATCH 11/18] f2fs crypto: add encryption support in read/write paths
` [PATCH 12/18] f2fs crypto: add filename encryption for f2fs_add_link
` [PATCH 13/18] f2fs crypto: add filename encryption for f2fs_readdir
` [PATCH 14/18] f2fs crypto: add filename encryption for f2fs_lookup
    ` [f2fs-dev] "
` [PATCH 15/18] f2fs crypto: add filename encryption for roll-forward recovery
` [PATCH 16/18] f2fs crypto: add symlink encryption
` [PATCH 17/18] f2fs crypto: fix missing key when reading a page
` [PATCH 18/18] f2fs crypto: remove checking key context during lookup

[GIT PULL] userns: proc and sysfs mount fix
 2015-05-09 20:54 UTC 

[git pull] vfs fixes for -rc3
 2015-05-09  4:23 UTC 

[PATCH v2] Support for write stream IDs
 2015-05-08 18:48 UTC  (9+ messages)

[PATCH] VFS: Add back check for !inode in walk_component()
 2015-05-08 13:36 UTC  (11+ messages)

[PATCH v3] manpage: update FALLOC_FL_INSERT_RANGE flag in fallocate
 2015-05-08  9:42 UTC  (3+ messages)

[PATCH 1/3] btrfs-progs: Fix a bug in __btrfs_map_block() always maps wrong stripe for DUP/RAID1
 2015-05-08  8:34 UTC  (2+ messages)
` [PATCH 2/3] btrfs-progs: Cleanup logic of btrfs_read_tree_block()

[PATCH] fs/block_dev.c: skip rw_page if bdev has integrity
 2015-05-07 23:28 UTC 

Repercussions of overflow in get_next_ino()
 2015-05-07 16:33 UTC  (2+ messages)

[PATCH linux-next] configfs: set new file and directory owners
 2015-05-07 13:06 UTC 

[RFC v2 1/4] fs: Add generic file system event notifications
 2015-05-07 11:57 UTC  (13+ messages)

another pmem variant
 2015-05-07  8:35 UTC  (7+ messages)
` [PATCH 1/3] pmem: Initial version of persistent memory driver

[PATCH v2] manpage: update FALLOC_FL_INSERT_RANGE flag in fallocate
 2015-05-07  8:29 UTC  (3+ messages)

[RFC][PATCH] sysrq: Emergency Remount R/O in reverse order
 2015-05-07  6:38 UTC  (3+ messages)

[PATCH v3 09/11] fs: use helper bio_add_page() instead of open coding on bi_io_vec
 2015-05-07  6:34 UTC 

[PATCH RFC 0/3] simple copy offloading system call
 2015-05-07  2:52 UTC  (3+ messages)

[PATCH v10 0/12] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2015-05-07  0:12 UTC  (4+ messages)
` [PATCH v10 12/12] manpage: update FALLOC_FL_INSERT_RANGE flag in fallocate


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