linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-11-22 19:27:36 to 2011-11-30 00:20:14 UTC [more...]

[patch 0/5] mm: per-zone dirty limits v3-resend
 2011-11-30  0:20 UTC  (10+ 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

fallocate vs ENOSPC
 2011-11-29 23:37 UTC  (24+ messages)

nfs no inotify IN_DELETE event
 2011-11-29 21:13 UTC 

[PATCH] deadlock with suspend and quotas
 2011-11-29 20:00 UTC  (15+ messages)
                    ` [dm-devel] "

[PATCH 0/9] readahead stats/tracing, backwards prefetching and more (v2)
 2011-11-29 17:57 UTC  (19+ messages)
` [PATCH 1/9] block: limit default readahead size for small devices
` [PATCH 2/9] readahead: snap readahead request to EOF
` [PATCH 3/9] readahead: record readahead patterns
` [PATCH 4/9] readahead: tag mmap page fault call sites
` [PATCH 5/9] readahead: tag metadata "
` [PATCH 6/9] readahead: add /debug/readahead/stats
` [PATCH 7/9] readahead: add vfs/readahead tracing event
` [PATCH 8/9] readahead: basic support for backwards prefetching
` [PATCH 9/9] readahead: dont do start-of-file readahead after lseek()

[PATCH] fs: push file_update_time into ->page_mkwrite
 2011-11-29 16:08 UTC  (3+ messages)

[PATCH 0/2 v3] Make task in balance_dirty_pages() killable
 2011-11-29 14:18 UTC  (19+ 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-29 12:29 UTC  (27+ 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 7/8] readahead: basic support for backwards prefetching

[PATCH 1/1] fix d_revalidate oopsen on NFS exports
 2011-11-29 11:58 UTC  (3+ messages)

[V2 PATCH 2/2] fs: wire up .truncate_range and .fallocate
 2011-11-29  5:33 UTC 

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

[PATCH v5.1 00/14] crc32c: Add faster algorithm and self-test code
 2011-11-28 22:38 UTC  (15+ 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 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

[RFC PATCH 0/3] VFS: Fix s_umount thaw/write deadlock
 2011-11-28 20:58 UTC  (5+ 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  (13+ messages)
` [PATCH 1/5] writeback: balanced_rate cannot exceed write bandwidth
` [PATCH 3/5] writeback: fix dirtied pages accounting on sub-page writes

[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 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/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)


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