linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-02 00:12:58 to 2013-09-05 14:55:37 UTC [more...]

Testing NPIV Feature with Qemu-KVM
 2013-09-05 14:55 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH 00/11] [v4] safely drop directory dentry on failed revalidate
 2013-09-05 14:26 UTC  (19+ messages)
` [PATCH 01/11] vfs: restructure d_genocide()
` [PATCH 02/11] vfs: add d_walk()
` [PATCH 03/11] vfs: check submounts and drop atomically
` [PATCH 04/11] vfs: check unlinked ancestors before mount
` [PATCH 05/11] afs: use check_submounts_and_drop()
` [PATCH 06/11] gfs2: "
` [PATCH 07/11] nfs: "
` [PATCH 08/11] sysfs: "
` [PATCH 09/11] fuse: use d_materialise_unique()
` [PATCH 10/11] fuse: clean up return in fuse_dentry_revalidate()
` [PATCH 11/11] fuse: drop dentry on failed revalidate

[PATCH v7 1/4] spinlock: A new lockref structure for lockless update of refcount
 2013-09-05 13:31 UTC  (27+ messages)

[PATCH] dcache: Translating dentry into pathname without taking rename_lock
 2013-09-05 13:29 UTC  (14+ messages)

[PATCHv4 0/5] ceph: persistent caching with fscache
 2013-09-05 12:34 UTC  (16+ messages)
  ` [PATCH 2/5] new fscache interface to check cache consistency
  ` [PATCH 4/5] fscache: netfs function for cleanup post readpages

[PATCH 0/2] ext4: increase mbcache scalability
 2013-09-05  9:49 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] mbcache: decoupling the locking of local from global data
  ` [PATCH v3 2/2] ext4: each filesystem creates and uses its own mb_cache

[PATCH 00/10] [v3] safely drop directory dentry on failed revalidate
 2013-09-05  9:11 UTC  (15+ messages)
` [PATCH 01/10] vfs: add d_walk()
` [PATCH 02/10] vfs: check submounts and drop atomically
` [PATCH 03/10] vfs: check unlinked ancestors before mount
` [PATCH 04/10] afs: use check_submounts_and_drop()
` [PATCH 05/10] gfs2: "
` [PATCH 06/10] nfs: "
` [PATCH 07/10] sysfs: "
` [PATCH 08/10] fuse: use d_materialise_unique()
` [PATCH 09/10] fuse: clean up return in fuse_dentry_revalidate()
` [PATCH 10/10] fuse: drop dentry on failed revalidate

[GIT PULL] f2fs updates for v3.12
 2013-09-05  8:08 UTC 

[PATCH] f2fs: optimize gc for better performance
 2013-09-05  4:49 UTC  (2+ messages)

[PATCH] dcache: Translating dentry into pathname without taking rename_lock
 2013-09-05  4:30 UTC 

[PATCH 1/2] ceph: Implement readv/preadv for sync operation
 2013-09-05  2:51 UTC  (4+ messages)
  `  "

[PATCH] f2fs: merge more bios of node block writes
 2013-09-05  2:02 UTC 

[PATCH] f2fs: optimize gc for better performance
 2013-09-04 23:58 UTC  (9+ messages)

[PATCH] xfstests: fix device lookup in btrfs/003
 2013-09-04 23:24 UTC  (2+ messages)

[PATCH] [CRITICAL] nilfs2: fix issue with race condition of competition between segments for dirty blocks
 2013-09-04 20:35 UTC  (4+ messages)

RFC: fsnotify - Add support for ignoring self initiated events
 2013-09-04 18:31 UTC  (4+ messages)
` [PATCH 1/3] fsnotify: add support for ignoring events from self
` [PATCH 2/3] fanotify: enable support for ignoring self generated events
` [PATCH 3/3] inotify: enable support to ignore "

[PATCH 1/1] Squashfs-Optimized-uncompressed-buffer-loop-v3
 2013-09-04 17:01 UTC 

[GIT PULL] Ceph updates for 3.12 (part 1)
 2013-09-04 15:50 UTC 

Pages still marked with private_2
 2013-09-04 15:01 UTC  (2+ messages)

[PATCH 2/2] ceph: Implement writev/pwritev for sync operation
 2013-09-04 13:20 UTC  (3+ messages)

[PATCH 0/2 v3] Fix O_SYNC AIO DIO
 2013-09-04 13:04 UTC  (3+ messages)
