linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-09-11 14:32:31 to 2009-09-18 20:12:10 UTC [more...]

[patch 07/21] fs: fix overflow in sys_mount() for in-kernel calls
 2009-09-18 20:05 UTC 

[patch 20/21] vfs: no "(unreachable)" prefix for SYSVIPC maps in /proc/PID/maps
 2009-09-18 20:06 UTC 

[patch 21/21] libfs: return error code on failed attr set
 2009-09-18 20:06 UTC 

[patch 18/21] vfs: seq_file: add helpers for data filling
 2009-09-18 20:06 UTC 

[patch 19/21] vfs: revert /proc/mounts to old behavior for unreachable mountpoints
 2009-09-18 20:06 UTC 

[patch 16/21] vfs: fix d_path() for unreachable paths
 2009-09-18 20:05 UTC 

[patch 04/21] libfs: make simple_read_from_buffer conventional
 2009-09-18 20:05 UTC 

[patch 15/21] fs: improve remount,ro vs buffercache coherency
 2009-09-18 20:05 UTC 

[patch 17/21] seq_file: return a negative error code when seq_path_root() fails
 2009-09-18 20:05 UTC 

[patch 01/21] vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystems
 2009-09-18 20:05 UTC 

[patch 06/21] vfs: split generic_forget_inode() so that hugetlbfs does not have to copy it
 2009-09-18 20:05 UTC 

[patch 03/21] vfs: improve comment describing fget_light()
 2009-09-18 20:05 UTC 

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

[patch 02/21] raw: fix rawctl compat ioctls breakage on amd64 and itanic
 2009-09-18 20:05 UTC 

[PATCH 0/7] Per-bdi writeback flusher threads v20
 2009-09-18 17:52 UTC  (6+ messages)

Is nobh code still useful?
 2009-09-18 14:25 UTC  (6+ messages)

[PATCH take 3][RFC] fat: Save FAT root directory timestamps to volume label
 2009-09-18 12:14 UTC  (5+ messages)

'Subset' Hard Links
 2009-09-18  4:26 UTC  (3+ messages)

[PATCH 0/6] fix xfs by making I/O to vmap/vmalloc areas work
 2009-09-17 23:07 UTC  (7+ 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 RFC] Ext3 data=guarded
 2009-09-17 22:19 UTC  (8+ messages)
` [PATCH 2/2] Ext3: data=guarded mode

[PATCH 1/8] networking/fanotify: declare fanotify socket numbers
 2009-09-17 20:07 UTC  (45+ messages)
` [PATCH 8/8] fanotify: send events to userspace over socket reads
                  ` fanotify as syscalls

[RFC] [PATCH 0/7] Improve VFS to handle better mmaps when blocksize < pagesize (v3)
 2009-09-17 15:21 UTC  (8+ messages)
` [PATCH 1/7] fs: buffer_head writepage no invalidate
` [PATCH 2/7] fs: Remove zeroing from nobh_writepage
` [PATCH 3/7] ext4: Deprecate nobh mount option
` [PATCH 4/7] vfs: Add better VFS support for page_mkwrite when blocksize < pagesize
` [PATCH 5/7] ext4: Convert filesystem to the new truncate calling convention
` [PATCH 6/7] ext4: Convert ext4 to new mkwrite code
` [PATCH 7/7] ext2: Convert ext2 "

[PATCH 0/11] Post merge per-bdi writeback patches v3
 2009-09-17  9:33 UTC  (27+ messages)
