linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-09-22 20:57:28 to 2011-10-05 07:47:09 UTC [more...]

[RFCv4 PATCH 0/6]: add poll_requested_events() function
 2011-10-05  7:47 UTC  (9+ messages)
` [RFCv4 PATCH 1/6] poll: "
  ` [RFCv4 PATCH 2/6] ivtv: only start streaming in poll() if polling for input
  ` [RFCv4 PATCH 3/6] videobuf2: only start streaming in poll() if so requested by the poll mask
  ` [RFCv4 PATCH 4/6] videobuf: "
  ` [RFCv4 PATCH 5/6] videobuf2-core: also test for pending events
  ` [RFCv4 PATCH 6/6] vivi: let vb2_poll handle events

[PATCH 00/11] IO-less dirty throttling v12
 2011-10-05  1:42 UTC  (15+ messages)
` [PATCH 01/11] writeback: account per-bdi accumulated dirtied pages
` [PATCH 02/11] writeback: dirty position control
` [PATCH 03/11] writeback: add bg_threshold parameter to __bdi_update_bandwidth()
` [PATCH 04/11] writeback: dirty rate control
` [PATCH 05/11] writeback: stabilize bdi->dirty_ratelimit
` [PATCH 06/11] writeback: per task dirty rate limit
` [PATCH 07/11] writeback: IO-less balance_dirty_pages()
` [PATCH 08/11] writeback: limit max dirty pause time
` [PATCH 09/11] writeback: control "
` [PATCH 10/11] writeback: dirty position control - bdi reserve area
` [PATCH 11/11] writeback: per-bdi background threshold

[PATCH v4] crc32c: Implement CRC32c with slicing-by-8 algorithm
 2011-10-04 23:54 UTC  (8+ messages)

[PATCH v5 0/4] crc32c: Add faster algorithm and self-test code
 2011-10-04 23:54 UTC  (5+ messages)
` [PATCH 1/4] crc32: Bolt on crc32c
` [PATCH 2/4] crypto: crc32c should use library implementation
` [PATCH 3/4] crc32: Add self-test code for crc32c
` [PATCH 4/4] crc32: Select an algorithm via kconfig

Re: Re: BUG in kernel: Wrong Handling of USB HDD’s in scsiglue(slave_configure) and scsi/sd(sd_read_cache_type)
 2011-10-04 15:34 UTC  (2+ messages)

UDF: alternate anchor block detection
 2011-10-04 14:51 UTC  (2+ messages)

Re: Re: BUG in kernel: Wrong Handling of USB HDD’s in scsiglue(slave_configure) and scsi/sd(sd_read_cache_type)
 2011-10-03 19:53 UTC  (5+ messages)
    `  "
      `  "

[patch 0/5] per-zone dirty limits v3
 2011-10-03 11:25 UTC  (15+ 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] snapshot, defragment and raid test cases for btrfs
 2011-10-03 11:25 UTC  (4+ messages)
` [PATCH 3/3] Added test case 259 for the btrfs raid features

[PATCH 1/6] RFC: introduce extended inode owner identifier v8
 2011-10-02 19:44 UTC  (6+ messages)
` [PATCH 2/6] Add additional owner identifier
` [PATCH 3/6] Implement project id support for generic quota
` [PATCH 4/6] ext4: get rid of didicated MOUNT_QUOTA option
` [PATCH 5/6] ext4: Implement project ID support for ext4 filesystem
` [PATCH 6/6] ext4: add project quota support

Improve lseek scalability v3
 2011-10-02  5:28 UTC  (5+ messages)
  ` [PATCH 1/2] LSEEK: BTRFS: Avoid i_mutex for SEEK_{CUR,SET,END}
  ` [PATCH 2/2] btrfs: Don't have multiple paths to error out in btrfs_file_llseek

[GIT] Bcache version 12
 2011-10-01 15:19 UTC 

[GIT] Bcache version 12
 2011-09-30 19:47 UTC  (11+ messages)

BUG in kernel: Wrong Handling of USB HDD’s in scsiglue(slave_configure) and scsi/sd(sd_read_cache_type)
 2011-09-30 18:36 UTC  (16+ messages)
` BUG in kernel: Wrong Handling of USB HDD?s "
                  ` Re: BUG in kernel: Wrong Handling of USB HDD’s "

[RFC]fs/ramfs/inode.c
 2011-09-30 15:02 UTC 

[PATCH v3] fs/minix: Verify bitmap block counts before mounting
 2011-09-29 18:51 UTC  (3+ messages)

群发软件+买家搜索机+最新广交会买家、海关数据,B2B询盘买家500万。
 2011-09-29 16:49 UTC 

Ext4 data structures integrity
 2011-09-29 16:35 UTC  (12+ messages)

[RFC][PATCH 00/13] Fix FS-Cache problems
 2011-09-29 14:48 UTC  (14+ messages)
` [PATCH 01/13] Noisefs: A predictable noise producing fs for testing things
` [PATCH 02/13] CacheFiles: Fix the marking of cached pages
` [PATCH 03/13] FS-Cache: Validate page mapping pointer value
` [PATCH 04/13] CacheFiles: Downgrade the requirements passed to the allocator
` [PATCH 05/13] FS-Cache: Check that there are no read ops when cookie relinquished
` [PATCH 06/13] FS-Cache: Check cookie is still correct in __fscache_read_or_alloc_pages()
` [PATCH 07/13] CacheFiles: Make some debugging statements conditional
` [PATCH 08/13] FS-Cache: Make cookie relinquishment wait for outstanding reads
` [PATCH 09/13] FS-Cache: Fix operation state management and accounting
  ` [PATCH 10/13] FS-Cache: Provide proper invalidation
` [PATCH 11/13] VFS: Make more complete truncate operation available to CacheFiles
` [PATCH 12/13] CacheFiles: Implement invalidation
` [PATCH 13/13] NFS: Use FS-Cache invalidation

