linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-07-29 22:55:01 to 2009-08-08 10:36:32 UTC [more...]

fanotify - overall design before I start sending patches
 2009-08-08 10:36 UTC  (37+ messages)
                  ` Kernel Event Notification Subsystem (was: fanotify - overall design before I start sending patches)

[PATCH] Fix proc_file_write missing ppos update
 2009-08-08  9:29 UTC  (5+ messages)

[PATCH] fs/Kconfig: move nilfs2 outside misc filesystems
 2009-08-08  8:00 UTC 

2009 Prize Award!!
 2009-08-07 21:44 UTC 

[PATCH 0/4] vfs: change sb->s_maxbytes to loff_t
 2009-08-07 22:51 UTC  (11+ messages)
` [PATCH 1/4] vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signed
` [PATCH 2/4] vfs: explicitly cast s_maxbytes in fiemap_check_ranges
` [PATCH 3/4] vfs: change sb->s_maxbytes to a loff_t
` [PATCH 4/4] vfs: remove redundant checks in do_sendfile

[Patch v3] vfs: allow file truncations when both suid and write permissions set
 2009-08-07 20:53 UTC  (5+ messages)

[PATCH 0/4] XFS iget fixes
 2009-08-07 18:22 UTC  (13+ messages)
` [PATCH 1/4] xfs: fix locking in xfs_iget_cache_hit
` [PATCH 2/4] fix inode_init_always calling convention
` [PATCH 3/4] add __destroy_inode
` [PATCH 4/4] xfs: add xfs_inode_free

[PULL REQUEST] vfs/xfs: fix freeing of inodes not yet added to the inode cache
 2009-08-07 17:34 UTC 

[patch 09/12] sendfile: several fixes
 2009-08-07 11:29 UTC  (7+ messages)

[patch 12/12] vfs: allow file truncations when both suid and write permissions set
 2009-08-07 11:25 UTC  (10+ messages)

BUG? a suspected race bug at alloc_fd()
 2009-08-07 11:08 UTC  (2+ messages)

[patch 01/12] vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystems
 2009-08-07  5:00 UTC  (4+ messages)

[patch 11/12] vfs: optimize touch_time() too
 2009-08-06 23:10 UTC 

[patch 10/12] vfs: optimization for touch_atime()
 2009-08-06 23:10 UTC 

[patch 04/12] libfs: make simple_read_from_buffer conventional
 2009-08-06 23:10 UTC 

[patch 06/12] vfs: split generic_forget_inode() so that hugetlbfs does not have to copy it
 2009-08-06 23:10 UTC 

[patch 08/12] fs: fix overflow in sys_mount() for in-kernel calls
 2009-08-06 23:10 UTC 

[patch 05/12] fs/inode.c: add dev-id and inode number for debugging in init_special_inode()
 2009-08-06 23:10 UTC 

[patch 07/12] seq_file: return a negative error code when seq_path_root() fails
 2009-08-06 23:10 UTC 

[patch 03/12] vfs: improve comment describing fget_light()
 2009-08-06 23:10 UTC 

[patch 02/12] raw: fix rawctl compat ioctls breakage on amd64 and itanic
 2009-08-06 23:10 UTC 

[PATCH 0/9] Per-bdi writeback flusher threads v13
 2009-08-06 21:44 UTC  (24+ messages)
` [PATCH 1/9] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 2/9] writeback: switch to per-bdi threads for flushing data
` [PATCH 3/9] writeback: get rid of pdflush completely
` [PATCH 4/9] writeback: separate the flushing state/task from the bdi
` [PATCH 5/9] writeback: support > 1 flusher thread per bdi
` [PATCH 6/9] writeback: allow sleepy exit of default writeback task
` [PATCH 7/9] writeback: add some debug inode list counters to bdi stats
` [PATCH 8/9] writeback: add name to backing_dev_info
` [PATCH 9/9] writeback: check for registered bdi in flusher add and inode dirty

[PATCH] cleanup blockdev_direct_IO locking
 2009-08-06 21:20 UTC  (3+ messages)

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

setfsuid() and access() syscall
 2009-08-05  7:57 UTC  (4+ messages)

[PATCH take 2][RFC] fat: Save FAT root directory timestamps to volume label
 2009-08-04 10:32 UTC  (6+ messages)

[PATCH 2/2] freeze_bdev: grab active reference to frozen superblocks
 2009-08-03 21:28 UTC 

[PATCH 1/2] freeze_bdev: kill bd_mount_sem
 2009-08-03 21:28 UTC 

Why does __do_page_cache_readahead submit READ, not READA?
 2009-08-03 21:03 UTC  (16+ messages)
          ` [dm-devel] "

inotify like service for an entire mount point?
 2009-08-03 18:32 UTC  (2+ messages)

[Patch] pipe: use file_update_time() when hold i_mutex
 2009-08-03 16:58 UTC  (6+ messages)

[RESEND] [PATCH] readahead:add blk_run_backing_dev
 2009-08-03 11:44 UTC  (15+ messages)

[review] fat/nls: Fix handling of utf8 invalid char
 2009-08-02 15:38 UTC  (3+ messages)

[PATCH 0/2] implement uid mount option for ext2 and ext3
 2009-07-30  9:07 UTC  (4+ messages)

[PATCH] cifs: reinstate original behavior when uid=/gid= options are specified
 2009-08-01  4:50 UTC  (4+ messages)
` [linux-cifs-client] "

nfsd_rename() multiple export problem
 2009-07-31 13:43 UTC 

[PATCH 1/2] vfs: make real_lookup do dentry revalidation with i_mutex held
 2009-07-31  2:03 UTC  (24+ messages)

[PULL] UDF fix for 2.6.31-rc4
 2009-07-30 15:41 UTC 

[PATCH] [RFC] List per-process file descriptor consumption when hitting file-max
 2009-07-30 12:40 UTC  (3+ messages)

BUG? deadlock bug at generic_shutdown_
 2009-07-30  3:41 UTC  (2+ messages)

[PATCH] [RESEND] RFC: List per-process file descriptor consumption when hitting file-max
 2009-07-30  0:12 UTC  (2+ 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).