` [PATCH 1/2] direct-io: Implement generic deferred AIO completions
` [PATCH 2/2] direct-io: Handle O_(D)SYNC AIO

[PATCH 0/2 v2] Fix O_SYNC AIO DIO
 2013-09-04 10:54 UTC  (3+ messages)

[PATCH 1/3] autofs4 - fix device ioctl mount lookup
 2013-09-04 10:35 UTC  (12+ messages)
` [PATCH 2/3] autofs: fix the return value of autofs4_fill_super
` [PATCH 3/3] autofs: use IS_ROOT to replace root dentry checks

[PATCH v7 0/4] Lockless update of reference count protected by spinlock
 2013-09-03 23:45 UTC  (47+ messages)
` [PATCH v7 1/4] spinlock: A new lockref structure for lockless update of refcount

[PATCH 0/2] fscache fixes for ceph
 2013-09-03 23:11 UTC  (3+ messages)
` [PATCH 1/2] ceph: ceph_readpage_to_fscache didn't check if marked
` [PATCH 2/2] ceph: page still marked private_2

Fwd: Question on vma_operations readpages and locking
 2013-09-03 21:47 UTC 

OCFS2: ocfs2_read_blocks:285 ERROR: block 532737 had the JBD bit set while I was in lock_buffer!
 2013-09-03 19:33 UTC  (7+ messages)

[PATCH] Avoid useless inodes and dentries reclamation
 2013-09-03 18:38 UTC  (7+ messages)

[REVIEW][PATCH 1/2] userns: Better restrictions on when proc and sysfs can be mounted
 2013-09-03 17:40 UTC  (5+ messages)

[PATCH v5 00/16] fuse: An attempt to implement a write-back cache policy
 2013-09-03 16:02 UTC  (10+ messages)
` [PATCH 10/16] fuse: Implement writepages callback

[PATCH] vfs: call d_op->d_prune() before unhashing dentry
 2013-09-03 15:58 UTC  (3+ messages)

[PATCH v2] vfs: Tighten up linkat(..., AT_EMPTY_PATH)
 2013-09-03 15:58 UTC  (11+ messages)
          ` /proc/pid/fd && anon_inode_fops

[RFC PATCH] First RFC version of a new cache=mmap model
 2013-09-03 14:44 UTC  (2+ messages)

[PATCH 00/10] autofs4 - rename autofs4 to autofs
 2013-09-03 12:47 UTC  (3+ messages)

[PATCH 0/3] fiemap: introduce EXTENT_DATA_COMPRESSED flag
 2013-09-03 12:11 UTC  (4+ messages)
` [PATCH 1/3] fiemap: fix comment at EXTENT_DATA_ENCRYPTED
` [PATCH 2/3] fiemap: add EXTENT_DATA_COMPRESSED flag
` [PATCH 3/3] btrfs: set FIEMAP_EXTENT_DATA_COMPRESSED for compressed extents

[PATCH 1/2] f2fs: trigger GC when there are prefree segments
 2013-09-03  6:27 UTC  (2+ messages)
` [PATCH 2/2] f2fs: avoid an overflow during utilization calculation

vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespaces
 2013-09-02 23:10 UTC  (5+ messages)

[PATCHv5 00/23] Transparent huge page cache: phase 1, everything but mmap()
 2013-09-02 20:05 UTC  (5+ messages)
` [PATCH 05/23] thp: represent file thp pages in meminfo and friends

Hallo
 2013-09-02 15:33 UTC 

[PATCH v2 4/7] xfsprogs: xfsio: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-02 14:33 UTC 

[PATCH v2 3/7] ext4: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-02 14:32 UTC 

[PATCH v2 7/7] manpage: update FALLOC_FL_COLLAPSE_RANGE flag in fallocate
 2013-09-02 14:30 UTC 

[PATCH v2 6/7] xfstest: Add test case to test multiple collapse range call
 2013-09-02 14:30 UTC 

[PATCH v2 5/7] xfstest: Add test case to check various corner cases for collapsing range
 2013-09-02 14:29 UTC 

[PATCH v4 4/7] xfsprogs: xfsio: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-02 14:29 UTC 

[PATCH v3 3/7] ext4: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-02 14:29 UTC 

[PATCH v2 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-02 14:29 UTC 

[PATCH v2 1/7] fs: add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2013-09-02 14:28 UTC 

[PATCH v2 0/7] fs: Introduce new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2013-09-02 14:28 UTC 

Testing NPIV Feature with Qemu-KVM
 2013-09-02 12:54 UTC 


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).