messages from 2011-10-12 20:57:34 to 2011-10-20 23:24:14 UTC [more...]
[PATCH 0/7] writeback: avoid touching dirtied_when on blocked inodes
2011-10-20 23:24 UTC (11+ messages)
` [PATCH 1/7] writeback: introduce queue b_more_io_wait
` [PATCH 2/7] writeback: avoid redirtying when ->write_inode failed to clear I_DIRTY
` [PATCH 3/7] writeback: update wb->last_active on written pages/inodes
` [PATCH 4/7] writeback: Retry kupdate work early if we need to retry some inode writeback
` [PATCH 5/7] writeback: requeue_io_wait() on pages_skipped inode
` [PATCH 6/7] writeback: requeue_io_wait() on blocked inode
` [PATCH 7/7] writeback: requeue_io_wait() when failed to grab superblock
[PATCH 0/2 v4] writeback: Improve busyloop prevention and inode requeueing
2011-10-20 22:26 UTC (25+ messages)
` [PATCH 1/2] writeback: Improve busyloop prevention
` [PATCH 2/2] writeback: Replace some redirty_tail() calls with requeue_io()
[PATCH] fs: grow_dev_page() failure path not a BUG()
2011-10-20 22:05 UTC
[PATCH 0/8] xfstests: Bunch of new tests
2011-10-20 20:38 UTC (11+ messages)
` [PATCH 1/8] xfstests: fsstress should kill children tasks before exit
` [PATCH 2/8] xfstests: add different logging option to fsstress
` [PATCH 3/8] xfstests: add fallocate support "
` [PATCH 4/8] xfstests: fsstress add FS_IOC_{SET,GET}FLAGS operations
` [PATCH 5/8] xfstests: Dump inode info when possible
` [PATCH 6/8] xfstests: add fiemap operation
` [PATCH 7/8] xfstests: add new stress test
` [PATCH 8/8] xfstests: add new quota "
` new corruption pattern on ext4
` [PATCH] xfstests: add regression test for extent corruption "
[PATCH -V7 00/26] New ACL format for better NFSv4 acl interoperability
2011-10-20 19:49 UTC (45+ messages)
` [PATCH -V7 02/26] vfs: Add hex format for MAY_* flag values
` [PATCH -V7 03/26] vfs: Pass all mask flags down to iop->check_acl
` [PATCH -V7 04/26] vfs: Add a comment to inode_permission()
` [PATCH -V7 05/26] vfs: Add generic IS_ACL() test for acl support
` [PATCH -V7 06/26] vfs: Add IS_RICHACL() test for richacl support
` [PATCH -V7 07/26] vfs: Optimize out IS_RICHACL() if CONFIG_FS_RICHACL is not defined
` [PATCH -V7 08/26] vfs: Add new file and directory create permission flags
` [PATCH -V7 09/26] vfs: Add delete child and delete self "
` [PATCH -V7 01/26] vfs: Indicate that the permission functions take all the MAY_* flags
` [PATCH -V7 10/26] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH -V7 11/26] vfs: Add permission flags for setting file attributes
` [PATCH -V7 16/26] richacl: Update the file masks in chmod()
` [PATCH -V7 21/26] richacl: xattr mapping functions
` [PATCH -V7 12/26] vfs: Make acl_permission_check() work for richacls
` [PATCH -V7 13/26] richacl: In-memory representation and helper functions
` [PATCH -V7 14/26] richacl: Permission mapping functions
` [PATCH -V7 15/26] richacl: Compute maximum file masks from an acl
` [PATCH -V7 17/26] richacl: Permission check algorithm
` [PATCH -V7 18/26] richacl: Create-time inheritance
` [PATCH -V7 19/26] richacl: Check if an acl is equivalent to a file mode
` [PATCH -V7 20/26] richacl: Automatic Inheritance
` [PATCH -V7 22/26] vfs: Cache richacl in struct inode
` [PATCH -V7 23/26] vfs: Add richacl permission check
` [PATCH -V7 24/26] ext4: Use IS_POSIXACL() to check for POSIX ACL support
` [PATCH -V7 25/26] ext4: Implement rich acl for ext4
` [PATCH -V7 26/26] ext4: Add Ext4 compat richacl feature flag
[PATCH 1/2] nfs: writeback pages wait queue
2011-10-20 16:05 UTC (3+ messages)
` [PATCH 2/2] nfs: scale writeback threshold proportional to dirty threshold
[PATCH] snapshot, defragment and raid test cases for btrfs
2011-10-20 15:41 UTC (20+ messages)
` [PATCH 0/3] xfstest patch
` [PATCH 1/3] 263: Functional test case for the btrfs snapshot
` [PATCH 0/3] xfstests patches
` [PATCH 1/3] 264: Functional test case for the btrfs snapshot
` [PATCH 2/3] 265: Functional test case for the btrfs de-fragmentation
` [PATCH 3/3] 266: Functional test case for the btrfs raid operations
` [PATCH 0/5] xfstests enhancement and bug fix
` [PATCH 1/5] fill files with random data
` [PATCH 2/5] Added SCRATCH_DEV_POOL to specify multiple disks for the btrfs RAID
` [PATCH 3/5] 264: Functional test case for the btrfs snapshot
` [PATCH 4/5] 265: Functional test case for the btrfs raid operations
` [PATCH 5/5] _populate_fs should use OPTIND when getopts is used
[PATCH] ACL supports to mqueue
2011-10-20 15:33 UTC
SMB2 protocol support for CIFS Linux kernel module
2011-10-20 15:27 UTC (3+ messages)
[ANNOUNCE] util-linux v2.20.1
2011-10-20 10:36 UTC
[PATCH 0/6] Cleanup and improve sync (v3)
2011-10-20 9:57 UTC (13+ messages)
` [PATCH 1/6] vfs: Move noop_backing_dev_info check from sync into writeback
` [PATCH 2/6] quota: Split dquot_quota_sync() to writeback and cache flushing part
` [PATCH 4/6] vfs: Reorder operations during sys_sync
` [PATCH 5/6] vfs: Make sys_sync writeout also block device inodes
` [PATCH 6/6] vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder sync passes
[PATCH 00/11] IO-less dirty throttling v12
2011-10-20 3:59 UTC (13+ messages)
` [RFC][PATCH 1/2] nfs: writeback pages wait queue
` [RFC][PATCH 2/2] nfs: scale writeback threshold proportional to dirty threshold
[PATCH] ACL supports to mqueue
2011-10-20 2:39 UTC
[PATCH] compat: sync compat_stats with statfs
2011-10-19 22:28 UTC (2+ messages)
[PATCH v2 1/2] jffs2: implement mount option parsing and compression overriding
2011-10-19 14:22 UTC (2+ messages)
[PATCH 1/2] xfstest: fsstress should kill children tasks before exit
2011-10-19 10:48 UTC (6+ messages)
` [PATCH 2/2] xfstest: fsstress add EXT2_IOC_{SET,GET}FLAGS operations
` [PATCH 2/2] xfstest: fsstress add EXT2_IOC_{SET, GET}FLAGS operations
[PATCH] nfs-utils: mount: really return from errno test
2011-10-18 16:08 UTC (12+ messages)
[PATCH] fs: optimize out 16 bytes worth of padding in struct inode
2011-10-18 14:49 UTC
[PATCH 0/13] read-only remount race fix v7
2011-10-18 9:02 UTC (7+ messages)
` [PATCH 10/13] filesystems: add set_nlink()
[PATCH] binfmt_elf.c: core file shrinking
2011-10-18 7:52 UTC (5+ messages)
(unknown),
2011-10-18 6:43 UTC
[BUG] Device node major comes out wrong on HFS+ under linux
2011-10-18 6:25 UTC (2+ messages)
[PATCH 1/2] jffs2: implement mount option parsing and compression overriding
2011-10-17 17:24 UTC (2+ messages)
Hang and suspend failure after FUSE server killed (3.1-rc7)
2011-10-17 14:45 UTC (3+ messages)
` Bug#645366: [fuse-devel] "
` Bug#645366: "
[PATCHSET 0/1 0/6] ore: RAID5 Support
2011-10-17 1:27 UTC (11+ messages)
` [PATCH 1/6] ore: Make ore_calc_stripe_info EXPORT_SYMBOL
` [PATCH 4/6] exofs: Support for RAID5 read-4-write interface
` [PATCH] SQUASHME: into: ore: Only IO one group at a time (API change)
` [PATCH 2/6] ore: RAID5 read
` [PATCH 3/6] ore: RAID5 Write
` [PATCH 5/6] pnfs-obj: Support for RAID5 read-4-write interface
` [PATCH 6/6] ore: Enable RAID5 mounts
[PATCH v2 2/2] jffs2: add compr=lzo and compr=zlib options
2011-10-17 1:15 UTC
[PATCH resend v2] Add security.selinux XATTR support for the UBIFS. Also fix couple of bugs in UBIFS extended attribute storage
2011-10-16 13:54 UTC
administrativní zprávy
2011-10-15 17:08 UTC
群发软件+买家搜索机+最新广交会买家、海关数据,B2B询盘买家500万。
2011-10-14 22:36 UTC
[ANNOUNCE] xfstests v1.1.0
2011-10-14 14:29 UTC
XFS status update for September 2011
2011-10-14 13:11 UTC
[PATCH] fanotify: to differ file access event from different threads
2011-10-14 6:56 UTC (5+ messages)
Byte Range lock performance fixes for cifs
2011-10-14 1:01 UTC
should bdi_init() initialize congested_fn?
2011-10-13 23:12 UTC (2+ messages)
New name of ext2/ext3/quota tree
2011-10-13 23:03 UTC (2+ messages)
[PATCH 1/2] VFS: New /proc file /proc/self/mountstats
2011-10-13 12:58 UTC (2+ messages)
[PATCH v2 00/28] ext4: Add metadata checksumming
2011-10-13 7:21 UTC (13+ messages)
` [PATCH 11/28] ext4: Calculate and verify inode checksums
` [PATCH 12/28] ext4: Use i_generation in inode-related metadata checksums
` [PATCH 15/28] ext4: Calculate and verify block bitmap checksum
` [PATCH 17/28] ext4: Calculate and verify checksums for htree nodes
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).