[PATCH 00/18] IO-less dirty throttling v11
 2011-09-29 12:15 UTC  (18+ messages)
` [PATCH 03/18] writeback: dirty rate control
` [PATCH 10/18] writeback: dirty position control - bdi reserve area

[PATCH v3] crc32c: Implement CRC32c with slicing-by-8 algorithm
 2011-09-29  0:15 UTC 

[PATCH v2 0/3] crc32c: Add faster algorithm and self-test code
 2011-09-29  0:02 UTC  (8+ messages)
` [PATCH 1/3] crc32c: Implement CRC32c with slicing-by-8 algorithm
` [PATCH 2/3] libcrc32c: Expose big-endian version of crc32c
` [PATCH 3/3] crc32c: Implement a self-test for CRC32c

群发软件+买家搜索机+最新广交会买家、海关数据,B2B询盘买家500万。
 2011-09-28 20:53 UTC 

[patch 0/4] 50% faster writing to your USB drive!*
 2011-09-28 18:35 UTC  (23+ messages)
` [patch 1/4] mm: exclude reserved pages from dirtyable memory
          ` [patch 1/4 v2] "
` [patch 2/4] mm: writeback: distribute write pages across allowable zones
      ` [patch 1/2/4] mm: writeback: cleanups in preparation for per-zone dirty limits
      ` [patch 2/2/4] mm: try to distribute dirty pages fairly across zones
` [patch 3/4] mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin()

[PATCH 1/2 v2] writeback: Add a 'reason' to wb_writeback_work
 2011-09-28 15:02 UTC  (2+ messages)

[PATCH 0/5 v2] Improve sync(2) handling
 2011-09-28 15:00 UTC  (2+ messages)

BTRFS data structures integrity
 2011-09-28 13:41 UTC 

[GIT PULL] writeback trace fix for 3.1-rc8
 2011-09-28 12:47 UTC 

fanotify bug:multi-thread opening file hangs when fanotify is on
 2011-09-27  9:57 UTC 

fanotify bug:multi-thread opening file hangs when fanotify is on
 2011-09-27  9:21 UTC 

[RFC] FUSE: Notifying the kernel of deletion
 2011-09-26 18:36 UTC  (4+ messages)

breaking leases on metadata changes
 2011-09-26 16:16 UTC  (13+ messages)
` [PATCH 1/6] leases: split up generic_setlease into lock/unlock cases
` [PATCH 4/6] leases: break read leases on rename

[BUG] INFO: inconsistent lock state
 2011-09-26  9:51 UTC 

[PATCH] PM / Freezer: Freeze filesystems while freezing processes (v2)
 2011-09-26  5:27 UTC  (11+ messages)
      ` [Update][PATCH] PM / Hibernate: Freeze kernel threads after preallocating memory

Attenzione! Virus sul vostro account!
 2011-09-25 18:10 UTC 

群发软件+买家搜索机+最新广交会买家、海关数据,B2B询盘买家500万。
 2011-09-25 12:27 UTC 

Attenzione! Virus sul vostro account!
 2011-09-24 22:33 UTC 

Request for confirmation
 2011-09-23  2:05 UTC 

Administrative Message
 2011-09-24 15:14 UTC 

[PATCH 1/1] Trivial: mnt_want_write: Remove unused label out
 2011-09-23 16:38 UTC 

hi
 2011-09-23 13:16 UTC 

administrativní zprávy
 2011-09-23  8:02 UTC 

[PATCH 0/3] Replace kmalloc with vmalloc in seq_files
 2011-09-23  0:00 UTC  (12+ messages)
` [PATCH 1/3] fs: seq_file: add seq_reserve
` [PATCH 3/3] seq_file: convert seq buffer to vmalloc

administrativní zprávy
 2011-09-22 22:02 UTC 


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