linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-02-14 01:43:13 to 2011-02-23 13:51:56 UTC [more...]

[PATCH -V5 00/24] New ACL format for better NFSv4 acl interoperability
 2011-02-23 13:51 UTC  (10+ messages)
` [PATCH -V5 01/24] vfs: Indicate that the permission functions take all the MAY_* flags
  ` [PATCH -V5 02/24] vfs: Pass all mask flags down to iop->check_acl
  ` [PATCH -V5 03/24] vfs: Add a comment to inode_permission()
` [PATCH -V5 04/24] vfs: Add generic IS_ACL() test for acl support
` [PATCH -V5 05/24] vfs: Add IS_RICHACL() test for richacl support
` [PATCH -V5 06/24] vfs: Optimize out IS_RICHACL() if CONFIG_FS_RICHACL is not defined
` [PATCH -V5 07/24] vfs: Add new file and directory create permission flags
` [PATCH -V5 08/24] vfs: Add delete child and delete self "
` [PATCH -V5 09/24] vfs: Make the inode passed to inode_change_ok non-const

MMC quirks relating to performance/lifetime
 2011-02-23 10:19 UTC  (4+ messages)

[PATCH 0/5] blk-throttle: writeback and swap IO control
 2011-02-23  8:32 UTC  (2+ messages)

[PATCH] Unlock vfsmount_lock in do_mount
 2011-02-23  7:59 UTC 

[PATCH 0/3] Fixes for vfs-scale and vfs-automount
 2011-02-23  7:22 UTC  (4+ messages)

Q. cache in squashfs?
 2011-02-23  3:23 UTC  (4+ messages)
` [RFC 0/2] squashfs parallel decompression

more dput lock contentions in 2.6.38-rc?
 2011-02-23  3:26 UTC  (6+ messages)

[PATCH] tty: add TIOCVHANGUP: time for revoke() in f_ops ?
 2011-02-23  0:35 UTC  (6+ messages)

[RFC][PATCH] ext2: Resolve i_nlink race in ext2_rename
 2011-02-22 23:42 UTC 

[RFC] block integrity: Fix write after checksum calculation problem
 2011-02-22 22:53 UTC  (10+ messages)

[RFC PATCH 0/5] IO-less balance dirty pages
 2011-02-22 15:40 UTC  (5+ messages)
` [PATCH 3/5] mm: Implement IO-less balance_dirty_pages()

IO-less dirty throttling V6 results available
 2011-02-22 14:25 UTC 

OOPS in configfs when doing d_delete
 2011-02-22  9:14 UTC  (4+ messages)

[PATCH 0/5] fsnotify: decouple mark lock and marks fsobject lock
 2011-02-21 19:32 UTC 

Unpaid Beneficiary $5.8million is ready to be paid
 2011-02-21 18:19 UTC 

[PATCH 0/5] fsnotify: decouple mark lock and marks fsobject lock
 2011-02-21 17:33 UTC  (6+ messages)
` [PATCH 1/5] fsnotify: grab inode ref in add_inode_mark() instead of add_mark()
` [PATCH 2/5] fsnotify: pass inode/mount as a parameter to fsnotify_destroy_[inode|vfsmount]_mark()
` [PATCH 3/5] fsnotify: dont call fsnotify_add_[inode|vfsmount]_mark() with mark lock held
` [PATCH 4/5] fsnotify: dont call fsnotify_destroy_[inode|vfsmount]_mark() "
` [PATCH 5/5] fsnotify: dont lock fsobject "

[PATCH] Check for immutable flag in fallocate path
 2011-02-21 16:50 UTC  (3+ messages)

[PATCH 0/2] aio: Fix use after free bugs
 2011-02-21 15:58 UTC  (3+ messages)
` [PATCH 1/2] fs: Fix aio rcu ioctx lookup
` [PATCH 2/2] fs: Fix race between io_destroy() and io_submit() in AIO

[PATCH 0/10] Add yaffs2 file system: Fifth patchset
 2011-02-20 22:57 UTC  (27+ messages)
