linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-20 11:42:01 to 2012-09-25 09:24:26 UTC [more...]

[RFC, PATCH 0/9 v4] fsfreeze: miscellaneous fixes and cleanups
 2012-09-25  9:24 UTC  (7+ messages)
` [PATCH 1/9] vfs: add __iterate_supers() and helpers around it
` [PATCH 2/9] fsfreeze: add unlocked version of thaw_super
` [PATCH 4/9] fsfreeze: emergency thaw will deadlock on s_umount

[PATCH] fs: Move check for mappings without pages from iterate_bdevs()
 2012-09-25  9:22 UTC 

[RFC v2 00/10] vfs: hot data tracking
 2012-09-25  9:17 UTC  (15+ messages)
` [RFC v2 01/10] vfs: introduce private rb structures
` [RFC v2 02/10] vfs: add support for updating access frequency
` [RFC v2 03/10] vfs: add one new mount option '-o hottrack'
` [RFC v2 04/10] vfs: add init and exit support
` [RFC v2 05/10] vfs: introduce one hash table
` [RFC v2 06/10] vfs: enable hot data tracking
` [RFC v2 07/10] vfs: fork one kthread to update data temperature
` [RFC v2 08/10] vfs: add 3 new ioctl interfaces
` [RFC v2 09/10] vfs: add debugfs support
` [RFC v2 10/10] vfs: add documentation

[PATCH] Revert "__d_unalias() should refuse to move mountpoints"
 2012-09-25  9:04 UTC  (5+ messages)

[RFC v4 Patch 0/4] fs/inode.c: optimization for inode lock usage
 2012-09-25  8:59 UTC  (14+ messages)
` [PATCH 1/4] fs/inode.c: do not take i_lock on newly allocated inode
` [PATCH 2/4] fs/inode.c: do not take i_lock in __(insert|remove)_inode_hash
` [PATCH 3/4] fs/inode.c: do not take i_lock when identify an inode
` [PATCH 4/4] fs/inode.c: always take i_lock before calling filesystem's test() method

[PATCH v2 2/4] hfsplus: add functionality of manipulating by records in attributes tree
 2012-09-25  8:26 UTC  (4+ messages)

[PATCH v3 1/2] writeback: add dirty_background_centisecs per bdi variable
 2012-09-25  6:54 UTC  (6+ messages)

[PATCH v2 0/4] hfsplus: reworked support of extended attributes
 2012-09-25  6:15 UTC  (4+ messages)

[2.6.38-3.x] [BUG] soft lockup - CPU#X stuck for 23s! (vfs, autofs, vserver)
 2012-09-25  5:05 UTC  (7+ messages)

[PATCH 0/2] struct pid-ify autofs4
 2012-09-25  2:56 UTC  (6+ messages)

When ghosting is enabled, failed mounts by AutoFS leave broken directories
 2012-09-25  2:13 UTC  (2+ messages)

[PATCH 1/1] fiemap: move i_op->fiemap() locking to the ioctl_fiemap()
 2012-09-25  1:56 UTC  (9+ messages)

hfsplus corruption, failed fsck, journalling and zero'ing extent record on delete
 2012-09-24 20:10 UTC  (6+ messages)
` hfsplus BUG: Bad page state in process du pfn:07759 (Re: hfsplus corruption, failed fsck, journalling and zero'ing extent record on delete)

[PATCH] MAX_LFS_FILESIZE should be a loff_t
 2012-09-24 18:51 UTC 

ext4_readdir ignores filldir error code
 2012-09-24 15:07 UTC  (2+ messages)

[PATCH 1/6] xfstests: add fio requirement V2
 2012-09-24 14:23 UTC  (6+ messages)
` [PATCH 2/6] xfstest: add configurable load factors
` [PATCH 3/6] xfstest: allow fsstress to use load factor where appropriate
` [PATCH 4/6] add fallocate/truncate vs AIO/DIO stress test
` [PATCH 5/6] add fallocate/punch_hole "
` [PATCH 6/6] add defragmentation stress test for ext4

[PATCH 1/6] xfstest: add fio git submodule
 2012-09-24 13:53 UTC  (13+ messages)
  ` [PATCH 2/6] xfstest: add configurable load factors
  ` [PATCH 3/6] xfstest: allow fsstress to use load factor where appropriate
  ` [PATCH 4/6] xfstest add fallocate/truncate vs AIO/DIO stress test
  ` [PATCH 5/6] xfstest: add fallocate/punch_hole "
  ` [PATCH 6/6] xfstest: add defragmentation stress test for ext4

[PATCH v2] fs: change return values from -EACCES to -EPERM
 2012-09-24 11:32 UTC  (3+ messages)

btrfs send/receive review by vfs folks
 2012-09-24  9:27 UTC  (3+ messages)

performance degradation on kernel upgrade (due to commit ab0a9735e06914ce4d2a94ffa41497dbc142fe7f )
 2012-09-24  5:45 UTC  (4+ messages)
` performance degradation on kernel upgrade (due to commit ab0a9735e06914ce4d2a94ffa41497dbc142fe7f)

[PATCH] fs: change return values from -EACCES to -EPERM
 2012-09-24  5:35 UTC  (2+ messages)

[REVIEW][PATCH 00/11] userns: Simple filesystems conversions
 2012-09-24  5:24 UTC  (13+ messages)
  ` [PATCH 01/11] userns: Convert affs to use kuid/kgid wherwe appropriate
      ` [PATCH 02/11] userns: Convert bfs to use kuid/kgid where appropriate
      ` [PATCH 03/11] userns: Convert btrfs "
      ` [PATCH 04/11] userns: Convert hpfs to use kuid and kgid "
      ` [PATCH 05/11] userns: Convert jffs2 "
      ` [PATCH 06/11] userns: Convert jfs to use kuid/kgid "
      ` [PATCH 07/11] userns: Convert reiserfs to use kuid and kgid "
      ` [PATCH 08/11] userns: Convert squashfs to use kuid/kgid "
      ` [PATCH 09/11] userns: Convert ubifs to use kuid/kgid
      ` [PATCH 10/11] userns: Convert the udf filesystem to use kuid/kgid where appropriate
      ` [PATCH 11/11] userns: Convert the ufs "

[RFC][PATCH 0/8 v2] ext4: extent status tree (step 1)
 2012-09-24  4:45 UTC  (14+ messages)
` [RFC][PATCH 2/8 v2] ext4: add operations on extent status tree
` [RFC][PATCH 3/8 v2] ext4: initialize "

[PATCH v2 4/4] hfsplus: add support of manipulation by attributes file
 2012-09-23 14:49 UTC 

[PATCH v2 3/4] hfsplus: rework functionality of getting, setting and deleting of extended attributes
 2012-09-23 14:49 UTC 

[PATCH v2 1/4] hfsplus: add on-disk layout declarations related to attributes tree
 2012-09-23 14:49 UTC 

[PATCH 00/13] overlay filesystem: request for inclusion (v15)
 2012-09-23 13:02 UTC  (18+ messages)
` [PATCH 01/13] vfs: add i_op->dentry_open()
` [PATCH 02/13] vfs: export do_splice_direct() to modules
` [PATCH 03/13] vfs: introduce clone_private_mount()
` [PATCH 04/13] overlay filesystem
` [PATCH 05/13] overlayfs: add statfs support
` [PATCH 06/13] overlayfs: implement show_options
` [PATCH 07/13] overlay: overlay filesystem documentation
` [PATCH 08/13] fs: limit filesystem stacking depth
` [PATCH 09/13] overlayfs: fix possible leak in ovl_new_inode
` [PATCH 10/13] overlayfs: create new inode in ovl_link
` [PATCH 11/13] vfs: export __inode_permission() to modules
` [PATCH 12/13] ovl: switch to __inode_permission()
` [PATCH 13/13] overlayfs: copy up i_uid/i_gid from the underlying inode

Direct I/O + Asynchronous I/O from kernel
 2012-09-22  5:40 UTC  (3+ messages)

mmotm 2012-09-20-17-25 uploaded
 2012-09-22  1:56 UTC  (3+ messages)
` mmotm 2012-09-20-17-25 uploaded (fs/bimfmt_elf on uml)

[PATCH] fs/jfs: Patch with various fixes for the JFS code
 2012-09-21 13:07 UTC 

[REVIEW][PATCH 00/25] userns: Trivial filesystem conversions
 2012-09-21  9:33 UTC  (29+ messages)
` [PATCH 01/25] userns: Convert fat to use kuid/kgid where appropriate
  ` [PATCH 02/25] userns: Convert gadgetfs to use kuid and kgid "
  ` [PATCH 03/25] userns: Convert usb functionfs to use kuid/kgid "
  ` [PATCH 04/25] userns: Convert devtmpfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GID
  ` [PATCH 12/25] userns: Convert exofs to use kuid/kgid where appropriate
  ` [PATCH 16/25] userns: Convert logfs "
  ` [PATCH 18/25] userns: Convert nillfs2 "
  ` [PATCH 21/25] userns: Convert the qnx4 filesystem "
    ` [PATCH 20/25] userns: Convert omfs to use kuid and kgid "
    ` [PATCH 22/25] userns: Convert the qnx6 filesystem to use kuid/kgid "
    ` [PATCH 23/25] userns: Convert the sysv "
    ` [PATCH 24/25] userns: Convert freevxfs "
    ` [PATCH 25/25] userns: Convert ipathfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GID

[PATCH v2 00/10] vfs: getname/putname overhaul
 2012-09-20 18:38 UTC  (16+ messages)
` [PATCH v2 01/10] vfs: allocate page instead of names_cache buffer in mount_block_root
` [PATCH v2 02/10] vfs: make dir_name arg to do_mount a const char *
` [PATCH v2 03/10] acct: constify the name arg to acct_on
` [PATCH v2 04/10] vfs: define getname_info struct and have getname() return it
` [PATCH v2 05/10] audit: allow audit code to satisfy getname requests from its names_list
` [PATCH v2 06/10] vfs: turn do_path_lookup into wrapper around getname_info variant
` [PATCH v2 07/10] vfs: make path_openat take a getname_info pointer
` [PATCH v2 08/10] audit: make audit_inode take getname_info
` [PATCH v2 09/10] vfs: embed getname_info inside of names_cache allocation if possible
` [PATCH v2 10/10] vfs: unexport getname and putname symbols


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