linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-20 12:17:03 to 2012-10-25 15:09:00 UTC [more...]

[RFC v4 00/15] vfs: hot data tracking
 2012-10-25 15:09 UTC  (7+ messages)
` [RFC v4 01/15] vfs,hot_track: introduce private radix tree structures
` [RFC v4 03/15] vfs,hot_track: add the function for collecting I/O frequency
` [RFC v4 04/15] vfs,hot_track: add two map arrays
` [RFC v4 06/15] vfs,hot_track: add the function for updating "
` [RFC v4 07/15] vfs,hot_track: add the aging function
` [RFC v4 08/15] vfs,hot_track: add one work queue

SQLite on flash (was: [PATCH 00/16] f2fs: introduce flash-friendly file system)
 2012-10-25 14:03 UTC  (17+ messages)
` light weight write barriers
    ` [sqlite] "

[PATCH] exec: do not leave bprm->interp on stack
 2012-10-25 12:57 UTC  (8+ messages)

[RESEND PATCH] fs/super.c set_anon_super calling optimization
 2012-10-25 11:38 UTC 

[PATCH v2] epoll: Support for disabling items, and a self-test app
 2012-10-25 10:23 UTC  (7+ messages)

[PATCH 00/16 v2] f2fs: introduce flash-friendly file system
 2012-10-25  8:12 UTC  (52+ messages)
