linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-07-08 22:33:48 to 2010-07-16 12:45:03 UTC [more...]

[RFC][PATCH 00/16] kill unnecessary bdi wakeups + cleanups
 2010-07-16 12:45 UTC  (5+ messages)
` [RFC][PATCH 02/16] writeback: remove redundant list initialization
` [RFC][PATCH 03/16] writeback: harmonize writeback threads naming
` [RFC][PATCH 05/16] writeback: fix possible race when creating bdi threads
` [RFC][PATCH 07/16] writeback: do not lose wake-ups in the forker thread

[PATCH 00/18] Extended file stat functions [ver #6]
 2010-07-16 12:38 UTC  (26+ messages)
` [PATCH 01/18] Mark arguments to certain syscalls as being const "
` [PATCH 02/18] xstat: Add a pair of system calls to make extended file stats available "
` [PATCH 03/18] AFS: Use i_generation not i_version for the vnode uniquifier "
` [PATCH 04/18] xstat: AFS: Return extended attributes "
` [PATCH 05/18] xstat: eCryptFS: "
` [PATCH 06/18] xstat: Ext4: "
` [PATCH 07/18] xstat: NFS: "
` [PATCH 08/18] xstat: CIFS: "
` [PATCH 09/18] xstat: Make special system filesystems return FS_SPECIAL_FL "
` [PATCH 10/18] xstat: Make network filesystems return FS_REMOTE_FL "
` [PATCH 11/18] xstat: Make automounter filesystems return FS_AUTOMOUNT_FL "
` [PATCH 12/18] xstat: Add a dentry op to handle automounting rather than abusing follow_link() "
` [PATCH 13/18] xstat: AFS: Use d_automount() "
` [PATCH 14/18] xstat: NFS: "
` [PATCH 15/18] xstat: CIFS: "
` [PATCH 16/18] xstat: Remove the automount through follow_link() kludge code from pathwalk "
` [PATCH 17/18] xstat: Add an AT_NO_AUTOMOUNT flag to suppress terminal automount "
  ` [PATCH 18/18] xstat: Provide a mechanism to gather extra results for [f]xstat() "

[PATCH 0/2] Fix aio completion vs unwritten extents
 2010-07-16  6:30 UTC  (3+ messages)

kernel BUG at fs/btrfs/extent-tree.c:1353
 2010-07-15 18:14 UTC  (3+ messages)

[PATCH 0/3] shrinker fixes for XFS for 2.6.35
 2010-07-15 18:12 UTC  (7+ messages)
` [PATCH 1/3] mm: add context argument to shrinker callback
` [PATCH 2/3] xfs: convert inode shrinker to per-filesystem contexts
` [PATCH 3/3] xfs: track AGs with reclaimable inodes in per-ag radix tree

[PATCH 00/09] cifs: local caching support using FS-Cache
 2010-07-15 16:23 UTC  (4+ messages)

[PATCH mm/filemap_xip.c] Fix race condition in xip_file_fault
 2010-07-15 16:20 UTC 

[PATCH 0/6] writeback cleanups and trivial fixes
 2010-07-15 15:35 UTC  (23+ messages)
` [PATCH 1/6] writeback: take account of NR_WRITEBACK_TEMP in balance_dirty_pages()
` [PATCH 2/6] writeback: reduce calls to global_page_state "
` [PATCH 3/6] writeback: avoid unnecessary calculation of bdi dirty thresholds
` [PATCH 4/6] writeback: dont redirty tail an inode with dirty pages
` [PATCH 5/6] writeback: fix queue_io() ordering
` [PATCH 6/6] writeback: merge for_kupdate and !for_kupdate cases

A survey about Next3 user experience
 2010-07-15  9:33 UTC 

[PATCH 0/4] OMFS bug fixes
 2010-07-15  3:26 UTC  (5+ messages)
` [PATCH 1/4] omfs: fix memory leak
` [PATCH 2/4] omfs: check bounds on block numbers before passing to sb_bread
` [PATCH 3/4] omfs: refuse to mount if bitmap pointer is obviously wrong
` [PATCH 4/4] omfs: sanity check cluster size

UnionMount status?
 2010-07-14 19:30 UTC  (6+ messages)

[RFC][PATCH] Add a dentry op to handle automounting rather than abusing follow_link
 2010-07-13 22:48 UTC  (2+ messages)
` [RFC][PATCH] xstat: Add an AT_NO_AUTOMOUNT flag to suppress terminal automount

[PATCH 0/4] writeback: minor cleanups
 2010-07-13 14:30 UTC  (8+ messages)
` [PATCH 1/4] writeback: weed out unneeded code
` [PATCH 2/4] writeback: harmonize writeback threads and tasks - 1
` [PATCH 3/4] writeback: harmonize writeback threads and tasks - 2
` [PATCH 4/4] writeback: harmonize writeback threads and tasks - 3
` [PATCH 0/3] writeback: more clean-ups and fixes

Upstream tree for OMFS?
 2010-07-13 13:03 UTC  (4+ messages)

BTRFS: Unbelievably slow with kvm/qemu
 2010-07-13  8:53 UTC  (11+ messages)
      ` [Qemu-devel] "

[PATCH 1/2] JBD2: Allow feature checks before journal recovery
 2010-07-13  8:10 UTC  (9+ messages)
` [PATCH 2/2] OCFS2: Allow huge (> 16 TiB) volumes to mount
          ` [Ocfs2-devel] "

[PATCH -V16 0/12] Generic name to handle and open by handle syscalls
 2010-07-13  5:47 UTC  (26+ messages)
` [PATCH -V16 01/12] exportfs: Return the minimum required handle size
` [PATCH -V16 02/12] vfs: Add name to file handle conversion support
` [PATCH -V16 03/12] vfs: Add open by file handle support
` [PATCH -V16 04/12] vfs: Allow handle based open on symlinks
` [PATCH -V16 05/12] vfs: Support null pathname in readlink
` [PATCH -V16 06/12] vfs: Support null pathname in faccessat
` [PATCH -V16 07/12] vfs: Support null pathname in linkat
` [PATCH -V16 08/12] x86: Add new syscalls for x86_32
` [PATCH -V16 09/12] x86: Add new syscalls for x86_64
` [PATCH -V16 10/12] vfs: Export file system uuid via /proc/<pid>mountinfo
` [PATCH -V16 11/12] ext3: Copy fs UUID to superblock
` [PATCH -V16 12/12] ext4: "

[PATCH 00/38] Union mounts - union stack as linked list
 2010-07-13  4:56 UTC  (19+ messages)
` [PATCH 06/38] whiteout: Add vfs_whiteout() and whiteout inode operation
` [PATCH 07/38] whiteout: Set S_OPAQUE inode flag when creating directories
` [PATCH 11/38] whiteout: ext2 whiteout support
` [PATCH 14/38] fallthru: ext2 fallthru support
` [PATCH 19/38] union-mount: Introduce union_dir structure and basic operations
` [PATCH 21/38] union-mount: Support for mounting union mount file systems
` [PATCH 22/38] union-mount: Implement union lookup
` [PATCH 24/38] union-mount: Copy up directory entries on first readdir()
` [PATCH 27/38] union-mount: In-kernel file copyup routines

[PATCH 28/36] fs: Remove unnecessary casts of private_data
 2010-07-12 20:50 UTC 

[ANNOUNCE] lio-core-backports.git tree now available!
 2010-07-12 20:31 UTC 

[ANNOUCE] lio-core-backports.git tree now available!
 2010-07-12 20:25 UTC 

[PATCH 0/3] writeback: more clean-ups and fixes
 2010-07-12 15:22 UTC  (4+ messages)
` [PATCH 1/3] writeback: remove redundant list initialization
` [PATCH 2/3] writeback: simplify bdi code a little
` [PATCH 3/3] writeback: fix possible race when shutting down bdi

[PATCH 00/45] some writeback experiments
 2010-07-12 15:24 UTC  (4+ messages)
` [PATCH 31/45] writeback: sync old inodes first in background writeback

[PATCH] Cleancache: shim to Xen Transcendent Memory
 2010-07-12 15:05 UTC 

Labeled-NFS: Security Label support in NFSv4
 2010-07-12 14:36 UTC  (16+ messages)
` [PATCH 04/10] SELinux: Add new labeling type native labels
` [PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags

[LSF/VM TOPIC] [ATTEND] ACLs
 2010-07-12 14:15 UTC 

[PATCH 0/5] Per superblock shrinkers V2
 2010-07-12  2:52 UTC  (4+ messages)

(unknown),
 2010-07-11 21:42 UTC 

Question about detecting filesystem type
 2010-07-11 10:39 UTC  (2+ messages)

[PATCH 0/3] further BKL removal
 2010-07-11 10:31 UTC  (4+ messages)
` [PATCH 2/3] Remove BKL from fs/locks.c

Q. cache in squashfs?
 2010-07-11  9:38 UTC  (14+ messages)
                ` [RFC 0/2] squashfs parallel decompression
                ` [RFC 1/2] squashfs parallel decompression, early wait_on_buffer
                ` [RFC 2/2] squashfs parallel decompression, z_stream per cpu

what is the point of nr_pages information for the flusher thread?
 2010-07-10 14:58 UTC  (2+ messages)

[PATCH -V14 0/11] Generic name to handle and open by handle syscalls
 2010-07-10  4:58 UTC  (16+ messages)

[PATCH 0/1] VFS: introduce s_dirty accessors
 2010-07-10  4:33 UTC  (5+ messages)

[PATCH, RFC] simplify writeback thread creation
 2010-07-09 15:49 UTC  (13+ messages)

[PATCH] Add a pair of system calls to make extended file stats available [ver #3]
 2010-07-09 13:59 UTC  (3+ messages)

[PATCH, RFC] Change quota error message to print out disk and function name
 2010-07-09  1:39 UTC 

[PATCH 18/18] vfs: make no_llseek the default
 2010-07-08 22:55 UTC  (5+ 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).