linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-29 07:42:59 to 2015-05-05 09:21:20 UTC [more...]

[RFC][PATCHSET] non-recursive pathname resolution
 2015-05-05  9:21 UTC  (85+ messages)
` [PATCH 01/79] 9p: don't bother with 4K allocation for 24-byte local array
` [PATCH 02/79] 9p: don't bother with __getname() in ->follow_link()
` [PATCH 03/79] ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link
` [PATCH 04/79] ext4: split inode_operations for encrypted symlinks off the rest
` [PATCH 05/79] libfs: simple_follow_link()
` [PATCH 06/79] ext2: use simple_follow_link()
` [PATCH 07/79] befs: switch to simple_follow_link()
` [PATCH 08/79] ext3: "
` [PATCH 09/79] ext4: "
` [PATCH 10/79] jffs2: "
` [PATCH 11/79] shmem: "
` [PATCH 12/79] debugfs: "
` [PATCH 13/79] ufs: "
` [PATCH 14/79] ubifs: "
` [PATCH 15/79] sysv: "
` [PATCH 16/79] jfs: "
` [PATCH 17/79] freevxfs: "
` [PATCH 18/79] exofs: switch to {simple,page}_symlink_inode_operations
` [PATCH 19/79] ceph: switch to simple_follow_link()
` [PATCH 20/79] logfs: fix a pagecache leak for symlinks
` [PATCH 21/79] SECURITY: remove nameidata arg from inode_follow_link
` [PATCH 22/79] uninline walk_component()
` [PATCH 23/79] namei: take O_NOFOLLOW treatment into do_last()
` [PATCH 24/79] do_last: kill symlink_ok
` [PATCH 25/79] do_last: regularize the logics around following symlinks
` [PATCH 26/79] namei: get rid of lookup_hash()
` [PATCH 27/79] name: shift nameidata down into user_path_walk()
` [PATCH 28/79] namei: lift nameidata into filename_mountpoint()
` [PATCH 29/79] new ->follow_link() and ->put_link() calling conventions
` [PATCH 30/79] namei.c: separate the parts of follow_link() that find the link body
` [PATCH 31/79] namei: don't bother with ->follow_link() if ->i_link is set
` [PATCH 32/79] namei: introduce nameidata->link
` [PATCH 33/79] do_last: move path there from caller's stack frame
` [PATCH 34/79] namei: expand nested_symlink() in its only caller
` [PATCH 35/79] namei: expand the call of follow_link() in link_path_walk()
` [PATCH 36/79] namei: move the calls of may_follow_link() into follow_link()
` [PATCH 37/79] namei: rename follow_link to trailing_symlink, move it down
` [PATCH 38/79] link_path_walk: handle get_link() returning ERR_PTR() immediately
` [PATCH 39/79] link_path_walk: don't bother with walk_component() after jumping link
` [PATCH 40/79] link_path_walk: turn inner loop into explicit goto
` [PATCH 41/79] link_path_walk: massage a bit more
` [PATCH 42/79] link_path_walk: get rid of duplication
` [PATCH 43/79] link_path_walk: final preparations to killing recursion
` [PATCH 44/79] link_path_walk: kill the recursion
` [PATCH 45/79] link_path_walk: split "return from recursive call" path
` [PATCH 46/79] link_path_walk: cleanup - turn goto start; into continue;
` [PATCH 47/79] namei: move link/cookie pairs into nameidata
` [PATCH 48/79] namei: trim redundant arguments of trailing_symlink()
` [PATCH 49/79] namei: trim redundant arguments of fs/namei.c:put_link()
` [PATCH 50/79] namei: trim the arguments of get_link()
` [PATCH 51/79] namei: remove restrictions on nesting depth
` [PATCH 52/79] link_path_walk: nd->depth massage, part 1
` [PATCH 53/79] link_path_walk: nd->depth massage, part 2
` [PATCH 54/79] link_path_walk: nd->depth massage, part 3
` [PATCH 55/79] link_path_walk: nd->depth massage, part 4
` [PATCH 56/79] trailing_symlink: nd->depth massage, part 5
` [PATCH 57/79] get_link: nd->depth massage, part 6
` [PATCH 58/79] trailing_symlink: nd->depth massage, part 7
` [PATCH 59/79] put_link: nd->depth massage, part 8
` [PATCH 60/79] link_path_walk: nd->depth massage, part 9
` [PATCH 61/79] link_path_walk: nd->depth massage, part 10
` [PATCH 62/79] link_path_walk: end of nd->depth massage
` [PATCH 63/79] namei: we never need more than MAXSYMLINKS entries in nd->stack
` [PATCH 64/79] namei: lift (open-coded) terminate_walk() in follow_dotdot_rcu() into callers
` [PATCH 65/79] lift terminate_walk() into callers of walk_component()
` [PATCH 66/79] namei: lift (open-coded) terminate_walk() into callers of get_link()
` [PATCH 67/79] namei: take put_link() into {lookup,mountpoint,do}_last()
` [PATCH 68/79] namei: have terminate_walk() do put_link() on everything left
` [PATCH 69/79] link_path_walk: move the OK: inside the loop
` [PATCH 70/79] namei: new calling conventions for walk_component()
` [PATCH 71/79] namei: make should_follow_link() store the link in nd->link
` [PATCH 72/79] namei: move link count check and stack allocation into pick_link()
` [PATCH 73/79] lustre: rip the private symlink nesting limit out
` [PATCH 74/79] VFS: replace {, total_}link_count in task_struct with pointer to nameidata
` [PATCH 75/79] namei: simplify the callers of follow_managed()
` [PATCH 76/79] don't pass nameidata to ->follow_link()
` [PATCH 77/79] namei: move unlazying on symlinks towards get_link() call sites
` [PATCH 78/79] namei: new helper - is_stale()
` [PATCH 79/79] namei: stretch RCU mode into get_link()

[PATCH 0/5 v2 RESEND] fs: Fixes for removing xid bits and security labels
 2015-05-05  7:56 UTC  (3+ messages)

[PATCH 0/1] Improve speed of JFFS2 at startup
 2015-05-04 23:13 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/3] seq_file allocation in seq_open()
 2015-05-04 22:19 UTC  (4+ messages)
` [PATCH 1/3] fs: use seq_open_private() for proc_mounts
` [PATCH 2/3] fs: allocate structure unconditionally in seq_open()
` [PATCH 3/3] fs: documents seq_open()'s usage of file->private_data

