linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-05 19:23:20 to 2015-01-08 04:58:07 UTC [more...]

[PATCH] libata: Whitelist SSDs that are known to properly return zeroes after TRIM
 2015-01-08  4:58 UTC  (6+ messages)

[PATCH review 0/9] Call for testing and review of mount detach fixes
 2015-01-08  3:11 UTC  (22+ messages)
  ` [PATCH review 0/11 Call for testing and review of mount detach fixes (take 2)
      ` [PATCH review 01/11] mnt: Improve the umount_tree flags
      ` [PATCH review 05/11] mnt: Delay removal from the mount hash
    ` [PATCH review 02/11] mnt: Don't propagate umounts in __detach_mounts
    ` [PATCH review 03/11] mnt: In umount_tree reuse mnt_list instead of mnt_hash
    ` [PATCH review 04/11] mnt: Add MNT_UMOUNT flag
    ` [PATCH review 06/11] mnt: Factor out __detach_mnt from detach_mnt
    ` [PATCH review 07/11] mnt: Simplify umount_tree
    ` [PATCH review 08/11] mnt: Remove redundant NULL tests in namespace_unlock
    ` [PATCH review 09/11] mnt: On an unmount propagate clearing of MNT_LOCKED
    ` [PATCH review 10/11] mnt: Don't propagate unmounts to locked mounts
    ` [PATCH review 11/11] mnt: Honor MNT_LOCKED when detaching mounts

mmotm 2015-01-07-17-07 uploaded
 2015-01-08  1:09 UTC 

[PATCHSET RFC block/for-next] writeback: cgroup writeback support
 2015-01-07 23:45 UTC  (48+ messages)
` [PATCH 01/45] writeback: add struct dirty_context
` [PATCH 02/45] writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
` [PATCH 03/45] memcg: encode page_cgflags in the lower bits of page->mem_cgroup
` [PATCH 04/45] memcg, writeback: implement memcg_blkcg_ptr
` [PATCH 05/45] writeback: make backing_dev_info host cgroup-specific bdi_writebacks
` [PATCH 06/45] writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writeback
` [PATCH 07/45] writeback: attribute stats to the matching per-cgroup bdi_writeback
` [PATCH 08/45] writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback
` [PATCH 09/45] writeback: make congestion functions per bdi_writeback
` [PATCH 10/45] writeback, blkcg: restructure blk_{set|clear}_queue_congested()
` [PATCH 11/45] writeback, blkcg: propagate non-root blkcg congestion state
` [PATCH 12/45] writeback: implement and use mapping_congested()
` [PATCH 13/45] writeback: implement WB_has_dirty_io wb_state flag
` [PATCH 14/45] writeback: implement backing_dev_info->tot_write_bandwidth
` [PATCH 15/45] writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
` [PATCH 16/45] writeback: don't issue wb_writeback_work if clean
` [PATCH 17/45] writeback: make bdi->min/max_ratio handling cgroup writeback aware
` [PATCH 18/45] writeback: implement bdi_for_each_wb()
` [PATCH 19/45] writeback: remove bdi_start_writeback()
` [PATCH 20/45] writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's
  ` [PATCH 21/45] writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info
  ` [PATCH 44/45] mpage: make __mpage_writepage() honor cgroup writeback
` [PATCH 22/45] writeback: make bdi_start_background_writeback() take bdi_writeback instead of backing_dev_info
` [PATCH 23/45] writeback: make wakeup_flusher_threads() handle multiple bdi_writeback's
` [PATCH 24/45] writeback: add wb_writeback_work->auto_free
` [PATCH 25/45] writeback: implement bdi_wait_for_completion()
` [PATCH 26/45] writeback: implement wb_wait_for_single_work()
` [PATCH 27/45] writeback: restructure try_writeback_inodes_sb[_nr]()
` [PATCH 28/45] writeback: make writeback initiation functions handle multiple bdi_writeback's
` [PATCH 29/45] writeback: move i_wb_list emptiness test into inode_wb_list_del() from its caller
` [PATCH 30/45] vfs, writeback: introduce struct inode_wb_link
` [PATCH 31/45] vfs, writeback: add inode_wb_link->data point to the associated bdi_writeback
` [PATCH 32/45] vfs, writeback: move inode->dirtied_when into inode->i_wb_link
` [PATCH 33/45] writeback: minor reorganization of fs/fs-writeback.c
` [PATCH 34/45] vfs, writeback: implement support for multiple inode_wb_link's
` [PATCH 35/45] vfs, writeback: implement inode->i_nr_syncs
` [PATCH 36/45] writeback: dirty inodes against their matching cgroup bdi_writeback's
` [PATCH 37/45] writeback: make writeback_control carry the inode_wb_link being served
` [PATCH 38/45] writeback: make cyclic writeback cursor cgroup writeback aware
` [PATCH 39/45] writeback: make DIRTY_PAGES tracking "
` [PATCH 40/45] writeback: make write_cache_pages() "
` [PATCH 41/45] writeback: make __writeback_single_inode() "
` [PATCH 42/45] writeback: make __filemap_fdatawrite_range() croup "
` [PATCH 43/45] buffer, writeback: make __block_write_full_page() honor cgroup writeback
` [PATCH 45/45] ext2: enable cgroup writeback support

[v8 0/5] ext4: add project quota support
 2015-01-07 23:11 UTC  (8+ messages)
` [v8 2/5] ext4: adds project ID support
` [v8 3/5] ext4: adds project quota support
` [v8 5/5] ext4: cleanup inode flag definitions

