linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-01-03 08:12:21 to 2012-01-08 23:04:53 UTC [more...]

[git pull] vfs pile 1
 2012-01-08 23:04 UTC  (2+ messages)

[PATCH v2012.2] fs: symlink restrictions on sticky directories
 2012-01-08 17:53 UTC  (3+ messages)

[PATCH v6 7/8] mm: only IPI CPUs to drain local pages if they exist
 2012-01-08 16:27 UTC 

[PATCH v6 6/8] fs: only send IPI to invalidate LRU BH when needed
 2012-01-08 16:27 UTC 

[PATCH v6 5/8] slub: only IPI CPUs that have per cpu obj to flush
 2012-01-08 16:27 UTC 

[PATCH v6 4/8] smp: add func to IPI cpus based on parameter func
 2012-01-08 16:27 UTC 

[PATCH v6 3/8] tile: move tile to use generic on_each_cpu_mask
 2012-01-08 16:27 UTC 

[PATCH v6 2/8] arm: move arm over to generic on_each_cpu_mask
 2012-01-08 16:27 UTC 

[PATCH v6 1/8] smp: Introduce a generic on_each_cpu_mask function
 2012-01-08 16:26 UTC 

[PATCH v5 1/8] smp: Introduce a generic on_each_cpu_mask function
 2012-01-08 16:09 UTC  (32+ messages)
` [PATCH v5 4/8] smp: Add func to IPI cpus based on parameter func
` [PATCH v5 7/8] mm: Only IPI CPUs to drain local pages if they exist

3.2.0-rc5 NULL dereference BUG
 2012-01-08 14:06 UTC  (8+ messages)

A regression in recent 3.2 kernel: bdi_dirty_limit() divide error
 2012-01-08 10:19 UTC  (4+ messages)

[PATCHSET 0/4] ore: Kernel 3.3 BUG squashing (Also for 3.2 Stable@)
 2012-01-08  8:50 UTC  (8+ messages)
` [PATCH 1/4] ore: FIX breakage when MISC_FILESYSTEMS is not set
` [PATCH 2/4] ore: Fix crash in case of an IO error
` [PATCH 3/4] ore: fix BUG_ON, too few sgs when reading
` [PATCH 4/4] ore: Must support none-PAGE-aligned IO
  ` [PATCH 4/4 ver2] "

[PATCH] VFS/inotify: send netlink messages when an inotify watch has been set or removed
 2012-01-07 21:13 UTC  (8+ messages)

[PATCH v2.3 00/23] ext4: Add metadata checksumming
 2012-01-07  8:30 UTC  (24+ messages)
` [PATCH 01/23] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation
` [PATCH 02/23] ext4: Change on-disk layout to support extended metadata checksumming
` [PATCH 03/23] ext4: Record the checksum algorithm in use in the superblock
` [PATCH 04/23] ext4: Only call out to crc32c if necessary
` [PATCH 05/23] ext4: Calculate and verify superblock checksum
` [PATCH 06/23] ext4: Calculate and verify inode checksums
` [PATCH 07/23] ext4: Calculate and verify checksums for inode bitmaps
` [PATCH 08/23] ext4: Calculate and verify block bitmap checksum
` [PATCH 09/23] ext4: Verify and calculate checksums for extent tree blocks
` [PATCH 10/23] ext4: Calculate and verify checksums for htree nodes
` [PATCH 11/23] ext4: Calculate and verify checksums of directory leaf blocks
` [PATCH 12/23] ext4: Calculate and verify checksums of extended attribute blocks
` [PATCH 13/23] ext4: Add new feature to make block group checksums use metadata_csum algorithm
` [PATCH 14/23] ext4: Add checksums to the MMP block
` [PATCH 15/23] jbd2: Change disk layout for metadata checksumming
` [PATCH 16/23] jbd2: Enable journal clients to enable v2 checksumming
` [PATCH 17/23] jbd2: Grab a reference to the crc32c driver only when necessary
` [PATCH 18/23] jbd2: Checksum journal superblock
` [PATCH 19/23] jbd2: Checksum revocation blocks
` [PATCH 20/23] jbd2: Checksum descriptor blocks
` [PATCH 21/23] jbd2: Checksum commit blocks
` [PATCH 22/23] jbd2: Checksum data blocks that are stored in the journal
` [PATCH 23/23] ext4/jbd2: Add metadata checksumming to the list of supported features

[PATCH v5.3 00/14] crc32c: Add faster algorithm and self-test code
 2012-01-07  5:52 UTC  (15+ messages)
` [PATCH 01/14] crc32: removed two instances of trailing whitespaces
` [PATCH 02/14] crc32: Move long comment about crc32 fundamentals to Documentation/
` [PATCH 03/14] crc32: Simplify unit test code
` [PATCH 04/14] crc32: Speed up memory table access on powerpc
` [PATCH 05/14] crc32: Miscellaneous cleanups
` [PATCH 06/14] crc32: Fix mixing of endian-specific types
` [PATCH 07/14] crc32: Make CRC_*_BITS definition correspond to actual bit counts
` [PATCH 08/14] crc32: Add slice-by-8 algorithm to existing code
` [PATCH 09/14] crc32: Optimize loop counter for x86
` [PATCH 10/14] crc32: Add note about this patchset to crc32.c
` [PATCH 11/14] crc32: Bolt on crc32c
` [PATCH 12/14] crypto: crc32c should use library implementation
` [PATCH 13/14] crc32: Add self-test code for crc32c
` [PATCH 14/14] crc32: Select an algorithm via kconfig