another pmem variant
 2015-05-04 16:43 UTC  (5+ messages)
` [PATCH 1/3] pmem: Initial version of persistent memory driver

[PATCH] block_dev : clean-up the code of thaw_bdev
 2015-05-04  9:22 UTC 

Vorschlag(dringend)
 2015-05-04  8:53 UTC 

[RFC][PATCHSET] non-recursive link_path_walk() and reducing stack footprint
 2015-05-04  7:30 UTC  (12+ messages)

Payment
 2015-05-02 11:46 UTC 

[PATCH 1/1 linux-next] affs: add default case in switch
 2015-05-03 18:39 UTC  (6+ messages)

[PATCH RESENT] coredump: fix cn_printf formatting warnings
 2015-05-03 10:34 UTC  (3+ messages)
` [PATCH 1/2] coredump: use from_kuid/kgid_munged when formatting corename
  ` [PATCH 2/2] coredump: add __printf attribute to cn_*printf functions

Tux3 Report: How fast can we fsync?
 2015-05-02 17:00 UTC  (41+ messages)
          ` xfs: does mkfs.xfs require fancy switches to get decent performance? (was Tux3 Report: How fast can we fsync?)

[PATCH] Support fstrim on HPFS
 2015-05-02  8:14 UTC 

[PATCH 01/19] f2fs: fix not to check IS_ERR for null pointer
 2015-05-02  0:48 UTC  (19+ messages)
` [PATCH 02/19] f2fs: add missing version info in superblock
` [PATCH 03/19] f2fs: move existing definitions into f2fs.h
` [PATCH 04/19] f2fs: add feature facility in superblock
` [PATCH 05/19] f2fs: add f2fs_map_blocks
` [PATCH 06/19] f2fs: introduce f2fs_commit_super
` [PATCH 07/19] f2fs: expose f2fs_mpage_readpages
` [PATCH 08/19] f2fs: clean up f2fs_lookup
` [PATCH 09/19] f2fs: add f2fs_may_inline_{data, dentry}
` [PATCH 10/19] f2fs: add sbi and page pointer in f2fs_io_info
` [PATCH 11/19] f2fs: move get_page for gc victims
` [PATCH 12/19] f2fs: introduce dot and dotdot name check
` [PATCH 13/19] f2fs: fix race on allocating and deallocating a dentry block
` [PATCH 14/19] f2fs: add need_dentry_mark
` [PATCH 15/19] f2fs: fix counting the number of inline_data inodes
` [PATCH 16/19] f2fs: split find_data_page according to specific purposes
` [PATCH 17/19] f2fs: revmove spin_lock for write_orphan_inodes
` [PATCH 18/19] f2fs: introduce discard_map for f2fs_trim_fs
` [PATCH 19/19] f2fs: issue discard with finally produced len and minlen

[RFC] Per-file compression
 2015-05-01 18:09 UTC  (9+ messages)

size limit of extended attributes
 2015-05-01 15:43 UTC  (8+ messages)

mmotm 2015-04-30-15-43 uploaded
 2015-05-01  5:04 UTC  (2+ messages)

[PATCH v4 2/2] efi: an sysfs interface for user to update efi firmware
 2015-04-30 17:55 UTC  (14+ messages)

[RFC][PATCH] sysrq: Emergency Remount R/O in reverse order
 2015-04-30 15:31 UTC  (3+ messages)

[PATCH v2] vfs: read file_handle only once in handle_to_path
 2015-04-30 15:04 UTC  (2+ messages)

[ANNOUNCE] util-linux v2.26.2
 2015-04-30 10:48 UTC 

[RFC v2 0/4] fs: Add generic file system event notifications
 2015-04-30  8:21 UTC  (17+ messages)
` [RFC v2 1/4] "

[v14 0/4] ext4: add project quota support
 2015-04-29 22:07 UTC  (9+ messages)
` [v14 3/4] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support

[Stead & Wilkins Ltd] Mms2mail +07767-127-779
 2015-04-29 19:29 UTC 

Support Helpdesk
 2015-04-29 17:55 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).