linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-04 14:21:35 to 2013-06-09 02:18:59 UTC [more...]

Immutable biovecs, dio rewrite
 2013-06-09  2:18 UTC  (18+ messages)
` [PATCH 01/26] bcache: Use standard utility code
` [PATCH 02/26] bcache: Kill unaligned bvec hack
` [PATCH 03/26] block: Abstract out bvec iterator
` [PATCH 04/26] dm: Use bvec_iter for dm_bio_record()
` [PATCH 05/26] block: Convert bio_iovec() to bvec_iter
` [PATCH 06/26] block: Convert bio_for_each_segment() "
  ` [PATCH 07/26] block: Immutable bio vecs
` [PATCH 08/26] block: Convert bio_copy_data() to bvec_iter
` [PATCH 09/26] bio-integrity: Convert "
` [PATCH 10/26] block: Convert drivers to immutable biovecs
` [PATCH 11/26] block: Kill bio_iovec_idx(), __bio_iovec()
` [PATCH 12/26] rbd: Refactor bio cloning, don't clone biovecs
` [PATCH 13/26] dm: Refactor for new bio cloning/splitting
` [PATCH 14/26] md, bcache: Remove bi_idx hacks
` [PATCH 15/26] block: Generic bio chaining
` [PATCH 16/26] block: Rename bio_split() -> bio_pair_split()
` [PATCH 17/26] block: Introduce new bio_split()

[PATCH] hpfs: fix warnings when the filesystem fills up
 2013-06-08 23:25 UTC 

[RFC] xattr: Constify ->name member of "struct xattr"
 2013-06-08 12:54 UTC  (2+ messages)
` [PATCH] "

[f2fs-dev] [PATCH 4/4] f2fs: optimise the truncate_data_blocks_range() range
 2013-06-08 12:25 UTC 

[f2fs-dev] [PATCH 3/4] f2fs: use the F2FS sepcifice flags in f2fs_ioctl()
 2013-06-08 12:25 UTC 

[f2fs-dev] [PATCH 2/4] f2fs: reorganise the function get_victim_by_default
 2013-06-08 12:25 UTC 

[PATCH 1/4] f2fs: reorganize the f2fs_setattr() function
 2013-06-08 12:25 UTC 

[f2fs-dev] [RFC 0/5] Enable f2fs support inline data
 2013-06-08  7:25 UTC  (6+ messages)
`  "

[f2fs-dev] [PATCH 1/2] f2fs: fix iget/iput of dir during recovery
 2013-06-08  1:09 UTC  (8+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: support xattr security labels
  ` [f2fs-dev] [PATCH 2/2 v2] "
      `  "
  ` [PATCH 2/2] "

[patch 00/10] mm: thrash detection-based file cache sizing
 2013-06-07 17:36 UTC  (9+ messages)
` [patch 09/10] "
` [patch 10/10] mm: workingset: keep shadow entries in check

[PATCHv4 00/39] Transparent huge page cache
 2013-06-07 15:56 UTC  (10+ messages)
` [PATCHv4 14/39] thp, mm: rewrite delete_from_page_cache() to support huge pages
` [PATCHv4 20/39] thp, mm: naive support of thp in generic read/write routines

[PATCH v10 00/35] kmemcg shrinkers
 2013-06-07 14:15 UTC  (83+ messages)
` [PATCH v10 03/35] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v10 04/35] dentry: move to per-sb LRU locks
` [PATCH v10 05/35] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v10 06/35] mm: new shrinker API
` [PATCH v10 08/35] list: add a new LRU list type
` [PATCH v10 11/35] list_lru: per-node list infrastructure
` [PATCH v10 12/35] shrinker: add node awareness
` [PATCH v10 13/35] vmscan: per-node deferred work
` [PATCH v10 22/35] shrinker: convert remaining shrinkers to count/scan API
` [PATCH v10 26/35] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v10 27/35] lru: add an element to a memcg list
` [PATCH v10 28/35] list_lru: per-memcg walks
` [PATCH v10 29/35] memcg: per-memcg kmem shrinking
` [PATCH v10 30/35] memcg: scan cache objects hierarchically
` [PATCH v10 35/35] memcg: reap dead memcgs upon global memory pressure

[PATCH v11 00/25] shrinkers rework: per-numa, generic lists, etc
 2013-06-07 14:10 UTC  (32+ messages)