[PATCH v2.2 00/23] ext4: Add metadata checksumming
 2012-01-06 18:57 UTC  (5+ messages)

[PATCH v2012.1] fs: symlink restrictions on sticky directories
 2012-01-06 18:44 UTC  (21+ messages)

[PATCH] VFS/inotify: send netlink messages when an inotify watch has been set or removed
 2012-01-06 14:13 UTC  (2+ messages)

[RFC] How to fix broken freezing?
 2012-01-06 14:09 UTC 

btrfs truncate() does not change inode times
 2012-01-06  3:32 UTC  (2+ messages)

[PATCH v2 0/7] fix s_umount thaw/write and journal deadlock
 2012-01-06  1:50 UTC  (13+ messages)
` [PATCH v2 2/7] Freeze and thaw the journal on ext4 freeze
` [PATCH v2 3/7] VFS: Fix s_umount thaw/write deadlock
` [PATCH v2 4/7] VFS: Rename and refactor writeback_inodes_sb_if_idle
` [PATCH v2 5/7] VFS: Avoid read-write deadlock in try_to_writeback_inodes_sb
` [PATCH v2 6/7] VFS: Document s_frozen state through freeze_super
` [PATCH v2 7/7] Documentation: Correct s_umount state for freeze_fs/unfreeze_fs

[PATCH 0/8 RESEND] Cleanup and improve sync (v4)
 2012-01-05 23:46 UTC  (9+ messages)
` [PATCH 1/8] vfs: Move noop_backing_dev_info check from sync into writeback
` [PATCH 2/8] quota: Split dquot_quota_sync() to writeback and cache flushing part
` [PATCH 3/8] quota: Move quota syncing to ->sync_fs method
` [PATCH 4/8] vfs: Reorder operations during sys_sync
` [PATCH 5/8] vfs: Create function for iterating over block devices
` [PATCH 6/8] vfs: Make sys_sync writeout also block device inodes
` [PATCH 7/8] vfs: Remove unnecessary flushing of block devices
` [PATCH 8/8] vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder sync passes

[PATCH v3 1/1] vfs: iversion truncate bug fix
 2012-01-05 23:09 UTC  (17+ messages)

[RFC PATCH 0/3] Stop clearing uptodate flag on write IO error
 2012-01-05 22:16 UTC  (5+ messages)
` [PATCH 1/3] fs: Convert checks for write IO errors from !buffer_uptodate to buffer_write_io_error
` [PATCH 2/3] fs: Do not clear uptodate flag on write IO error
` [PATCH 3/3] ext2: Replace tests of write IO errors using buffer_uptodate

Freezing of tasks failed after 20.01 seconds in 3.2.0-rc4+ (Linus GIT af968e2)
 2012-01-05 16:37 UTC  (7+ messages)

[patch] ext2: avoid WARN() messages when failing to write to buffers
 2012-01-05 14:28 UTC  (2+ messages)

[PATCH 1/2] fs/9p: v9fs_stat2inode should update suid/sgid bits
 2012-01-05  8:09 UTC  (2+ messages)
` [PATCH 2/2] fs/9p: We should not allocate a new inode when creating hardlinks

linux-next: build failure after merge of the vfs tree
 2012-01-04 22:26 UTC  (6+ messages)

new_inode_smack() bogosities
 2012-01-04 22:13 UTC 

[LSF/MM TOPIC] [ATTEND] xfstests: what do we need to do to make it better?
 2012-01-04 20:35 UTC  (3+ messages)

[PATCH] update 068 to reproduce an unfreeze hanging up problem
 2012-01-04 18:42 UTC  (5+ messages)
    ` 068: run on more filesystems

[3.1.6] Deadlock upon recursive call_usermodehelper_exec()
 2012-01-04 13:08 UTC  (3+ messages)
` [PATCH] kmod: Avoid deadlock by recursive kmod call
  ` [PATCH v2] "

[PATCH] VFS inotify: add netlink messages when add and removing watch
 2012-01-04  8:33 UTC 

A stackable filesystem to trace low level filesystem operations
 2012-01-03 22:53 UTC  (2+ messages)

[LSF/MM TOPIC] linux servers as a storage server - what's missing?
 2012-01-03 19:32 UTC  (3+ messages)
` [LSF/MM TOPIC][ATTEND] "

[PATCH] deadlock with suspend and quotas
 2012-01-03 18:35 UTC  (4+ messages)

Fwd: Patch to enable netlink messages when adding and removing inotify watches
 2012-01-03 17:41 UTC 

[RFC] ->encode_fh() and related breakage
 2012-01-03 17:00 UTC  (3+ messages)

linux-next: Tree for Dec 28 (gfs2)
 2012-01-03 11:17 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).