linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-04-14 06:57:18 to 2010-04-19 04:32:38 UTC [more...]

[PATCH] mm: disallow direct reclaim page writeback
 2010-04-19  4:32 UTC  (90+ messages)
                    ` [PATCH 1/4] vmscan: delegate pageout io to flusher thread if current is kswapd
                    ` [PATCH 2/4] vmscan: kill prev_priority completely
                    ` [PATCH 3/4] vmscan: move priority variable into scan_control
                    ` [PATCH 4/4] vmscan: delegate page cleaning io to flusher thread if VM pressure is low
                            ` [PATCH 1/4] vmscan: simplify shrink_inactive_list()
                            ` [PATCH 2/4] [cleanup] mm: introduce free_pages_prepare
                            ` [PATCH 3/4] mm: introduce free_pages_bulk
                            ` [PATCH 4/4] vmscan: replace the pagevec in shrink_inactive_list() with list

endless sync on bdi_sched_wait()? 2.6.33.1
 2010-04-19  1:37 UTC  (3+ messages)

Fix "undefined reference to `anon_inode_getfd'"
 2010-04-18 20:25 UTC 

afs_fsync
 2010-04-18 19:46 UTC 

[PATCH 0/2] Context sensitive memory shrinker support
 2010-04-18  0:15 UTC  (3+ messages)
