messages from 2011-11-21 12:00:27 to 2011-11-28 22:38:21 UTC [more...]
[PATCH v5.1 00/14] crc32c: Add faster algorithm and self-test code
2011-11-28 22:38 UTC (12+ messages)
` [PATCH 01/14] removed two instances of trailing whitespaces
` [PATCH 02/14] Moved a long comment from lib/crc32.c to Documentation/crc32.txt
` [PATCH 03/14] Replaced the unit test provided in crc32.c, which doesn't have a
` [PATCH 04/14] Replace 2D array references by pointer references in loops
` [PATCH 05/14] Misc cleanup of lib/crc32.c and related files
` [PATCH 06/14] crc32.c in its original version freely mixed u32, __le32 and __be32 types
` [PATCH 07/14] crc32.c provides a choice of one of several algorithms for
` [PATCH 08/14] add slicing-by-8 algorithm to the existing
` [PATCH 09/14] Add two changes that improve the performance of x86 systems
` [PATCH 10/14] Some final changes
` [PATCH 11/14] crc32: Bolt on crc32c
[PATCH] deadlock with suspend and quotas
2011-11-28 21:14 UTC (4+ messages)
[RFC PATCH 0/3] VFS: Fix s_umount thaw/write deadlock
2011-11-28 20:58 UTC (5+ messages)
fallocate vs ENOSPC
2011-11-28 20:49 UTC (16+ messages)
[PATCH 0/7] dirty throttling bits for 3.3 (v2)
2011-11-28 14:16 UTC (9+ messages)
` [PATCH 1/7] writeback: balanced_rate cannot exceed write bandwidth
` [PATCH 2/7] writeback: charge leaked page dirties to active tasks
` [PATCH 3/7] writeback: fix dirtied pages accounting on sub-page writes
` [PATCH 4/7] writeback: fix dirtied pages accounting on redirty
` [PATCH 5/7] btrfs: fix dirtied pages accounting on sub-page writes
` [PATCH 6/7] writeback: dirty ratelimit - think time compensation
` [PATCH 7/7] writeback: comment on the bdi dirty threshold
[PATCH 0/5] dirty throttling bits for 3.3
2011-11-28 13:56 UTC (29+ messages)
` [PATCH 1/5] writeback: balanced_rate cannot exceed write bandwidth
` [PATCH 2/5] writeback: charge leaked page dirties to active tasks
` [PATCH 3/5] writeback: fix dirtied pages accounting on sub-page writes
` [PATCH 4/5] writeback: fix dirtied pages accounting on redirty
` [PATCH 5/5] writeback: dirty ratelimit - think time compensation
[PATCH] fs/namei: waiting for mutex during name lookups is "killable"
2011-11-28 12:30 UTC (3+ messages)
[PATCH v3 0/8] Filesystem io types statistic
2011-11-28 12:20 UTC (9+ messages)
` [PATCH v3 1/8] ext4: add percpu counters and related functions to account io types
` [PATCH v3 2/8] ext4: add wrapper functions for buffer layer
` [PATCH v3 3/8] ext4: account the metadata request of read operations in buffered io
` [PATCH v3 4/8] ext4: account the data "
` [PATCH v3 5/8] ext4: account the metadata request of write "
` [PATCH v3 6/8] ext4: account the data "
` [PATCH v3 7/8] ext4: request accouting in direct io
` [PATCH v3 8/8] ext4: show the result of io types accouting
[PATCH 0/4] read-only remount race fix v10
2011-11-28 9:39 UTC (2+ messages)
[PATCH 0/2 v3] Make task in balance_dirty_pages() killable
2011-11-28 3:33 UTC (17+ messages)
` [PATCH 2/2] fs: Make write(2) interruptible by a signal
` [PATCH 2/2] "
` [PATCH] writeback: add a safety limit to the SIGKILL abort
[PATCH 0/8] readahead stats/tracing, backwards prefetching and more
2011-11-28 2:39 UTC (36+ messages)
` [PATCH 1/8] block: limit default readahead size for small devices
` [PATCH 2/8] readahead: make default readahead size a kernel parameter
` [PATCH 3/8] readahead: replace ra->mmap_miss with ra->ra_flags
` [PATCH 4/8] readahead: record readahead patterns
` [PATCH 5/8] readahead: add /debug/readahead/stats
` [PATCH 6/8] readahead: add debug tracing event
` [PATCH 7/8] readahead: basic support for backwards prefetching
` [PATCH 8/8] readahead: dont do start-of-file readahead after lseek()
[PATCH 29/62] fs: remove the second argument of k[un]map_atomic()
2011-11-28 2:36 UTC (2+ messages)
[PATCH]eCryptfs: quota check ignored in the context of kernel thr ead
2011-11-26 5:04 UTC
2011-11-25
2011-11-25 1:27 UTC
[patch 0/5] mm: per-zone dirty limits v3-resend
2011-11-25 1:00 UTC (9+ messages)
` [patch 1/5] mm: exclude reserved pages from dirtyable memory
` [patch 2/5] mm: writeback: cleanups in preparation for per-zone dirty limits
` [patch 3/5] mm: try to distribute dirty pages fairly across zones
` [patch 4/5] mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin()
` [patch 5/5] Btrfs: pass __GFP_WRITE for buffered write page allocations
[PATCH 0/8] Cleanup and improve sync (v4)
2011-11-24 22:42 UTC (2+ messages)
3.1-rc10 oops in nameidata_to_filp
2011-11-24 22:13 UTC (9+ messages)
[PATCH] fanotify: to differ file access event from different threads
2011-11-24 14:58 UTC (5+ messages)
It would be preferable to do a mount --bind --make-private in one atomic action
2011-11-23 21:48 UTC (2+ messages)
[PATCH 2/2] fs: wire up .truncate_range and .fallocate
2011-11-23 19:16 UTC (3+ messages)
[PATCH] locks: breaking read lease should not block read open
2011-11-23 19:08 UTC (10+ messages)
It would be preferable to do a mount --bind --make-private in one atomic action [ASCII art this time]
2011-11-23 17:36 UTC
[PATCH RESEND] fs/fs-writeback.c: Fix issue on make htmldocs
2011-11-23 13:02 UTC (2+ messages)
[PATCH] writeback: hard throttle 1000+ dd on a slow USB stick
2011-11-23 4:00 UTC (5+ messages)
[git pull] vfs fix
2011-11-22 21:24 UTC (4+ messages)
[3.2-rc2] loop device balance_dirty_pages_nr throttling hang
2011-11-22 19:56 UTC (6+ messages)
[RFC][PATCH 0/8] xfstests: rework large filesystem testing
2011-11-22 9:28 UTC (3+ messages)
[PATCH] btrfs: lower the dirty balance poll interval
2011-11-22 2:21 UTC (3+ messages)
[PATCH] mm: compaction: make buffer cache __GFP_MOVABLE
2011-11-22 0:55 UTC
[PATCH] vfs: Export fallocate facility to kernel modules
2011-11-21 18:55 UTC (2+ messages)
[PATCH V2 00/19] ext4: Add inline data support
2011-11-21 16:39 UTC (20+ messages)
` [PATCH V2 01/19] ext4: Move extra inode read to a new function
` [PATCH V2 02/19] ext4: export inline xattr functions
` [PATCH V2 03/19] ext4: Add the basic function for inline data support
` [PATCH V2 04/19] ext4: Add read support for inline data
` [PATCH V2 05/19] ext4: Add normal write "
` [PATCH V2 06/19] ext4: Add journalled "
` [PATCH V2 07/19] ext4: Add delalloc "
` [PATCH V2 08/19] ext4: Create a new function ext4_init_new_dir
` [PATCH V2 09/19] ext4: Refactor __ext4_check_dir_entry to accepts start and size
` [PATCH V2 10/19] ext4: Create __ext4_insert_dentry for dir entry insertion
` [PATCH V2 11/19] ext4: let add_dir_entry handle inline data properly
` [PATCH V2 12/19] ext4: Let ext4_readdir handle inline data
` [PATCH V2 13/19] ext4: Create a new function search_dir
` [PATCH V2 14/19] ext4: let ext4_find_entry handle inline data
` [PATCH V2 15/19] ext4: make ext4_delete_entry generic
` [PATCH V2 16/19] ext4: let ext4_delete_entry handle inline data
` [PATCH V2 17/19] ext4: let empty_dir handle inline dir
` [PATCH V2 18/19] ext4: let ext4_rename "
` [PATCH V2 19/19] ext4: Enable ext4 inline support
Draw No. 16 17 21 27 33 36 BONUS 42 brought out your e-mail address from a Data Base of Internet Email Users and qualified you a bonafied winner of 1,000,000.00GBP From the BBC LOTTERT held on November 20th 2011. Provide 1.Your Full Names:.. 2. Address:... 3. Country/State:.... 4. Mobile No:..... 5. Sex:.... 6. Age:... 7. Occupation:
2011-11-21 15:26 UTC
[RFC] Evil elevator to test cache flushes
2011-11-21 14:17 UTC
[PATCH -V7 00/26] New ACL format for better NFSv4 acl interoperability
2011-11-21 13:35 UTC (10+ messages)
` [PATCH -V7 21/26] richacl: xattr mapping functions
[GIT PULL] writeback bits for 3.2-rc3
2011-11-21 13:02 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).