linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-15 22:35:47 to 2012-11-21 01:30:55 UTC [more...]

The bug of iput() removal from flusher thread?
 2012-11-21  1:30 UTC  (10+ messages)

[PATCH v1 0/9] fs: fix up AIO+DIO+O_SYNC to actually do the sync part
 2012-11-21  0:57 UTC  (25+ messages)
` [PATCH 1/9] vfs: Handle O_SYNC AIO DIO in generic code properly
` [PATCH 2/9] ext4: honor the O_SYNC flag for aysnchronous direct I/O requests
` [PATCH 3/9] xfs: factor out everything but the filemap_write_and_wait from xfs_file_fsync
` [PATCH 6/9] gfs2: Use generic handlers of O_SYNC AIO DIO
` [PATCH 4/9] xfs: honor the O_SYNC flag for aysnchronous direct I/O requests
` [PATCH 5/9] btrfs: Use generic handlers of O_SYNC AIO DIO
` [PATCH 7/9] ocfs2: "
` [PATCH 8/9] filemap: don't call generic_write_sync for -EIOCBQUEUED
` [PATCH 9/9] blkdev: Fix up AIO+DIO+O_SYNC to do the sync part correctly

[PATCH RFC 0/12] Final userns conversions
 2012-11-21  0:09 UTC  (19+ messages)
  ` [PATCH RFC 01/12] userns: Support 9p interacting with multiple user namespaces
      ` [PATCH RFC 02/12] userns: Convert afs to use kuid/kgid where appropriate
      ` [PATCH RFC 03/12] userns: Convert ceph "
      ` [PATCH RFC 04/12] userns: Convert cifs "
      ` [PATCH RFC 05/12] userns: Convert coda's "
      ` [PATCH RFC 06/12] userns: Convert gfs2 "
      ` [PATCH RFC 07/12] userns: Convert ncpfs to use kuid and kgid "
      ` [PATCH RFC 08/12] userns: Convert nfs and nfsd to use kuid/kgid "
      ` [PATCH RFC 09/12] userns: Convert ocfs2 to use kuid and kgid "
      ` [PATCH RFC 10/12] userns: Convert xfs to use kuid/kgid/kprojid "
      ` [PATCH RFC 11/12] userns: Now that everything has been converted remove the unnecessary infrastructure
      ` [PATCH RFC 12/12] userns: Remove the EXPERMINTAL kconfig tag

[PATCH] sendfile: allows bypassing of notifier events
 2012-11-20 22:43 UTC  (2+ messages)

Recent kernel "mount" slow
 2012-11-20 18:09 UTC 

[PATCH] fs: revert commit bbdd6808 to fallocate UAPI
 2012-11-20 16:36 UTC  (2+ messages)

Why when I copy a file, there was no metadata come with the user data in last two transactions...?
 2012-11-20 14:11 UTC 

Scheduled Maintenance & Upgrade
 2012-11-20 18:47 UTC 

[PATCH 0/4][RFC] remove duplicated check from ext4, xfs, btrfs, and ocfs2
 2012-11-20 10:46 UTC  (7+ messages)
` [PATCH 1/4][RFC] ext4: remove duplicated check from ext4_fallocate
` [PATCH 2/4][RFC] xfs: remove duplicated check from xfs_file_fallocate
` [PATCH 3/4][RFC] btrfs: remove duplicated check from btrfs_fallocate
` [PATCH 4/4][RFC] ocfs2: remove duplicated check from ocfs2_fallocate

(unknown)
 2012-11-20  8:15 UTC 

(unknown)
 2012-11-20  8:07 UTC 

(unknown)
 2012-11-20  8:05 UTC 

[PATCH] exec: do not leave bprm->interp on stack
 2012-11-20  7:08 UTC  (22+ messages)

[patch 0/7] Providing additional information in fdinfo sufficient for c/r, v3
 2012-11-20  6:35 UTC  (7+ messages)
` [patch 7/7] fs, notify: Add procfs fdinfo helper v6

