messages from 2012-01-18 17:00:22 to 2012-01-23 16:50:02 UTC [more...]
[PATCH v4 0/8] ext4: io type accouting
2012-01-23 16:50 UTC (4+ messages)
` [PATCH v4 3/8] ext4: account the metadata request of read operations in buffered io
` [PATCH v4 6/8] ext4: account the data request of write "
` [PATCH v4 8/8] ext4: show the result of io types accouting
eCryptfs: Truncate path improvements
2012-01-23 16:49 UTC (6+ messages)
` [PATCH 1/3] eCryptfs: Make truncate path killable
` [PATCH 2/3] eCryptfs: Check inode changes in setattr
` [PATCH 3/3] eCryptfs: Remove unused ecryptfs_read()
` Re:[PATCH 2/3] eCryptfs: Check inode changes in setattr
[RFC,PATCH 1/2] seccomp_filters: system call filtering using BPF
2012-01-23 16:48 UTC (94+ messages)
` Compat 32-bit syscall entry from 64-bit task!? [was: Re: [RFC,PATCH 1/2] seccomp_filters: system call filtering using BPF]
` Compat 32-bit syscall entry from 64-bit task!?
[PATCH v2] fs: Invalidate the cache for a parent block-device if fsync() is called for a partition
2012-01-23 16:46 UTC (3+ messages)
[LSF/MM TOPIC] a few storage topics
2012-01-23 16:30 UTC (14+ messages)
` [Lsf-pc] "
[PATCH v2] fuse: O_DIRECT support for files
2012-01-23 14:53 UTC (2+ messages)
/etc/fstab.d yes or not
2012-01-23 13:55 UTC (17+ messages)
[LSF/MM TOPIC] [ATTEND] Future writeback topics
2012-01-23 13:41 UTC (8+ messages)
` [Lsf-pc] "
path_lookup() alternative
2012-01-23 10:19 UTC
[RFC PATCH 0/3] Stop clearing uptodate flag on write IO error
2012-01-23 3:04 UTC (7+ messages)
[LSF/MM TOPIC] Parallelize file operation (like creation, unlink) under large shared directory
2012-01-22 21:17 UTC (5+ messages)
[PATCH 1/1] Fix seq_file mishandling of consecutive pread() invocations
2012-01-22 19:01 UTC
[PATCH v6 6/8] fs: only send IPI to invalidate LRU BH when needed
2012-01-22 9:59 UTC (3+ messages)
[PATCH] Don't overflow in bio_get_nr_vecs()
2012-01-22 3:37 UTC
[PATCH] binfmt_misc: Fix compilation error in parse_command()
2012-01-21 19:18 UTC (2+ messages)
[PATCH 0/8] Fix filesystem freezing
2012-01-20 20:34 UTC (9+ messages)
` [PATCH 1/8] fs: Improve filesystem freezing handling
` [PATCH 2/8] vfs: Protect write paths by sb_start_write - sb_end_write
` [PATCH 3/8] ext4: Protect ext4_page_mkwrite & ext4_setattr with "
` [PATCH 4/8] xfs: Move ilock before transaction start in xfs_setattr_size()
` [PATCH 5/8] xfs: Protect xfs_file_aio_write() & xfs_setattr_size() with sb_start_write - sb_end_write
` [PATCH 6/8] xfs: Use generic writers counter instead of m_active_trans counter
` [PATCH 7/8] Documentation: Correct s_umount state for freeze_fs/unfreeze_fs
` [PATCH 8/8] vfs: Document s_frozen state through freeze_super
[PATCH 0/2] ecryptfs: Improved metadata read failure logging
2012-01-20 20:17 UTC (6+ messages)
` [PATCH 1/2] ecryptfs: Improve metatdata "
[PATCH][RESEND] vfs: Correctly set the dir i_mutex lockdep class
2012-01-20 18:39 UTC (2+ messages)
` [PATCH][BUGFIX][RESEND] "
[PATCH] fuse: mark all aliases of an inode stale in unlink
2012-01-20 15:24 UTC (3+ messages)
[PATCH] eCryptfs: truncate optimization (sometimes upto 25000x fa ster)
2012-01-20 11:00 UTC (3+ messages)
` Re:Re: [PATCH] eCryptfs: truncate optimization (sometimes upto 25 000x "
[LSF/MM TOPIC] linux servers as a storage server - what's missing?
2012-01-20 8:55 UTC (23+ messages)
` [LSF/MM TOPIC] linux servers as a storage server - what'smissing?
[RFC PATCH 0/2] Improve reliability of CPU hotplug
2012-01-20 8:48 UTC (8+ messages)
` [PATCH 2/2] mm: page allocator: Do not drain per-cpu lists via IPI from page allocator context
Intercepting system calls
2012-01-20 7:38 UTC (13+ messages)
[LSF/MM TOPIC] [ATTEND] HSM, DMAPI, and external media filesystems
2012-01-20 5:20 UTC (3+ messages)
[PATCH] fuse: mark all aliases of an inode stale in unlink
2012-01-19 21:46 UTC
[git pull] several vfs and fs fixes
2012-01-19 21:38 UTC
[PATCH] fuse: O_DIRECT support for files
2012-01-19 20:32 UTC
[PATCH] eCryptfs: infinite loop bug
2012-01-19 16:17 UTC (3+ messages)
[PATCH] eCryptfs: infinite loop bug
2012-01-19 15:09 UTC (10+ messages)
` "
` [PATCH] eCryptfs: infinite loop due to overflow in ecryptfs_write()
[ANNOUNCE] util-linux v2.21-rc1
2012-01-19 9:28 UTC
[3.1.6] Deadlock upon recursive call_usermodehelper_exec()
2012-01-19 2:07 UTC (5+ messages)
` [PATCH] kmod: Avoid deadlock by recursive kmod call
` [PATCH v2] "
` [PATCH v3] "
[PATCH v5.4 00/13] crc32c: Add faster algorithm and self-test code
2012-01-18 23:01 UTC (15+ messages)
` [PATCH 01/13] crc32: removed two instances of trailing whitespaces
` [PATCH 02/13] crc32: Move long comment about crc32 fundamentals to Documentation/
` [PATCH 03/13] crc32: Simplify unit test code
` [PATCH 04/13] crc32: Miscellaneous cleanups
` [PATCH 05/13] crc32: Fix mixing of endian-specific types
` [PATCH 06/13] crc32: Make CRC_*_BITS definition correspond to actual bit counts
` [PATCH 07/13] crc32: Add slice-by-8 algorithm to existing code
` [PATCH 08/13] crc32: Optimize loop counter for x86
` [PATCH 09/13] crc32: Add note about this patchset to crc32.c
` [PATCH 10/13] crc32: Bolt on crc32c
` [PATCH 11/13] crypto: crc32c should use library implementation
` [PATCH 12/13] crc32: Add self-test code for crc32c
` [PATCH 13/13] crc32: Select an algorithm via kconfig
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).