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

[PATCH v7 1/4] spinlock: A new lockref structure for lockless update of refcount
 2013-09-09  8:30 UTC  (11+ messages)

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

4 DCACHE_DISCONNECTED patches
 2013-09-09  7:45 UTC  (8+ messages)
` [PATCH 2/4] dcache: make __d_shrink callers check d_unhashed()
  ` [PATCH 1/4] dcache: use IS_ROOT to decide where dentry is hashed
  ` [PATCH 3/4] dcache: Don't set DISCONNECTED on "pseudo filesystem" dentries
` [PATCH 4/4] dcache: don't clear DCACHE_DISCONNECTED too early

[PATCH 1/2] vfs - rename user_path_umountat() to user_path_mntpointat()
 2013-09-09  7:18 UTC  (5+ messages)
` [PATCH 2/2] autofs4 - fix device ioctl mount lookup

[git pull] vfs pile 2 (of many)
 2013-09-09  5:52 UTC  (2+ messages)

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

[PATCH] aio: rcu_read_lock protection for new rcu_dereference calls
 2013-09-09  2:20 UTC  (2+ messages)

[PATCH 01/19] pramfs: documentation
 2013-09-09  0:12 UTC  (2+ messages)

[PATCH 00/19] pramfs
 2013-09-08 23:40 UTC  (7+ messages)

[PATCH 0/8] ceph: fscache support & upstream changes
 2013-09-08 21:21 UTC  (16+ messages)
` [PATCH 1/8] FS-Cache: Add interface to check consistency of a cached object
` [PATCH 2/8] CacheFiles: Implement interface to check cache consistency
` [PATCH 3/8] fscache: Netfs function for cleanup post readpages
` [PATCH 4/8] ceph: use fscache as a local presisent cache
` [PATCH 5/8] ceph: clean PgPrivate2 on returning from readpages
` [PATCH 6/8] ceph: ceph_readpage_to_fscache didn't check if marked
` [PATCH 7/8] ceph: page still marked private_2
` [PATCH 8/8] ceph: Do not do invalidate if the filesystem is mounted nofsc

[PATCH v3 7/7] manpage: update FALLOC_FL_COLLAPSE_RANGE flag in fallocate
 2013-09-08 13:43 UTC 

[PATCH v3 6/7] xfstest: Add test case to test multiple collapse range call
 2013-09-08 13:42 UTC 

[PATCH v3 5/7] xfstest: Add test case to check various corner cases for collapsing range
 2013-09-08 13:42 UTC 

[PATCH v3 4/7] xfsprogs: xfsio: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-08 13:42 UTC 

[PATCH v3 3/7] ext4: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-08 13:42 UTC 

[PATCH v3 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-08 13:41 UTC 

[PATCH v3 1/7] fs: add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2013-09-08 13:41 UTC 

[PATCH v3 0/7] fs: Introduce new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2013-09-08 13:40 UTC 

[PATCH] vfs - and export user_path_mntpointat()
 2013-09-08  9:22 UTC 

[PATCH v3 0/1] dcache: Translating dentry into pathname without taking rename_lock
 2013-09-08  8:51 UTC  (17+ messages)
` [PATCH v3 1/1] "

Adding concept of "dead" references to lockref
 2013-09-07 23:34 UTC 

[PATCH 09/19] pramfs: inode operations for dirs
 2013-09-07 16:17 UTC  (3+ messages)

[PATCH 08/19] pramfs: file operations for dirs
 2013-09-07 16:14 UTC  (3+ messages)

[PATCH 12/19] pramfs: symlink operations
 2013-09-07 16:09 UTC  (3+ messages)

[RFC PATCH] First RFC version of a new cache=mmap model
 2013-09-07 14:46 UTC  (3+ messages)
  ` [V9fs-developer] "

[PATCH 16/19] pramfs: acl operations
 2013-09-07  8:32 UTC 

[PATCH 14/19] pramfs: extended attributes block description tree
 2013-09-07  8:30 UTC 

[PATCH 13/19] pramfs: xip operations
 2013-09-07  8:29 UTC 

[PATCH 19/19] pramfs: Kconfig and makefile
 2013-09-07  8:34 UTC 

[PATCH 18/19] pramfs: test module
 2013-09-07  8:33 UTC 

[PATCH 17/19] pramfs: write protection
 2013-09-07  8:33 UTC 

[PATCH 15/19] pramfs: extended attributes
 2013-09-07  8:31 UTC 

[PATCH 10/19] pramfs: block allocation
 2013-09-07  8:24 UTC 

[PATCH 11/19] pramfs: ioctl operations
 2013-09-07  8:28 UTC 

[PATCH 04/19] pramfs: add include files
 2013-09-07  8:19 UTC 

[PATCH 07/19] pramfs: file operations
 2013-09-07  8:21 UTC 

[PATCH 06/19] pramfs: inode operations
 2013-09-07  8:21 UTC 

[PATCH 05/19] pramfs: super block operations
 2013-09-07  8:20 UTC 

[PATCH 03/19] pramfs: export xip_file_fault
 2013-09-07  8:18 UTC 

[PATCH 02/19] pramfs: add x86 set_memory_{rw|ro} flag
 2013-09-07  8:17 UTC 

[PATCH] f2fs: optimize fs_lock for better performance
 2013-09-07  8:00 UTC 

[AIO] aio-next changes for 3.12
 2013-09-07  3:58 UTC  (3+ messages)

[PATCH V2 2/2] ceph: Implement writev/pwritev for sync operation
 2013-09-07  1:26 UTC  (2+ messages)

[GIT PULL] Ceph updates for 3.12 (take 2)
 2013-09-06 20:15 UTC 

[PATCH 1/3] dcache: use IS_ROOT to decide where dentry is hashed
 2013-09-06 19:29 UTC  (7+ messages)
` [PATCH 2/3] dcache: Don't set DISCONNECTED on "pseudo filesystem" dentries
` [PATCH 3/3] dcache: don't clear DCACHE_DISCONNECTED too early

[PATCH] f2fs: optimize fs_lock for better performance
 2013-09-06 19:25 UTC  (2+ messages)

[PATCH] Avoid useless inodes and dentries reclamation
 2013-09-06 18:26 UTC  (9+ messages)

[PATCH 2/2] fs/superblock: Avoid locking counting inodes and dentries before reclaiming them
 2013-09-06 18:24 UTC 

[PATCH 1/2] fs/superblock: Unregister sb shrinker before ->kill_sb()
 2013-09-06 18:24 UTC 

[PATCHv5 00/23] Transparent huge page cache: phase 1, everything but mmap()
 2013-09-06 17:14 UTC  (5+ messages)
` [PATCH 03/23] thp: compile-time and sysfs knob for thp pagecache