[RFC PATCH 0/6] xfs: truncate vs page fault IO exclusion
 2015-01-07 22:25 UTC  (7+ messages)
` [RFC PATCH 1/6] xfs: introduce mmap/truncate lock
` [RFC PATCH 2/6] xfs: use i_mmaplock on read faults
` [RFC PATCH 3/6] xfs: use i_mmaplock on write faults
` [RFC PATCH 4/6] xfs: take i_mmap_lock on extent manipulation operations
` [RFC PATCH 5/6] xfs: xfs_setattr_size no longer races with page faults
` [RFC PATCH 6/6] xfs: lock out page faults from extent swap operations

a simple and scalable pNFS block layout server
 2015-01-07 21:11 UTC  (40+ messages)
` [PATCH 01/18] nfs: add LAYOUT_TYPE_MAX enum value
` [PATCH 02/18] fs: add FL_LAYOUT lease type
` [PATCH 03/18] nfsd: factor out a helper to decode nfstime4 values
` [PATCH 04/18] nfsd: move nfsd_fh_match to nfsfh.h
` [PATCH 05/18] nfsd: add fh_fsid_match helper
` [PATCH 06/18] nfsd: make lookup/alloc/unhash_stid available outside nfs4state.c
` [PATCH 07/18] nfsd: make find/get/put file "
  ` [PATCH 08/18] nfsd: make find_any_file "
  ` [PATCH 10/18] nfsd: implement pNFS layout recalls
  ` [PATCH 11/18] nfsd: update documentation for pNFS support
  ` [PATCH 12/18] nfsd: add trace events
  ` [PATCH 14/18] nfsd: pNFS block layout driver
  ` [PATCH 15/18] xfs: pass a 64-bit count argument to xfs_iomap_write_unwritten
  ` [PATCH 16/18] xfs: do not allocate blocks when converting unwritten extents
  ` [PATCH 17/18] xfs: implement pnfs export operations
` [PATCH 09/18] nfsd: implement pNFS operations
` [PATCH 13/18] exportfs: add methods for block layout exports
` [PATCH 18/18] xfs: recall pNFS layouts on conflicting access

[PATCHSET 0/4 v4] brd: partition fixes
 2015-01-07 16:09 UTC  (5+ messages)
` [PATCH 1/4 v4] axonram: Fix bug in direct_access
` [PATCH 2/4 v4] block: Change direct_access calling convention
` [PATCH 3/4 v4] brd: Fix all partitions BUGs
` [PATCH 4/4 v4] brd: Request from fdisk 4k alignment

[PATCHSET v2 block/for-next] writeback: prepare for cgroup writeback support
 2015-01-07 15:11 UTC  (19+ messages)
