linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-23 19:15:42 to 2012-10-27 17:05:04 UTC [more...]

[PATCH] exec: do not leave bprm->interp on stack
 2012-10-27 17:05 UTC  (12+ messages)

[PATCH 5/6] fat: add mutex lock to fat_build_inode
 2012-10-27 14:55 UTC 

[PATCH 4/6] fat: (exportfs) move code to rebuild directory-inode to separate function
 2012-10-27 14:55 UTC 

[PATCH 3/6] fat: move fat_i_pos_read to fat.h
 2012-10-27 14:55 UTC 

[PATCH 2/6] fat: restructure export operations
 2012-10-27 14:54 UTC 

[PATCH 1/6] fat: remove parent_logstart check in fat_get_parent
 2012-10-27 14:54 UTC 

[PATCH 00/16 v2] f2fs: introduce flash-friendly file system
 2012-10-27 13:58 UTC  (26+ messages)
` [PATCH 01/16 v2] f2fs: add document
` [PATCH 02/16 v2] f2fs: add on-disk layout
` [PATCH 03/16 v2] f2fs: add superblock and major in-memory structure
` [PATCH 0/3] f2fs: move proc files to debugfs
  ` [PATCH 3/3] "
    ` [PATCH 3/3 v2] "

[PATCH v8 00/32] vfs: add the ability to retry lookup and operation to most path-based syscalls
 2012-10-27 12:33 UTC  (33+ messages)
` [PATCH v8 01/32] vfs: add a retry_estale helper function to handle retries on ESTALE
` [PATCH v8 02/32] vfs: make fstatat retry on ESTALE errors from getattr call
` [PATCH v8 03/32] vfs: fix readlinkat to retry on ESTALE
` [PATCH v8 04/32] vfs: add new "reval" argument to kern_path_create and user_path_create
` [PATCH v8 05/32] vfs: fix mknodat to retry on ESTALE errors
` [PATCH v8 07/32] vfs: fix symlinkat "
` [PATCH v8 08/32] vfs: fix linkat "
` [PATCH v8 09/32] vfs: add a reval argument to user_path_parent
` [PATCH v8 11/32] vfs: make do_unlinkat retry on ESTALE errors
` [PATCH v8 12/32] vfs: fix renameat to "
` [PATCH v8 13/32] vfs: have do_sys_truncate retry once on an ESTALE error
` [PATCH v8 14/32] vfs: have faccessat "
` [PATCH v8 15/32] vfs: have chdir retry lookup and call once on "
  ` [PATCH v8 06/32] vfs: fix mkdir to retry on ESTALE errors
  ` [PATCH v8 10/32] vfs: make rmdir "
  ` [PATCH v8 16/32] vfs: make chroot retry once on ESTALE error
  ` [PATCH v8 21/32] vfs: allow setxattr to retry once on ESTALE errors
  ` [PATCH v8 22/32] vfs: allow lsetxattr() "
  ` [PATCH v8 32/32] vfs: make number of ESTALE retries tunable
` [PATCH v8 17/32] vfs: make fchmodat retry once on ESTALE errors
` [PATCH v8 18/32] vfs: make fchownat "
` [PATCH v8 19/32] vfs: fix user_statfs to "
` [PATCH v8 20/32] vfs: allow utimensat() calls to retry once on an ESTALE error
` [PATCH v8 23/32] vfs: make getxattr "
` [PATCH v8 24/32] vfs: make lgetxattr retry once on ESTALE
` [PATCH v8 25/32] vfs: make listxattr retry once on ESTALE error
` [PATCH v8 26/32] vfs: make llistxattr "
` [PATCH v8 27/32] vfs: make removexattr retry once on ESTALE
` [PATCH v8 28/32] vfs: make lremovexattr retry once on ESTALE error
` [PATCH v8 29/32] vfs: convert do_filp_open to use retry_estale helper
` [PATCH v8 30/32] vfs: convert do_file_open_root "
` [PATCH v8 31/32] vfs: convert filename_lookup "

[PATCH] binfmt_elf.c: Introduce a wrapper of get_random_int() to fix entropy depleting
 2012-10-27  5:00 UTC  (3+ messages)

SQLite on flash (was: [PATCH 00/16] f2fs: introduce flash-friendly file system)
 2012-10-27  4:44 UTC  (23+ messages)
` light weight write barriers
    ` [sqlite] "

semi-stable page writes
 2012-10-27  1:36 UTC  (3+ messages)
