linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-09-03 07:52:03 to 2011-09-08 09:31:08 UTC [more...]

[PATCH -V6 00/26] New ACL format for better NFSv4 acl interoperability
 2011-09-08  9:30 UTC  (40+ messages)
` [PATCH -V6 01/26] vfs: Indicate that the permission functions take all the MAY_* flags
` [PATCH -V6 02/26] vfs: Add hex format for MAY_* flag values
` [PATCH -V6 03/26] vfs: Pass all mask flags down to iop->check_acl
  ` [PATCH -V6 04/26] vfs: Add a comment to inode_permission()
  ` [PATCH -V6 05/26] vfs: Add generic IS_ACL() test for acl support
  ` [PATCH -V6 06/26] vfs: Add IS_RICHACL() test for richacl support
  ` [PATCH -V6 08/26] vfs: Add new file and directory create permission flags
  ` [PATCH -V6 11/26] vfs: Add permission flags for setting file attributes
  ` [PATCH -V6 14/26] richacl: Permission mapping functions
  ` [PATCH -V6 15/26] richacl: Compute maximum file masks from an acl
  ` [PATCH -V6 19/26] richacl: Check if an acl is equivalent to a file mode
  ` [PATCH -V6 23/26] vfs: Add richacl permission check
  ` [PATCH -V6 26/26] ext4: Add temporary richacl mount option for ext4
` [PATCH -V6 07/26] vfs: Optimize out IS_RICHACL() if CONFIG_FS_RICHACL is not defined
` [PATCH -V6 09/26] vfs: Add delete child and delete self permission flags
` [PATCH -V6 10/26] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH -V6 12/26] vfs: Make acl_permission_check() work for richacls
` [PATCH -V6 13/26] richacl: In-memory representation and helper functions
` [PATCH -V6 16/26] richacl: Update the file masks in chmod()
` [PATCH -V6 17/26] richacl: Permission check algorithm
` [PATCH -V6 18/26] richacl: Create-time inheritance
` [PATCH -V6 20/26] richacl: Automatic Inheritance
` [PATCH -V6 21/26] richacl: xattr mapping functions
` [PATCH -V6 22/26] vfs: Cache richacl in struct inode
` [PATCH -V6 24/26] ext4: Use IS_POSIXACL() to check for POSIX ACL support
` [PATCH -V6 25/26] ext4: Implement rich acl for ext4

[PATCH 00/18] IO-less dirty throttling v11
 2011-09-08  8:51 UTC  (57+ messages)
` [PATCH 01/18] writeback: account per-bdi accumulated dirtied pages
` [PATCH 02/18] writeback: dirty position control
` [PATCH 03/18] writeback: dirty rate control
` [PATCH 04/18] writeback: stabilize bdi->dirty_ratelimit
` [PATCH 05/18] writeback: per task dirty rate limit
` [PATCH 06/18] writeback: IO-less balance_dirty_pages()
` [PATCH 07/18] writeback: dirty ratelimit - think time compensation
` [PATCH 08/18] writeback: trace dirty_ratelimit
` [PATCH 09/18] writeback: trace balance_dirty_pages
` [PATCH 10/18] writeback: dirty position control - bdi reserve area
` [PATCH 11/18] block: add bdi flag to indicate risk of io queue underrun
` [PATCH 12/18] writeback: balanced_rate cannot exceed write bandwidth
` [PATCH 13/18] writeback: limit max dirty pause time
` [PATCH 14/18] writeback: control "
` [PATCH 15/18] writeback: charge leaked page dirties to active tasks
` [PATCH 16/18] writeback: fix dirtied pages accounting on sub-page writes
` [PATCH 17/18] writeback: fix dirtied pages accounting on redirty
` [PATCH 18/18] btrfs: fix dirtied pages accounting on sub-page writes

Can you review or ack this patch?
 2011-09-08  7:49 UTC 

[patch 0/2] Introduce /proc/pid/map_files v6
 2011-09-08  6:04 UTC  (26+ messages)
` [patch 2/2] fs, proc: Introduce the /proc/<pid>/map_files/ directory v6

Kernel 3.1.0-rc4 oops when connecting iPod
 2011-09-08  3:13 UTC  (11+ messages)

[PATCH 1/2] writeback: Improve busyloop prevention
 2011-09-08  1:22 UTC  (4+ messages)
` [PATCH 2/2] writeback: Replace some redirty_tail() calls with requeue_io()

[PATCH, RFC] writeback: avoid redirtying when ->write_inode failed to clear I_DIRTY
 2011-09-08  0:51 UTC  (9+ messages)

[PATCH] Pass correct length to strnlen_user in fs/exec.c
 2011-09-08  0:39 UTC 

Is there any way to stop reclamation of file cache pages ?
 2011-09-08  0:26 UTC  (2+ messages)

[PATCH][REPOST] Check maxlen on strnlen_user usage
 2011-09-08  0:20 UTC  (3+ messages)

[PATCH] epoll: Fix spurious lockdep warnings
 2011-09-08  0:04 UTC  (2+ messages)

Can you review or ack this patch?
 2011-09-07 23:51 UTC  (2+ messages)

[BUG] ext3: cannot unfreeze a filesystem due to a deadlock
 2011-09-07 22:32 UTC  (10+ messages)

logfs: max 4K writepage size
 2011-09-07 19:17 UTC  (4+ messages)

Issue with lazy umount and closing file descriptor in between
 2011-09-07 16:37 UTC  (2+ messages)

[PATCH] vfs: automount should ignore LOOKUP_FOLLOW
 2011-09-06 15:39 UTC  (8+ messages)

quota tests
 2011-09-06 15:15 UTC  (6+ messages)

[PATCH v1 00/16] ext4: Add metadata checksumming
 2011-09-06 12:59 UTC  (28+ messages)
` [PATCH 06/16] ext4: Calculate and verify inode checksums
` [PATCH 08/16] ext4: Calculate and verify checksums for inode bitmaps
` [PATCH 12/16] ext4: Calculate and verify checksums of directory leaf blocks

[PATCH 2/5] writeback: dirty position control
 2011-09-06 12:40 UTC  (12+ messages)

XFS status update for August 2011
 2011-09-06 12:03 UTC 

binfmt_misc: hangs in syscall with x86 userland on x86_64 kernel
 2011-09-06  8:55 UTC 

[BUG] Soft-lockup during cpu-hotplug in VFS callpaths
 2011-09-06  5:03 UTC  (5+ messages)

BUG: unable to handle kernel paging request at 6b6b6c6f (bdi_lock_two+0x22/0x50)
 2011-09-06  2:11 UTC  (3+ messages)

[PATCH 00/12] RFC: shrinker APi rework and generic LRU lists
 2011-09-05  9:42 UTC  (3+ messages)
` [PATCH 11/13] dcache: use a dispose list in select_parent

[PATCH v2 0/3] blktrace: bio-based device tracing improvement
 2011-09-04 13:15 UTC  (4+ messages)
` [PATCH 1/3] block: move trace_block_bio_remap() before blk_partition_remap
` [PATCH 2/3] block: introduce BIO_IN_FLIGHT flag
` [PATCH 3/3] block: don't export block_bio_complete tracepoint

最新广交会买家库+500万海外买家资源+邮件发送方案=每天都有新买家回复!
 2011-09-03  7:52 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).