linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [LSF/MM ATTEND] memory allocation scope
@ 2018-02-14 22:51 Goldwyn Rodrigues
  2018-02-15  3:53 ` NeilBrown
  2018-02-15 14:48 ` Michal Hocko
  0 siblings, 2 replies; 7+ messages in thread
From: Goldwyn Rodrigues @ 2018-02-14 22:51 UTC (permalink / raw)
  To: lsf-pc, Linux FS-devel Mailing List, linux-mm


Discussion with the memory folks towards scope based allocation
I am working on converting some of the GFP_NOFS memory allocation calls
to new scope API [1]. While other allocation types (noio, nofs,
noreclaim) are covered. Are there plans for identifying scope of
GFP_ATOMIC allocations? This should cover most (if not all) of the
allocation scope.

Transient Errors with direct I/O
In a large enough direct I/O, bios are split. If any of these bios get
an error, the whole I/O is marked as erroneous. What this means at the
application level is that part of your direct I/O data may be written
while part may not be. In the end, you can have an inconsistent write
with some parts of it written and some not. Currently the applications
need to overwrite the whole write() again.

Other things I am interested in:
 - new mount API
 - Online Filesystem Check
 - FS cache shrinking

[1] https://lwn.net/Articles/710545/


-- 
Goldwyn

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-15 16:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-14 22:51 [LSF/MM ATTEND] memory allocation scope Goldwyn Rodrigues
2018-02-15  3:53 ` NeilBrown
2018-02-15 14:19   ` Goldwyn Rodrigues
2018-02-15 14:48 ` Michal Hocko
2018-02-15 15:57   ` [Lsf-pc] " James Bottomley
2018-02-15 16:02     ` Michal Hocko
2018-02-15 16:06       ` Michal Hocko

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