linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-13 17:01:09 to 2017-10-18 10:44:28 UTC [more...]

[PATCH 0/7 v1] Speed up page cache truncation
 2017-10-18 10:44 UTC  (4+ messages)
` [PATCH 7/7] mm: Batch radix tree operations when truncating pages

[PATCH 0/8] Follow-up for speed up page cache truncation v2
 2017-10-18 10:15 UTC  (11+ messages)
` [PATCH 1/8] mm, page_alloc: Enable/disable IRQs once when freeing a list of pages
` [PATCH 2/8] mm, truncate: Do not check mapping for every page being truncated
` [PATCH 3/8] mm, truncate: Remove all exceptional entries from pagevec under one lock
` [PATCH 4/8] mm: Only drain per-cpu pagevecs once per pagevec usage
` [PATCH 5/8] mm, pagevec: Remove cold parameter for pagevecs
` [PATCH 6/8] mm: Remove cold parameter for release_pages
` [PATCH 7/8] mm, Remove cold parameter from free_hot_cold_page*
` [PATCH 8/8] mm: Remove __GFP_COLD

Fix false positive by LOCKDEP_CROSSRELEASE
 2017-10-18  9:59 UTC  (5+ messages)
` [RESEND PATCH 1/3] completion: Add support for initializing completion with lockdep_map
` [RESEND PATCH 2/3] lockdep: Remove unnecessary acquisitions wrt workqueue flush
` [RESEND PATCH 3/3] lockdep: Assign a lock_class per gendisk used for wait_for_completion()

[PATCH] ocfs2: fix cluster hang after a node dies
 2017-10-18  9:09 UTC  (5+ messages)
` [Ocfs2-devel] "

[PATCH v7 0/6] vfs: Use dlock list for SB's s_inodes list
 2017-10-18  8:55 UTC  (10+ messages)
` [PATCH v7 1/6] lib/dlock-list: Distributed and lock-protected lists
` [PATCH v7 7/6] fs/epoll: scale nested callbacks
` [PATCH v7 8/9] lib/dlock-list: Export symbols and add warnings
  ` [PATCH v7 9/9] lib/dlock-list: Unique lock class key for each allocation call site

[PATCH 0/19 v3] dax, ext4, xfs: Synchronous page faults
 2017-10-18  6:59 UTC  (35+ messages)
` [PATCH 01/19] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH 11/19] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
` [PATCH 12/19] mm: Define MAP_SYNC and VM_SYNC flags
` [PATCH 14/19] dax: Implement dax_finish_sync_fault()
` [PATCH 15/19] ext4: Simplify error handling in ext4_dax_huge_fault()
` [PATCH 16/19] ext4: Support for synchronous DAX faults
` [PATCH 17/19] ext4: Add support for MAP_SYNC flag

[PATCH v5] mm, sysctl: make NUMA stats configurable
 2017-10-18  6:30 UTC  (2+ messages)

[PATCH] hfs/hfsplus: Clean up unused variables in bnode.c
 2017-10-18  4:10 UTC  (2+ messages)

[PATCH] Fix mounting with MS_I_VERSION
 2017-10-18  2:51 UTC  (2+ messages)

[PATCH] f2fs: expose some sectors to user in inline data or dentry case
 2017-10-18  2:32 UTC  (4+ messages)

[PATCH] f2fs: return error number for quota_write
 2017-10-18  2:13 UTC  (6+ messages)
    ` [f2fs-dev] "

[PATCH] f2fs: handle error case when adding xattr entry
 2017-10-18  1:47 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH] Batch unmount cleanup
 2017-10-18  1:38 UTC  (3+ messages)

RFC(v2): Audit Kernel Container IDs
 2017-10-18  0:23 UTC  (14+ messages)

mmotm 2017-10-17-17-13 uploaded
 2017-10-18  0:14 UTC 

[PATCH] f2fs: avoid stale fi->gdirty_list pointer
 2017-10-17 18:16 UTC  (5+ messages)
