linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-09-04 14:41:04 to 2009-09-09 23:20:11 UTC [more...]

[PATCH 1/9] const: make struct super_block::dq_op const
 2009-09-09 23:20 UTC  (6+ messages)
` [PATCH 2/9] const: make struct super_block::s_qcop const
` [PATCH 3/9] const: mark remaining super_operations const
` [PATCH 4/9] const: mark remaining export_operations const
` [PATCH 5/9] const: mark remaining address_space_operations const
` [PATCH 6/9] const: mark remaining inode_operations as const

[PATCH] fs: Make sure data stored into inode is properly seen before unlocking new inode
 2009-09-09 22:03 UTC  (3+ messages)

fsetxattr() fails on a writable descriptor?
 2009-09-09 21:23 UTC  (2+ messages)

[PATCH 0/6] fix xfs by making I/O to vmap/vmalloc areas work
 2009-09-09 17:55 UTC  (8+ messages)
` [PATCH 1/6] mm: add coherence API for DMA to vmalloc/vmap areas
  ` [PATCH 2/6] parisc: add mm "
    ` [PATCH 3/6] arm: "
      ` [PATCH 4/6] sh: "
        ` [PATCH 5/6] block: permit I/O to vmalloc/vmap kernel pages
          ` [PATCH 6/6] xfs: fix xfs to work with Virtually Indexed architectures

[PATCH 0/8] VFS name lookup permission checking cleanup
 2009-09-09 17:09 UTC  (24+ messages)
` [PATCH 1/8] Do not call 'ima_path_check()' for each path component
  ` [PATCH 2/8] Simplify exec_permission_lite() logic
    ` [PATCH 3/8] Simplify exec_permission_lite() further
      ` [PATCH 4/8] Simplify exec_permission_lite(), part 3
        ` [PATCH 5/8] Make 'check_acl()' a first-class filesystem op
          ` [PATCH 6/8] shmfs: use 'check_acl' instead of 'permission'
            ` [PATCH 7/8] ext[234]: move over to 'check_acl' permission model
              ` [PATCH 8/8] jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'

FIBMAP/FIEMAP discrepancy for CAP_SYS_RAWIO
 2009-09-09 16:13 UTC  (7+ messages)

[RFC][PATCH 7/7] writeback: balance_dirty_pages() shall write more than dirtied pages
 2009-09-09 15:53 UTC  (3+ messages)
  ` [RFC][PATCH 1/7] writeback: cleanup writeback_single_inode()
  ` [RFC][PATCH 2/7] writeback: fix queue_io() ordering

[PATCH 0/8] Per-bdi writeback flusher threads v19
 2009-09-09 14:37 UTC  (44+ messages)
` [PATCH 1/8] writeback: get rid of generic_sync_sb_inodes() export
` [PATCH 2/8] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 3/8] writeback: switch to per-bdi threads for flushing data
` [PATCH 4/8] writeback: get rid of pdflush completely
` [PATCH 5/8] writeback: add some debug inode list counters to bdi stats
` [PATCH 6/8] writeback: add name to backing_dev_info
` [PATCH 7/8] writeback: check for registered bdi in flusher add and inode dirty
` [PATCH 8/8] vm: Add an tuning knob for vm.max_writeback_mb

xfs failure on parisc (and presumably other VI cache systems) caused by I/O to vmalloc/vmap areas
 2009-09-09 14:34 UTC  (15+ messages)
            ` [PATCH 1/5] mm: add coherence API for DMA "
            ` [PATCH 2/5] parisc: add mm "
            ` [PATCH 3/5] arm: "
            ` [PATCH 4/5] block: permit I/O to vmalloc/vmap kernel pages
            ` [PATCH 5/5] xfs: fix xfs to work with Virtually Indexed architectures

aio_read const struct iovec *
 2009-09-09 11:53 UTC  (2+ messages)

[PATCH take 2][RFC] fat: Save FAT root directory timestamps to volume label
 2009-09-09  7:47 UTC  (10+ messages)
            ` [PATCH take 3][RFC] "

[patch 00/11] new truncate sequence
 2009-09-09  7:11 UTC  (6+ messages)
