linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-11-13 10:10:52 to 2007-11-29 04:20:21 UTC [more...]

[patch 00/19] Page cache: Replace PAGE_CACHE_xx with inline functions
 2007-11-29  4:19 UTC  (49+ messages)
` [patch 01/19] Define functions for page cache handling
` [patch 02/19] Use page_cache_xxx functions in mm/filemap.c
` [patch 03/19] Use page_cache_xxx in mm/page-writeback.c
` [patch 04/19] Use page_cache_xxx in mm/truncate.c
` [patch 05/19] Use page_cache_xxx in mm/rmap.c
` [patch 06/19] Use page_cache_xxx in mm/filemap_xip.c
` [patch 07/19] Use page_cache_xxx in mm/migrate.c
` [patch 08/19] Use page_cache_xxx in fs/libfs.c
` [patch 09/19] Use page_cache_xxx in fs/sync
` [patch 10/19] Use page_cache_xxx in fs/buffer.c
` [patch 11/19] Use page_cache_xxx in mm/mpage.c
` [patch 12/19] Use page_cache_xxx in mm/fadvise.c
` [patch 13/19] Use page_cache_xxx in fs/splice.c
` [patch 14/19] Use page_cache_xxx in ext2
` [patch 15/19] Use page_cache_xxx in fs/ext3
` [patch 16/19] Use page_cache_xxx in fs/ext4
` [patch 17/19] Use page_cache_xxx in fs/reiserfs
` [patch 18/19] Use page_cache_xxx for fs/xfs
` [patch 19/19] Use page_cache_xxx in drivers/block/rd.c

[RFC][PATCH] Implement SEEK_HOLE/SEEK_DATA
 2007-11-29  4:14 UTC  (13+ messages)

[PATCH -v3] SELinux: Add get, set, and cloning of superblock security information
 2007-11-28 17:04 UTC  (2+ messages)

last ladies profiles uodates
 2007-11-28  6:51 UTC 

rquota
 2007-11-27 15:14 UTC  (5+ messages)

Reminder: Linux Storage and Filesystem Workshop
 2007-11-26 15:47 UTC 

[GIT PULL -mm] 00/16 Unionfs updates/fixes/cleanups
 2007-11-26 16:44 UTC  (17+ messages)
` [PATCH 01/16] Unionfs: use f_path instead of f_dentry/mnt
` [PATCH 02/16] Unionfs: minor cleanup in writepage
` [PATCH 03/16] Unionfs: minor coding standards applied
` [PATCH 04/16] Unionfs: minor cleanup in the debugging infrastructure
` [PATCH 05/16] Unionfs: set lower mnt after mkdir which resulted in copyup
` [PATCH 06/16] Unionfs: handle whiteouts more efficiently in filldir
` [PATCH 07/16] Unionfs: remove useless debugging messages
` [PATCH 08/16] Unionfs: release lower resources on successful rmdir
` [PATCH 09/16] Unionfs: don't create whiteouts on rightmost branch
` [PATCH 10/16] Unionfs: create opaque directories' whiteouts unconditionally
` [PATCH 11/16] Unionfs: update times in setattr
` [PATCH 12/16] Unionfs: reintroduce a bmap method
` [PATCH 13/16] Unionfs: support splice(2)
` [PATCH 14/16] Unionfs: prevent multiple writers to lower_page
` [PATCH 15/16] Unionfs: update our inode size correctly upon partial write
` [PATCH 16/16] Unionfs: use generic_file_aio_read/write

[PATCH]loop cleanup in fs/namespace.c - repost
 2007-11-26 10:30 UTC  (8+ messages)
      ` [PATCH] [2.6.24-rc3-mm1] loop "

Zero free bytes incorrectly reported by initramfs
 2007-11-26  3:41 UTC 

Xmas Draws...........Your Email Won
 2007-11-24 14:54 UTC 

[ANN] Squashfs 3.3 released
 2007-11-21 15:00 UTC  (7+ messages)

Proposal to improve filesystem/block snapshot interaction
 2007-11-20 23:43 UTC  (4+ messages)

writeout stalls in current -git
 2007-11-20 21:09 UTC  (10+ messages)

[take8 0/4] dst: Distributed storage
 2007-11-20 15:24 UTC  (5+ messages)
  ` [take8 1/4] dst: Distributed storage documentation
    ` [take8 2/4] dst: Core distributed storage files
      ` [take8 3/4] dst: Network state machine
        ` [take8 4/4] dst: Algorithms used in distributed storage

[PATCH] ext3,4:fdatasync should skip metadata writeout
 2007-11-20  7:20 UTC  (8+ messages)

msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to userland
 2007-11-20  1:30 UTC  (4+ messages)

[PATCH] fs: use list_for_each_entry_reverse and kill sb_entry
 2007-11-17 14:33 UTC 

[PATCH 0/2] cramfs: support for other endianness
 2007-11-16 15:44 UTC  (15+ messages)
` [PATCH 0/2] cramfs: Add mount option "swapendian"
` [PATCH 0/2] cramfs: update README file

[rfc][patch 3/5] afs: new aops
 2007-11-15 21:37 UTC  (14+ messages)
    ` [rfc][patches] remove ->prepare_write

Should PAGE_CACHE_SIZE be discarded?
 2007-11-15 21:30 UTC  (9+ messages)

Beagle and logging inotify events
 2007-11-15 20:14 UTC  (16+ messages)

[RFC] fuse writable mmap design
 2007-11-15 20:11 UTC  (7+ messages)

[PATCH] [CIFS] fix potential data corruption when there are errors writing out dirty pages
 2007-11-15 12:45 UTC 

[patch 02/13] locks: fix possible infinite loop in posix deadlock detection
 2007-11-15  6:09 UTC 

[PATCH 0/3] mmap vs NFS
 2007-11-14 22:53 UTC  (13+ messages)
` [PATCH 1/3] mm: pull mmap_sem into do_mmap{,_pgoff}
` [PATCH 2/3] vfs: ->mmap_prepare()
` [PATCH 3/3] nfs: use ->mmap_prepare() to avoid an AB-BA deadlock

[ANNOUNCE] Ceph distributed file system
 2007-11-13 18:50 UTC  (3+ messages)

[ANNOUNCE] util-linux-ng 2.13.1-rc1
 2007-11-13 11:24 UTC 

[GIT PULL -mm] 0/9 Unionfs updates/cleanups/fixes
 2007-11-13 10:10 UTC  (7+ messages)
` [PATCH 3/9] Unionfs: update cache-coherency detection heuristics
` [PATCH 4/9] Unionfs: writepage updates
` [PATCH 5/9] Unionfs: clear partial read in readpage
` [PATCH 6/9] Unionfs: debugging updates
` [PATCH 8/9] Unionfs: fold do_readpage into unionfs_readpage
` [PATCH 9/9] Unionfs: move debugging checks inside locks


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