linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-24 21:27:26 to 2012-05-31 06:28:16 UTC [more...]

[RFC Patch] fs: implement per-file drop caches
 2012-05-31  6:28 UTC  (5+ messages)

[PATCH] target/file: Drop O_SYNC in favor of implict vfs_fsync_range for writes
 2012-05-31  5:42 UTC  (2+ messages)

container disk quota
 2012-05-31  3:24 UTC  (18+ messages)
  ` [PATCH 01/12] container quota: add kernel configuration for container quota
  ` [PATCH 02/12] container quota: lock/unlock mount namespace when performing quotactl
  ` [PATCH 03/12] container quota: introduce container quota format identifier
  ` [PATCH 04/12] container quota: introduce container disk quota data header file
  ` [PATCH 05/12] container quota: bind disk quota stuff on mount namespace
  ` [PATCH 06/12] container quota: implementations and header for block/inode bill up
  ` [PATCH 07/12] container quota: add quota control source file
  ` [PATCH 08/12] container quota: let quotactl(2) works for container
  ` [PATCH 09/12] container quota: add container disk quota entry to Makefile
  ` [PATCH 10/12] container quota: bill container inodes alloc/free on ext4
  ` [PATCH 11/11] container quota: bill container disk blocks "
  ` [PATCH 12/12] container quota: init/destroy container dqinfo on mount namespace

[PATCH] fs/proc:Add '\n' in sprintf in function proc_pid_wchan()
 2012-05-31  1:56 UTC 

rename locking
 2012-05-31  1:50 UTC  (7+ messages)
` [PATCH 1/6] gfs2: Get rid of I_MUTEX_QUOTA usage
` [PATCH 3/6] vfs: pull ext4's double-i_mutex-locking into common code
` [PATCH 5/6] vfs: take i_mutex on renamed file
  ` [PATCH 2/6] vfs: fix outdated i_mutex_lock_class documentation
  ` [PATCH 4/6] vfs: don't use PARENT/CHILD lock classes for non-directories
  ` [PATCH 6/6] vfs: rename I_MUTEX_QUOTA now that it's not used for quotas

[PATCH] vfs: avoid hang caused by attempting to rmdir an invalid file system
 2012-05-30 20:12 UTC  (10+ messages)

You have an unanswered message Recommends Advanced Sports to you
 2012-05-30 19:00 UTC 

task hung over xfs
 2012-05-30 18:44 UTC 

reiserfs lockdep complaint
 2012-05-30 16:50 UTC  (3+ messages)

[PATCH 1/3] container quota tool: add LXC quota format identifier
 2012-05-30 15:07 UTC  (3+ messages)
  ` [PATCH 2/3] container quota tool: add quotaio for lxc
  ` [PATCH 3/3] container quota tool: teach quota tools to detect and perfrom quota if desired

[PATCH 0/4] Avoid deadlock when corrupted directory creates a loop
 2012-05-30 10:40 UTC  (7+ messages)
` [PATCH 1/4] vfs: Avoid creation of directory loops for corrupted filesystems
` [PATCH 2/4] ext2: Handle error from d_splice_alias()
` [PATCH 3/4] ext3: "
` [PATCH 4/4] ext4: "
` [PATCH 5/4] exofs: "

You have an unanswered message Recommends Advanced Sports to you
 2012-05-30  7:30 UTC 

[PATCH RFC] fs: make reading /proc/mounts consistent
 2012-05-30  7:19 UTC 

[PATCH] block: Fix lock unbalance caused by lock disconnect
 2012-05-30  6:50 UTC  (14+ messages)
  ` [PATCH v2] block: Mitigate "
      ` [PATCH V3] block: Mitigate lock unbalance caused by lock switching
        ` [PATCH] "

[PATCH 1/2] vfs: Do not allow mnt_longterm to go negative
 2012-05-30  3:40 UTC  (6+ messages)
` [PATCH 2/2] vfs: Do not copy_tree() unnecessarily while mounting
` [PATCH v2] vfs: Do not allow mnt_longterm to go negative

write-behind on streaming writes
 2012-05-30  3:21 UTC  (3+ messages)

[patch 6/6] fs: move file_remove_suid() to fs/inode.c
 2012-05-29 18:02 UTC 

[patch 5/6] fsnotify: handle subfiles' perm events
 2012-05-29 18:02 UTC 

[patch 2/6] fs: symlink restrictions on sticky directories
 2012-05-29 18:02 UTC 

[patch 3/6] fs: hardlink creation restrictions
 2012-05-29 18:02 UTC 

[patch 4/6] fsnotify: remove unused parameter from send_to_group()
 2012-05-29 18:02 UTC 

[patch 1/6] vfs: increment iversion when a file is truncated
 2012-05-29 18:02 UTC 

Your order is complete - Please save this email Recommends Advanced Sports to you
 2012-05-29 16:28 UTC 

atime and filesystems with snapshots (especially Btrfs)
 2012-05-29 14:03 UTC  (12+ messages)

