linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-06-08 08:52:00 to 2010-06-10 07:19:49 UTC [more...]

[RFC, PATCH 0/5] fsfreeze: fix sb vs bdev freeze/thaw b0rkage
 2010-06-10  7:19 UTC 

[PATCH v2] ocfs2: Let ocfs2_setattr use new truncate sequence
 2010-06-10  5:58 UTC  (5+ messages)
  ` [PATCH v3] "

Question about inotify and bind mount
 2010-06-10  5:52 UTC  (6+ messages)

[PATCH V2 2/7] Cleancache (was Transcendent Memory): core files
 2010-06-10  3:28 UTC  (2+ messages)

[RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
 2010-06-10  1:29 UTC  (14+ messages)
` [PATCH 1/6] tracing, vmscan: Add trace events for kswapd wakeup, sleeping and direct reclaim
` [PATCH 2/6] tracing, vmscan: Add trace events for LRU page isolation
` [PATCH 3/6] tracing, vmscan: Add trace event when a page is written
` [PATCH 4/6] tracing, vmscan: Add a postprocessing script for reclaim-related ftrace events
` [PATCH 5/6] vmscan: Write out ranges of pages contiguous to the inode where possible
` [PATCH 6/6] vmscan: Do not writeback pages in direct reclaim

[PATCH 0/3] writeback: bug fixes for 2.6.35
 2010-06-10  0:08 UTC  (9+ messages)
` [PATCH 1/3] writeback: pay attention to wbc->nr_to_write in write_cache_pages
` [PATCH 2/3] xfs: remove nr_to_write writeback windup
` [PATCH 3/3] writeback: limit write_cache_pages integrity scanning to current EOF

[PATCH 0/2 RFC v3] Livelock avoidance for data integrity writeback
 2010-06-09 23:45 UTC  (6+ messages)
` [PATCH 1/2] radix-tree: Implement function radix_tree_gang_tag_if_tagged
` [PATCH 2/2] mm: Implement writeback livelock avoidance using page tagging

[PATCHv4 00/17] kill unnecessary SB sync wake-ups
 2010-06-09 22:33 UTC  (9+ messages)
` [PATCHv4 01/17] VFS: introduce helpers for the s_dirty flag

[PATCH 55/58] Make ->drop_inode() just return whether inode needs to be dropped
 2010-06-09 22:29 UTC  (5+ messages)
` [PATCH 55/58][v2] "

[PATCH 47/58] convert exofs to ->evict_inode()
 2010-06-09 21:46 UTC  (12+ messages)
      ` [PATCH ver4] exofs: New truncate sequence
        ` [PATCH ver5] "

[PATCH] ocfs2: Remove the deprecated inode_setattr
 2010-06-09 19:53 UTC  (9+ messages)
          ` [Ocfs2-devel] "

[PATCHv5 00/16] kill unnecessary SB sync wake-ups + cleanups
 2010-06-09 16:36 UTC  (3+ messages)
` [PATCHv5 04/16] VFS: add memory barrier to sb_mark_clean and sb_mark_dirty

Attn
 2010-06-03 16:15 UTC 

Wrong DIF guard tag on ext2 write
 2010-06-09 15:58 UTC  (11+ messages)

[PATCH][RFC] Complex filesystem operations: split and join
 2010-06-09 15:05 UTC 

[PATCH 13/58] merge ext2 delete_inode and clear_inode, switch to ->evict_inode()
 2010-06-09 14:17 UTC  (2+ messages)

[PATCH 7/58] new helper: end_writeback()
 2010-06-09 13:50 UTC  (4+ messages)

[PATCH] writeback: fix pin_sb_for_writeback
 2010-06-09 13:31 UTC 

[PATCH 2/58] unify fs/inode.c callers of clear_inode()
 2010-06-09 13:15 UTC  (3+ messages)

[PATCH 0/2 RFC v3] Livelock avoidance for data integrity writeback
 2010-06-09 13:04 UTC  (6+ messages)
` [PATCH 2/2] mm: Implement writeback livelock avoidance using page tagging

[PATCH 0/6] writeback fixes - slow unmount and others
 2010-06-09 12:29 UTC  (14+ messages)
` [PATCH 1/6] writeback: fix writeback completion notifications
` [PATCH 2/6] writeback: queue work on stack in writeback_inodes_sb
` [PATCH 3/6] writeback: enforce s_umount locking "
` [PATCH 4/6] writeback: fix writeback_inodes_wb from writeback_inodes_sb
` [PATCH 5/6] writeback: simplify wakeup_flusher_threads
` [PATCH 6/6] writeback: simplify and split bdi_start_writeback

[PATCH 0/2] new truncate sequence, part3
 2010-06-09 10:59 UTC  (8+ messages)
` [PATCH 2/2] check ATTR_SIZE contraints in inode_change_ok

