linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-07-29 08:07:44 to 2010-08-02 02:30:08 UTC [more...]

[PATCH 0/6] Reduce writeback from page reclaim context V6
 2010-08-02  2:30 UTC  (19+ messages)
` [PATCH 1/6] vmscan: tracing: Roll up of patches currently in mmotm
` [PATCH 2/6] vmscan: tracing: Update trace event to track if page reclaim IO is for anon or file pages
` [PATCH 3/6] vmscan: tracing: Update post-processing script to distinguish between anon and file IO from page reclaim
` [PATCH 4/6] vmscan: tracing: Correct units in post-processing script
` [PATCH 5/6] vmscan: Do not writeback filesystem pages in direct reclaim
` [PATCH 6/6] vmscan: Kick flusher threads to clean pages when reclaim is encountering dirty pages

Preview of changes to the Security susbystem for 2.6.36
 2010-08-02  2:18 UTC  (2+ messages)

[PATCH RESEND] Fix /proc/softirqs file formatting
 2010-08-01 23:51 UTC  (2+ messages)

2.6.35 causes deadlock when snapshotting root lv
 2010-08-01 21:41 UTC  (9+ messages)
              ` [PATCH] ext4: fix freeze deadlock under IO

[PATCH 0/6] [RFC] writeback: try to write older pages first
 2010-08-01 15:34 UTC  (13+ messages)
` [PATCH 1/6] writeback: pass writeback_control down to move_expired_inodes()
` [PATCH 2/6] writeback: the kupdate expire timestamp should be a moving target
` [PATCH 3/6] writeback: kill writeback_control.more_io
` [PATCH 4/6] writeback: sync expired inodes first in background writeback

[PATCH mmotm] vmscan: raise the bar to PAGEOUT_IO_SYNC stalls
 2010-08-01 13:41 UTC  (6+ messages)
` [PATCH] vmscan: synchronous lumpy reclaim don't call congestion_wait()

