messages from 2012-04-05 16:31:13 to 2012-04-14 10:36:12 UTC [more...]
[PATCH v2 v2 0/4] do not use s_dirt in FAT FS
2012-04-14 10:36 UTC (10+ messages)
` [PATCH v2 1/4] fat: introduce special inode for managing the FSINFO block
` [PATCH v2 2/4] fat: introduce mark_fsinfo_dirty helper
` [PATCH v2 3/4] fat: mark superblock as dirty less often
` [PATCH v2 4/4] fat: switch to fsinfo_inode
osd_req_encode_op() breakage?
2012-04-14 2:34 UTC
[PATCH RFC] vfs: make fstatat retry on ESTALE errors from getattr call
2012-04-14 0:57 UTC (9+ messages)
[PATCH] hfsplus: Fix bless ioctl when used with hardlinks
2012-04-13 14:06 UTC
[PATCH v1 0/3] do not use s_dirt in FAT FS
2012-04-13 8:45 UTC (8+ messages)
` [PATCH v1 1/3] fat: introduce fat_mark_fsinfo_dirty helper
` [PATCH v1 2/3] fat: mark fsinfo as dirty less often
` [PATCH v1 3/3] fat: self-manage own fsinfo block
(no subject)
2012-04-12 21:06 UTC
[PATCH V4 00/22] ext4: Add inline data support
2012-04-13 2:59 UTC (7+ 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
[RFC]jbd2: use GFP_NOFS for blkdev_issue_flush
2012-04-13 2:27 UTC
[RESEND][PATCH v2] block: remove plugging at buffered write time
2012-04-13 1:40 UTC (7+ messages)
[PATCH 5 3/4] nfsd_open(): rename 'int access' to 'int may_flags' in nfsd_open()
2012-04-12 21:25 UTC (13+ messages)
[PATCH] Add VMUFAT file system support (v2)
2012-04-12 20:52 UTC (2+ messages)
[RFC] writeback and cgroup
2012-04-12 20:51 UTC (30+ messages)
` [Lsf] "
[PATCH] fs: make i_generation a u64
2012-04-12 19:49 UTC (7+ messages)
[PATCH] nextfd(2)
2012-04-12 19:21 UTC (32+ messages)
Hello,
2012-04-11 16:14 UTC
[RFC] [PATCH 1/2] fs: introduce inode operation ->update_time
2012-04-12 11:43 UTC (12+ messages)
` [RFC] [PATCH 2/2] Btrfs: move over to use ->update_time
(unknown),
2012-04-12 11:22 UTC
[PATCH v2 0/4] do not use s_dirt in ext4
2012-04-12 7:20 UTC (3+ messages)
` [PATCH v2 1/4] ext4: Remove useless marking of superblock dirty
vfs fixes
2012-04-12 5:09 UTC
[PATCH] UBI: allow atomic updates to sychronously erase old PEB
2012-04-11 16:04 UTC (12+ messages)
` [PATCH] UBIFS: use ubi's new ubi_leb_change sync parameter
Retraction: FAT problem
2012-04-11 7:29 UTC
[REVIEW][PATCH 0/43] Completing the user namespace
2012-04-11 4:37 UTC (63+ messages)
` [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 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 36/43] userns: Convert ext3 "
` [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 "
ESTALE errors: What can be done to handle this problem
2012-04-10 16:11 UTC
[RFC] eCryptfs file system with HMAC verification
2012-04-10 16:05 UTC (4+ messages)
[RFC] eCryptfs file system with HMAC verification
2012-04-10 13:22 UTC
[PATCH] vfs: take i_mutex on renamed file
2012-04-10 13:07 UTC (5+ messages)
FAT problem
2012-04-10 0:15 UTC
搤傯臙嗴
2012-04-09 22:43 UTC
gfp flags for security_inode_alloc()?
2012-04-09 16:22 UTC (4+ messages)
[PATCH 1/1] qnx6fs: Fix Sparse warning and use unlikely at some points
2012-04-08 11:22 UTC
[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)
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)
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).