[PATCH] quota: fix checkpatch.pl warnning by replacing <asm/uaccess.h> with <linux/uaccess.h>
 2012-05-29 13:01 UTC  (2+ messages)

[RFC] block_dev:Fix bug when read/write block-device which is larger than 16TB in 32bit-OS
 2012-05-29  8:56 UTC 

Your order is complete - Please save this email Recommends Advanced Sports to you
 2012-05-29  7:48 UTC 

[PATCH v3 00/16] Block cleanups
 2012-05-29  3:36 UTC  (51+ messages)
` [PATCH v3 01/16] block: Generalized bio pool freeing
` [PATCH v3 02/16] dm: Use bioset's front_pad for dm_rq_clone_bio_info
    ` [dm-devel] "
  ` [PATCH v3 03/16] block: Add bio_reset()
` [PATCH v3 04/16] pktcdvd: Switch to bio_kmalloc()
` [PATCH v3 05/16] block: Kill bi_destructor
` [PATCH v3 06/16] block: Add an explicit bio flag for bios that own their bvec
` [PATCH v3 07/16] block: Rename bio_split() -> bio_pair_split()
` [PATCH v3 08/16] block: Rework bio splitting
` [PATCH v3 09/16] block: Add bio_clone_kmalloc()
` [PATCH v3 10/16] block: Add bio_clone_bioset()
` [PATCH v3 11/16] block: Only clone bio vecs that are in use
` [PATCH v3 12/16] Closures
` [PATCH v3 13/16] Make generic_make_request handle arbitrarily large bios
` [PATCH v3 14/16] Gut bio_add_page()
` [PATCH v3 15/16] md: Kill merge_bvec_fn()s
` [PATCH v3 16/16] dm: Kill merge_bvec_fn()

[PATCH] block: Avoid missed wakeup in request waitqueue
 2012-05-29  1:21 UTC  (5+ messages)
  ` [PATCH V2] "

[PATCH] vfs: avoid hang caused by attempting to rmdir an invalid file system
 2012-05-28 17:34 UTC 

Christian Recommends Advanced Sports to you
 2012-05-28 16:43 UTC 

[PATCH v2 1/2] block: add BH_Meta flag
 2012-05-28 14:30 UTC  (3+ messages)

[PATCH RESEND] fs: Move bh_cachep to the __read_mostly section
 2012-05-28 11:58 UTC 

the max size of block device on 32bit os,when using do_generic_file_read() proceed
 2012-05-28  6:26 UTC  (2+ messages)
` Re: the max size of block device on 32bit os,when usingdo_generic_file_read() proceed

[RFC PATCH 1/5] block: Introduce q->abort_queue_fn()
 2012-05-28  3:39 UTC  (9+ messages)
` [RFC PATCH 2/5] block: Do not stop draining if waitqueue is not empty

[PATCH] Smack: fix smack_new_inode bogosities
 2012-05-27 21:32 UTC  (2+ messages)

[PATCH] fs/xattr.c:getxattr(): improve handling of allocation failures
 2012-05-27 20:32 UTC 

The truth about " autopilot income "... Recommends Advanced Sports to you
 2012-05-27 11:01 UTC 

The $1,549 per day ZERO traffic system (UPDATE) Recommends Advanced Sports to you
 2012-05-26  1:12 UTC 

[PATCH v2 00/14] Block cleanups (for bcache)
 2012-05-25 22:54 UTC  (27+ messages)
` [PATCH v2 02/14] dm: kill dm_rq_bio_destructor
  ` [dm-devel] "
` [PATCH v2 03/14] block: Add bio_clone_bioset()
` [PATCH v2 04/14] block: Add bio_clone_kmalloc()
` [PATCH v2 08/14] block: Kill bi_destructor
` [PATCH v2 09/14] block: Add an explicit bio flag for bios that own their bvec
` [PATCH v2 11/14] block: Rework bio splitting
` [PATCH v2 12/14] Closures

[PATCH v5 0/3] Btrfs: add IO error device stats
 2012-05-25 20:41 UTC  (3+ messages)

[RFC][PATCH] PM / Sleep: Freeze filesystems during system suspend/hibernation
 2012-05-25 19:13 UTC  (6+ messages)

Friend,Could you "build-up" your own energy? Recommends Advanced Sports to you
 2012-05-25 18:54 UTC 

Tercume edilecek metinleriniz hakkinda
 2012-05-23 13:14 UTC 

Friend,Could you "build-up" your own energy? Recommends Advanced Sports to you
 2012-05-25 15:34 UTC 

[PATCH 00/16] vfs: atomic open v4 (part 1)
 2012-05-25 15:20 UTC  (7+ messages)

[ANNOUNCE] util-linux v2.21.2
 2012-05-25 11:18 UTC 

The $1,549 per day ZERO traffic system (UPDATE) Recommends Advanced Sports to you
 2012-05-25  1:26 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).