[PATCH 02/18] xstat: Add a pair of system calls to make extended file stats available [ver #6]
 2010-08-01 13:40 UTC  (30+ messages)
    ` [PATCH 00/18] Extended file stat functions "

Why PAGEOUT_IO_SYNC stalls for a long time
 2010-08-01  8:47 UTC  (7+ messages)

[PATCH] vmscan: remove wait_on_page_writeback() from pageout()
 2010-08-01  8:40 UTC  (11+ messages)

[PATCH] vmscan: raise the bar to PAGEOUT_IO_SYNC stalls
 2010-07-31 18:09 UTC  (8+ messages)

[RFC] relaxed barrier semantics
 2010-07-31  9:12 UTC  (67+ messages)
                      ` extfs reliability

[RFC][PATCH 0/3][cr][v2]: Checkpoint/restart file leases
 2010-07-31  4:52 UTC  (10+ messages)
` [RFC][PATCH 2/3][cr][v2]: "

[PATCH] dio: track and serialise unaligned direct IO
 2010-07-30 23:13 UTC  (5+ messages)

[PATCH 00/09] cifs: local caching support using FS-Cache
 2010-07-30 23:08 UTC  (6+ messages)

Reiser4 status
 2010-07-30 16:51 UTC 

[PATCH v3 00/15] EVM
 2010-07-30 15:45 UTC  (16+ messages)
` [PATCH v3 01/15] integrity: move ima inode integrity data management
` [PATCH v3 02/15] xattr: define vfs_getxattr_alloc and vfs_xattr_cmp
` [PATCH v3 03/15] evm: re-release
` [PATCH v3 04/15] ima: move ima_file_free before releasing the file
` [PATCH v3 05/15] security: imbed evm calls in security hooks
` [PATCH v3 06/15] evm: inode post removexattr
` [PATCH v3 07/15] evm: imbed evm_inode_post_setattr
` [PATCH v3 08/15] evm: inode_post_init
` [PATCH v3 09/15] fs: add evm_inode_post_init calls
` [PATCH v3 10/15] ima: integrity appraisal extension
` [PATCH v3 11/15] ima: appraise default rules
` [PATCH v3 12/15] ima: inode post_setattr
` [PATCH v3 13/15] ima: add ima_inode_setxattr and ima_inode_removexattr
` [PATCH v3 14/15] ima: appraise measurement required
` [PATCH v3 15/15] ima: extend policy language to support owner

[RFC] [PATCH procfs] Add process age
 2010-07-30 14:58 UTC  (9+ messages)

[PATCH 0/5] [RFC] transfer ASYNC vmscan writeback IO to the flusher threads
 2010-07-30 13:18 UTC  (20+ messages)
` [PATCH 1/5] writeback: introduce wbc.for_sync to cover the two sync stages
` [PATCH 2/5] writeback: stop periodic/background work on seeing sync works
` [PATCH 3/5] writeback: prevent sync livelock with the sync_after timestamp
` [PATCH 4/5] writeback: introduce bdi_start_inode_writeback()
` [PATCH 5/5] vmscan: transfer async file writeback to the flusher

[PATCH] cifs: document 'fsc' mount option
 2010-07-30  9:49 UTC  (2+ messages)

VFS scalability git tree
 2010-07-30  9:12 UTC  (7+ messages)

[FS/MM TOPIC] Support for checkpoint/restart in fs/mm
 2010-07-29 23:28 UTC 

[PATCH 0/9][cr][v2]: C/R file owner and posix file locks
 2010-07-29 19:00 UTC  (6+ messages)
` [PATCH 4/9][cr][v2]: Restore file_owner info

kernel BUG at fs/btrfs/extent-tree.c:1353
 2010-07-29 18:54 UTC  (4+ messages)

[PATCH -V3 00/17] New ACL format for better NFSv4 acl
 2010-07-29 17:57 UTC  (18+ messages)
` [PATCH -V3 01/17] vfs: Hooks for more fine-grained directory permission checking
` [PATCH -V3 02/17] vfs: Add generic IS_ACL() test for acl support
` [PATCH -V3 03/17] vfs: Add IS_RICHACL() test for richacl support
` [PATCH -V3 04/17] richacl: In-memory representation and helper functions
` [PATCH -V3 05/17] richacl: Permission mapping functions
` [PATCH -V3 06/17] richacl: Compute maximum file masks from an acl
` [PATCH -V3 07/17] richacl: Update the file masks in chmod()
` [PATCH -V3 08/17] richacl: Permission check algorithm
` [PATCH -V3 09/17] richacl: Helper functions for implementing richacl inode operations
` [PATCH -V3 10/17] richacl: Create-time inheritance
` [PATCH -V3 11/17] richacl: Check if an acl is equivalent to a file mode
` [PATCH -V3 12/17] richacl: Automatic Inheritance
` [PATCH -V3 13/17] richacl: xattr mapping functions
` [PATCH -V3 14/17] ext4: Use IS_POSIXACL() to check for POSIX ACL support
` [PATCH -V3 15/17] ext4: Implement rich acl for ext4
` [PATCH -V3 16/17] vfs: Cache richacl in struct inode
` [PATCH -V3 17/17] ext4: Add temporary richacl mount option for ext4

[RFC PATCH] core_pattern: fix long parameters was truncated by core_pattern handler
 2010-07-29 13:31 UTC  (2+ messages)

[RFC PATCH 0/5] Btrfs: Add hot data tracking functionality
 2010-07-29 13:17 UTC  (5+ messages)

[PATCH 0/9] Reduce writeback from page reclaim context V5
 2010-07-29  8:45 UTC  (2+ messages)

Question about setfsuid
 2010-07-29  8:09 UTC 

[PATCH] return EINVAL when thawing unfrozen filesystems
 2010-07-29  8:07 UTC  (2+ 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).