linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-15 10:40:45 to 2016-04-18 21:35:54 UTC [more...]

[RFC v3] [PATCH 0/18] DAX page fault locking
 2016-04-18 21:35 UTC  (14+ messages)
` [PATCH 01/18] ext4: Handle transient ENOSPC properly for DAX
` [PATCH 02/18] ext4: Fix race in transient ENOSPC detection
` [PATCH 03/18] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 04/18] dax: Remove complete_unwritten argument
` [PATCH 05/18] ext2: Avoid DAX zeroing to corrupt data
` [PATCH 06/18] dax: Remove dead zeroing code from fault handlers
` [PATCH 08/18] ext4: Pre-zero allocated blocks for DAX IO
` [PATCH 09/18] dax: Remove zeroing from dax_io()
` [PATCH 10/18] dax: Remove pointless writeback from dax_do_io()
` [PATCH 12/18] dax: Remove redundant inode size checks
` [PATCH 13/18] dax: Make huge page handling depend of CONFIG_BROKEN
` [PATCH 14/18] dax: Define DAX lock bit for radix tree exceptional entry
` [PATCH 17/18] dax: Use radix tree entry lock to protect cow faults

[fuse-devel] Horrible mmap write performance (kernel writeback issue?)
 2016-04-18 21:06 UTC  (9+ messages)

[PATCH v3 0/2] Align mmap address for DAX pmd mappings
 2016-04-18 20:47 UTC  (5+ messages)
` [PATCH v3 1/2] dax: add dax_get_unmapped_area for "

[PATCHSET][RFC][CFT] parallel lookups
 2016-04-18 20:45 UTC  (22+ messages)
` [PATCH 01/15] security_d_instantiate(): move to the point prior to attaching dentry to inode
` [PATCH 02/15] kernfs: use lookup_one_len_unlocked()
` [PATCH 03/15] configfs_detach_prep(): make sure that wait_mutex won't go away
` [PATCH 04/15] ocfs2: don't open-code inode_lock/inode_unlock
` [PATCH 05/15] orangefs: "
` [PATCH 06/15] reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()
` [PATCH 07/15] reconnect_one(): use lookup_one_len_unlocked()
` [PATCH 08/15] ovl_lookup_real(): "
` [PATCH 09/15] lookup_slow(): bugger off on IS_DEADDIR() from the very beginning
` [PATCH 10/15] __d_add(): don't drop/regain ->d_lock
` [PATCH 11/15] beginning of transition to parallel lookups - marking in-lookup dentries
` [PATCH 12/15] parallel lookups machinery, part 2
` [PATCH 13/15] parallel lookups machinery, part 3
` [PATCH 14/15] parallel lookups machinery, part 4 (and last)
` [PATCH 15/15] parallel lookups: actual switch to rwsem

Greetings!!!
 2016-04-18 20:12 UTC 

[PATCHSET v4 0/8] Make background writeback not suck
 2016-04-18 20:18 UTC  (11+ messages)
` [PATCH 1/8] block: add WRITE_BG
` [PATCH 2/8] writeback: add wbc_to_write_cmd()
` [PATCH 3/8] writeback: use WRITE_BG for kupdate and background writeback
` [PATCH 4/8] writeback: track if we're sleeping on progress in balance_dirty_pages()
` [PATCH 5/8] writeback: increment page wait count when waiting
` [PATCH 6/8] block: add code to track actual device queue depth
` [PATCH 7/8] block: add scalable completion tracking of requests
` [PATCH 8/8] writeback: throttle buffered writeback

[PATCH v2] fs: define a string representation of the kernel_read_file_id enumeration
 2016-04-18 19:09 UTC 

[PATCH 0/7] IB/hfi1: Remove write() and use ioctl() for user access
 2016-04-18 18:24 UTC  (25+ messages)
` [PATCH 1/7] IB/hfi1: Export drivers user sw version via sysfs
` [PATCH 2/7] IB/hfi1: Remove unused user command

[PATCH] fs: add the FIGETFROZEN ioctl call
 2016-04-18 17:47 UTC  (7+ messages)

Greetings!!!
 2016-04-18 17:43 UTC 

[PATCH 00/42] v6: separate operations from flags in the bio/request structs
 2016-04-18 16:30 UTC  (19+ messages)
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
  ` [dm-devel] "
` [PATCH 11/42] f2fs: set bi_op to REQ_OP
` [PATCH 17/42] ocfs2: "
` [PATCH 18/42] pm: "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [PATCH 28/42] block: prepare mq request creation to use REQ_OPs
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support

[PATCH 00/42] v7: separate operations from flags in the bio/request structs
 2016-04-18 16:04 UTC  (46+ messages)
