linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-16 11:23:02 to 2017-10-19 09:55:43 UTC [more...]

[PATCH] initramfs: use time64_t timestamps
 2017-10-19  9:55 UTC 

[PATCH] f2fs: avoid using timespec
 2017-10-19  9:52 UTC 

[PATCH] isofs: fix timestamps beyond 2027
 2017-10-19  9:50 UTC 

[PATCH 0/8] Follow-up for speed up page cache truncation v2
 2017-10-19  9:33 UTC  (16+ 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

[PATCH v5] mm, sysctl: make NUMA stats configurable
 2017-10-19  7:51 UTC  (3+ messages)

[PATCH 0/4][PoC][RFC] Add rlimit-resources change notification mechanism
 2017-10-19  7:41 UTC  (9+ messages)
    ` [PATCH 1/4][PoC][RFC] sched: Allow to get() and put() signal struct
    ` [PATCH 2/4][PoC][RFC] Add rlimit-events framework
    ` [PATCH 3/4][PoC][RFC] Connect rlimit-events with process life cycle
    ` [PATCH 4/4][PoC][RFC] Allow to trace fd usage with rlimit-events

[PATCH] f2fs: limit # of inmemory pages
 2017-10-19  7:28 UTC  (2+ messages)

[PATCH v2 0/4] Fix false positives by cross-release feature
 2017-10-19  7:03 UTC  (5+ messages)
  ` [PATCH v2 1/4] completion: Add support for initializing completion with lockdep_map
  ` [PATCH v2 2/4] lockdep: Remove unnecessary acquisitions wrt workqueue flush
  ` [PATCH v2 3/4] genhd.h: Remove trailing white space
  ` [PATCH v2 4/4] lockdep: Assign a lock_class per gendisk used for wait_for_completion()

[PATCH v9 0/6] MAP_DIRECT for DAX userspace flush
 2017-10-19  6:02 UTC  (17+ messages)

Fix false positive by LOCKDEP_CROSSRELEASE
 2017-10-19  1:57 UTC  (8+ 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()

RFC(v2): Audit Kernel Container IDs
 2017-10-19  0:43 UTC  (19+ messages)

[PATCH V2] Fix mounting with MS_I_VERSION
 2017-10-18 22:53 UTC  (4+ messages)

[PATCH] mm: Convert delete_from_page_cache_batch() to pagevec
 2017-10-18 22:02 UTC  (2+ messages)

[PATCH] Fix mounting with MS_I_VERSION
 2017-10-18 20:42 UTC  (3+ messages)

[PATCH 00/14] Overlayfs NFS export support
 2017-10-18 18:43 UTC  (18+ 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] vfs: fix statfs64() returning impossible EOVERFLOW for 64-bit f_files
 2017-10-18 16:04 UTC  (4+ messages)
    ` [PATCH v2] vfs: Improve overflow checking for stat*() compat fields

[PATCH v2 00/15] make structure field, function arguments and structures const
 2017-10-18 16:05 UTC  (31+ 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 v7 0/6] vfs: Use dlock list for SB's s_inodes list
 2017-10-18 15:44 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] epoll: avoid calling ep_call_nested() from ep_poll_safewake()
 2017-10-18 14:03 UTC  (3+ messages)

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

[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/19 v3] dax, ext4, xfs: Synchronous page faults
 2017-10-18  6:59 UTC  (28+ messages)
` [PATCH 01/19] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH 12/19] mm: Define MAP_SYNC and VM_SYNC flags
` [PATCH 14/19] dax: Implement dax_finish_sync_fault()
` [PATCH 16/19] ext4: Support for synchronous DAX faults
` [PATCH 17/19] ext4: Add support for MAP_SYNC flag

[PATCH] hfs/hfsplus: Clean up unused variables in bnode.c
 2017-10-18  4:10 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)

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 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 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 v4] mm, sysctl: make NUMA stats configurable
 2017-10-17  8:14 UTC  (4+ messages)

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


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