` [PATCH 09/10] Add yaffs2 file system: Linux glue code

[PATCH] [net/9p] Small non-IO PDUs for zero-copy supporting transports
 2011-02-19 19:11 UTC  (2+ messages)

[PATCH 1/2] add ->mount function introduction into Documentation/filesystems/porting
 2011-02-18 18:21 UTC  (2+ messages)

[PATCH 2/2] add ->mount function introduction into Documentation/filesystems/vfs.txt
 2011-02-18 16:21 UTC 

[PATCH] fat: Batched discard support for fat
 2011-02-18  4:21 UTC  (5+ messages)

[PATCH] code cleanup on fs/super.c
 2011-02-18  3:08 UTC  (6+ messages)

[V2-00/08] [net/9p] ZeroCopy patch series
 2011-02-17 21:33 UTC  (9+ messages)
` [V2 1/8] [net/9p] Preparation and helper functions for zero copy
` [V2 2/8] [net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed
` [V2 3/8] [net/9p] Add gup/zero_copy support to VirtIO transport layer
` [V2 4/8] [net/9p] Add preferences to "
` [V2 5/8] [net/9p] Read side zerocopy changes for 9P2000.L protocol
` [V2 6/8] [net/9p] Write "
` [V2 7/8] [net/9p] readdir "
` [V2 8/8] [net/9p] Handle TREAD/RERROR case in !dotl case

Microsoft Forefront Server Security forwarded attachment
 2011-02-17 23:16 UTC 

NULL d_parent and ceph, nfs sillyrename regressions
 2011-02-17 23:10 UTC 

[PATCH] tmpfs: implement security.capability xattrs
 2011-02-17 21:27 UTC 

LOOKUP_CREATE checks in nfs ->create() instances
 2011-02-17 19:50 UTC  (3+ messages)

[PATCH -V3] Buffered write and writeable mmap support for 9P
 2011-02-17 18:02 UTC  (15+ messages)
` [PATCH 01/14] fs/9p: Fix inode i_size update in file_write
` [PATCH 02/14] fs/9p: Add direct IO support in cached mode
` [PATCH 03/14] fs/9p: Add drop_inode 9p callback
` [PATCH 04/14] fs/9p: Drop the directory link count correctly
` [PATCH 05/14] fs/9p: Update link count correctly during rename
` [PATCH 06/14] fs/9p: Update link count correctly on mkdir
` [PATCH 07/14] fs/9p: Initialize root inode number for dotl
` [PATCH 08/14] fs/9p: Add support for marking inode attribute invalid
` [PATCH 09/14] fs/9p: Mark inode attr invalid on setattr
` [PATCH 10/14] fs/9p: Add . and .. dentry revalidation flag
` [PATCH 11/14] fs/9p: Mark directory inode invalid for many directory inode operations
` [PATCH 12/14] fs/9p: mark inode attribute invalid on rename and unlink
` [PATCH 13/14] fs/9p: Workaround vfs rename rehash bug
` [PATCH 14/14] fs/9p: Prevent multiple inclusion of same header

[PATCH] fs/eventpoll.c: fix spelling
 2011-02-17 16:38 UTC  (2+ messages)

[PATCH] fs: update comments to point correct document
 2011-02-17 15:41 UTC  (2+ messages)

[2.6.32 ubuntu] I/O hang at start_this_handle
 2011-02-17 15:38 UTC  (6+ messages)

[PATCH] streamline Kconfig-s under fs/
 2011-02-17 13:43 UTC 

[PATCH] code cleanup on include/linux/fs.h
 2011-02-17 11:58 UTC  (3+ messages)

[BUG] ext4: cannot unfreeze a filesystem due to a deadlock
 2011-02-17 10:45 UTC  (12+ messages)

[PATCH 0/4] IMA: making i_readcount a first class inode citizen
 2011-02-17  1:46 UTC  (7+ messages)
` [PATCH 1/4] IMA: convert i_readcount to atomic
` [PATCH 2/4] IMA: define readcount functions
` [PATCH 3/4] IMA: maintain i_readcount in the VFS layer
` [PATCH 4/4] IMA: remove IMA imbalance checking

HELLO
 2011-02-16 13:54 UTC 

[PATCH] fs: compat: fixed some coding style issues
 2011-02-16 12:00 UTC 

[PATCH] vfs: Don't rehash the dentry on successfull deletion
 2011-02-16 11:14 UTC 

[LSF/FS TOPIC] I/O performance isolation for shared storage
 2011-02-15 23:15 UTC  (5+ messages)

[PATCH 0/2] aio: Fix use after free bugs
 2011-02-15 19:33 UTC  (9+ messages)
` [PATCH 1/2] fs: Fix aio rcu ioctx lookup
` [PATCH 2/2] fs: Fix race between io_destroy() and io_submit() in AIO
  ` [2/2] "

[PATCH, RFC] prune back iprune_sem
 2011-02-15 14:53 UTC  (4+ messages)

[PATCH 1/3] hfsplus: fix overflow in hfsplus_get_block
 2011-02-15 13:14 UTC  (3+ messages)
` [PATCH 2/3] hfsplus: fix overflow in hfsplus_read_wrapper
` [PATCH 2/3] hfsplus: lift the 2TB size limit

[PATCH 2/2] fs/inode: Fix kernel-doc format for inode_init_owner
 2011-02-15 12:48 UTC 

vfs-scale, d_revalidate from nfsd
 2011-02-15  5:07 UTC  (3+ messages)

XFS status update for January 2011
 2011-02-15  2:01 UTC  (6+ messages)

[PATCH] epoll: Prevent deadlock through unsafe ->f_op->poll() calls
 2011-02-14 22:47 UTC  (4+ messages)
` [PATCH] epoll: Prevent creating circular epoll structures

[Bugme-new] [Bug 29112] New: Random "kernel BUG at include/linux/dcache.h:340"
 2011-02-14 20:04 UTC 

[LSF/MM TOPIC] Drop ext2/ext3 codebase? When?
 2011-02-14 19:00 UTC  (7+ messages)

[PATCH] fs: call security_d_instantiate in d_obtain_alias V2
 2011-02-14 18:35 UTC  (2+ messages)

[PATCH 00/46] rcu-walk and dcache scaling
 2011-02-14 17:57 UTC  (9+ messages)
` [PATCH 17/46] fs: Use rename lock and RCU for multi-step operations

fs: remove 8 bytes of padding from block_device on 64bit builds
 2011-02-14 16:39 UTC 

[LSF/MM TOPIC][ATTEND] Merging the Lustre filesystem
 2011-02-14 15:26 UTC  (4+ messages)

[net/9p] ZeroCopy patch series
 2011-02-14  2:21 UTC  (8+ messages)
` [PATCH 1/7] [net/9p] Preparation and helper functions for zero copy
` [PATCH 2/7] [net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed
` [PATCH 3/7] [net/9p] Add gup/zero_copy support to VirtIO transport layer
` [PATCH 4/7] [net/9p] Add preferences to "
` [PATCH 5/7] [net/9p] Read side zerocopy changes for 9P2000.L protocol
` [PATCH 6/7] [net/9p] Write "
` [PATCH 7/7] [net/9p] Handle TREAD/RERROR case in !dotl case


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