linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-18 04:26:10 to 2016-11-29 11:23:02 UTC [more...]

[PATCHv5 00/36] ext4: support of huge pages
 2016-11-29 11:23 UTC  (34+ messages)
` [PATCHv5 01/36] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv5 02/36] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv5 03/36] page-flags: relax page flag policy for few flags
` [PATCHv5 04/36] mm, rmap: account file thp pages
` [PATCHv5 05/36] thp: try to free page's buffers before attempt split
` [PATCHv5 06/36] thp: handle write-protection faults for file THP
` [PATCHv5 07/36] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv5 08/36] filemap: handle huge pages in do_generic_file_read()
` [PATCHv5 09/36] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv5 10/36] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv5 11/36] HACK: readahead: alloc huge pages, if allowed
` [PATCHv5 12/36] brd: make it handle huge pages
` [PATCHv5 13/36] mm: make write_cache_pages() work on "
` [PATCHv5 14/36] thp: introduce hpage_size() and hpage_mask()
` [PATCHv5 15/36] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv5 16/36] thp: make thp_get_unmapped_area() respect S_HUGE_MODE
` [PATCHv5 17/36] fs: make block_read_full_page() be able to read huge page
` [PATCHv5 18/36] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv5 19/36] fs: make block_page_mkwrite() aware about "
` [PATCHv5 20/36] truncate: make truncate_inode_pages_range() "
` [PATCHv5 21/36] truncate: make invalidate_inode_pages2_range() "
` [PATCHv5 22/36] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv5 23/36] mm: account huge pages to dirty, writaback, reclaimable, etc
` [PATCHv5 24/36] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv5 26/36] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv5 27/36] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv5 28/36] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv5 29/36] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv5 30/36] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv5 31/36] ext4: handle writeback with "
` [PATCHv5 32/36] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv5 33/36] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv5 34/36] ext4: make fallocate() operations work with "

[PATCH 0/6] introduce DAX tracepoint support
 2016-11-29  8:53 UTC  (33+ messages)
` [PATCH 1/6] dax: fix build breakage with ext4, dax and !iomap
` [PATCH 2/6] dax: remove leading space from labels
  ` [PATCH 3/6] dax: add tracepoint infrastructure, PMD tracing
  ` [PATCH 4/6] dax: update MAINTAINERS entries for FS DAX
  ` [PATCH 5/6] dax: add tracepoints to dax_pmd_load_hole()
  ` [PATCH 6/6] dax: add tracepoints to dax_pmd_insert_mapping()

[PATCH] ext4: validate s_first_meta_bg at mount time
 2016-11-29  5:57 UTC 

[PATCH 1/3] ext4: forbid i_extra_isize not divisible by 4
 2016-11-28 23:50 UTC  (7+ messages)
` [PATCH 2/3] ext4: don't read out of bounds when checking for in-inode xattrs
` [PATCH 3/3] ext4: correctly detect when an xattr value has an invalid size

[PATCH 1/5] mbcache: correctly handle 'e_referenced' bit
 2016-11-28 17:32 UTC  (11+ messages)
` [PATCH 2/5] mbcache: don't BUG() if entry cache cannot be allocated
` [PATCH 3/5] mbcache: remove unnecessary module_get/module_put
` [PATCH 4/5] mbcache: use consistent type for entry count
` [PATCH 5/5] mbcache: document that "find" functions only return reusable entries

[PATCH] ext4: Fix checks for data=ordered and journal_async_commit options
 2016-11-28 14:43 UTC 

JBD2: Spotted dirty metadata buffer
 2016-11-28 11:26 UTC  (5+ messages)

BALANCE PAYMENT
 2016-11-28  6:03 UTC 

BALANCE PAYMENT
 2016-11-28  6:03 UTC 

[PATCH] fscrypto: move ioctl processing more fully into common code
 2016-11-27 17:39 UTC  (5+ messages)

[PATCH 1/4] fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()
 2016-11-27  4:41 UTC  (4+ messages)
` [PATCH 2/4] fscrypt: unexport fscrypt_initialize()
` [PATCH 3/4] fscrypt: move non-public structures and constants to fscrypt_private.h
` [PATCH 4/4] fscrypt: move the policy flags and encryption mode definitions to uapi header

[PATCH] fscrypto: remove unneeded Kconfig dependencies
 2016-11-26 20:10 UTC  (2+ messages)

[PATCH] MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patches
 2016-11-26 20:05 UTC  (2+ messages)

[PATCH] ext4: fix mmp use after free during unmount
 2016-11-26 19:31 UTC  (3+ messages)

[PATCH 0/4] Add filesystem-level encryption tests
 2016-11-24 23:26 UTC  (19+ messages)
