linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-12 15:17:07 to 2012-03-20 23:50:08 UTC [more...]

[PATCH 0/7 v2] writeback: Avoid iput() from flusher thread
 2012-03-20 23:50 UTC  (10+ messages)
` [PATCH 1/7] writeback: Move clearing of I_SYNC into inode_sync_complete()
` [PATCH 2/7] writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()
` [PATCH 3/7] writeback: Move I_DIRTY_PAGES handling
` [PATCH 4/7] writeback: Separate inode requeueing after writeback
` [PATCH 5/7] writeback: Remove wb->list_lock from writeback_single_inode()
` [PATCH 6/7] writeback: Refactor writeback_single_inode()
` [PATCH 7/7] writeback: Avoid iput() from flusher thread

[PATCHSET 0/4] kmod: Optional timeout on the wait in call_usermodehelper_exec
 2012-03-20 23:32 UTC  (5+ messages)
  ` [PATCH 1/4] kmod: Un-export call_usermodehelper_freeinfo()
  ` [PATCH 2/4] kmod: Convert two call sites to call_usermodehelper_fns()
` [PATCH 3/4] kmod: Move call_usermodehelper_fns() to .c file and unexport it's helpers
` [RFC 4/4] {RFC} kmod.c: Add new call_usermodehelper_timeout() API

[patch] Adding Secure Deletion to UBIFS
 2012-03-20 20:10 UTC  (25+ messages)
    ` [patch] Add encryption key parameter to compress/decompress functions
        ` [patch] Add design document for UBIFS secure deletion
    ` [patch] Remove notion of key schemes
` [patch] Move CRC computation to separate function

[PATCH 0/9] fsnotify: change locking order
 2012-03-20 19:05 UTC  (6+ messages)

[PATCH] vfs: take i_mutex on renamed file
 2012-03-20 19:27 UTC  (4+ messages)

[patch] aio: change a stray spin_unlock_bh() to spin_unlock()
 2012-03-20 19:13 UTC  (2+ messages)

[PATCH] AFS: checking wrong bit in afs_readpages()
 2012-03-20 16:58 UTC 

[PATCH 0/9] vfs: path lookup fixes and cleanups
 2012-03-20 16:39 UTC  (6+ messages)
` [PATCH 7/9] vfs: reorganize do_lookup
` [PATCH 8/9] vfs: split __lookup_hash

[PATCH v1 0/9] do not use s_dirt in ext4
 2012-03-20 14:41 UTC  (10+ messages)
` [PATCH v1 1/9] ext4: do not mark superblock as dirty unnecessarily
` [PATCH v1 2/9] ext4: write superblock only once on unmount
` [PATCH v1 3/9] ext4: remove useless s_dirt assignment
` [PATCH v1 4/9] mm: export dirty_writeback_interval
` [PATCH v1 5/9] VFS: remove unused superblock helpers
` [PATCH v1 6/9] ext4: introduce __ext4_mark_super_dirty
` [PATCH v1 7/9] ext4: stop using VFS for dirty superblock management
` [PATCH v1 8/9] ext4: small cleanup in ext4_commit_super
` [PATCH v1 9/9] ext4: introduce own superblock dirty flag

umode_t breakage in exported kernel headers
 2012-03-20 10:05 UTC  (2+ messages)

[PATCH] fs: Fix mod_timer crash when removing USB sticks
 2012-03-20  2:02 UTC  (12+ messages)

[PATCH] eCryptfs: Fix kernel bug for writing mmaped non-eCryptfs file
 2012-03-20  1:44 UTC  (7+ messages)

[PATCH 5 4/4] nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)
 2012-03-20  0:10 UTC  (23+ messages)