` [PATCH v11 02/25] super: fix calculation of shrinkable objects for small numbers
  ` [PATCH v11 01/25] fs: bump inode and dentry counters to long
  ` [PATCH v11 03/25] dcache: convert dentry_stat.nr_unused to per-cpu counters
  ` [PATCH v11 04/25] dentry: move to per-sb LRU locks
  ` [PATCH v11 05/25] dcache: remove dentries from LRU before putting on dispose list
  ` [PATCH v11 06/25] mm: new shrinker API
  ` [PATCH v11 07/25] shrinker: convert superblock shrinkers to new API
  ` [PATCH v11 08/25] list: add a new LRU list type
  ` [PATCH v11 09/25] inode: convert inode lru list to generic lru list code
  ` [PATCH v11 10/25] dcache: convert to use new lru list infrastructure
  ` [PATCH v11 11/25] list_lru: per-node "
  ` [PATCH v11 12/25] list_lru: per-node API
  ` [PATCH v11 13/25] shrinker: add node awareness
  ` [PATCH v11 14/25] vmscan: per-node deferred work
  ` [PATCH v11 15/25] fs: convert inode and dentry shrinking to be node aware
  ` [PATCH v11 16/25] xfs: convert buftarg LRU to generic code
  ` [PATCH v11 17/25] xfs: rework buffer dispose list tracking
  ` [PATCH v11 18/25] xfs: convert dquot cache lru to list_lru
  ` [PATCH v11 21/25] i915: bail out earlier when shrinker cannot acquire mutex
  ` [PATCH v11 23/25] hugepage: convert huge zero page shrinker to new shrinker API
  ` [PATCH v11 24/25] shrinker: Kill old ->shrink API
  ` [PATCH v11 25/25] list_lru: dynamically adjust node arrays
` [PATCH v11 19/25] fs: convert fs shrinkers to new scan/count API
` [PATCH v11 20/25] drivers: convert shrinkers to new count/scan API
` [PATCH v11 22/25] shrinker: convert remaining shrinkers to "

[RFC, PATCH 00/19] Numa aware LRU lists and shrinkers
 2013-06-07 13:37 UTC  (3+ messages)
` [PATCH 17/19] drivers: convert shrinkers to new count/scan API

GFS2: Add atomic_open support
 2013-06-07 10:54 UTC  (3+ messages)

[PATCH] f2fs: fix i_blocks translation on various types of files
 2013-06-07  8:07 UTC 

mmotm 2013-06-06-16-19 uploaded
 2013-06-06 23:20 UTC 

[PATCH 0/3] scsi: More detailed I/O errors
 2013-06-06 14:40 UTC  (8+ messages)
` [PATCH 1/3] scsi: Document enhanced error codes
` [PATCH 2/3] scsi: Return ENOSPC on thin provisioning failure
` [PATCH 3/3] scsi: Return ENODATA on medium error

[f2fs-dev] [PATCH 1/2] f2fs: add remount_fs callback support
 2013-06-06 13:05 UTC  (5+ messages)
    `  "

mmotm 2013-06-05-17-24 uploaded
 2013-06-06 11:40 UTC  (5+ messages)

PROCES A ODKUPU VAŠÍ VYHRÁL CENU £ 7.500,000LIBRA BRITSKÁ LIBRA { GBP }
 2013-06-06  9:00 UTC 

[PATCHv2 0/3] scsi: More detailed I/O errors
 2013-06-06  8:26 UTC  (4+ messages)
` [PATCH 1/3] scsi: Document enhanced error codes
` [PATCH 2/3] scsi: Return ENOSPC on thin provisioning failure
` [PATCH 3/3] scsi: Return ENODATA on medium error

[PATCH 0/3 v3] dcache: make it more scalable on large system
 2013-06-06  3:48 UTC  (8+ messages)

[RFC] corner cases of open() on procfs symlinks
 2013-06-06  2:40 UTC  (4+ messages)

[RFC] RCU Judy array with distributed locking for FS extents
 2013-06-05 23:48 UTC  (7+ messages)

[PATCH v1 00/11] locks: scalability improvements for file locking
 2013-06-05 12:59 UTC  (25+ messages)
` [PATCH v1 04/11] locks: make "added" in __posix_lock_file a bool
` [PATCH v1 05/11] locks: encapsulate the fl_link list handling
` [PATCH v1 06/11] locks: convert to i_lock to protect i_flock list
` [PATCH v1 07/11] locks: only pull entries off of blocked_list when they are really unblocked
` [PATCH v1 08/11] locks: convert fl_link to a hlist_node
` [PATCH v1 11/11] locks: give the blocked_hash its own spinlock

[PATCH v4 00/20] change invalidatepage prototype to accept length
 2013-06-05 10:04 UTC  (4+ messages)
` [PATCH v4 20/20] ext4: Allow punch hole with bigalloc enabled

[PATCH] ext4: Reduce object size when !CONFIG_PRINTK
 2013-06-05  2:55 UTC 

[PATCH] jfs: Convert jfs_error to jfs_sb_err
 2013-06-04 23:00 UTC 

Reply
 2013-06-03 12:42 UTC 

[ 112/184] epoll: prevent missed events on EPOLL_CTL_MOD
 2013-06-04 17:23 UTC 

[LSF/MM TOPIC (expanded) 0/8] New API's for better exporting of VFS from user-mode daemons
 2013-06-04 15:52 UTC  (7+ messages)
` Re: [1/8] readdir-plus system call - LSF/MM follow up
    `  "
        `  "
            ` [Lsf-pc] "


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