` [PATCH 1/4] generic: add utilities for testing filesystem encryption
` [PATCH 2/4] generic: test setting and getting encryption policies
` [PATCH 3/4] generic: test encrypted file access
` [PATCH 4/4] generic: test locking when setting encryption policy

external journal an data= option
 2016-11-24 13:50 UTC  (2+ messages)

[PATCH 1/2] ext4: allow ext4_truncate() to return an error
 2016-11-24 12:45 UTC  (4+ messages)
` [PATCH 2/2] ext4: allow ext4_ext_truncate() "

[PATCH] ext4: don't lock buffer in ext4_commit_super if holding spinlock
 2016-11-24 12:38 UTC  (2+ messages)

[PATCH 0/6 v2] dax: Page invalidation fixes
 2016-11-24  9:46 UTC  (7+ messages)
` [PATCH 1/6] ext2: Return BH_New buffers for zeroed blocks
  ` [PATCH 2/6] mm: Invalidate DAX radix tree entries only if appropriate
  ` [PATCH 3/6] dax: Avoid page invalidation races and unnecessary radix tree traversals
  ` [PATCH 4/6] dax: Finish fault completely when loading holes
  ` [PATCH 6/6] ext4: Simplify DAX fault path
` [PATCH 5/6] dax: Call ->iomap_begin without entry lock during dax fault

[PATCH] ext4: Warn when page is dirtied without buffers
 2016-11-23 14:01 UTC 

[PATCH 0/2] ext4: Inode flags handling
 2016-11-24  3:44 UTC  (3+ messages)
` [PATCH 2/2] ext4: Inode flags diet

[RFC 4/6] ext4: Initialize timestamps limits
 2016-11-24  0:47 UTC 

[PATCH 0/3 v2] ext4: Inode flags handling
 2016-11-23  9:36 UTC  (2+ messages)

kernel BUG at fs/ext4/inode.c:2428!
 2016-11-23  9:27 UTC  (12+ messages)

[ext4:dev 21/26] file.c:undefined reference to `dax_iomap_fault'
 2016-11-23  8:14 UTC  (5+ messages)

linux-next: Tree for Nov 22 (ext4 + dax)
 2016-11-23  4:28 UTC  (3+ messages)

[PATCH] ext4: fix inode checksum calculation problem of inode in some range of inode size
 2016-11-23  0:28 UTC 

[PATCH] ext4: fix reading new encrypted symlinks on no-journal filesystems
 2016-11-22 22:49 UTC  (6+ messages)

[PATCH] ext4/001: Fixup file layout with DAX
 2016-11-22 10:16 UTC 

[PATCH] ext4: disable pwsalt ioctl when encryption disabled by config
 2016-11-22  0:23 UTC 

[PATCH] ext4: get rid of ext4_sb_has_crypto()
 2016-11-22  0:22 UTC 

[PATCH] ext4: avoid lockdep warning when inheriting encryption context
 2016-11-21 16:59 UTC  (4+ messages)

[PATCH 0/10 v3] ext4: Convert ext4 DAX IO to iomap framework
 2016-11-21 16:54 UTC  (14+ messages)
` [PATCH 01/10] ext4: Factor out checks from ext4_file_write_iter()
` [PATCH 02/10] ext4: Let S_DAX set only if DAX is really supported
` [PATCH 03/10] ext4: Convert DAX reads to iomap infrastructure
` [PATCH 04/10] ext4: Use iomap for zeroing blocks in DAX mode
` [PATCH 05/10] ext4: DAX iomap write support
` [PATCH 06/10] ext4: Avoid split extents for DAX writes
` [PATCH 07/10] ext4: Convert DAX faults to iomap infrastructure
` [PATCH 08/10] ext4: Rip out DAX handling from direct IO path
  ` [PATCH] ext4: remove unused function ext4_aligned_io()
` [PATCH 09/10] ext2: Use iomap_zero_range() for zeroing truncated page in DAX path
` [PATCH 10/10] dax: Rip out get_block based IO support

ext4 corruption causing a crash
 2016-11-21 15:24 UTC  (15+ messages)
` [PATCH 1/3] ext4: sanity check the block and cluster size at mount time
  ` [PATCH 2/3] ext4: fix in-superblock mount options processing
  ` [PATCH 3/3] ext4: use more strict checks for inodes_per_block on mount

QUICK LOAN OFFER
 2016-11-20  6:08 UTC 

[GIT PULL] ext4 bug fixes for 4.9
 2016-11-20  2:29 UTC 

[PATCH 1/4] ext4: sanity check the block and cluster size at mount time
 2016-11-18 21:56 UTC  (9+ messages)
` [PATCH 2/4] ext4: fix in-superblock mount options processing
` [PATCH 3/4] ext4: use more strict checks for inodes_per_block on mount
` [PATCH 4/4] ext4: add sanity checking to count_overhead()

63922 linux-ext4
 2016-11-18 19:21 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).