[PATCH review 0/6] mount namespace container enhancements
 2012-11-20  4:29 UTC  (9+ messages)
  ` [PATCH review 1/6] vfs: Allow chroot if you have CAP_SYS_CHROOT in your user namespace
      ` [PATCH review 2/6] vfs: Add setns support for the mount namespace
      ` [PATCH review 3/6] vfs: Add a user namespace reference from struct mnt_namespace
      ` [PATCH review 4/6] vfs: Only support slave subtrees across different user namespaces
      ` [PATCH review 5/6] vfs: Allow unprivileged manipulation of the mount namespace
      ` [PATCH review 6/6] userns: fix return value on mntns_install() failure

SQLite on flash (was: [PATCH 00/16] f2fs: introduce flash-friendly file system)
 2012-11-20  1:23 UTC  (30+ messages)
` light weight write barriers
    ` [sqlite] "

[PATCH v3 1/2] writeback: add dirty_background_centisecs per bdi variable
 2012-11-19 23:18 UTC  (6+ messages)

[PATCH review 0/16] user namespace and namespace infrastructure completion
 2012-11-19 22:34 UTC  (27+ messages)
  ` [PATCH review 01/16] userns: Ignore suid and sgid on binaries if the uid or gid can not be mapped
    ` [PATCH review 08/16] userns: Kill task_user_ns
    ` [PATCH review 10/16] userns: Implement unshare of the user namespace
      ` [PATCH review 02/16] userns: Allow unprivileged users to create user namespaces
      ` [PATCH review 03/16] userns: Allow chown and setgid preservation
      ` [PATCH review 04/16] userns: Allow setting a userns mapping to your current uid
      ` [PATCH review 05/16] userns: Allow unprivileged users to create new namespaces
      ` [PATCH review 06/16] userns: Allow unprivileged use of setns
      ` [PATCH review 07/16] userns: Make create_new_namespaces take a user_ns parameter
      ` [PATCH review 09/16] userns: Implent proc namespace operations
      ` [PATCH review 11/16] procfs: Print task uids and gids in the userns that opened the proc file
      ` [PATCH review 12/16] userns: For /proc/self/{uid, gid}_map derive the lower userns from the struct file
      ` [PATCH review 13/16] userns: Allow unprivilged mounts of proc and sysfs
      ` [PATCH review 14/16] proc: Generalize proc inode allocation
      ` [PATCH review 15/16] proc: Fix the namespace inode permission checks
      ` [PATCH review 16/16] proc: Usable inode numbers for the namespace file descriptors

[PATCH] exec: use -ELOOP for max recursion depth
 2012-11-19 21:30 UTC 

[PATCH 262/493] fs/file: remove use of __devinit
 2012-11-19 18:23 UTC 

unhandled kfree while ramfs_fill_super gets called
 2012-11-19  8:44 UTC  (3+ messages)

[PATCH 09/58] fs/locks.c: Mark generic_add_lease and generic_delete_lease static
 2012-11-19  5:27 UTC 

[PATCH] hostfs: fix a not needed double check
 2012-11-18  8:59 UTC  (2+ messages)

[RFC] LFTL: a FTL for large parallel IO flash cards
 2012-11-17 13:11 UTC  (4+ messages)

[PATCH] autofs4 - use simple_empty() for empty directory check
 2012-11-17  2:29 UTC  (6+ messages)

Crash when IO is being submitted and block size is changed
 2012-11-16 22:02 UTC  (21+ messages)
    ` [PATCH 1/3] Fix "
      ` [PATCH 2/3] Introduce percpu rw semaphores
          ` [dm-devel] "
                ` [PATCH 4/3] "
                  ` [PATCH 0/4] Fix a crash when block device is read and block size is changed at the same time
                                    ` [PATCH 1/2] "

[PATCH 00/16 v3] f2fs: introduce flash-friendly file system
 2012-11-16 21:26 UTC  (4+ messages)