` [f2fs-dev] "

[PATCH 00/14] Overlayfs NFS export support
 2017-10-17 16:44 UTC  (15+ messages)
` [PATCH 01/14] ovl: hash all overlay inodes for NFS export
` [PATCH 02/14] ovl: grab i_count reference of lower inode
` [PATCH 03/14] ovl: use d_splice_alias() in place of d_add() in lookup
` [PATCH 04/14] ovl: copy up of disconnected dentries
` [PATCH 05/14] ovl: encode/decode pure-upper non-connectable file handles
` [PATCH 06/14] ovl: encode pure-upper connectable "
` [PATCH 07/14] ovl: decode "
` [PATCH 08/14] ovl: encode/decode struct ovl_fh format "
` [PATCH 09/14] ovl: encode non-pure-upper non-connectable "
` [PATCH 10/14] ovl: obtain a non-pure-upper disconnected dentry
` [PATCH 11/14] ovl: decode non-pure-upper non-connectable file handles
` [PATCH 12/14] ovl: reconnect non-pure-upper dir "
` [PATCH 13/14] ovl: wire up NFS export support
` [PATCH 14/14] ovl: document NFS export

[PATCH 0/7 v2] Speed up page cache truncation
 2017-10-17 16:21 UTC  (8+ messages)
` [PATCH 1/7] mm: Speedup cancel_dirty_page() for clean pages
` [PATCH 2/7] mm: Refactor truncate_complete_page()
` [PATCH 3/7] mm: Factor out page cache page freeing into a separate function
` [PATCH 4/7] mm: Move accounting updates before page_cache_tree_delete()
` [PATCH 5/7] mm: Move clearing of page->mapping to page_cache_tree_delete()
` [PATCH 6/7] mm: Factor out checks and accounting from __delete_from_page_cache()
` [PATCH 7/7] mm: Batch radix tree operations when truncating pages

[PATCH] epoll: avoid calling ep_call_nested() from ep_poll_safewake()
 2017-10-17 15:37 UTC  (2+ messages)

[PATCH 1/2] hfsplus: preserve i_mode if __hfsplus_set_posix_acl() fails
 2017-10-17 15:20 UTC  (10+ messages)
` [PATCH 2/2] hfsplus: add mount option to enable ACL support

[PATCH] fs: Avoid invalidation in interrupt context in dio_complete()
 2017-10-17 14:43 UTC  (5+ messages)

[PATCH v2 00/15] make structure field, function arguments and structures const
 2017-10-17 10:56 UTC  (29+ messages)
` [PATCH v2 01/15] configfs: make ci_type field, some pointers and function arguments const
` [PATCH v2 02/15] usb: gadget: make config_item_type structures const
` [PATCH v2 03/15] target: make config_item_type const
` [PATCH v2 04/15] iio: make function argument and some structures const
` [PATCH v2 05/15] ocfs2/cluster: make config_item_type const
` [PATCH v2 06/15] PCI: endpoint: "
` [PATCH v2 07/15] usb: gadget: configfs: "
` [PATCH v2 08/15] nvmet: "
` [PATCH v2 09/15] ACPI: configfs: "
` [PATCH v2 10/15] nullb: "
` [PATCH v2 11/15] stm class: "
` [PATCH v2 12/15] RDMA/cma: "
` [PATCH v2 13/15] netconsole: "
` [PATCH v2 14/15] dlm: "
` [PATCH v2 15/15] configfs: "

[PATCH v4] mm, sysctl: make NUMA stats configurable
 2017-10-17  8:14 UTC  (4+ messages)

[PATCH v9 0/6] MAP_DIRECT for DAX userspace flush
 2017-10-17  6:46 UTC  (23+ messages)
` [PATCH v9 1/6] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags

[GIT PULL] vfs i_version fix for Linus
 2017-10-17  5:23 UTC  (2+ messages)

◆ 诚邀 lenglidong 参加全球最大轨道交通展 —— InnoTrans 2018 ◆ 德国柏林国际轨道交通技术展 [上U2/L50-Z]
 2017-10-16 21:47 UTC 

[PATCH] fs: invalidate page cache after end_io() in dio completion
 2017-10-16 19:26 UTC  (5+ messages)

[PATCH] udf: Avoid overflow when session starts at large offset
 2017-10-16  9:57 UTC 

Crash in bm_evict_inode() during shutdown
 2017-10-16  9:11 UTC  (3+ messages)

[v4.14-rc3 bug] scheduling while atomic in generic/451 test on extN
 2017-10-16  8:17 UTC  (5+ messages)

[PATCH] f2fs: update dirty status for CURSEG as well
 2017-10-16  3:43 UTC  (5+ messages)
` [PATCH v2] "
  ` [f2fs-dev] "

[PATCH] f2fs: add bug_on when f2fs_gc even fails to get one victim
 2017-10-16  3:25 UTC  (5+ messages)
` [PATCH v2] "
  ` [f2fs-dev] "

[PATCH v7 07/12] dma-mapping: introduce dma_has_iommu()
 2017-10-15 15:21 UTC  (13+ messages)

(unknown),
 2017-10-15  3:28 UTC 

[PATCH v6 0/4] cramfs refresh for embedded usage
 2017-10-14  2:37 UTC  (10+ messages)
` [PATCH v6 1/4] cramfs: direct memory access support

mmotm 2017-10-13-15-52 uploaded
 2017-10-13 22:53 UTC 

[RFC PATCH] vfs: shutdown lease notifications on file close
 2017-10-13 18:30 UTC  (5+ 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).