[GIT PULL] Ext3, reiserfs, udf & isofs fixes
 2013-09-06 16:11 UTC  (2+ messages)

[PATCH] xfstests: fix device lookup in btrfs/003
 2013-09-06 14:41 UTC  (3+ messages)

[PATCH 0/2] ext4: increase mbcache scalability
 2013-09-06 12:23 UTC  (8+ messages)
` [PATCH v3 "

[PATCH v3 0/8] Getting rid of get_unused_fd() / use O_CLOEXEC
 2013-09-06 10:39 UTC  (3+ messages)
` [PATCH v3 3/8] binfmt_misc: use get_unused_fd_flags(0) instead of get_unused_fd()
` [PATCH v3 4/8] file: "

[PATCH 1/3] autofs4 - fix device ioctl mount lookup
 2013-09-06 10:11 UTC  (9+ messages)

[PATCH 0/3] fiemap: introduce EXTENT_DATA_COMPRESSED flag
 2013-09-06  5:28 UTC  (3+ messages)
` [PATCH 2/3] fiemap: add "

[PATCH v2 0/1] dcache: Translating dentry into pathname without taking rename_lock
 2013-09-06  4:54 UTC  (11+ messages)
` [PATCH v2 1/1] "

[PATCH 0/5] Squashfs: extra sanity checks and sanity check fixes
 2013-09-06  3:54 UTC  (6+ messages)
` [PATCH 1/5] Squashfs: fix corruption check in get_dir_index_using_name()
` [PATCH 2/5] Squashfs: fix corruption checks in squashfs_lookup()
` [PATCH 3/5] Squashfs: fix corruption checks in squashfs_readdir()
` [PATCH 4/5] Squashfs: add corruption check in get_dir_index_using_offset()
` [PATCH 5/5] Squashfs: add corruption check for type in squashfs_readdir()

[PATCH 2/2] ceph: Implement writev/pwritev for sync operation
 2013-09-06  1:09 UTC  (4+ messages)
  `  "

[PATCH] [CRITICAL] nilfs2: fix issue with race condition of competition between segments for dirty blocks
 2013-09-05 15:42 UTC  (5+ messages)

[PATCH 00/10] [v3] safely drop directory dentry on failed revalidate
 2013-09-05 21:29 UTC  (3+ messages)
` [PATCH 08/10] fuse: use d_materialise_unique()

[GIT PULL] namespace chnages for 3.12
 2013-09-05 21:07 UTC 

mmotm 2013-08-27-16-51 uploaded
 2013-09-05 20:17 UTC  (3+ messages)

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

[PATCH] dcache: Translating dentry into pathname without taking rename_lock
 2013-09-05 17:28 UTC  (6+ messages)

[PATCH] dcache: Translating dentry into pathname without taking rename_lock
 2013-09-05 17:06 UTC  (2+ messages)

[PATCH 00/12] Implement NFSv4 delegations, take 10
 2013-09-05 16:38 UTC  (18+ messages)
` [PATCH 1/4] rpc: clean up decoding of gssproxy linux creds
` [PATCH 01/12] vfs: pull ext4's double-i_mutex-locking into common code
` [PATCH 2/4] rpc: comment on linux_cred encoding, treat all as unsigned
` [PATCH 02/12] vfs: don't use PARENT/CHILD lock classes for non-directories
` [PATCH 3/4] rpc: fix huge kmalloc's in gss-proxy
` [PATCH 4/4] rpc: let xdr layer allocate gssproxy receieve pages
` [PATCH 04/12] vfs: take i_mutex on renamed file
` [PATCH 06/12] locks: implement delegations
` [PATCH 08/12] locks: break delegations on unlink
  ` [PATCH 03/12] vfs: rename I_MUTEX_QUOTA now that it's not used for quotas
  ` [PATCH 05/12] locks: introduce new FL_DELEG lock flag
  ` [PATCH 07/12] namei: minor vfs_unlink cleanup
  ` [PATCH 09/12] locks: helper functions for delegation breaking
  ` [PATCH 10/12] locks: break delegations on rename
  ` [PATCH 11/12] locks: break delegations on link
` [PATCH 12/12] locks: break delegations on any attribute modification

[PATCH 00/11] [v4] safely drop directory dentry on failed revalidate
 2013-09-05 16:07 UTC  (12+ messages)
` [PATCH 04/11] vfs: check unlinked ancestors before mount

[git pull] vfs pile 1 (of many small ones this time ;-/)
 2013-09-05 15:46 UTC 

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


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