linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-02 21:52:46 to 2015-01-06 23:21:03 UTC [more...]

a simple and scalable pNFS block layout server
 2015-01-06 23:21 UTC  (34+ 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 09/18] nfsd: implement pNFS operations
  ` [PATCH 08/18] nfsd: make find_any_file available outside nfs4state.c
  ` [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 13/18] exportfs: add methods for block layout exports
` [PATCH 18/18] xfs: recall pNFS layouts on conflicting access

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

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

[v8 0/5] ext4: add project quota support
 2015-01-06 21:52 UTC  (6+ messages)
` [v8 3/5] ext4: adds "
` [v8 5/5] ext4: cleanup inode flag definitions

[PATCHSET RFC block/for-next] writeback: cgroup writeback support
 2015-01-06 21:44 UTC  (47+ 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

[PATCHSET v2 block/for-next] writeback: prepare for cgroup writeback support
 2015-01-06 19:29 UTC  (17+ 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 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 v7 9/11] xfstests: generic/043: Test multiple fallocate insert/collapse range calls
 2015-01-06 19:10 UTC  (2+ messages)

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

[PATCH v7 11/11] xfstests: fsx: Add fallocate insert range operation
 2015-01-06 18:13 UTC  (2+ messages)

[PATCH v7 10/11] xfstests: fsstress: Add fallocate insert range operation
 2015-01-06 18:13 UTC  (2+ messages)

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

[PATCH v7 2/11] xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2015-01-06 16:33 UTC  (2+ messages)

[PATCH v7 1/11] fs: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2015-01-06 16:32 UTC  (2+ messages)

[PATCH] ovl: Prevent rw remount when it should be ro mount
 2015-01-06 14:02 UTC  (3+ messages)

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

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

[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  (22+ messages)

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

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

[PATCH review 0/9] Call for testing and review of mount detach fixes
 2015-01-05 20:46 UTC  (23+ messages)
` [PATCH review 2/9] mnt: Don't propagate umounts in __detach_mounts
` [PATCH review 3/9] mnt: In umount_tree reuse mnt_list instead of mnt_hash
` [PATCH review 4/9] mnt: Add MNT_UMOUNT flag
` [PATCH review 5/9] mnt: Delay removal from the mount hash
` [PATCH review 6/9] mnt: Factor out __detach_mnt from detach_mnt
` [PATCH review 7/9] mnt: Simplify umount_tree
` [PATCH review 8/9] mnt: Remove redundant NULL tests in namespace_unlock
` [PATCH review 9/9] mnt: Honor MNT_LOCKED when detaching mounts
  ` [PATCH review 1/9] mnt: Improve the umount_tree flags
  ` [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

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

[GIT PULL] fuse update for 3.19
 2015-01-05 17:33 UTC  (3+ messages)

[PATCH v2 0/5] clean up and generalize swap-over-NFS
 2015-01-05 14:41 UTC  (3+ messages)
` [PATCH v2 3/5] nfs: don't dirty ITER_BVEC pages read through direct I/O

[RFC] fs: make efivarfs a pseudo filesystem, built by default with EFI
 2015-01-05 14:15 UTC  (2+ messages)

[RFC] AFFS: Trying to fix fsx/O_DIRECT
 2015-01-05 10:46 UTC  (2+ messages)

[ATTEND] Filesystem topics
 2015-01-05 10:27 UTC  (2+ messages)
` [Lsf-pc] "

[PATCH RFC] fs/aio: fix sleeping while TASK_INTERRUPTIBLE
 2015-01-04 10:16 UTC  (4+ messages)

backing_dev_info cleanups
 2015-01-04  8:28 UTC  (5+ messages)
` [PATCH 6/8] nilfs2: set up s_bdi like the generic mount_bdev code
` [PATCH 8/8] fs: remove mapping->backing_dev_info

CALL FOR DISCUSSION (REPLY URGENTLY NEEDED)
 2015-01-03  6:33 UTC 

[PATCH] mnt: Fix a memory stomp in umount
 2015-01-02 21:56 UTC  (9+ 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).