linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-01 01:00:20 to 2012-06-06 15:56:55 UTC [more...]

[PATCH v2 0/7] affs: stop using write_supers and s_dirt
 2012-06-06 15:56 UTC  (6+ messages)
` [PATCH v2 1/7] affs: stop setting bm_flags
` [PATCH v2 2/7] affs: remove useless superblock writeout on unmount
` [PATCH v2 3/7] affs: remove useless superblock writeout on remount
` [PATCH v2 4/7] affs: re-structure superblock locking a bit
` [PATCH v2 5/7] affs: stop using lock_super

[PATCH 00/27 v6] Fix filesystem freezing deadlocks
 2012-06-06 15:16 UTC  (32+ messages)
` [PATCH 01/27] fb_defio: Push file_update_time() into fb_deferred_io_mkwrite()
` [PATCH 02/27] fs: Push file_update_time() into __block_page_mkwrite()
` [PATCH 03/27] ceph: Push file_update_time() into ceph_page_mkwrite()
` [PATCH 04/27] 9p: Push file_update_time() into v9fs_vm_page_mkwrite()
` [PATCH 05/27] gfs2: Push file_update_time() into gfs2_page_mkwrite()
` [PATCH 06/27] sysfs: Push file_update_time() into bin_page_mkwrite()
` [PATCH 07/27] mm: Update file times from fault path only if .page_mkwrite is not set
` [PATCH 08/27] mm: Make default vm_ops provide ->page_mkwrite handler
` [PATCH 09/27] fs: Push mnt_want_write() outside of i_mutex
` [PATCH 10/27] fat: "
` [PATCH 11/27] btrfs: "
` [PATCH 12/27] nfsd: "
` [PATCH 13/27] fs: Improve filesystem freezing handling
` [PATCH 14/27] fs: Add freezing handling to mnt_want_write() / mnt_drop_write()
` [PATCH 15/27] fs: Skip atime update on frozen filesystem
` [PATCH 16/27] fs: Protect write paths by sb_start_write - sb_end_write
` [PATCH 17/27] ext4: Convert to new freezing mechanism
` [PATCH 18/27] xfs: Convert to new freezing code
` [PATCH 19/27] ocfs2: Convert to new freezing mechanism
` [PATCH 20/27] gfs2: "
` [PATCH 21/27] fuse: "
` [PATCH 22/27] ntfs: "
  ` [PATCH 23/27] nilfs2: "
` [PATCH 24/27] btrfs: "
` [PATCH 25/27] ext2: Implement freezing
` [PATCH 26/27] fs: Remove old freezing mechanism
` [PATCH 27/27] Documentation: Correct s_umount state for freeze_fs/unfreeze_fs

write-behind on streaming writes
 2012-06-06 14:08 UTC  (14+ messages)

[PATCH v4] remove no longer use of pdflush interface
 2012-06-06 13:38 UTC 

Hole punching and mmap races
 2012-06-06 13:36 UTC  (15+ messages)

[PATCH v2] remove no longer use of pdflush interface
 2012-06-06 13:26 UTC  (12+ messages)

Fanotify and core dumps
 2012-06-06 12:21 UTC 

[PATCH] hfsplus: use -ENOMEM when kzalloc failed
 2012-06-06 12:26 UTC 

[PATCH 0/7] affs: stop using write_supers and s_dirt
 2012-06-06 10:29 UTC  (10+ messages)
` [PATCH 1/7] affs: remove strange argument of affs_commit_super
` [PATCH 2/7] affs: remove useless superblock writeout on unmount
` [PATCH 3/7] affs: remove useless superblock writeout on remount
` [PATCH 4/7] affs: re-structure superblock locking a bit
` [PATCH 5/7] affs: stop using lock_super
` [PATCH 6/7] affs: introduce VFS superblock object back-reference
` [PATCH 7/7] affs: get rid of affs_sync_super

[RFC] connectat() and bindat() system calls
 2012-06-06  8:38 UTC 

[PATCH v3] remove no longer use of pdflush interface
 2012-06-06  7:35 UTC  (2+ messages)

[PATCH] block: Avoid missed wakeup in request waitqueue
 2012-06-06  2:14 UTC  (4+ messages)
` [PATCH V2] "

[PATCH v2] block: Mitigate lock unbalance caused by lock disconnect
 2012-06-06  2:12 UTC  (7+ messages)
` [PATCH V3] block: Mitigate lock unbalance caused by lock switching

[PATCH] remove no longer use of pdflush interface
 2012-06-05 17:43 UTC  (2+ messages)

[PATCH 00/21] vfs: atomic open v6 (part 2)
 2012-06-05 15:50 UTC  (24+ messages)
` [PATCH 01/21] vfs: do_last(): inline lookup_slow()
` [PATCH 02/21] vfs: do_last(): separate O_CREAT specific code
` [PATCH 03/21] vfs: do_last(): common slow lookup
` [PATCH 04/21] vfs: add lookup_open()
` [PATCH 05/21] vfs: lookup_open(): expand lookup_hash()
` [PATCH 06/21] vfs: add i_op->atomic_open()
` [PATCH 07/21] nfs: implement i_op->atomic_open()
` [PATCH 08/21] nfs: clean up ->create in nfs_rpc_ops
` [PATCH 09/21] nfs: don't use nd->intent.open.flags
` [PATCH 10/21] nfs: don't use intents for checking atomic open
` [PATCH 11/21] fuse: implement i_op->atomic_open()
` [PATCH 12/21] cifs: "
` [PATCH 13/21] ceph: remove unused arg from ceph_lookup_open()
` [PATCH 14/21] ceph: implement i_op->atomic_open()
` [PATCH 15/21] 9p: "
` [PATCH 16/21] vfs: remove open intents from nameidata
` [PATCH 17/21] vfs: do_last(): clean up error handling
` [PATCH 18/21] vfs: do_last(): clean up labels
` [PATCH 19/21] vfs: do_last(): clean up bool
` [PATCH 20/21] vfs: do_last(): clean up retry
` [PATCH 21/21] vfs: move O_DIRECT check to common code

