messages from 2011-12-28 20:24:13 to 2012-01-07 08:28:59 UTC [more...]
[PATCH v2.3 00/23] ext4: Add metadata checksumming
2012-01-07 8:28 UTC (11+ 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 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)
[PATCHSET 0/4] ore: Kernel 3.3 BUG squashing (Also for 3.2 Stable@)
2012-01-06 14:46 UTC (5+ 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] 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
[PATCH v5 1/8] smp: Introduce a generic on_each_cpu_mask function
2012-01-06 14:09 UTC (31+ messages)
` [PATCH v5 2/8] arm: Move arm over to generic on_each_cpu_mask
` [PATCH v5 3/8] tile: Move tile to use "
` [PATCH v5 4/8] smp: Add func to IPI cpus based on parameter func
` [PATCH v5 5/8] slub: Only IPI CPUs that have per cpu obj to flush
` [PATCH v5 6/8] fs: only send IPI to invalidate LRU BH when needed
` [PATCH v5 7/8] mm: Only IPI CPUs to drain local pages if they exist
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
3.2.0-rc5 NULL dereference BUG
2012-01-05 2:25 UTC (7+ messages)
[git pull] vfs pile 1
2012-01-05 2:23 UTC
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 (6+ messages)
linux-next: Tree for Dec 28 (fs-writeback)
2012-01-03 11:17 UTC (3+ messages)
` linux-next: Tree for Dec 28 (gfs2)
[PATCH] Squashfs: fix i_blocks calculation with extended regular files
2012-01-03 4:14 UTC
[PATCH] Squashfs: fix mount time sanity check for corrupted superblock
2012-01-02 23:53 UTC
[PATCH 00/17] mtd: get rid of direct mtd->func use
2012-01-02 12:20 UTC (2+ messages)
` [PATCH 04/17] romfs: do not use mtd->get_unmapped_area directly
[PATCH 0/2] vfs: POSIX-compliant version of fchmodat with flag argument
2011-12-31 0:26 UTC (3+ messages)
` [PATCH 1/2] vfs: Add POSIX-compliant version of fchmodat syscall
` [PATCH 2/2] x86: Hook up new fchmodat4 syscall
[PATCH v2 00/53] SMB2 protocol support for CIFS kernel module
2011-12-30 12:42 UTC (5+ messages)
` [PATCH v2 06/53] CIFS: Add missing unicode handling routines needed by smb2
WTF is going with sock->file "allocation" by iscsi_target_login.c?
2011-12-30 1:34 UTC
Intercepting system calls
2011-12-29 14:32 UTC (15+ messages)
Bug in BLKBSZSET/GET ioctl ?
2011-12-29 8:19 UTC (7+ messages)
[PATCH] squashfs: add missing block release on error condition
2011-12-29 4:42 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).