linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-05 05:21:47 to 2015-05-07 13:07:52 UTC [more...]

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

Repercussions of overflow in get_next_ino()
 2015-05-07 12:30 UTC 

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

[PATCH v2 00/10] evacuate struct page from the block layer, introduce __pfn_t
 2015-05-07  9:02 UTC  (18+ 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
` [PATCH v2 03/10] block: convert .bv_page to .bv_pfn bio_vec
` [PATCH v2 04/10] dma-mapping: allow archs to optionally specify a ->map_pfn() operation
` [PATCH v2 05/10] scatterlist: use sg_phys()
` [PATCH v2 06/10] scatterlist: support "page-less" (__pfn_t only) entries
` [PATCH v2 07/10] x86: support dma_map_pfn()
` [PATCH v2 08/10] x86: support kmap_atomic_pfn_t() for persistent memory
  ` [Linux-nvdimm] "
` [PATCH v2 09/10] dax: convert to __pfn_t
` [PATCH v2 10/10] block: base support for pfn i/o

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 RFC] vfs: add a O_NOMTIME flag
 2015-05-07  0:26 UTC  (7+ 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

hfs+: unable to access random files (after a while)
 2015-05-06 20:06 UTC  (4+ messages)

[PATCH v2] Support for write stream IDs
 2015-05-06 17:25 UTC  (24+ messages)
` [PATCH 1/7] block: add support for carrying a stream ID in a bio
` [PATCH 2/7] Add support for per-file/inode stream ID
` [PATCH 3/7] direct-io: add support for write stream IDs
` [PATCH 4/7] Add stream ID support for buffered mpage/__block_write_full_page()
` [PATCH 5/7] btrfs: add support for write stream IDs
` [PATCH 6/7] xfs: add support for buffered writeback stream ID
` [PATCH 7/7] ext4: add support for write stream IDs

[RFC][PATCHSET] non-recursive pathname resolution
 2015-05-06 16:22 UTC  (104+ 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()

Documenting RENAME_WHITEOUT
 2015-05-06 15:46 UTC  (5+ messages)

[PATCH v3] splice: sendfile() at once fails for big files
 2015-05-06 15:28 UTC  (2+ messages)

[PATCH v2] splice: sendfile() at once fails for big files
 2015-05-06 15:07 UTC  (8+ messages)

[PATCH 0/4] NFSD: Pin to vfsmount instead of mntget for export cache
 2015-05-06 13:21 UTC  (5+ messages)
  ` [PATCH 1/4] fs_pin: Fix uninitialized value in fs_pin
  ` [PATCH 2/4] fs_pin: Export functions for specific filesystem
  ` [PATCH 3/4] sunrpc: New helper cache_force_expire for cache cleanup
  ` [PATCH 4/4] nfsd: Pin to vfsmnt instead of mntget

[PATCH RESENT] coredump: fix cn_printf formatting warnings
 2015-05-06 12:18 UTC  (4+ messages)
` [PATCH 1/2] coredump: use from_kuid/kgid_munged when formatting corename

size limit of extended attributes
 2015-05-06  1:31 UTC  (11+ messages)

mmotm 2015-05-05-16-25 uploaded
 2015-05-05 23:25 UTC 

[PATCH v3 0/7] Support for Open-Channel SSDs
 2015-05-05 18:51 UTC  (3+ messages)
` [PATCH v3 7/7] nvme: LightNVM support

[PATCH V6 05/10] audit: log creation and deletion of namespace instances
 2015-05-05 15:16 UTC  (6+ messages)

[PATCH 0/5 v2 RESEND] fs: Fixes for removing xid bits and security labels
 2015-05-05  7:56 UTC  (3+ 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).