linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-17 07:18:36 to 2012-09-21 22:49:12 UTC [more...]

[RFC v4 Patch 0/4] fs/inode.c: optimization for inode lock usage
 2012-09-21 22:49 UTC  (7+ 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 0/2] struct pid-ify autofs4
 2012-09-21 15:44 UTC  (4+ messages)
` [PATCH 1/2] Replace pid_t in autofs4 with struct pid reference
` [PATCH 2/2] autofs4: store struct pids in autofs_waitqs

mmotm 2012-09-20-17-25 uploaded
 2012-09-21 15:23 UTC  (2+ messages)
` mmotm 2012-09-20-17-25 uploaded (fs/bimfmt_elf on uml)

[PATCH 1/1] fiemap: move i_op->fiemap() locking to the ioctl_fiemap()
 2012-09-21 14:39 UTC  (4+ messages)

performance degradation on kernel upgrade (due to commit ab0a9735e06914ce4d2a94ffa41497dbc142fe7f )
 2012-09-21 14:25 UTC  (3+ messages)
` performance degradation on kernel upgrade (due to commit ab0a9735e06914ce4d2a94ffa41497dbc142fe7f)

Direct I/O + Asynchronous I/O from kernel
 2012-09-21 14:14 UTC  (2+ messages)

[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  (41+ 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 05/25] userns: Convert hugetlbfs to use kuid/kgid where appropriate
      ` [PATCH 06/25] userns: Convert xenfs to use kuid and kgid "
      ` [PATCH 07/25] userns: Convert adfs "
      ` [PATCH 08/25] userns: Convert befs to use kuid/kgid "
      ` [PATCH 09/25] userns: Convert cramfs "
      ` [PATCH 10/25] userns: Convert ecryptfs "
      ` [PATCH 11/25] userns: Convert efs "
      ` [PATCH 12/25] userns: Convert exofs "
      ` [PATCH 13/25] userns: Convert hfs to use kuid and kgid "
      ` [PATCH 14/25] userns: Convert hfsplus "
      ` [PATCH 15/25] userns: Convert isofs to use kuid/kgid "
      ` [PATCH 18/25] userns: Convert nillfs2 "
      ` [PATCH 19/25] userns: Convert ntfs to use kuid and kgid "
      ` [PATCH 20/25] userns: Convert omfs "
      ` [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 16/25] userns: Convert logfs to use kuid/kgid where appropriate
    ` [PATCH 17/25] userns: Convert minix "
    ` [PATCH 21/25] userns: Convert the qnx4 filesystem "

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

[PATCH 00/13] overlay filesystem: request for inclusion (v15)
 2012-09-20 21:30 UTC  (17+ 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

[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

[PATCH v3 2/2] Documentation: add description of dirty_background_centisecs
 2012-09-20  8:45 UTC 

[PATCH v3 1/2] writeback: add dirty_background_centisecs per bdi variable
 2012-09-20  8:44 UTC 

userns subsystem conversions v2
 2012-09-20  1:52 UTC  (28+ messages)
  ` [PATCH 01/27] userns: Convert security/keys to the new userns infrastructure
    ` [PATCH 13/27] userns: Convert taskstats to handle the user and pid namespaces
      ` [PATCH 02/27] userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of 0, 0
      ` [PATCH 03/27] audit: Limit audit requests to processes in the initial pid and user namespaces
      ` [PATCH 04/27] audit: Use current instead of NETLINK_CREDS() in audit_filter
      ` [PATCH 05/27] audit: kill audit_prepare_user_tty
      ` [PATCH 06/27] audit: Simply AUDIT_TTY_SET and AUDIT_TTY_GET
      ` [PATCH 07/27] audit: Properly set the origin port id of audit messages
      ` [PATCH 08/27] audit: Remove the unused uid parameter from audit_receive_filter
      ` [PATCH 09/27] audit: Don't pass pid or uid to audit_log_common_recv_msg
      ` [PATCH 10/27] audit: Add typespecific uid and gid comparators
      ` [PATCH 11/27] userns: Convert the audit loginuid to be a kuid
      ` [PATCH 12/27] userns: Convert audit to work with user namespaces enabled
      ` [PATCH 14/27] userns: Convert bsd process accounting to use kuid and kgid where appropriate
      ` [PATCH 15/27] userns: Teach trace to use from_kuid
      ` [PATCH 16/27] userns: Convert vfs posix_acl support to use kuids and kgids
      ` [PATCH 17/27] userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr
      ` [PATCH 18/27] userns: Convert extN to support kuids and kgids in posix acls
      ` [PATCH 19/27] userns: Convert configfs to use kuid and kgid where appropriate
      ` [PATCH 20/27] userns: Add kprojid_t and associated infrastructure in projid.h
      ` [PATCH 22/27] userns: Convert qutoactl
      ` [PATCH 23/27] userns: Modify dqget to take struct kqid
      ` [PATCH 24/27] userns: Convert quota netlink aka quota_send_warning
      ` [PATCH 25/27] userns: Convert struct dquot dq_id to be a struct kqid
      ` [PATCH 26/27] userns: Convert struct dquot_warn
      ` [PATCH 27/27] userns: Convert quota
    ` [PATCH 21/27] userns: Implement struct kqid

[REVIEW][PATCH 0/15] userns subsystem conversions
 2012-09-20  1:28 UTC  (11+ messages)
  ` [REVIEW][PATCH 13/15] userns: Add basic quota support
    ` [PATCH] userns: Add basic quota support v2
            ` [PATCH] userns: Add basic quota support v4

IMA policy search speedup
 2012-09-19 20:07 UTC  (6+ messages)

[PATCH] vfs: delete surplus inode NULL check
 2012-09-19 14:49 UTC 

kernel BUG at fs/dcache.c:2105 (__d_rehash(): BUG_ON(!d_unhashed(entry)))
 2012-09-19 14:07 UTC  (6+ messages)

[PATCH RESEND] compat_ioctl: Add RS-485 IOCTLs to the list
 2012-09-19 13:29 UTC  (3+ messages)
` [PATCH RESEND "

[regression] __d_unalias() should refuse to move mountpoints
 2012-09-19  9:20 UTC  (2+ messages)

[PATCH 0/2 RESEND] POSIX-compliant version of fchmodat with flag argument
 2012-09-18 20:39 UTC  (2+ messages)

[PATCH 1/2] vfs: dcache: fix deadlock in tree traversal
 2012-09-18 20:35 UTC  (9+ messages)
` [PATCH 2/2] vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()
` [PATCH] trivial select_parent documentation fix

Crash when IO is being submitted and block size is changed
 2012-09-18 20:11 UTC  (22+ messages)
          ` [PATCH 1/3] Fix "
            ` [PATCH 2/3] Introduce percpu rw semaphores
                ` [dm-devel] "
                      ` [PATCH 4/3] "
                        ` [PATCH 0/4] Fix a crash when block device is read and block size is changed at the same time

Anyone have test cases for SEEK_HOLE/SEEK_DATA?
 2012-09-18 19:03 UTC  (10+ messages)

[RFC v1 00/11] vfs: hot data tracking
 2012-09-18  6:44 UTC  (17+ messages)
` [RFC v1 02/11] vfs: introduce one rb tree - hot_inode_tree
` [RFC v1 03/11] vfs: introduce 2 rb tree items - inode and range
` [RFC v1 04/11] vfs: add support for updating access frequency
` [RFC v1 05/11] vfs: add one new mount option '-o hottrack'
` [RFC v1 06/11] vfs: add init and exit support
` [RFC v1 07/11] vfs: introduce one hash table
` [RFC v1 08/11] vfs: enable hot data tracking
` [RFC v1 09/11] vfs: fork one private kthread to update temperature info
` [RFC v1 10/11] vfs: add 3 new ioctl interfaces
` [RFC v1 11/11] vfs: add debugfs support

[PATCH 4/4] hfsplus: add support of manipulation by attributes file
 2012-09-17 20:09 UTC  (5+ messages)

[patch 0/7] auxiliary fdinfo, new round
 2012-09-17 18:18 UTC  (3+ messages)
` [patch 1/7] procfs: Add ability to plug in auxiliary fdinfo providers

[RFC][PATCH] fs/buffer.c: Revoke LRU when trying to drop buffers
 2012-09-17 17:57 UTC  (3+ messages)

[PATCH] fs/proc: Move kfree outside pde_unload_lock
 2012-09-17 15:57 UTC  (8+ 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).