` [PATCH 01/16] blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h
` [PATCH 02/16] update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.h
` [PATCH 03/16] blkcg: add blkcg_root_css
` [PATCH 04/16] cgroup, block: implement task_get_css() and use it in bio_associate_current()
` [PATCH 05/16] blkcg: implement task_get_blkcg_css()
` [PATCH 06/16] blkcg: implement bio_associate_blkcg()
` [PATCH 07/16] writeback: move backing_dev_info->state into bdi_writeback
` [PATCH 08/16] writeback: move backing_dev_info->bdi_stat[] "
` [PATCH 09/16] writeback: move bandwidth related fields from backing_dev_info "
` [PATCH 10/16] writeback: move backing_dev_info->wb_lock and ->worklist "
` [PATCH 11/16] writeback: move lingering dirty IO lists transfer from bdi_destroy() to wb_exit()
` [PATCH 12/16] writeback: reorganize mm/backing-dev.c
` [PATCH 13/16] writeback: separate out include/linux/backing-dev-defs.h
` [PATCH 14/16] writeback: cosmetic change in account_page_dirtied()
  ` [PATCH 15/16] writeback: add @gfp to wb_init()
` [PATCH 16/16] writeback: move inode_to_bdi() to include/linux/backing-dev.h

[PATCH] ovl: Prevent rw remount when it should be ro mount
 2015-01-07 15:04 UTC  (5+ messages)

[Lsf-pc] [LSF/MM TOPIC] - SMR Modifications to EXT4 (and other generic file systems)
 2015-01-07 14:57 UTC 

[PATCH] 9p: use unsinged integers for nwqid/count
 2015-01-07 12:06 UTC  (3+ messages)
` [V9fs-developer] "

[LSF/MM TOPIC] Working towards better power fail testing
 2015-01-07 10:10 UTC  (16+ messages)
` [Lsf-pc] "

[PATCH v7 9/11] xfstests: generic/043: Test multiple fallocate insert/collapse range calls
 2015-01-07  5:50 UTC  (3+ messages)

[PATCH v7 11/11] xfstests: fsx: Add fallocate insert range operation
 2015-01-07  5:48 UTC  (3+ messages)

[PATCH v7 10/11] xfstests: fsstress: Add fallocate insert range operation
 2015-01-07  5:47 UTC  (3+ messages)

[PATCH v7 1/11] fs: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2015-01-07  5:46 UTC  (3+ messages)

[PATCH v7 2/11] xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2015-01-07  5:46 UTC  (3+ messages)

[PATCHv2 0/1] vfs: renumber FMODE_NONOTIFY and add to uniqueness check
 2015-01-07  0:29 UTC  (3+ messages)
` [PATCHv2 1/1] "

[PATCH] f2fs: add adaptive ssr/ipu policy as valid blocks in dirty segments
 2015-01-06 23:07 UTC  (2+ messages)

[PATCH 1/4] f2fs: clean up to remove parameter
 2015-01-06 19:20 UTC  (4+ messages)
` [PATCH 2/4] f2fs: avoid potential unnecessary codes
` [PATCH 3/4] f2fs: remove uncovered code path
` [PATCH 4/4] f2fs: align direct_io'ed data to section

[PATCH 1/4] Orangefs: kernel client include files
 2015-01-06 18:50 UTC  (4+ messages)
` [PATCH] Orangefs: add orangefs to documentation

[PATCH v7 4/11] xfsprogs: xfs_io: add finsert command for insert range via fallocate
 2015-01-06 18:12 UTC  (2+ messages)

[PATCH V8 00/33] loop: Issue O_DIRECT aio using bio_vec
 2015-01-06 13:18 UTC  (7+ messages)

[PATCH 1/2] 9p: fix error handling in v9fs_file_do_lock
 2015-01-06 12:14 UTC  (3+ messages)
` [PATCH 2/2] 9p: do not crash on unknown lock status code
  ` [V9fs-developer] "

Payment
 2015-01-06  8:29 UTC 

[PATCH v12 00/20] DAX: Page cache bypass for filesystems on memory storage
 2015-01-06  8:47 UTC  (5+ messages)

[PATCH] ovl: Fix opaque regression in ovl_lookup
 2015-01-06  8:10 UTC 

PLEASE KINDLY READ AND REPLY ME
 2015-01-06  6:25 UTC 

[PATCH] ovl: Fix kernel panic while mounting overlayfs
 2015-01-06  4:52 UTC 

[PATCH] eventfd: fix trivial typos in function eventfd_signal() comment
 2015-01-06  2:09 UTC 

[PATCH] [RFC] Deter exploit bruteforcing
 2015-01-05 22:56 UTC  (14+ messages)

HMM (Heterogeneous Memory Management) v8
 2015-01-05 22:44 UTC 

libaio tarballs on <kernel.org>
 2015-01-05 22:02 UTC  (6+ messages)

[PATCH 4/4] Orangefs: wiring and misc
 2015-01-05 19:23 UTC  (2+ messages)
` [PATCH] Orangefs: Don't compile orangefs by default


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