[PATCH v2 00/14] fuse: An attempt to implement a write-back cache policy
 2012-11-16 17:10 UTC  (15+ messages)
  ` [PATCH 01/14] fuse: Linking file to inode helper
  ` [PATCH 02/14] fuse: Getting file for writeback helper
  ` [PATCH 03/14] fuse: Prepare to handle short reads
  ` [PATCH 04/14] fuse: Prepare to handle multiple pages in writeback
  ` [PATCH 05/14] fuse: Connection bit for enabling writeback
  ` [PATCH 06/14] fuse: Trust kernel i_size only
  ` [PATCH 07/14] fuse: Update i_mtime on buffered writes
  ` [PATCH 08/14] fuse: Flush files on wb close
  ` [PATCH 09/14] fuse: Implement writepages and write_begin/write_end callbacks
  ` [PATCH 10/14] fuse: fuse_writepage_locked() should wait on writeback
  ` [PATCH 11/14] fuse: fuse_flush() "
  ` [PATCH 12/14] fuse: Fix O_DIRECT operations vs cached writeback misorder
  ` [PATCH 13/14] fuse: Turn writeback cache on
  ` [PATCH 14/14] mm: Account for WRITEBACK_TEMP in balance_dirty_pages

I NEED YOUR ASSISTANCE
 2012-11-16 14:39 UTC 

[PATCH 2/3] fat: fix time updates for create and delete
 2012-11-16 13:47 UTC  (12+ messages)

[PATCH] vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flags
 2012-11-16 13:25 UTC  (2+ messages)

MY BELOVED FRIEND IN THE LORD, PLEASE OPEN THE ATTACHED FILE AND GET BACK TO ME AS SOON AS POSSIBLE
 2012-11-16 12:55 UTC 

MY BELOVED FRIEND IN THE LORD, PLEASE OPEN THE ATTACHED FILE AND GET BACK TO ME AS SOON AS POSSIBLE
 2012-11-16 12:54 UTC 

[PATCH 0/4] Fix reiserfs deadlocks with quotas
 2012-11-16 11:33 UTC  (5+ messages)
` [PATCH 1/4] reiserfs: Fix lock ordering during remount
` [PATCH 2/4] reiserfs: Protect reiserfs_quota_on() with write lock
` [PATCH 3/4] reiserfs: Protect reiserfs_quota_write() "
` [PATCH 4/4] reiserfs: Move quota calls out of "

Hello My Beloved One
 2012-11-16 11:28 UTC 

[PATCH 0/10] fuse: An attempt to implement a write-back cache policy
 2012-11-16 10:32 UTC  (6+ messages)
` [PATCH 6/10] fuse: Trust kernel i_size only

[PATCH v1 resend hot_track 00/16] vfs: hot data tracking
 2012-11-16  9:51 UTC  (17+ messages)
` [PATCH v1 hot_track 01/16] vfs: introduce some data structures
` [PATCH v1 hot_track 02/16] vfs: add init and cleanup functions
` [PATCH v1 hot_track 03/16] vfs: add I/O frequency update function
` [PATCH v1 hot_track 04/16] vfs: add two map arrays
` [PATCH v1 hot_track 05/16] vfs: add hooks to enable hot tracking
` [PATCH v1 hot_track 06/16] vfs: add temp calculation function
` [PATCH v1 hot_track 07/16] vfs: add map info update function
` [PATCH v1 hot_track 08/16] vfs: add aging function
` [PATCH v1 hot_track 09/16] vfs: add one work queue
` [PATCH v1 hot_track 10/16] vfs: add FS hot type support
` [PATCH v1 hot_track 11/16] vfs: register one shrinker
` [PATCH v1 hot_track 12/16] vfs: add one ioctl interface
` [PATCH v1 hot_track 13/16] vfs: add debugfs support
` [PATCH v1 hot_track 14/16] proc: add two hot_track proc files
` [PATCH v1 hot_track 15/16] btrfs: add hot tracking support
` [PATCH v1 hot_track 16/16] vfs: add documentation

[PATCH 20/21] mm: drop vmtruncate
 2012-11-16  7:45 UTC  (3+ messages)

[RFC v4+ hot_track 00/19] vfs: hot data tracking
 2012-11-16  6:16 UTC  (4+ messages)
` [RFC v4+ hot_track 02/19] vfs: initialize and free data structures


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