` [PATCH 01/16 v2] f2fs: add document
` [PATCH 02/16 v2] f2fs: add on-disk layout
` [PATCH 03/16 v2] f2fs: add superblock and major in-memory structure
` [PATCH 04/16 v2] f2fs: add super block operations
` [PATCH 05/16 v2] f2fs: add checkpoint operations
` [PATCH 06/16 v2] f2fs: add node operations
` [PATCH 07/16 v2] f2fs: add segment operations
` [PATCH 08/16 v2] f2fs: add file operations
` [PATCH 09/16 v2] f2fs: add address space operations for data
` [PATCH 10/16 v2] f2fs: add core inode operations
` [PATCH 11/16 v2] f2fs: add inode operations for special inodes
` [PATCH 12/16 v2] f2fs: add core directory operations
` [PATCH 13/16 v2] f2fs: add xattr and acl functionalities
` [PATCH 14/16 v2] f2fs: add garbage collection functions
` [PATCH 15/16 v2] f2fs: add recovery routines for roll-forward
` [PATCH 16/16 v2] f2fs: update Kconfig and Makefile
` [PATCH 0/3] f2fs: move proc files to debugfs
  ` [PATCH 1/3] f2fs: gc.h: make should_do_checkpoint() inline
  ` [PATCH 2/3] f2fs: move statistics code into one file
  ` [PATCH 3/3] f2fs: move proc files to debugfs
    ` [PATCH 3/3 v2] "

[PATCH] binfmt_elf.c: Introduce a wrapper of get_random_int() to fix entropy depleting
 2012-10-25  7:53 UTC 

[PATCH 06/21] ocfs2: drop vmtruncate
 2012-10-25  6:37 UTC  (9+ messages)

Linux file system sandbox
 2012-10-25  6:25 UTC  (2+ messages)

[PATCH] mm: readahead: remove redundant ra_pages in file_ra_state
 2012-10-25  3:12 UTC  (18+ messages)

[PATCH 0/2] struct pid-ify autofs4
 2012-10-25  0:25 UTC  (9+ messages)

mmotm 2012-10-24-17-15 uploaded
 2012-10-25  0:16 UTC 

fs: page cache wrongly left invalidated after revalidate_disk
 2012-10-24 23:39 UTC  (4+ messages)

[RESEND][PATCH] compat: VIDEO_SET_SPU_PALETTE missing error check
 2012-10-24 20:59 UTC 

[PATCH] nfs: fix wrong object type in lockowner_slab
 2012-10-24 19:42 UTC  (2+ messages)

[RFC, PATCH 0/2] fiemap: filesystem free space mapping
 2012-10-24 19:15 UTC  (7+ messages)

[PATCH 04/21] procfs: drop vmtruncate
 2012-10-24 16:02 UTC  (3+ messages)

[PATCH v2] procfs: Improve Scaling in proc
 2012-10-24 15:00 UTC 

[patch] compat_ioctl: cleanup a type in do_i2c_rdwr_ioctl()
 2012-10-24  7:11 UTC 

[PATCH v6 1/2] cifs: Alternate Data Streams: Add support
 2012-10-23 15:21 UTC  (3+ messages)

[PATCH v6 2/2] cifs: Alternate Data Streams: Account for mount option mapchars
 2012-10-23 13:24 UTC 

[PATCH v3 00/22] loop: Issue O_DIRECT aio using bio_vec
 2012-10-23 13:04 UTC  (29+ messages)
` [PATCH 01/22] iov_iter: move into its own file
` [PATCH 02/22] iov_iter: iov_iter_copy_from_user() should use non-atomic copy
` [PATCH 03/22] iov_iter: add copy_to_user support
  ` [PATCH 04/22] fuse: convert fuse to use iov_iter_copy_[to|from]_user
` [PATCH 05/22] iov_iter: hide iovec details behind ops function pointers
` [PATCH 06/22] iov_iter: add bvec support
` [PATCH 07/22] iov_iter: add a shorten call
` [PATCH 08/22] iov_iter: let callers extract iovecs and bio_vecs
` [PATCH 09/22] dio: create a dio_aligned() helper function
` [PATCH 10/22] dio: Convert direct_IO to use iov_iter
` [PATCH 11/22] dio: add bio_vec support to __blockdev_direct_IO()
` [PATCH 12/22] fs: pull iov_iter use higher up the stack
` [PATCH 13/22] aio: add aio_kernel_() interface
` [PATCH 14/22] aio: add aio support for iov_iter arguments
` [PATCH 15/22] bio: add bvec_length(), like iov_length()
` [PATCH 16/22] loop: use aio to perform io on the underlying file
` [PATCH 17/22] fs: add read_iter and write_iter to several file systems
` [PATCH 18/22] ocfs2: add support for read_iter, write_iter, and direct_IO_bvec
` [PATCH 19/22] ext4: add support for read_iter and write_iter
` [PATCH 20/22] nfs: add support for read_iter, write_iter
` [PATCH 21/22] btrfs: add support for read_iter and write_iter
` [PATCH 22/22] block_dev: add support for read_iter, write_iter

BUG: enabling psacct breaks fsfreeze
 2012-10-23  9:43 UTC 

[PATCH v2] fat: editions to support fat_fallocate()
 2012-10-23  7:24 UTC  (5+ messages)

mmotm 2012-10-22-17-08 uploaded
 2012-10-23  0:09 UTC 

hfsplus BUG(), kmap and journalling
 2012-10-22  9:02 UTC  (2+ messages)

[PATCH v3 1/2] writeback: add dirty_background_centisecs per bdi variable
 2012-10-22  1:25 UTC  (5+ messages)

NFS: kernel forces trailing slash for export in /proc/self/mounts
 2012-10-22  0:01 UTC  (3+ messages)
  ` [PATCH] nfs: Show original device name verbatim in /proc/*/mount{s,info}

[PATCH] cifs: don't call cifs_lookup from atomic open with a hashed negative dentry
 2012-10-21  0:44 UTC 

[PATCH 21/21] Documentation: drop vmtruncate
 2012-10-20 12:31 UTC 

[PATCH 18/21] ntfs: drop vmtruncate
 2012-10-20 12:28 UTC 

[PATCH 20/21] mm: drop vmtruncate
 2012-10-20 12:30 UTC 

[PATCH 19/21] vfs: drop vmtruncate
 2012-10-20 12:29 UTC 

[PATCH 17/21] nilfs2: drop vmtruncate
 2012-10-20 12:27 UTC 

[PATCH 16/21] ncpfs: drop vmtruncate
 2012-10-20 12:25 UTC 

[PATCH 15/21] minix: drop vmtruncate
 2012-10-20 12:25 UTC 

[PATCH 14/21] logfs: drop vmtruncate
 2012-10-20 12:24 UTC 

[PATCH 13/21] hfsplus: drop vmtruncate
 2012-10-20 12:23 UTC 

[PATCH 02/21] sysv: drop vmtruncate
 2012-10-20 12:16 UTC 

[PATCH 12/21] jfs: drop vmtruncate
 2012-10-20 12:22 UTC 

[PATCH 11/21] hpfs: drop vmtruncate
 2012-10-20 12:22 UTC 

[PATCH 10/21] hfs: drop vmtruncate
 2012-10-20 12:21 UTC 

[PATCH 09/21] bfs: drop vmtruncate
 2012-10-20 12:20 UTC 

[PATCH 08/21] affs: drop vmtruncate
 2012-10-20 12:20 UTC 

[PATCH 07/21] adfs: drop vmtruncate
 2012-10-20 12:19 UTC 

[PATCH 05/21] omfs: drop vmtruncate
 2012-10-20 12:18 UTC 

[PATCH 03/21] reiserfs: drop vmtruncate
 2012-10-20 12: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).