linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-05-12 12:22:43 to 2009-05-19 00:49:00 UTC [more...]

[PATCH] readahead:add blk_run_backing_dev
 2009-05-19  0:44 UTC  (3+ messages)

[PATCH 00/32] VFS based Union Mount (V3)
 2009-05-18 20:40 UTC  (35+ messages)
` [PATCH 01/32] atomic: Only take lock when the counter drops to zero on UP as well
` [PATCH 02/32] VFS: BUG() if somebody tries to rehash an already hashed dentry
` [PATCH 03/32] VFS: propagate mnt_flags into do_loopback
` [PATCH 04/32] VFS: Make lookup_hash() return a struct path
` [PATCH 05/32] VFS: Remove unnecessary micro-optimization in cached_lookup()
` [PATCH 06/32] VFS: Make real_lookup() return a struct path
` [PATCH 07/32] VFS: Introduce dput() variant that maintains a kill-list
` [PATCH 08/32] whiteout: Don't return information about whiteouts to userspace
` [PATCH 09/32] whiteout: Add vfs_whiteout() and whiteout inode operation
` [PATCH 10/32] whiteout: Set S_OPAQUE inode flag when creating directories
` [PATCH 11/32] whiteout: Add whiteout support to tmpfs
` [PATCH 12/32] whiteout: Split of ext2_append_link() from ext2_add_link()
` [PATCH 13/32] whiteout: Add whiteout support to ext2
` [PATCH 14/32] whiteout: Add path_whiteout() helper
` [PATCH 15/32] union-mount: Documentation
` [PATCH 16/32] union-mount: Introduce MNT_UNION and MS_UNION flags
` [PATCH 17/32] union-mount: Introduce union_mount structure
` [PATCH 18/32] union-mount: Drive the union cache via dcache
` [PATCH 19/32] union-mount: Some checks during namespace changes
` [PATCH 20/32] union-mount: Changes to the namespace handling
` [PATCH 21/32] union-mount: Make lookup work for union-mounted file systems
` [PATCH 22/32] union-mount: stop lookup when directory has S_OPAQUE flag set
` [PATCH 23/32] union-mount: stop lookup when finding a whiteout
` [PATCH 24/32] union-mount: in-kernel file copy between union mounted filesystems
` [PATCH 25/32] union-mount: check for logically empty directory (FIXME)
` [PATCH 26/32] union-mount: call do_whiteout() on unlink and rmdir
` [PATCH 27/32] union-mount: Always create topmost directory on open
` [PATCH 28/32] union-mount: Basic fallthru definitions
` [PATCH 29/32] union mount: Support for fallthru entries in union mount lookup
` [PATCH 30/32] union mount: ext2 fallthru support
` [PATCH 31/32] union-mount: tmpfs "
` [PATCH 32/32] union-mount: Copy up directory entries on first readdir()
` [PATCH] Userland for VFS based Union Mount (V3)

get_block
 2009-05-18 20:00 UTC  (2+ messages)

[Jfs-discussion] JFS locking problem detected (kernel 2.6.30)
 2009-05-18 18:46 UTC 

[RFC] The reflink(2) system call
 2009-05-18 18:26 UTC  (71+ messages)
` [PATCH 1/3] fs: Document the "
              ` [Ocfs2-devel] "
` [RFC] The reflink(2) system call v2
      ` [RFC] The reflink(2) system call v4
                      ` [Ocfs2-devel] "

How to best return errors on follow_link
 2009-05-18 17:42 UTC  (2+ messages)

[Bug 13232] ext3/4 with synchronous writes gets wedged by Postfix
 2009-05-18 14:10 UTC  (3+ messages)

EXT vs XFS at 80% filled filesystem
 2009-05-18 13:17 UTC  (4+ messages)

[patch 0/3] make splice more generic
 2009-05-18 12:36 UTC  (12+ messages)
` [patch 2/3] splice: implement default splice_read method

[PATCH 0/11] Per-bdi writeback flusher threads #4
 2009-05-18 12:19 UTC  (12+ messages)
` [PATCH 01/11] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 02/11] writeback: switch to per-bdi threads for flushing data
` [PATCH 03/11] writeback: get rid of pdflush completely
` [PATCH 04/11] writeback: separate the flushing state/task from the bdi
` [PATCH 05/11] writeback: support > 1 flusher thread per bdi
` [PATCH 06/11] writeback: include default_backing_dev_info in writeback
` [PATCH 07/11] writeback: allow sleepy exit of default writeback task
` [PATCH 08/11] writeback: btrfs must register its backing_devices
` [PATCH 09/11] writeback: add some debug inode list counters to bdi stats
` [PATCH 10/11] writeback: add name to backing_dev_info
` [PATCH 11/11] writeback: check for registered bdi in flusher add and inode dirty

[PATCH 0/2] sys_write() should write all valid data
 2009-05-18 10:16 UTC  (21+ messages)
` [PATCH 1/2] Introduce check_readable_bytes()
` [PATCH 2/2] Perform check in iov_iter_fault_in_readable() by check_readable_bytes()

ubifs, race between link and unlink/rename?
 2009-05-15  9:35 UTC  (4+ messages)

[PATCH 0/4] cleanups on nilfs_get_sb()
 2009-05-15  6:37 UTC  (5+ messages)
` [PATCH 1/4] nilfs2: remove meaningless EBUSY case from nilfs_get_sb function
` [PATCH 2/4] nilfs2: stop using sget to check if current mount is there
` [PATCH 3/4] nilfs2: stop using sget to acquire nilfs object
` [PATCH 4/4] nilfs2: reduce bd_mount_sem use to a minimum

Query to optimize PageCache size in system
 2009-05-15  5:51 UTC  (5+ messages)
        ` Fwd: "

