messages from 2010-02-11 18:06:31 to 2010-02-20 19:01:39 UTC [more...]
[RFC PATCH] Generic name to handle and open by handle syscalls
2010-02-20 19:01 UTC (9+ messages)
` [RFC PATCH 1/3] vfs: Add name to file handle conversion support
` [RFC PATCH 2/3] vfs: Add open by file handle support
` [RFC PATCH 3/3] x86: Add new syscalls for x86_32
2010 Royal Dutch Shell Award Winner
2010-02-20 16:45 UTC
[Regression] Filesystem I/O is CPU-bound in rc7 and rc8
2010-02-20 15:59 UTC (12+ messages)
[PATCH] Fix __d_path for lazy unmounts
2010-02-20 12:27 UTC
[PATCH 0/8] dquot interface cleanups
2010-02-20 11:51 UTC (9+ messages)
` [PATCH 1/8] dquot: cleanup space allocation / freeing routines
` [PATCH 2/8] dquot: cleanup inode "
` [PATCH 3/8] dquot: move dquot transfer responsibiliy into the filesystem
` [PATCH 4/8] dquot: cleanup dquot transfer routine
` [PATCH 5/8] dquot: move dquot drop responsibiliy into the filesystem
` [PATCH 6/8] dquot: cleanup dquot drop routine
` [PATCH 7/8] dquot: move dquot initialization responsibiliy into the filesystem
` [PATCH 8/8] dquot: cleanup dquot initialize routine
[PATCH 0/6] RFC: introduce extended inode owner identifier v4
2010-02-20 10:58 UTC (13+ messages)
` [PATCH 1/6] vfs: add per-sb auxiliary inode attribute table
` [PATCH 2/6] quota: switch reservation space management to aux_attribute
` [PATCH 3/6] vfs: Add additional owner identifier
` [PATCH 4/6] quota: Implement metagroup support for quota
` [PATCH 5/6] ext4: enlarge mount option field
` [PATCH 6/6] ext4: Implement metagroup support for ext4 filesystem
[PATCH 00/19] fs cleanup: remove duplicated code on inode init
2010-02-20 0:15 UTC (42+ messages)
` [PATCH 01/19] vfs: Add inode uid,gid,mode initialization with helper function
` [PATCH 01/19] vfs: Add inode uid,gid,mode init helper v2
` [PATCH 02/19] 9p: replace inode uid,gid,mode initialization with helper function
` [PATCH 03/19] bfs: "
` [PATCH 04/19] btrfs: "
` [PATCH 05/19] exofs: "
` [PATCH 06/19] ext2: "
` [PATCH 06/19] ext2: replace inode uid,gid,mode init with helper v2
` [PATCH 07/19] ext3: replace inode uid,gid,mode initialization with helper function
` [PATCH 07/19] ext3: replace inode uid,gid,mode init with helper v2
` [PATCH 08/19] ext4: replace inode uid,gid,mode initialization with helper function
` [PATCH 08/19] ext4: replace inode uid,gid,mode init with helper v2
` [PATCH] ext4: deprecate obsoleted mount options
` [PATCH 09/19] jfs: replace inode uid,gid,mode initialization with helper function
` [PATCH 09/19] jfs: replace inode uid,gid,mode init with helper v2
` [PATCH 10/19] minix: replace inode uid,gid,mode initialization with helper function
` [PATCH 11/19] nilfs2: "
` [PATCH 12/19] ocfs2: "
` [PATCH 13/19] omfs: "
` [PATCH 14/19] ramfs: "
` [PATCH 15/19] reiserfs: "
` [PATCH 16/19] sysv: "
` [PATCH 17/19] ubifs: "
` [PATCH 18/19] udf: "
` [PATCH 18/19] udf: replace inode uid,gid,mode init with helper v2
` [PATCH 18/19] udf: replace inode uid,gid,mode init with helper v3
` [PATCH 19/19] ufs: replace inode uid,gid,mode initialization with helper function
[PATCH 0/7] vfs: notify_changes() error handling
2010-02-19 19:47 UTC (8+ messages)
` [PATCH 1/7] mm: add nofail version of vmtruncate() and inode_setattr()
` [PATCH 2/7] vfs: inode_change_ok have to perform all necessery checks
` [PATCH 3/7] vfs: do not allow inode_setattr() to fail after vfs_dq_transfer()
` [PATCH 4/7] ext2: use nofail variant of inode_setattr()
` [PATCH 5/7] ext3: "
` [PATCH 6/7] ext4: "
` [PATCH 7/7] ocfs2: "
[PATCH 2/5] bitops: compile time optimization for hweight_long(CONSTANT)
2010-02-19 16:53 UTC (35+ messages)
` [PATCH] x86: Add optimized popcnt variants
[ext3] Changes to block device after an ext3 mount point has been remounted readonly
2010-02-19 7:38 UTC (4+ messages)
[PATCH 00/10] quotactl fixed and cleanups
2010-02-17 23:34 UTC (19+ messages)
` [PATCH 01/10] quota: split do_quotactl
` [PATCH 02/10] quota: clean up checks for supported quota methods
` [PATCH 03/10] quota: special case Q_SYNC without device name
` [PATCH 04/10] quota: simplify permission checking
` [PATCH 05/10] quota: clean up Q_XQUOTASYNC
` [PATCH 06/10] quota: move code from sync_quota_sb into vfs_quota_sync
` [PATCH 07/10] quota: remove invalid optimization from quota_sync_all
` [PATCH 08/10] quota: split out netlink notification support from quota.c
` [PATCH 09/10] quota: split out compat_sys_quotactl "
` [PATCH 10/10] quota: drop permission checks from xfs_fs_set_xstate/xfs_fs_set_xquota
[PATCH] VFS: clarify that nonseekable_open() will never fail
2010-02-17 5:59 UTC
[PATCH 0/4] quota: RFC add extend quota type v2
2010-02-16 21:13 UTC (11+ messages)
` [PATCH 1/4] quota: sb_quota state flags cleanup
` [PATCH 2/4] quota: generalize quota transfer interface
` [PATCH 3/4] introduce get_id callback
` [PATCH 4/4] quota: add generic subtree quota support
[RFC] vfs generic subtree support
2010-02-16 19:39 UTC (12+ messages)
[PATCH] fs: add fincore(2) (mincore(2) for file descriptors)
2010-02-16 18:13 UTC (3+ messages)
[ANNOUNCE] util-linux-ng v2.17.1-rc1
2010-02-16 15:17 UTC
[PATCH] fs: Add flags to __d_path for suppressing suffix and mapping /proc/self
2010-02-16 12:11 UTC (5+ messages)
` [PATCH] fs: Add flags to __d_path for suppressing suffix andmapping /proc/self
[PATCH resend] vfs: add NOFOLLOW flag to umount(2)
2010-02-15 12:11 UTC
[PATCH] fs: inode - remove 8 bytes of padding on 64bits allowing 1 more objects/slab under slub
2010-02-15 11:29 UTC (2+ messages)
You've been awarded
2010-02-13 22:18 UTC
[PATCH 00/11] [RFC] 512K readahead size with thrashing safe readahead
2010-02-14 3:56 UTC (4+ messages)
` [PATCH 08/11] readahead: add tracing event
[PATCH 0/7] General sysfs enhancements
2010-02-13 3:22 UTC (9+ messages)
` [PATCH 0/6] "
` [PATCH 1/6] sysfs: Serialize updates to the vfs inode
` [PATCH 2/6] sysfs: Pack sysfs_dirent more tightly
` [PATCH 3/6] sysfs: Implement sysfs_rename_link
` [PATCH 4/6] driver core: Use sysfs_rename_link in device_rename
` [PATCH 5/6] sysfs: Pass super_block to sysfs_get_inode
` [PATCH 6/6] sysfs: Kill unused sysfs_sb variable
[PATCH 00/11] 512K readahead size with thrashing safe readahead
2010-02-12 20:20 UTC (9+ messages)
` [PATCH 03/11] readahead: bump up the default readahead size
procfs: provide ipc mountpoint
2010-02-12 15:22 UTC
mmotm 2010-02-10 - BUG at fs/dcache.c:677!
2010-02-12 5:30 UTC (5+ messages)
[PATCH] Restrict initial stack space expansion to rlimit
2010-02-11 22:22 UTC (6+ messages)
[WTF] ... is going on with current->fs->{root,mnt} accesses in pohmelfs
2010-02-11 19:13 UTC (11+ messages)
[PATCH v2] vfs: add NOFOLLOW flag to umount(2)
2010-02-11 18:06 UTC (3+ 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).