ocfs2-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-14 15:48:17 to 2020-02-22 01:54:18 UTC [more...]

[Ocfs2-devel] [PATCH 2/2] ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"
 2020-02-22  1:54 UTC 

[Ocfs2-devel] [PATCH 1/2] ocfs2: there is no need to log twice in several functions
 2020-02-22  1:52 UTC 

[Ocfs2-devel] [PATCH v7 00/23] Change readahead API
 2020-02-22  1:09 UTC  (58+ messages)
` [Ocfs2-devel] [PATCH v7 01/24] mm: Move readahead prototypes from mm.h
` [Ocfs2-devel] [PATCH v7 02/24] mm: Return void from various readahead functions
` [Ocfs2-devel] [PATCH v7 03/24] mm: Ignore return value of ->readpages
` [Ocfs2-devel] [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages
` [Ocfs2-devel] [PATCH v7 05/24] mm: Use readahead_control to pass arguments
` [Ocfs2-devel] [PATCH v7 06/24] mm: Rename various 'offset' parameters to 'index'
` [Ocfs2-devel] [PATCH v7 07/24] mm: rename readahead loop variable to 'i'
` [Ocfs2-devel] [PATCH v7 08/24] mm: Remove 'page_offset' from readahead loop
` [Ocfs2-devel] [PATCH v7 09/24] mm: Put readahead pages in cache earlier
` [Ocfs2-devel] [PATCH v7 10/24] mm: Add readahead address space operation
` [Ocfs2-devel] [PATCH v7 11/24] mm: Move end_index check out of readahead loop
` [Ocfs2-devel] [PATCH v7 12/24] mm: Add page_cache_readahead_unbounded
` [Ocfs2-devel] [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
` [Ocfs2-devel] [PATCH v7 14/24] btrfs: Convert from readpages to readahead
` [Ocfs2-devel] [PATCH v7 15/24] erofs: Convert uncompressed files "
` [Ocfs2-devel] [PATCH v7 16/24] erofs: Convert compressed "
` [Ocfs2-devel] [PATCH v7 17/24] ext4: Convert "
` [Ocfs2-devel] [PATCH v7 18/24] ext4: Pass the inode to ext4_mpage_readpages
` [Ocfs2-devel] [PATCH v7 19/24] f2fs: Convert from readpages to readahead
` [Ocfs2-devel] [PATCH v7 20/24] fuse: "
` [Ocfs2-devel] [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor
` [Ocfs2-devel] [PATCH v7 22/24] iomap: Convert from readpages to readahead
` [Ocfs2-devel] [PATCH v7 23/24] mm: Document why we don't set PageReadahead
` [Ocfs2-devel] [PATCH v7 24/24] mm: Use memalloc_nofs_save in readahead path

[Ocfs2-devel] [PATCH] jbd2: fix ocfs2 corrupt when clearing block group bits
 2020-02-21 18:48 UTC  (4+ messages)

[Ocfs2-devel] [QUESTION] An NULL pointer dereference problem which was caused when dereference journal head
 2020-02-20 10:25 UTC  (3+ messages)

[Ocfs2-devel] [PATCH v6 00/19] Change readahead API
 2020-02-19 20:24 UTC  (111+ messages)
` [Ocfs2-devel] [PATCH v6 01/19] mm: Return void from various readahead functions
` [Ocfs2-devel] [PATCH v6 02/19] mm: Ignore return value of ->readpages
` [Ocfs2-devel] [PATCH v6 03/19] mm: Use readahead_control to pass arguments
` [Ocfs2-devel] [PATCH v6 04/19] mm: Rearrange readahead loop
` [Ocfs2-devel] [PATCH v6 04/16] mm: Tweak readahead loop slightly
` [Ocfs2-devel] [PATCH v6 05/16] mm: Put readahead pages in cache earlier
` [Ocfs2-devel] [PATCH v6 05/19] mm: Remove 'page_offset' from readahead loop
` [Ocfs2-devel] [PATCH v6 06/16] mm: Add readahead address space operation
` [Ocfs2-devel] [PATCH v6 06/19] mm: rename readahead loop variable to 'i'
` [Ocfs2-devel] [PATCH v6 07/16] mm: Add page_cache_readahead_limit
` [Ocfs2-devel] [PATCH v6 07/19] mm: Put readahead pages in cache earlier
` [Ocfs2-devel] [PATCH v6 08/16] fs: Convert mpage_readpages to mpage_readahead
` [Ocfs2-devel] [PATCH v6 08/19] mm: Add readahead address space operation
` [Ocfs2-devel] [PATCH v6 09/16] btrfs: Convert from readpages to readahead
` [Ocfs2-devel] [PATCH v6 09/19] mm: Add page_cache_readahead_limit
` [Ocfs2-devel] [PATCH v6 10/16] erofs: Convert uncompressed files from readpages to readahead
` [Ocfs2-devel] [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead
` [Ocfs2-devel] [PATCH v6 11/19] btrfs: Convert from readpages to readahead
` [Ocfs2-devel] [PATCH v6 11/16] erofs: Convert compressed files "
` [Ocfs2-devel] [PATCH v6 12/19] erofs: Convert uncompressed "
` [Ocfs2-devel] [PATCH v6 12/16] ext4: Convert "
` [Ocfs2-devel] [PATCH v6 13/19] erofs: Convert compressed files "
` [Ocfs2-devel] [PATCH v6 13/16] f2fs: Convert "
` [Ocfs2-devel] [PATCH v6 14/19] ext4: "
` [Ocfs2-devel] [PATCH v6 14/16] fuse: "
` [Ocfs2-devel] [PATCH v6 15/19] f2fs: "
` [Ocfs2-devel] [PATCH v6 15/16] iomap: "
` [Ocfs2-devel] [PATCH v6 16/19] fuse: "
` [Ocfs2-devel] [PATCH v6 16/16] mm: Use memalloc_nofs_save in readahead path
` [Ocfs2-devel] [PATCH v6 17/19] iomap: Restructure iomap_readpages_actor
` [Ocfs2-devel] [PATCH v6 18/19] iomap: Convert from readpages to readahead
` [Ocfs2-devel] [PATCH v6 19/19] mm: Use memalloc_nofs_save in readahead path

[Ocfs2-devel] [PATCH 00/44] Manually convert filesystem FS documents to ReST
 2020-02-19 15:11 UTC  (11+ messages)
` [Ocfs2-devel] [PATCH 12/44] docs: filesystems: convert dlmfs.txt "
` [Ocfs2-devel] [PATCH 29/44] docs: filesystems: convert ocfs2.txt "

[Ocfs2-devel] [PATCH v5 01/13] mm: Fix the return type of __do_page_cache_readahead
 2020-02-15  1:15 UTC  (5+ messages)
  ` [Ocfs2-devel] [PATCH v5 04/13] mm: Add readahead address space operation
  ` [Ocfs2-devel] [PATCH v5 03/13] mm: Put readahead pages in cache earlier

[Ocfs2-devel] [PATCH AUTOSEL 4.4 094/100] ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()
 2020-02-14 16:24 UTC 

[Ocfs2-devel] [PATCH AUTOSEL 4.9 132/141] ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()
 2020-02-14 16:21 UTC 

[Ocfs2-devel] [PATCH AUTOSEL 4.14 175/186] ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()
 2020-02-14 16:17 UTC 

[Ocfs2-devel] [PATCH AUTOSEL 4.19 237/252] ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()
 2020-02-14 16:11 UTC 

[Ocfs2-devel] [PATCH AUTOSEL 5.4 432/459] ocfs2: make local header paths relative to C files
 2020-02-14 16:01 UTC  (2+ messages)
` [Ocfs2-devel] [PATCH AUTOSEL 5.4 433/459] ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()

[Ocfs2-devel] [PATCH AUTOSEL 5.5 505/542] ocfs2: make local header paths relative to C files
 2020-02-14 15:48 UTC  (2+ messages)
` [Ocfs2-devel] [PATCH AUTOSEL 5.5 506/542] ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()


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