linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-03-25 10:11:40 to 2010-04-08 18:05:32 UTC [more...]

[PATCH 0/6] RFC quota: Redesign IO error handling interface
 2010-04-08 18:04 UTC  (5+ messages)
` [PATCH 1/6] quota: unify quota init condition in setattr
  ` [PATCH 2/6] quota: Add proper error handling on quota initialization
    ` [PATCH 3/6] quota: Check what quota is properly initialized for inode before charge
      ` [PATCH 4/6] ext3: handle errors in orphan_cleanup

endless sync on bdi_sched_wait()? 2.6.33.1
 2010-04-08 10:12 UTC  (7+ messages)

[PATCH] ext2_free_inode(): remove useless call to brelse()
 2010-04-08 10:01 UTC  (3+ messages)

[ubifs] add update vfs super block infomation when remount to ro mode
 2010-04-08  7:20 UTC 

Please Respond
 2010-04-08  3:58 UTC 

[PATCH 0/3] ext4/quota: journalled quota optimizations
 2010-04-07 12:06 UTC  (12+ messages)
` [PATCH 1/3] quota: optimize mark_dirty logic
  ` [PATCH 2/3] ext4: journalled quota optimization
    ` [PATCH 3/3] ext4: optimize quota write locking

[PATCH] quota: handle io errors in dquot_transfer
 2010-04-07  9:55 UTC  (4+ messages)

[PATCH] radix_tree_tag_get() is not as safe as the docs make out [ver #2]
 2010-04-07  8:17 UTC  (3+ messages)

[PATCH] radix_tree_tag_get() is not as safe as the docs make out
 2010-04-06 21:18 UTC  (5+ messages)

BUG EXT3-fs: fragsize 1024 != blocksize 4096 (unsupported)
 2010-04-06 21:07 UTC  (6+ messages)

Reply
 2010-04-06 15:43 UTC 

[PATCH 1/3] RFC quota: add generic quota error handlers
 2010-04-06 17:35 UTC  (6+ messages)
` [PATCH 2/3] ext4: check quota error state on quota_off
  ` [PATCH 3/3] ext3: "

[PATCH] direct_io: Allow partial writes
 2010-04-06 14:47 UTC 

[PATCH] vfs: reorganize inode chattr checks
 2010-04-06 10:15 UTC  (2+ messages)
` PING "

[PATCH 0/5] RFC: introduce extended inode owner identifier v6
 2010-04-06  9:00 UTC  (2+ messages)
` Ping

[PATCH 1/2] RFC quota: add generic quota error handlers. v2
 2010-04-05 16:29 UTC  (2+ messages)
` [PATCH 2/2] ext4: add quota's error handling callback

[PATCH 0/6] tagged sysfs support
 2010-04-05  8:17 UTC  (38+ messages)
` [PATCH 1/6] sysfs: Basic support for multiple super blocks
    ` [PATCH 7/6] sysfs: Remove double free sysfs_get_sb