` [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/42] fs: have ll_rw_block "
` [PATCH 06/42] direct-io: set bi_op to REQ_OP
` [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/42] btrfs: set bi_op tp REQ_OP
` [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/42] btrfs: use bio fields for op and flags
` [PATCH 11/42] f2fs: set bi_op to REQ_OP
` [PATCH 12/42] gfs2: "
` [PATCH 13/42] xfs: "
` [PATCH 14/42] hfsplus: "
` [PATCH 15/42] mpage: "
` [PATCH 16/42] nilfs: "
` [PATCH 17/42] ocfs2: "
` [PATCH 18/42] pm: "
` [PATCH 19/42] dm: "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/42] bcache: set bi_op to REQ_OP
` [PATCH 22/42] drbd: "
` [PATCH 23/42] md/raid: "
` [PATCH 24/42] xen: "
` [PATCH 25/42] target: "
` [PATCH 26/42] block: copy bio op to request op
` [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 28/42] block: prepare mq request creation "
` [PATCH 29/42] block: prepare elevator "
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 39/42] block: shrink bio/request fields
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

generic RDMA READ/WRITE API V2
 2016-04-18 13:51 UTC  (5+ messages)
` [PATCH 2/6] vfs: vfs: Define new syscalls preadv2,pwritev2

fs: GPF in locked_inode_to_wb_and_lock_list
 2016-04-18  9:44 UTC 

Reconsidering exportable UBIFS
 2016-04-18  9:04 UTC  (2+ messages)

binary execution from DAX mount hang since next-20160407
 2016-04-18  2:50 UTC  (3+ messages)

[PATCH 0/2] Add infrastructure to support vfs 64 bit timestamps
 2016-04-17 22:39 UTC  (3+ messages)
  ` [Y2038] "

[PATCH 0/3] writeback: minor tweaks
 2016-04-17 12:01 UTC  (5+ messages)
` [PATCH 1/3] writeback: propagate the various reasons for writeback

[PATCHv7 00/29] THP-enabled tmpfs/shmem using compound pages
 2016-04-16  0:24 UTC  (30+ messages)
` [PATCHv7 01/29] thp, mlock: update unevictable-lru.txt
` [PATCHv7 02/29] mm: do not pass mm_struct into handle_mm_fault
` [PATCHv7 03/29] mm: introduce fault_env
` [PATCHv7 04/29] mm: postpone page table allocation until we have page to map
` [PATCHv7 05/29] rmap: support file thp
` [PATCHv7 06/29] mm: introduce do_set_pmd()
` [PATCHv7 07/29] thp, vmstats: add counters for huge file pages
` [PATCHv7 08/29] thp: support file pages in zap_huge_pmd()
` [PATCHv7 09/29] thp: handle file pages in split_huge_pmd()
` [PATCHv7 10/29] thp: handle file COW faults
` [PATCHv7 11/29] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv7 12/29] thp: prepare change_huge_pmd() for file thp
` [PATCHv7 13/29] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
` [PATCHv7 14/29] thp: file pages support for split_huge_page()
` [PATCHv7 15/29] thp, mlock: do not mlock PTE-mapped file huge pages
` [PATCHv7 16/29] vmscan: split file huge pages before paging them out
` [PATCHv7 17/29] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
` [PATCHv7 18/29] radix-tree: implement radix_tree_maybe_preload_order()
` [PATCHv7 19/29] filemap: prepare find and delete operations for huge pages
` [PATCHv7 20/29] truncate: handle file thp
` [PATCHv7 21/29] mm, rmap: account shmem thp pages
` [PATCHv7 22/29] shmem: prepare huge= mount option and sysfs knob
` [PATCHv7 23/29] shmem: get_unmapped_area align huge page
` [PATCHv7 24/29] shmem: add huge pages support
` [PATCHv7 25/29] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
` [PATCHv7 26/29] thp: update Documentation/vm/transhuge.txt
` [PATCHv7 27/29] thp: extract khugepaged from mm/huge_memory.c
` [PATCHv7 28/29] khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
` [PATCHv7 29/29] khugepaged: add support of collapse for tmpfs/shmem pages

[vfs:testing.lookups 24/24] fs/btrfs/ioctl.c:2565:1: warning: label 'out_drop_write' defined but not used
 2016-04-16  0:07 UTC 

[PATCH] namespace: update event counter when umounting a deleted dentry
 2016-04-15 21:29 UTC  (4+ messages)

[PATCH] dax: integrate *sync code & multi-order radix tree
 2016-04-15 20:10 UTC  (2+ messages)

[PATCH v2 0/5] dax: handling of media errors
 2016-04-15 19:13 UTC  (22+ messages)
` [PATCH v2 1/5] block, dax: pass blk_dax_ctl through to drivers
` [PATCH v2 2/5] dax: fallback from pmd to pte on error
` [PATCH v2 3/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v2 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v2 5/5] dax: handle media errors in dax_do_io

[PATCH v7 0/4] vfs: Use per-cpu list for SB's s_inodes list
 2016-04-15 17:14 UTC  (6+ messages)
` [PATCH v7 1/4] lib/percpu-list: Per-cpu list with associated per-cpu locks

[PATCH] nfs: make nfs_initialise_sb() static and deinline it
 2016-04-15 16:02 UTC 

[RFC v2 PATCH 00/10] dm-thin/xfs: prototype a block reservation allocation model
 2016-04-15 11:48 UTC  (9+ messages)
` [RFC v2 PATCH 05/10] dm thin: add methods to set and get reserved space

[RFC PATCH] fs: define a string representation of the kernel_read_file_id enumeration
 2016-04-15 11:39 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).