` [RFC PATCH 1/2] bdi: Create a flag to indicate that a backing device needs stable "
` [RFC PATCH 2/2] mm: Gate stable page writes on the bdi flag

[PATCH v2] epoll: Support for disabling items, and a self-test app
 2012-10-26 21:52 UTC  (9+ messages)

[PATCH] VFS: add config options to enable link restrictions
 2012-10-26 21:41 UTC  (9+ messages)

[PATCH 0/2] fix nfsd stable write implementation
 2012-10-26 21:06 UTC  (3+ messages)
  ` [PATCH 1/2] nfsd: assume writeable exportabled filesystems have f_sync
  ` [PATCH 2/2] nfsd: use vfs_fsync_range(), not O_SYNC, for stable writes

spinning in isolate_migratepages_range on busy nfs server
 2012-10-26 18:48 UTC  (2+ messages)

[PATCH 0/3] audit: minor audit cleanups
 2012-10-26 15:43 UTC  (4+ messages)
` [PATCH 1/3] audit: eliminate optional dentry argument to audit_copy_inode
` [PATCH 2/3] audit: break the setup of the audit_name out of audit_inode and into separate function
` [PATCH 3/3] audit: break up __audit_inode into two functions

[RESEND PATCH] fs/super.c set_anon_super calling optimization
 2012-10-26 13:40 UTC  (3+ messages)

[PATCH] cifs: don't call cifs_lookup from atomic open with a hashed negative dentry
 2012-10-26 12:16 UTC  (2+ messages)

[PATCH] mm: readahead: remove redundant ra_pages in file_ra_state
 2012-10-26  8:13 UTC  (37+ messages)

[PATCH v3] epoll: Support for disabling items, and a self-test app
 2012-10-26  0:08 UTC 

[PATCH] fs: xattr: rewrite simple_xattr_set()
 2012-10-25 18:30 UTC  (6+ messages)
      ` [PATCH v2] "

[RFC v4 00/15] vfs: hot data tracking
 2012-10-25 15:09 UTC  (16+ messages)
` [RFC v4 01/15] vfs,hot_track: introduce private radix tree structures
` [RFC v4 02/15] vfs,hot_track: initialize and free key data structures
` [RFC v4 03/15] vfs,hot_track: add the function for collecting I/O frequency
` [RFC v4 04/15] vfs,hot_track: add two map arrays
` [RFC v4 05/15] vfs,hot_track: add hooks to enable hot data tracking
` [RFC v4 06/15] vfs,hot_track: add the function for updating map arrays
` [RFC v4 07/15] vfs,hot_track: add the aging function
` [RFC v4 08/15] vfs,hot_track: add one work queue
` [RFC v4 09/15] vfs,hot_track: register one memory shrinker
` [RFC v4 10/15] vfs,hot_track: add one new ioctl interface
` [RFC v4 11/15] vfs,hot_track: add debugfs support
` [RFC v4 12/15] vfs,hot_track: turn some Micro into be tunable
` [RFC v4 13/15] btrfs: add hot tracking support
` [RFC v4 14/15] xfs: "
` [RFC v4 15/15] vfs,hot_track: add the documentation

[PATCH 06/21] ocfs2: drop vmtruncate
 2012-10-25  6:37 UTC  (9+ messages)

Linux file system sandbox
 2012-10-25  6:25 UTC  (2+ messages)

[PATCH 0/2] struct pid-ify autofs4
 2012-10-25  0:25 UTC  (9+ messages)

mmotm 2012-10-24-17-15 uploaded
 2012-10-25  0:16 UTC 

fs: page cache wrongly left invalidated after revalidate_disk
 2012-10-24 23:39 UTC  (4+ messages)

[RESEND][PATCH] compat: VIDEO_SET_SPU_PALETTE missing error check
 2012-10-24 20:59 UTC 

[PATCH] nfs: fix wrong object type in lockowner_slab
 2012-10-24 19:42 UTC  (2+ messages)

[RFC, PATCH 0/2] fiemap: filesystem free space mapping
 2012-10-24 19:15 UTC  (7+ messages)

[PATCH 04/21] procfs: drop vmtruncate
 2012-10-24 16:02 UTC  (3+ messages)

[PATCH v2] procfs: Improve Scaling in proc
 2012-10-24 15:00 UTC 

[patch] compat_ioctl: cleanup a type in do_i2c_rdwr_ioctl()
 2012-10-24  7:11 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).