` [PATCH 2/6] kobj: Add basic infrastructure for dealing with namespaces
` [PATCH 3/6] sysfs: Implement sysfs tagged directory support
` [PATCH 4/6] sysfs: Add support for tagged directories with untagged members
` [PATCH 5/6] sysfs: Implement sysfs_delete_link
` [PATCH 6/6] driver core: Implement ns directory support for device classes

v9fs merging and whatnot
 2010-04-02 16:36 UTC 

[PATCH] namei.c : update mnt when it needed
 2010-04-02  9:37 UTC 

[patch 00/33] my current vfs scalability patch queue
 2010-04-02  2:24 UTC  (5+ messages)
` [patch 03/33] fs: scale files_lock
        ` [patch 1/2] fs: cleanup files_lock

[PATCH] fs-writeback.c: bitfields should be unsigned
 2010-04-02  1:36 UTC 

[C/R v20][PATCH 00/96] Linux Checkpoint-Restart - v20
 2010-04-01 23:57 UTC  (2+ messages)

UnionMount status?
 2010-04-01 15:36 UTC  (5+ messages)

[LSF/VM TOPIC] TCM v4.0 generic configfs fabric infrastructure
 2010-04-01  6:23 UTC 

[PATCH] quota: add per-inode reservaton space sanity checks
 2010-03-31 23:23 UTC  (8+ messages)

[PATCH 00/15] cifs: implement multisession mounts (RFC)
 2010-03-31 16:43 UTC  (19+ messages)
` [PATCH 01/15] cifs: remove unused list_head from cifs_sb_info
` [PATCH 02/15] cifs: add function to get a tcon from cifs_sb
` [PATCH 03/15] cifs: track local_nls in volume info
` [PATCH 04/15] cifs: move SMB session creation code into separate function
` [PATCH 05/15] cifs: move tcon find/create "
` [PATCH 06/15] cifs: add tcon field to cifsFileInfo struct
` [PATCH 07/15] cifs: make various routines use the cifsFileInfo->tcon pointer
` [PATCH 08/15] cifs: have find_readable/writable_file filter by fsuid
` [PATCH 09/15] cifs: fix cifs_show_options to show "username=" or "multises"
` [PATCH 10/15] cifs: move secType to the SMB session
` [PATCH 11/15] cifs: have cifs_new_fileinfo take a tcon arg
` [PATCH 12/15] cifs: build sessions and tcons on the fly
` [PATCH 13/15] cifs: on multises mount, set ownership to current_fsuid/current_fsgid
` [PATCH 14/15] cifs: add "multises" mount option
` [PATCH 15/15] cifs: temporary hack -- set secType to Kerberos

RFC: direct MTD support for SquashFS
 2010-03-31  6:35 UTC  (7+ messages)
` [PATCH 0/3] "
` [PATCH 1/3] squashfs: parametrize decompressors on buffer_head operations
` [PATCH 2/3] squashfs: gather everything block device specific into block.c
` [PATCH 3/3] squashfs: add MTD backend

Union mounts and fchown/fchmod/utimensat
 2010-03-30 21:31 UTC  (7+ messages)

[RFC PATCH 0/4] union mounts: In-kernel copyup v1
 2010-03-30 21:16 UTC  (5+ messages)
` [PATCH 1/4] VFS: Split inode_permission() and create path_permission()
  ` [PATCH 2/4] VFS: create user_path_and_parent()
    ` [PATCH 3/4] union-mount: In-kernel copyup routines
      ` [PATCH 4/4] union-mount: Implement chown()

[PATCH -V2] Generic name to handle and open by handle syscalls
 2010-03-30 19:36 UTC  (6+ messages)

[PATCH -next] x86, fs: add sys_compat_write for net/socket.c
 2010-03-30 18:48 UTC  (3+ messages)

[GIT PULL] Ceph fixes for 2.6.34-rc3
 2010-03-29 21:01 UTC 

[PATCH] cleanup __generic_block_fiemap and fix a few minor issues
 2010-03-29 18:05 UTC  (6+ messages)

[PATCH 1/2] jfs: add jfs speciffic ->setattr call
 2010-03-29 16:00 UTC  (3+ messages)
` [PATCH 2/2] ufs: add ufs "

[PATCH] udf: add speciffic ->setattr callback
 2010-03-29 14:51 UTC  (2+ messages)

Oncology Doctors - 2,200 records all with emails
 2010-03-28 16:52 UTC 

Real Estate Agents - 1 million records with emails
 2010-03-28 18:09 UTC 

[rfc][patch] mm: lockdep page lock
 2010-03-26 11:54 UTC  (7+ messages)

[GIT BISECT] first bad commit: 1f36f774 Switch !O_CREAT case to use of do_last()
 2010-03-25 18:33 UTC  (50+ messages)
            ` [pnfs] "


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