linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-07-21 09:31:35 to 2010-07-23 14:44:11 UTC [more...]

[PATCH V3 0/8] Cleancache: overview
 2010-07-23 14:44 UTC  (6+ messages)

VFS scalability git tree
 2010-07-23 14:04 UTC  (7+ messages)
  ` [PATCH 0/2] vfs scalability tree fixes
  ` [PATCH 1/2] xfs: fix shrinker build
  ` [PATCH 2/2] xfs: shrinker should use a per-filesystem scan count

[PATCH 0/8] Reduce writeback from page reclaim context V4
 2010-07-23 12:20 UTC  (34+ messages)
` [PATCH 4/8] vmscan: Do not writeback filesystem pages in direct reclaim
` [PATCH 7/8] writeback: sync old inodes first in background writeback

[PATCH 00/09] cifs: local caching support using FS-Cache
 2010-07-23 11:57 UTC  (10+ messages)

kernel BUG at fs/btrfs/extent-tree.c:1353
 2010-07-23 11:14 UTC  (5+ messages)

[PATCH 0/6] [RFC] writeback: try to write older pages first
 2010-07-23 10:24 UTC  (8+ 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 5/6] writeback: try more writeback as long as something was written
` [PATCH 6/6] writeback: introduce writeback_control.inodes_written

[PATCH 00/18] Extended file stat functions [ver #6]
 2010-07-23  9:14 UTC  (42+ messages)
` [PATCH 02/18] xstat: Add a pair of system calls to make extended file stats available "

[PATCH 1/3] ext3/ext4: Factor out disk addressability check
 2010-07-22 22:05 UTC  (3+ messages)
` [PATCH 2/3] JBD2: Allow feature checks before journal recovery
  ` [PATCH 3/3] OCFS2: Allow huge (> 16 TiB) volumes to mount

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

Filesystem hints to storage
 2010-07-22 19:45 UTC  (3+ messages)

[PATCH 1/6] Add a dentry op to handle automounting rather than abusing follow_link()
 2010-07-22 18:01 UTC  (7+ messages)
` [PATCH 2/6] AFS: Use d_automount() "
  ` [PATCH 3/6] NFS: "
  ` [PATCH 4/6] CIFS: "
` [PATCH 5/6] Remove the automount through follow_link() kludge code from pathwalk
` [PATCH 6/6] Add an AT_NO_AUTOMOUNT flag to suppress terminal automount

[PATCH 1/6] KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation key
 2010-07-22 17:47 UTC  (8+ messages)
` [PATCH 2/6] CIFS: Fix a malicious redirect problem in the DNS lookup code
` [PATCH 3/6] CIFS: Make cifs_convert_address() take a const src pointer and a length
` [PATCH 4/6] DNS: Separate out CIFS DNS Resolver code
` [PATCH 6/6] DNS: Make AFS go to the DNS for AFSDB records for unknown cells
  ` [PATCH 5/6] DNS: Implement option parsing on dns_resolver results

[RFC][PATCH] Add a dentry op to handle automounting rather than abusing follow_link
 2010-07-22 16:04 UTC  (6+ messages)

Hello Dearest One,
 2010-07-22 15:28 UTC 

[PATCHv3 00/14] kill unnecessary bdi wakeups + cleanups
 2010-07-22 13:56 UTC  (15+ messages)
` [PATCHv3 01/14] writeback: harmonize writeback threads naming
` [PATCHv3 02/14] writeback: fix possible race when creating bdi threads
` [PATCHv3 03/14] writeback: do not lose wake-ups in the forker thread - 1
` [PATCHv3 04/14] writeback: do not lose wake-ups in the forker thread - 2
` [PATCHv3 05/14] writeback: do not lose wake-ups in bdi threads
` [PATCHv3 06/14] writeback: simplify bdi code a little
` [PATCHv3 07/14] writeback: do not remove bdi from bdi_list
` [PATCHv3 08/14] writeback: move last_active to bdi
` [PATCHv3 09/14] writeback: restructure bdi forker loop a little
` [PATCHv3 10/14] writeback: move bdi threads exiting logic to the forker thread
` [PATCHv3 11/14] writeback: prevent unnecessary bdi threads wakeups
` [PATCHv3 12/14] writeback: optimize periodic bdi thread wakeups
` [PATCHv3 13/14] writeback: remove unnecessary init_timer call
` [PATCHv3 14/14] writeback: add new tracepoints

[PATCHv2 00/16] kill unnecessary bdi wakeups + cleanups
 2010-07-22 13:27 UTC  (33+ messages)
` [PATCHv2 01/11] writeback: harmonize writeback threads naming
` [PATCHv2 02/11] writeback: fix possible race when creating bdi threads
` [PATCHv2 03/11] writeback: do not lose wake-ups in the forker thread - 1
` [PATCHv2 04/11] writeback: do not lose wake-ups in the forker thread - 2
` [PATCHv2 05/11] writeback: do not lose wake-ups in bdi threads
` [PATCHv2 06/11] writeback: simplify bdi code a little
` [PATCHv2 07/11] writeback: do not remove bdi from bdi_list
` [PATCHv2 08/11] writeback: move last_active to bdi
` [PATCHv2 09/11] writeback: restructure bdi forker loop a little
` [PATCHv2 10/11] writeback: move bdi threads exiting logic to the forker thread
` [PATCHv2 11/11] writeback: prevent unnecessary bdi threads wakeups

[PATCHv6 0/9] kill unnecessary SB sync wake-ups + cleanups
 2010-07-22  8:50 UTC  (3+ messages)

[PATCH] fix return value for mb_cache_shrink_fn when nr_to_scan > 0
 2010-07-22  1:06 UTC  (2+ messages)

[PATCH] fix return value for mb_cache_shrink_fn when nr_to_scan > 0
 2010-07-22  0:07 UTC  (8+ messages)
  ` [PATCH 1/2] mbcache: Remove unused features
  ` [PATCH 2/2] mbcache: fix shrinker function return value
  ` [PATCH 0/2] mbcache fixes

[PATCH 1/2] JBD2: Allow feature checks before journal recovery
 2010-07-21 17:50 UTC  (4+ messages)

[PATCH 04/09] cifs: define superblock-level cache index objects and register them
 2010-07-21 14:06 UTC  (4+ 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).