[PATCH] Documentation: New truncate sequence: Remove reference to nonexistent ->setsize
 2010-06-09 10:10 UTC  (3+ messages)

[PATCH 44/58] switch gfs2 to ->evict_inode()
 2010-06-09  9:28 UTC  (2+ messages)

OOM problem caused by fs
 2010-06-09  8:16 UTC  (5+ messages)

[topic proposal] dealing with ->d_revalidate() right ways (automounting, atomic opens and the whole mess around that)
 2010-06-09  2:29 UTC  (2+ messages)

[PATCH 43/58] switch ocfs2 to ->evict_inode()
 2010-06-09  1:53 UTC  (6+ messages)
` [PATCH 43/58][v2] "

[PATCH 45/58] convert btrfs to ->evict_inode()
 2010-06-09  1:46 UTC  (2+ messages)
` [PATCH 45/58][v2] "

[PATCH 56/58] convert remaining ->clear_inode() to ->evict_inode()
 2010-06-09  0:25 UTC  (2+ messages)

[RFC 1/2] [9P] Add a new access mode, V9FS_ACCESS_USER
 2010-06-09  0:22 UTC  (2+ messages)
` [RFC 2/2] [fs/9p] Check if the inode change is allowed

Labeled-NFS: Security Label support in NFSv4
 2010-06-08 23:10 UTC  (12+ messages)
  ` [PATCH 01/10] Security: Add hook to calculate context based on a negative dentry
  ` [PATCH 02/10] Security: Add Hook to test if the particular xattr is part of a MAC model
  ` [PATCH 03/10] LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data
  ` [PATCH 04/10] SELinux: Add new labeling type native labels
  ` [PATCH 05/10] KConfig: Add KConfig entries for Labeled NFS
  ` [PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags
  ` [PATCH 07/10] NFSv4: Introduce new label structure
  ` [PATCH 08/10] NFS: Client implementation of Labeled-NFS
  ` [PATCH 09/10] NFS: Extend NFS xattr handlers to accept the security namespace
  ` [PATCH 10/10] NFSD: Server implementation of MAC Labeling

[PATCH 0/6] writeback: tracing and fixes V4
 2010-06-08 22:46 UTC  (4+ messages)

[PATCH 58/58] update VFS documentation for method changes
 2010-06-08 22:24 UTC 

[PATCH 57/58] All filesystems that need invalidate_inode_buffers() are doing that explicitly
 2010-06-08 22:24 UTC 

[PATCH 54/58] fs/inode.c:clear_inode() is gone
 2010-06-08 22:23 UTC 

[PATCH 53/58] fs/inode.c:evict() doesn't care about delete vs. non-delete paths now
 2010-06-08 22:23 UTC 

[PATCH 52/58] ->delete_inode() is gone
 2010-06-08 22:23 UTC 

[PATCH 51/58] convert ext4 to ->evict_inode()
 2010-06-08 22:23 UTC 

[PATCH 50/58] convert logfs to ->evict_inode()
 2010-06-08 22:23 UTC 

[PATCH 49/58] logfs: get rid of magical inodes
 2010-06-08 22:23 UTC 

[PATCH 48/58] convert nilfs2 to ->evict_inode()
 2010-06-08 22:22 UTC 

[PATCH 46/58] convert reiserfs to ->evict_inode()
 2010-06-08 22:22 UTC 

[PATCH 42/58] switch ncpfs to ->evict_inode()
 2010-06-08 22:21 UTC 

[PATCH 41/58] switch udf to ->evict_inode()
 2010-06-08 22:21 UTC 

[PATCH 40/58] switch ubifs to ->evict_inode()
 2010-06-08 22:21 UTC 

[PATCH 39/58] switch jfs to ->evict_inode()
 2010-06-08 22:21 UTC 

[PATCH 38/58] switch hpfs to ->evict_inode()
 2010-06-08 22:21 UTC 

[PATCH 37/58] switch hppfs to ->evict_inode()
 2010-06-08 22:21 UTC 

[PATCH 36/58] try to get rid of races in hostfs open()
 2010-06-08 22:20 UTC 

[PATCH 35/58] leak in hostfs_unlink()
 2010-06-08 22:20 UTC 

[PATCH 34/58] hostfs: fix races in dentry_name() and inode_name()
 2010-06-08 22:20 UTC 

[PATCH 33/58] new helper: __dentry_path()
 2010-06-08 22:20 UTC 

[PATCH 32/58] hostfs: sanitize symlinks
 2010-06-08 22:20 UTC 

[PATCH 31/58] hostfs: get rid of inode_dentry_name()
 2010-06-08 22:20 UTC 

[PATCH 30/58] hostfs: get rid of file_type(), fold init_inode()
 2010-06-08 22:19 UTC 

[PATCH 29/58] switch stat_file() to passing a single struct rather than fsckloads of pointers
 2010-06-08 22:19 UTC 

[PATCH 28/58] hostfs: pass pathname to init_inode()
 2010-06-08 22:19 UTC 

[PATCH 27/58] get rid of hostfs_read_inode()
 2010-06-08 22:19 UTC 

[PATCH 26/58] hostfs: don't keep a field in each inode when we are using it only in root
 2010-06-08 22:19 UTC 

[PATCH 25/58] stop icache pollution in hostfs, switch to ->evict_inode()
 2010-06-08 22:19 UTC 

[PATCH 24/58] switch affs to ->evict_inode()
 2010-06-08 22:18 UTC 

[PATCH 23/58] switch omfs to ->evict_inode()
 2010-06-08 22:18 UTC 

[PATCH 22/58] switch bfs to ->evict_inode(), clean up
 2010-06-08 22:18 UTC 

[PATCH 21/58] convert ext3 to ->evict_inode()
 2010-06-08 22:18 UTC 

[PATCH 20/58] spufs conversion to ->evict_inode()
 2010-06-08 22:18 UTC 

[PATCH 19/58] switch ufs to ->evict_inode()
 2010-06-08 22:18 UTC 

[PATCH 18/58] covert fatfs to ->evict_inode()
 2010-06-08 22:17 UTC 

[PATCH 17/58] switch smbfs to evict_inode()
 2010-06-08 22:17 UTC 

[PATCH 16/58] switch sysv to ->evict_inode()
 2010-06-08 22:17 UTC 

[PATCH 15/58] switch shmem.c to ->evice_inode()
 2010-06-08 22:17 UTC 

[PATCH 14/58] switch mqueue to ->evict_inode()
 2010-06-08 22:17 UTC 

[PATCH 12/58] switch minix to ->evict_inode(), fix write_inode/delete_inode race
 2010-06-08 22:16 UTC 

[PATCH 11/58] switch sysfs to ->evict_inode()
 2010-06-08 22:16 UTC 

[PATCH 10/58] switch procfs to ->evict_inode()
 2010-06-08 22:16 UTC 

[PATCH 9/58] simplify get_cramfs_inode()
 2010-06-08 22:16 UTC 

[PATCH 8/58] switch hypfs to ->evict_inode()
 2010-06-08 22:16 UTC 

[PATCH 6/58] Take ->i_bdev/->i_cdev handling out of clear_inode()
 2010-06-08 22:15 UTC 

[PATCH 5/58] generic_detach_inode() can be static now
 2010-06-08 22:15 UTC 

[PATCH 4/58] switch hugetlbfs to ->evict_inode()
 2010-06-08 22:15 UTC 

[PATCH 3/58] New method - evict_inode()
 2010-06-08 22:15 UTC 

[PATCH 1/58] simplify checks for I_CLEAR/I_FREEING
 2010-06-08 22:15 UTC 

[patches] saner replacement for ->clear_inode/->delete_inode/->drop_inode
 2010-06-08 22:14 UTC 

[PATCH 1/2] pipe: fix pipe buffer resizing
 2010-06-08 18:59 UTC  (4+ messages)
` [PATCH 2/2] pipe: remove bogus check from "set size" fcntl

2.6.34 echo j > /proc/sysrq-trigger causes inifnite unfreeze/Thaw event
 2010-06-08 14:56 UTC  (8+ messages)

[PATCH] fs: make sure to invalidate pages if we fall back on buffered reads
 2010-06-08 14:24 UTC 

[PATCH -V13 0/11] Generic name to handle and open by handle syscalls
 2010-06-08 14:18 UTC  (2+ messages)

[ANNOUNCE] util-linux-ng v2.18-rc1
 2010-06-08 12:53 UTC  (5+ messages)

Wrong DIF guard tag on ext2 write
 2010-06-08  8:52 UTC  (11+ messages)


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