` [PATCH 1/2] mm: add context argument to shrinker callback

union mount src parts
 2010-04-17 18:40 UTC  (2+ messages)

[RFC PATCH 00/10] Reduce stack usage used by page reclaim V1
 2010-04-16 23:34 UTC  (33+ messages)
` [PATCH 01/10] vmscan: kill prev_priority completely
` [PATCH 02/10] vmscan: move priority variable into scan_control
` [PATCH 03/10] vmscan: simplify shrink_inactive_list()
` [PATCH 04/10] vmscan: Remove useless loop at end of do_try_to_free_pages
` [PATCH 05/10] vmscan: Remove unnecessary temporary vars in do_try_to_free_pages
` [PATCH 06/10] vmscan: Split shrink_zone to reduce stack usage
` [PATCH 07/10] vmscan: Remove unnecessary temporary variables in shrink_zone()
` [PATCH 08/10] vmscan: Setup pagevec as late as possible in shrink_inactive_list()
` [PATCH 09/10] vmscan: Setup pagevec as late as possible in shrink_page_list()
` [PATCH 10/10] vmscan: Update isolated page counters outside of main path in shrink_inactive_list()

[PATCH] ubifs: add update vfs super block infomation when remount to ro mode
 2010-04-16 19:10 UTC  (2+ messages)

[PATCHv3 0/7] The FunctionFS composite function
 2010-04-16 16:10 UTC  (4+ messages)
` [PATCH 1/8] wait_event_interruptible_locked() interface
    ` [PATCH 2/8] fs/timerfd.c: make use of wait_event_interruptible_locked_irq()

[PATCH 00/35] Union mounts - everything but the xattrs
 2010-04-16 15:59 UTC  (38+ messages)
` [PATCH 01/35] VFS: Make lookup_hash() return a struct path
  ` [PATCH 02/35] VFS: Add read-only users count to superblock
    ` [PATCH 03/35] XXX autofs4: Save autofs trigger's vfsmount in super block info
      ` [PATCH 04/35] whiteout/NFSD: Don't return information about whiteouts to userspace
        ` [PATCH 05/35] whiteout: Add vfs_whiteout() and whiteout inode operation
          ` [PATCH 06/35] whiteout: Set S_OPAQUE inode flag when creating directories
            ` [PATCH 07/35] whiteout: Allow removal of a directory with whiteouts
              ` [PATCH 08/35] whiteout: tmpfs whiteout support
                ` [PATCH 09/35] whiteout: Split of ext2_append_link() from ext2_add_link()
                  ` [PATCH 10/35] whiteout: ext2 whiteout support
                    ` [PATCH 11/35] whiteout: jffs2 "
                      ` [PATCH 12/35] fallthru: Basic fallthru definitions
                        ` [PATCH 13/35] fallthru: ext2 fallthru support
                          ` [PATCH 14/35] fallthru: jffs2 "
                            ` [PATCH 15/35] fallthru: tmpfs "
                              ` [PATCH 16/35] union-mount: Writable overlays/union mounts documentation
                                ` [PATCH 17/35] union-mount: Introduce MNT_UNION and MS_UNION flags
                                  ` [PATCH 18/35] union-mount: Introduce union_mount structure and basic operations
                                    ` [PATCH 19/35] union-mount: Drive the union cache via dcache
                                      ` [PATCH 20/35] union-mount: Implement union lookup
                                        ` [PATCH 21/35] union-mount: Support for mounting union mount file systems
                                          ` [PATCH 22/35] union-mount: Call do_whiteout() on unlink and rmdir in unions
                                            ` [PATCH 23/35] union-mount: Copy up directory entries on first readdir()
                                              ` [PATCH 24/35] VFS: Split inode_permission() and create path_permission()
                                                ` [PATCH 25/35] VFS: Create user_path_nd() to lookup both parent and target
                                                  ` [PATCH 26/35] union-mount: In-kernel copyup routines
                                                    ` [PATCH 27/35] union-mount: Implement union-aware access()/faccessat()
                                                      ` [PATCH 28/35] union-mount: Implement union-aware link()
                                                        ` [PATCH 29/35] union-mount: Implement union-aware rename()
                                                          ` [PATCH 30/35] union-mount: Implement union-aware writable open()
                                                            ` [PATCH 31/35] union-mount: Implement union-aware chown()
                                                              ` [PATCH 32/35] union-mount: Implement union-aware truncate()
                                                                ` [PATCH 33/35] union-mount: Implement union-aware chmod()/fchmodat()
                                                                  ` [PATCH 34/35] union-mount: Implement union-aware lchown()
                                                                    ` [PATCH 35/35] union-mount: Implement union-aware utimensat()
    ` [PATCH 03/35] autofs4: Save autofs trigger's vfsmount in super block info

[PATCH] fs-writeback : check sync bit earlier in inode_wait_for_writeback
 2010-04-16 15:33 UTC 

[RFC][PATCH 0/3] ext4: inode preferred block allocation
 2010-04-16  8:23 UTC  (4+ messages)

[PATCH 2/2] [RFC] Remove BKL from fs/locks.c
 2010-04-15 20:36 UTC  (7+ messages)

[PATCH] Remove useless affectation in __lookup_mnt()
 2010-04-15 19:39 UTC 

[BUG] Rewriting backing_dev_info in MTD
 2010-04-15 17:23 UTC  (2+ messages)

[Lsf10-pc] [ATTEND] i'd like to attend!
 2010-04-15 13:58 UTC 

[PATCH 0/5] RFC: introduce extended inode owner identifier v6
 2010-04-15 11:30 UTC  (4+ messages)
` Ping

[PATCH] mm: disallow direct reclaim page writeback
 2010-04-15  1:56 UTC  (7+ messages)

[RFC] nfs: use 2*rsize readahead size
 2010-04-14 21:22 UTC  (12+ messages)
        ` [RFC] nfs: use 4*rsize "

[PATCH 0/6] Ceph RADOS block device
 2010-04-14 17:39 UTC  (4+ messages)
` [PATCH 5/6] ceph: refactor mount related functions, add helpers

[PATCH 1/2] jfs: add jfs speciffic ->setattr call
 2010-04-14 13:52 UTC  (5+ messages)

fuse: read zero size files
 2010-04-14 10:22 UTC  (3+ messages)

[PATCH] mm: disallow direct reclaim page writeback
 2010-04-14 10:16 UTC  (10+ messages)

[RFC][PATCH 3/3] ext4: add EXT4_IOC_GET_PA to get inode PA information
 2010-04-14  8:19 UTC 

[RFC][PATCH 2/3] ext4: sort and merge inode PA
 2010-04-14  8:18 UTC 

[RFC][PATCH 1/3] ext4: add EXT4_IOC_CONTROL_PA to create/discard inode PA
 2010-04-14  8:17 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).