` [PATCH 01/11] fs: remove bdev->bd_inode_backing_dev_info
` [PATCH 02/11] writeback: get rid of wbc->for_writepages
` [PATCH 03/11] writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE
` [PATCH 04/11] writeback: make wb_writeback() take an argument structure
` [PATCH 05/11] Assign bdi in super_block
` [PATCH 06/11] writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout
` [PATCH 07/11] writeback: use RCU to protect bdi_list
` [PATCH 08/11] writeback: inline allocation failure handling in bdi_alloc_queue_work()
` [PATCH 09/11] writeback: separate starting of sync vs opportunistic writeback
` [PATCH 10/11] writeback: splice dirty inode entries to default bdi on bdi_destroy()
` [PATCH 11/11] writeback: add comments to bdi_work structure

[PATCH 0/16] Post merge per-bdi writeback patches v4
 2009-09-17  9:22 UTC  (23+ messages)
` [PATCH 01/16] fs: remove bdev->bd_inode_backing_dev_info
` [PATCH 02/16] writeback: get rid of wbc->for_writepages
` [PATCH 03/16] writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE
` [PATCH 04/16] writeback: make wb_writeback() take an argument structure
` [PATCH 05/16] fs: Assign bdi in super_block
` [PATCH 06/16] writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout
` [PATCH 07/16] writeback: use RCU to protect bdi_list
` [PATCH 08/16] writeback: inline allocation failure handling in bdi_alloc_queue_work()
` [PATCH 09/16] writeback: separate starting of sync vs opportunistic writeback
` [PATCH 10/16] writeback: splice dirty inode entries to default bdi on bdi_destroy()
` [PATCH 11/16] writeback: add comments to bdi_work structure
` [PATCH 12/16] writeback: use schedule_timeout_interruptible()
` [PATCH 13/16] writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()
` [PATCH 14/16] writeback: improve scalability of bdi writeback work queues
` [PATCH 15/16] writeback: Fix bdi use after free in wb_work_complete()
` [PATCH 16/16] writeback: fix possible bdi writeback refcounting problem

[PATCH 1/2] vfs: make real_lookup do dentry revalidation with i_mutex held
 2009-09-17  6:36 UTC  (11+ messages)

[RFC] LSM/TOMOYO: LSM hooks for chmod/chown/chroot/mount/open/execve
 2009-09-16 11:50 UTC  (2+ messages)
` [PATCH] LSM hooks for chmod/chown/chroot/mount

[PATCH 0/7] Post merge per-bdi writeback patches v2
 2009-09-15 14:09 UTC  (35+ messages)
` [PATCH 1/7] writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE
` [PATCH 2/7] Assign bdi in super_block
` [PATCH 3/7] writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout
` [PATCH 4/7] writeback: use RCU to protect bdi_list
` [PATCH 5/7] writeback: inline allocation failure handling in bdi_alloc_queue_work()
` [PATCH 6/7] writeback: separate starting of sync vs opportunistic writeback
` [PATCH 7/7] writeback: splice dirty inode entries to default bdi on bdi_destroy()

[RFC] The reflink(2) system call
 2009-09-14 22:24 UTC  (6+ messages)
` [RFC] The reflink(2) system call v2
      ` [RFC] The reflink(2) system call v4
        ` [RFC] The reflink(2) system call v5

[PULL REQUEST] UDF fixes for 2.6.32-rc1
 2009-09-14 17:52 UTC 

[PATCH 0/16] Make O_SYNC handling use standard syncing path (version 4)
 2009-09-14 16:54 UTC  (4+ messages)
` [PATCH 18/16] implement posix O_SYNC and O_DSYNC semantics
  ` [PATCHv2 "

[PULL REQUEST] O_SYNC cleanup series
 2009-09-14 16:16 UTC 

[PATCH v3 00/18] periodic write-back timer optimization
 2009-09-14 15:27 UTC  (4+ messages)

bdev->bd_inode_backing_dev_info?
 2009-09-14 13:58 UTC  (2+ messages)

[PATCH 8/8] vm: Add an tuning knob for vm.max_writeback_mb
 2009-09-14 11:17 UTC  (11+ messages)

Generics Offer Best Alternatives!
 2009-09-14  8:33 UTC 

[PATCH 0/4] Post merge per-bdi writeback patches
 2009-09-13 18:20 UTC  (11+ messages)
` [PATCH 1/4] writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE
` [PATCH 2/4] Assign bdi in super_block
` [PATCH 3/4] writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout

[PATCH] exofs: Prints on mount and unmout
 2009-09-13 17:13 UTC 

[PATCH] fs: Make sure data stored into inode is properly seen before unlocking new inode
 2009-09-12 15:06 UTC  (2+ messages)

[PATCH] libfs: return error code on failed attr set
 2009-09-12  1:20 UTC  (3+ messages)

[PATCH 0/6] fix xfs by making I/O to vmap/vmalloc areas work
 2009-09-11 21:57 UTC  (10+ 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


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