` [patch 01/11] fs: new truncate helpers

Why doesn't zap_pte_range() call page_mkwrite()
 2009-09-09  5:39 UTC  (14+ messages)

binfmt_elf PT_INTERP gets EFAULT if no PROT_WRITE
 2009-09-09  2:49 UTC  (2+ messages)

[PATCH 00/20] ceph distributed file system client
 2009-09-08 23:47 UTC  (25+ messages)
` [PATCH 01/20] ceph: documentation
  ` [PATCH 02/20] ceph: on-wire types
    ` [PATCH 03/20] ceph: client types
      ` [PATCH 04/20] ceph: ref counted buffer
        ` [PATCH 05/20] ceph: super.c
          ` [PATCH 06/20] ceph: inode operations
            ` [PATCH 07/20] ceph: directory operations
              ` [PATCH 08/20] ceph: file operations
                ` [PATCH 09/20] ceph: address space operations
                  ` [PATCH 10/20] ceph: MDS client
                    ` [PATCH 11/20] ceph: OSD client
                      ` [PATCH 12/20] ceph: CRUSH mapping algorithm
                        ` [PATCH 13/20] ceph: monitor client
                          ` [PATCH 14/20] ceph: capability management
                            ` [PATCH 15/20] ceph: snapshot management
                              ` [PATCH 16/20] ceph: messenger library
                                ` [PATCH 17/20] ceph: nfs re-export support
                                  ` [PATCH 18/20] ceph: ioctls
                                    ` [PATCH 19/20] ceph: debugfs
                                      ` [PATCH 20/20] ceph: Kconfig, Makefile

[PATCH 0/4] Safely removing mmaped files
 2009-09-08 22:18 UTC  (6+ messages)
` [PATCH 1/4] mm: Introduce revoke_file_mappings
  ` [PATCH 2/4] sysfs: Use revoke_file_mappings
    ` [PATCH 3/4] proc: Clean up mmaps when a proc file is removed
      ` [PATCH 4/4] pci: Remove bogus check of proc dir entry usage

[PATCH] Remove superfluous error check
 2009-09-08 21:49 UTC 

What's in ocfs2.git
 2009-09-08 20:23 UTC 

[PATCH 0/8] Per-bdi writeback flusher threads v17
 2009-09-08 18:44 UTC  (7+ messages)
` [PATCH 2/8] writeback: move dirty inodes from super_block to backing_dev_info

[PATCH RFC] Ext3 data=guarded
 2009-09-08 15:09 UTC  (3+ messages)
` [PATCH 1/2] Ext3: Fix race in ext3_mark_inode_dirty
` [PATCH 2/2] Ext3: data=guarded mode

[RFC PATCH] v2 mm: balance_dirty_pages. reduce calls to global_page_state to reduce cache references
 2009-09-08 10:41 UTC  (7+ messages)

[PATCH RFC] Add locking to ext3_do_update_inode
 2009-09-07 22:30 UTC  (3+ messages)

[PATCH 0/8] Per-bdi writeback flusher threads v18
 2009-09-07 19:50 UTC  (15+ messages)
` [PATCH 3/8] writeback: switch to per-bdi threads for flushing data
      ` [PATCH 3/8] writeback: switch to per-bdi threads for flushing data v2
` [PATCH 8/8] vm: Add an tuning knob for vm.max_writeback_mb

[patch 00/33] my current vfs scalability patch queue
 2009-09-07 11:35 UTC  (17+ messages)
` [patch 04/33] fs: brlock vfsmount_lock
` [patch 05/33] fs: scale mntget/mntput
` [patch 08/33] fs: dcache scale nr_dentry
` [patch 09/33] fs: dcache scale dentry refcount
` [patch 16/33] fs: dcache per-bucket dcache hash locking

[ANNOUNCE] util-linux-ng v2.16.1
 2009-09-07  9:51 UTC 

[RFC] LSM/TOMOYO: LSM hooks for chmod/chown/chroot/mount/open/execve
 2009-09-06  5:28 UTC 

[PATCH] ext4,jbd2 - tracepoints: fix format string compile warnings (ino_t)
 2009-09-05 13:41 UTC  (2+ messages)

2.6.31-rc8 JFS inconsistent lock state
 2009-09-04 15:24 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).