GlusterFS 2.0 Release
 2009-05-15  5:10 UTC  (3+ messages)

[PATCH][BUG] fix the calculation of the oldest_jif in wb_kupdate()
 2009-05-15  4:25 UTC 

[patch 09/28] mm: page_mkwrite change prototype to match fault
 2009-05-14 22:51 UTC  (6+ messages)
  ` [patch 10/28] fs: fix page_mkwrite error cases in core code and btrfs
  ` [patch 11/28] mm: close page_mkwrite races
  ` [patch 12/28] GFS2: Fix page_mkwrite() return code
  ` [patch 13/28] NFS: Fix the return value in nfs_page_mkwrite()
  ` [patch 14/28] NFS: Close page_mkwrite() races

[PATCH 00/13] cifs: implement proper hardlink detection (try #3)
 2009-05-14 12:38 UTC  (17+ messages)
` [PATCH 01/13] cifs: have cifs_NTtimeToUnix take a little-endian arg
` [PATCH 02/13] cifs: make cnvrtDosUnixTm take a little-endian args and an offset
` [PATCH 03/13] cifs: reorganize get_cifs_acl
` [PATCH 04/13] cifs: clean up set_cifs_acl interfaces
  ` [linux-cifs-client] "
` [PATCH 05/13] cifs: rename cifs_iget to cifs_root_iget
` [PATCH 06/13] cifs: add new cifs_iget function and convert unix codepath to use it
` [PATCH 07/13] cifs: convert posix readdir codepath to use cifs_iget
` [PATCH 08/13] cifs: convert cifs_get_inode_info "
` [PATCH 09/13] cifs: convert non-posix readdir codepath "
` [PATCH 10/13] cifs: remove cifs_new_inode
` [PATCH 11/13] cifs: make serverino the default when mounting
` [PATCH 12/13] cifs: remove cifsInodeInfo->inUse counter
` [PATCH 13/13] cifs: remove "hardlink detection" from cifs_rename

[RESEND][PATCH] lseek: remove i_mutex
 2009-05-14  5:57 UTC  (2+ messages)

[PATCH 1/1] fs: fix lock imbalance in do_remount_sb()
 2009-05-13 23:08 UTC  (2+ messages)

[PATCH 00/13] cifs: implement proper hardlink detection
 2009-05-13 11:02 UTC  (6+ messages)
` [PATCH 03/13] cifs: allow get_cifs_acl to be called without an inode

[PATCH 5/6] vfs: Add BUG_ON for delayed and unwritten flags in submit_bh()
 2009-05-12 22:45 UTC 

[2.6.27.stable][patch 0/6] page_mkwrite fixes
 2009-05-12 22:07 UTC  (2+ messages)
` [stable] "

[patch 5/5] fs/inode.c: add dev-id and inode number for debugging in init_special_inode()
 2009-05-12 20:50 UTC 

[patch 1/5] vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystems
 2009-05-12 20:50 UTC 

[patch 4/5] libfs: make simple_read_from_buffer conventional
 2009-05-12 20:50 UTC 

[patch 3/5] vfs: improve comment describing fget_light()
 2009-05-12 20:50 UTC 

[patch 2/5] raw: fix rawctl compat ioctls breakage on amd64 and itanic
 2009-05-12 20:50 UTC 

[PATCH 1/3] fs: Document the reflink(2) system call
 2009-05-12 19:40 UTC  (11+ messages)

Help to edit inode content
 2009-05-12 15:39 UTC 

[PATCH] fs: Don't pass stack garbage to filesystem's get_block() in map_bh->b_size
 2009-05-12 14:07 UTC  (4+ messages)

[PATCH 2/2] ->write_super lock_super pushdown
 2009-05-12 13:40 UTC  (4+ messages)

Is TRIM/DISCARD going to be a performance problem?
 2009-05-12 13:28 UTC  (11+ messages)

[PATCH vfs-2.6:for-next] Push BKL down into ->remount_fs() v2
 2009-05-12 13:10 UTC  (2+ messages)
` [PATCH vfs-2.6:for-next] Push BKL down into ->remount_fs()


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