` [PATCH 5 3/4] nfsd_open(): rename 'int access' to 'int may_flags' in nfsd_open()

[PATCH 0/4] Get rid of iput() from flusher thread
 2012-03-19 16:16 UTC  (15+ messages)
` [PATCH 1/4] fs: Remove bogus wait in write_inode_now()
` [PATCH 2/4] writeback: Remove outdated comment
` [PATCH 3/4] writeback: Refactor writeback_single_inode()
` [PATCH 4/4] writeback: Avoid iput() from flusher thread

[PATCH] ext4: remove useless s_dirt assignment
 2012-03-19 12:50 UTC 

[PATCH] ext4: write superblock only once on unmount
 2012-03-19 12:50 UTC 

vfs_writev() returns -EIO, although no errors are returned from the underlying device
 2012-03-19  9:34 UTC  (4+ messages)

getdents - ext4 vs btrfs performance
 2012-03-18 20:56 UTC  (28+ messages)

[PATCH 0/9] proc: protect /proc/<pid>/* files across execve
 2012-03-18 20:53 UTC  (14+ messages)
` [PATCH 1/9] exec: add a global execve counter
    ` self_exec_id/parent_exec_id && CLONE_PARENT
        ` [PATCH 0/1] (Was: self_exec_id/parent_exec_id && CLONE_PARENT)
          ` [PATCH 1/1] CLONE_PARENT shouldn't allow to set ->exit_signal

xfstests patch collection help
 2012-03-18  8:29 UTC 

XFS status update for February 2012
 2012-03-18  8:26 UTC 

.. anybody know of any filesystems that depend on the exact VFS 'namehash' implementation?
 2012-03-17 18:00 UTC  (8+ messages)
        ` Faulty has_zero()? (was: .. anybody know of any filesystems that depend on the exact VFS 'namehash' implementation?)

[PATCHv2 0/3] Introduce simple_open()
 2012-03-16 23:49 UTC  (7+ messages)
` [PATCHv2 1/3] libfs: Add simple_open()
` [PATCHv2 2/3] coccinelle: semantic patch for simple_open()
` [PATCHv2 3/3] simple_open: Automatically convert to simple_open()

Question about disk I/O erros statistic
 2012-03-16 17:58 UTC 

[take 3] pohmelfs: call for inclusion
 2012-03-16 14:12 UTC  (5+ messages)

[PATCH 1/2] afs: Read of file returns EBADMSG
 2012-03-16 10:28 UTC  (2+ messages)
` [PATCH 2/2] afs: Remote abort can cause BUG in rxrpc code

[PATCH 5/7] module: take rcu_read_lock_sched() for /proc read
 2012-03-15 16:18 UTC  (2+ messages)

[PATCH, RFC] Don't do page stablization if !CONFIG_BLKDEV_INTEGRITY
 2012-03-15  5:02 UTC  (10+ messages)

[PATCH] vfs namespace: Don't assume mount namespace has valid root
 2012-03-15  1:05 UTC  (8+ messages)

[PATCH] vfs: Fix dup_mnt_ns
 2012-03-15  0:41 UTC 

vfs: chmod: Hung task after calling chmod()
 2012-03-14 21:00 UTC 

[PATCH 1/2] overlayfs: fix possible leak in ovl_new_inode
 2012-03-14 16:37 UTC  (3+ messages)
` [PATCH 2/2] overlayfs: create new inode in ovl_link

fallocate(FALLOC_FL_PUNCH_HOLE)
 2012-03-14 12:56 UTC  (4+ messages)

[PATCH 00/19] Fix filesystem freezing deadlocks
 2012-03-14  3:00 UTC  (9+ messages)
` [PATCH 11/19] xfs: Convert to new freezing code

[PATCH] fs/dcache: allow __d_obtain_alias() to return unhashed dentries
 2012-03-13 20:58 UTC  (13+ messages)
                    ` [PATCH 1/2] vfs: stop d_splice_alias creating directory aliases
                    ` [PATCH 2/2] vfs: remove unused __d_splice_alias argument

[PATCH] scripts/coccinelle/api/simple_open.cocci: semantic patch for simple_open()
 2012-03-13 16:58 UTC 

[PATCH 00/25] vfs: atomic open RFC
 2012-03-13 16:43 UTC  (25+ messages)
` [PATCH 04/25] vfs: add i_op->atomic_open()
` [PATCH 05/25] vfs: add filesystem flags for atomic_open
` [PATCH 06/25] vfs: add i_op->atomic_create()
` [PATCH 09/25] nfs: remove nfs4 specific create function
` [PATCH 13/25] cifs: implement i_op->atomic_open() and i_op->atomic_create()

[PATCH] hfsplus: Initialise userflags
 2012-03-13 16:10 UTC 

[PATCH v2 00/11] ima: appraisal extension
 2012-03-13 10:03 UTC  (4+ messages)

LOAN OFFER!!
 2012-03-12 19:27 UTC 

[bfields: [LSF/MM TOPIC] fileservers' filesystem wishlist]
 2012-03-12 19:36 UTC  (2+ messages)


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