messages from 2012-04-02 09:26:27 to 2012-04-08 22:48:27 UTC [more...]
[REVIEW][PATCH 0/43] Completing the user namespace
2012-04-08 22:52 UTC (49+ messages)
` [PATCH 01/43] vfs: Don't allow a user namespace root to make device nodes
` [PATCH 02/43] userns: Kill bogus declaration of function release_uids
` [PATCH 03/43] userns: Replace netlink uses of cap_raised with capable
` [PATCH 04/43] userns: Remove unnecessary cast to struct user_struct when copying cred->user
` [PATCH 05/43] cred: Add forward declaration of init_user_ns in all cases
` [PATCH 06/43] userns: Use cred->user_ns instead of cred->user->user_ns
` [PATCH 07/43] cred: Refcount the user_ns pointed to by the cred
` [PATCH 08/43] userns: Add an explicit reference to the parent user namespace
` [PATCH 09/43] mqueue: Explicitly capture the user namespace to send the notification to
` [PATCH 10/43] userns: Deprecate and rename the user_namespace reference in the user_struct
` [PATCH 11/43] userns: Start out with a full set of capabilities
` [PATCH 12/43] userns: Replace the hard to write inode_userns with inode_capable
` [PATCH 13/43] userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.h
` [PATCH 14/43] userns: Add a Kconfig option to enforce strict kuid and kgid type checks
` [PATCH 15/43] userns: Disassociate user_struct from the user_namespace
` [PATCH 16/43] userns: Simplify the user_namespace by making userns->creator a kuid
` [PATCH 17/43] userns: Rework the user_namespace adding uid/gid mapping support
` [PATCH 18/43] userns: Convert group_info values from gid_t to kgid_t
` [PATCH 19/43] userns: Store uid and gid values in struct cred with kuid_t and kgid_t types
` [PATCH 20/43] userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid
` [PATCH 22/43] userns: Convert capabilities related permsion checks
` [PATCH 23/43] userns: Convert setting and getting uid and gid system calls to use kuid and kgid
` [PATCH 24/43] userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids
` [PATCH 25/43] userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types
` [PATCH 26/43] userns: Convert in_group_p and in_egroup_p to use kgid_t
` [PATCH 28/43] userns: Convert user specfied uids and gids in chown into kuids and kgid
` [PATCH 29/43] userns: Convert stat to return values mapped from kuids and kgids
` [PATCH 30/43] userns: Fail exec for suid and sgid binaries with ids outside our user namespace
` [PATCH 31/43] userns: Teach inode_capable to understand inodes whose uids map to other namespaces
` [PATCH 32/43] userns: signal remove unnecessary map_cred_ns
` [PATCH 33/43] userns: Convert binary formats to use kuid/kgid where appropriate
` [PATCH 34/43] userns: Convert devpts "
` [PATCH 35/43] userns: Convert ext2 "
` [PATCH 21/43] userns: Convert sched_set_affinity and sched_set_scheduler's permission checks
` [PATCH 27/43] userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs
` [PATCH 36/43] userns: Convert ext3 to use kuid/kgid where appropriate
` [PATCH 37/43] userns: Convert ext4 to user "
` [PATCH 38/43] userns: Convert proc to use "
` [PATCH 39/43] userns: Convert sysctl permission checks to use kuid and kgids
` [PATCH 40/43] userns: Convert sysfs to use kgid/kuid where appropriate
` [PATCH 41/43] userns: Convert tmpfs to use kuid and kgid "
` [PATCH 42/43] userns: Convert cgroup permission checks to use uid_eq
` [PATCH 43/43] userns: Convert the move_pages, and migrate_pages "
[PATCH 1/1] qnx6fs: Fix Sparse warning and use unlikely at some points
2012-04-08 11:22 UTC
[RESEND][PATCH v2] block: remove plugging at buffered write time
2012-04-08 1:06 UTC
[PATCH] nextfd(2)
2012-04-07 21:21 UTC (35+ messages)
[take 5] pohmelfs: call for inclusion
2012-04-07 19:45 UTC
key/value-pairs for improved printk()
2012-04-07 9:41 UTC (3+ messages)
[RFC] writeback and cgroup
2012-04-07 8:00 UTC (22+ messages)
` [Lsf] "
[PATCH V4 00/22] ext4: Add inline data support
2012-04-07 0:21 UTC (6+ messages)
` [PATCH V4 01/22] ext4: Move extra inode read to a new function
` [PATCH V4 03/22] ext4: Add the basic function for inline data support
` [PATCH V4 17/22] ext4: let empty_dir handle inline dir
Utility code to generate a VMUFAT filesystem
2012-04-06 13:40 UTC (3+ messages)
[REGRESSION] NFSv4: open(O_TRUNC) hangs
2012-04-06 9:43 UTC (3+ messages)
[PATCH Resend] epoll: add EPOLLEXCLUSIVE support
2012-04-05 22:30 UTC (6+ messages)
[PATCH 00/34] vfs: atomic open v3
2012-04-05 15:53 UTC (38+ messages)
` [PATCH 01/34] vfs: split do_lookup()
` [PATCH 02/34] vfs: do_last(): make exit RCU safe
` [PATCH 03/34] vfs: do_last(): inline walk_component()
` [PATCH 04/34] vfs: do_last(): use inode variable
` [PATCH 05/34] vfs: make follow_link check RCU safe
` [PATCH 06/34] vfs: do_last(): make ENOENT exit "
` [PATCH 07/34] vfs: do_last(): check LOOKUP_DIRECTORY
` [PATCH 08/34] vfs: do_last(): only return EISDIR for O_CREAT
` [PATCH 09/34] vfs: do_last(): add audit_inode before open
` [PATCH 10/34] vfs: do_last() common post lookup
` [PATCH 11/34] vfs: split __dentry_open()
` [PATCH 12/34] vfs: do_dentry_open(): don't put filp
` [PATCH 13/34] vfs: nameidata_to_filp(): inline __dentry_open()
` [PATCH 14/34] vfs: nameidata_to_filp(): don't throw away file on error
` [PATCH 15/34] vfs: retry last component if opening stale dentry
` [PATCH 16/34] nfs: don't open in ->d_revalidate
` [PATCH 17/34] vfs: do_last(): inline lookup_slow()
` [PATCH 18/34] vfs: do_last(): separate O_CREAT specific code
` [PATCH 19/34] vfs: do_last(): common slow lookup
` [PATCH 20/34] vfs: add lookup_open()
` [PATCH 21/34] vfs: lookup_open(): expand lookup_hash()
` [PATCH 22/34] vfs: add i_op->atomic_open()
` [PATCH 23/34] nfs: implement i_op->atomic_open()
` [PATCH 24/34] nfs: clean up ->create in nfs_rpc_ops
` [PATCH 25/34] nfs: don't use nd->intent.open.flags
` [PATCH 26/34] nfs: don't use intents for checking atomic open
` [PATCH 27/34] fuse: implement i_op->atomic_create()
` [PATCH 28/34] cifs: implement i_op->atomic_open() and i_op->atomic_create()
` [PATCH 29/34] ceph: remove unused arg from ceph_lookup_open()
` [PATCH 30/34] ceph: implement i_op->atomic_open() and i_op->atomic_create()
` [PATCH 31/34] 9p: implement i_op->atomic_create()
` [PATCH 32/34] vfs: remove open intents from nameidata
` [PATCH 33/34] vfs: do_last(): clean up error handling
` [PATCH 34/34] vfs: move O_DIRECT check to common code
[PATCH 0/6] vfs: path lookup fixes and cleanups
2012-04-05 14:44 UTC (6+ messages)
` [PATCH 5/6] vfs: reorganize do_lookup
[PATCH] jbd: clear b_modified before moving the jh to a different transaction
2012-04-05 14:19 UTC (5+ messages)
(no subject)
2012-04-05 7:29 UTC
(no subject)
2012-04-05 12:31 UTC
(no subject)
2012-04-05 1:30 UTC
[RFC] [PATCH 1/2] fs: introduce inode operation ->update_time
2012-04-04 18:21 UTC (8+ messages)
` [RFC] [PATCH 2/2] Btrfs: move over to use ->update_time
[PATCH v4 00/12] ima: appraisal extension
2012-04-04 8:52 UTC (6+ messages)
` [PATCH v4 04/12] ima: integrity "
` [PATCH v4 10/12] ima: defer calling __fput()
[PATCH 0/6] buffered write IO controller in balance_dirty_pages()
2012-04-03 23:32 UTC (5+ messages)
[patch] Adding Secure Deletion to UBIFS
2012-04-03 11:35 UTC (21+ messages)
` [patch] Move CRC computation to separate function
` [patch] Add a encryption key parameter to the compress / decompress function
` [patch] Add cryptographic functionality when a key is passed to the compress / decompress functions
` [patch] UBIFS: "
` [patch] UBIFS: Add a encryption key parameter to the compress / decompress function
Lustre code
2012-04-03 6:08 UTC
[PATCH] mm for fs: add truncate_pagecache_range
2012-04-03 5:45 UTC (6+ messages)
[RFC PATCH v2 00/21] loop: Issue O_DIRECT aio using bio_vec
2012-04-03 0:11 UTC (5+ messages)
` [RFC PATCH v2 18/21] ext4: add support for read_iter and write_iter
[PATCH v1 0/8] do not use s_dirt in ext2
2012-04-02 22:10 UTC (5+ messages)
` [PATCH 3/8] ext2: write superblock only once on unmount
[PATCH v2 0/4] do not use s_dirt in ext4
2012-04-02 21:50 UTC (8+ messages)
` [PATCH v2 1/4] ext4: Remove useless marking of superblock dirty
` [PATCH v2 2/4] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super()
` [PATCH v2 3/4] ext4: remove unnecessary superblock dirtying
` [PATCH v2 4/4] ext4: weed out ext4_write_super
Alternate Data Streams
2012-04-02 17:51 UTC (5+ messages)
[PATCH 0/7, v3] fs: fix up AIO+DIO+O_SYNC to actually do the sync part
2012-04-02 14:29 UTC (3+ messages)
` [PATCH 3/7] gfs2: Use generic handlers of O_SYNC AIO DIO
[PATCH v1 0/9] do not use s_dirt in ext4
2012-04-02 13:46 UTC (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).