System Storage Manager v0.2 released!
 2012-06-05 13:57 UTC 

[PATCH] exofs: stop using s_dirt
 2012-06-05 13:02 UTC  (5+ messages)

[GIT PULL] fuse updates for 3.5
 2012-06-05 12:01 UTC 

[PATCH v2 01/10] string: introduce memweight
 2012-06-05  9:03 UTC  (8+ messages)
` [PATCH v2 02/10] minixfs: use memweight()
` [PATCH v2 05/10] affs: "

task hung over xfs
 2012-06-05  6:28 UTC  (2+ messages)

[PATCH v3 00/16] Block cleanups
 2012-06-05  0:33 UTC  (7+ messages)
` [PATCH v3 14/16] Gut bio_add_page()

container disk quota
 2012-06-05  0:03 UTC  (24+ messages)
` [PATCH 10/12] container quota: bill container inodes alloc/free on ext4

Probleam reading fdinfo symlinks after 30a08bf2d31d275c6fc71dd1811342777e95c831
 2012-06-04 18:11 UTC  (3+ messages)

[PATCH 1/4] Add UTF-16 convenience functions
 2012-06-04 15:29 UTC  (2+ messages)

[PATCH] udf: stop using s_dirt
 2012-06-04 13:44 UTC  (2+ messages)

[PATCH] remove no longer use of pdflush interface
 2012-06-04 13:34 UTC  (5+ messages)

[PATCH RFC v2] fs: make reading /proc/mounts consistent
 2012-06-04 12:15 UTC 

[PATCH] buffer_read_full_page:make comments tidy
 2012-06-04 11:16 UTC 

[RFC Patch] fs: implement per-file drop caches
 2012-06-04  3:28 UTC  (9+ messages)

xfs_alloc_vextent: object is on stack, but not annotated
 2012-06-04  0:49 UTC  (2+ messages)

Non-root can create, but not delete, btrfs snapshots?
 2012-06-03 23:36 UTC 

[PATCH RFC] fs: make reading /proc/mounts consistent
 2012-06-03  8:42 UTC  (3+ messages)
  ` [PATCH RFC] "

[PATCH 5/5] Rename variables from nls_mac* to nls_mac_*
 2012-06-02  1:09 UTC 

[PATCH 4/5] Rename charsets from mac* to mac-*
 2012-06-02  1:08 UTC 

[PATCH 3/5] Rename files from nls_mac*.c to nls_mac-*.c
 2012-06-02  1:07 UTC 

[PATCH 2/5] Rename CODEPAGE_MAC* to MAC_* in config variables
 2012-06-02  1:04 UTC 

[PATCH 1/5] REmove accidentally committed asignments
 2012-06-02  1:02 UTC 

[PATCH] Add Apple NLS
 2012-06-01 21:57 UTC  (5+ messages)

[git pull] vfs.git
 2012-06-01 17:48 UTC  (3+ messages)

[PATCH v2 0/4] do not use s_dirt in ext4
 2012-06-01 17:48 UTC  (8+ messages)
` [PATCH v2 1/4] ext4: Remove useless marking of superblock dirty

[PATCH 0/5] reiserfs: stop using write_supers and s_dirt
 2012-06-01 14:18 UTC  (6+ messages)
` [PATCH 1/5] reiserfs: cleanup reiserfs_fill_super a bit
` [PATCH 2/5] reiserfs: clean-up function return type
` [PATCH 3/5] reiserfs: remove useless superblock dirtying
` [PATCH 4/5] reiserfs: mark the superblock as dirty a bit later
` [PATCH 5/5] reiserfs: get rid of resierfs_sync_super

nfsd changes for 3.5
 2012-06-01 11:17 UTC  (8+ messages)

[PATCH] block: Fix lock unbalance caused by lock disconnect
 2012-06-01  9:28 UTC  (5+ messages)

[PATCH] ext4: hole-punch use truncate_pagecache_range
 2012-06-01  4:17 UTC  (2+ messages)

[PATCH] export kernel call set_task_comm()
 2012-06-01  2:13 UTC  (5+ messages)
  `  "

[PATCH 3/4] Eliminate UDF duplication
 2012-06-01  1:10 UTC 

[PATCH 2/4] Add unaligned UTF-16 access
 2012-06-01  1:10 UTC 

[PATCH 4/4] Support non-BMP characters on UDF
 2012-06-01  1:10 UTC 

[PATCH] Support HFS+ not filling its device completely
 2012-06-01  1:00 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).