linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-11 12:50:44 to 2016-10-25 00:13:30 UTC [more...]

[PATCHv4 00/43] ext4: support of huge pages
 2016-10-25  0:13 UTC  (32+ messages)
` [PATCHv4 01/43] tools: Add WARN_ON_ONCE
` [PATCHv4 02/43] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCHv4 03/43] radix-tree: Add radix_tree_join
` [PATCHv4 04/43] radix-tree: Add radix_tree_split
` [PATCHv4 05/43] radix-tree: Add radix_tree_split_preload()
` [PATCHv4 06/43] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv4 07/43] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv4 08/43] page-flags: relax page flag policy for few flags
` [PATCHv4 09/43] mm, rmap: account file thp pages
` [PATCHv4 10/43] thp: try to free page's buffers before attempt split
` [PATCHv4 11/43] thp: handle write-protection faults for file THP
` [PATCHv4 12/43] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv4 13/43] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv4 14/43] filemap: handle huge pages in do_generic_file_read()
` [PATCHv4 15/43] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv4 16/43] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv4 17/43] HACK: readahead: alloc huge pages, if allowed
` [PATCHv4 18/43] block: define BIO_MAX_PAGES to HPAGE_PMD_NR if huge page cache enabled
` [PATCHv4 19/43] brd: make it handle huge pages
` [PATCHv4 20/43] mm: make write_cache_pages() work on "
` [PATCHv4 21/43] thp: introduce hpage_size() and hpage_mask()
` [PATCHv4 22/43] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv4 23/43] thp: make thp_get_unmapped_area() respect S_HUGE_MODE
` [PATCHv4 24/43] fs: make block_read_full_page() be able to read huge page
` [PATCHv4 25/43] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv4 26/43] fs: make block_page_mkwrite() aware about "
` [PATCHv4 27/43] truncate: make truncate_inode_pages_range() "
` [PATCHv4 28/43] truncate: make invalidate_inode_pages2_range() "
` [PATCHv4 29/43] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv4 30/43] mm: account huge pages to dirty, writaback, reclaimable, etc
` [PATCHv4 31/43] ext4: make ext4_mpage_readpages() hugepage-aware

[PATCH] MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patches
 2016-10-24 22:58 UTC  (3+ messages)

[PATCH] fscrypto: remove unneeded Kconfig dependencies
 2016-10-24 21:17 UTC  (3+ messages)

Test generic/299 stalling forever
 2016-10-24 16:28 UTC  (25+ messages)

[RFD] Common userspace tool for fscypto
 2016-10-24 13:28 UTC  (5+ messages)

[PATCH 0/4] fs: Provide function to unmap metadata for a range of blocks
 2016-10-24 11:45 UTC  (7+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] direct-io: Use unmap_underlying_metadata_ext() instead of handmade iteration
` [PATCH 3/4] ext4: Use unmap_underlying_metadata_ext() instead of iteration
` [PATCH 4/4] ext2: "

[PATCHv3 00/41] ext4: support of huge pages
 2016-10-24 11:36 UTC  (22+ messages)
` [PATCHv3 11/41] thp: try to free page's buffers before attempt split
` [PATCHv3 12/41] thp: handle write-protection faults for file THP
` [PATCHv3 13/41] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv3 14/41] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv3 15/41] filemap: handle huge pages in do_generic_file_read()
` [PATCHv3 17/41] filemap: handle huge pages in filemap_fdatawait_range()

[BUG] softlockup observed with 64k block size on ppc64
 2016-10-24  8:40 UTC 

[PATCH 1/1 linux-next] ext4: fix block_validity definition
 2016-10-23 20:10 UTC  (2+ messages)

[GIT PULL] ext4 bug fixes for 4.9
 2016-10-23 12:39 UTC 

Get A Part Time Job Today
 2016-10-22 11:54 UTC 

[PATCH V2 linux-next] ext4: make online resizing conditional
 2016-10-21 18:31 UTC  (2+ messages)

ext4 lockdep splat with v4.9-rc1
 2016-10-21 10:05 UTC  (2+ messages)

ext4: remove another test in ext4_alloc_file_blocks()
 2016-10-21  9:54 UTC  (2+ messages)

generic/095 triggers lockdep warning in 4.9-rc1
 2016-10-21  7:32 UTC  (2+ messages)

(unknown),
 2016-10-21  6:09 UTC 

[PATCH 1/1 linux-next] ext4: make online resizing conditional
 2016-10-20 20:46 UTC  (2+ messages)

[PATCH] ext4: fix mmp use after free during unmount
 2016-10-20 20:26 UTC  (2+ messages)

[PATCH] plausible: fix compilation on RHEL 5.x due to missing magic define
 2016-10-20  7:25 UTC 

[PATCH v8 00/16] re-enable DAX PMD support
 2016-10-19 19:34 UTC  (17+ messages)
` [PATCH v8 01/16] ext4: tell DAX the size of allocation holes
` [PATCH v8 05/16] dax: remove the last BUG_ON() from fs/dax.c
` [PATCH v8 06/16] dax: consistent variable naming for DAX entries
` [PATCH v8 07/16] dax: coordinate locking for offsets in PMD range
  ` [PATCH v8 02/16] dax: remove buffer_size_valid()
  ` [PATCH v8 03/16] ext2: remove support for DAX PMD faults
  ` [PATCH v8 04/16] dax: make 'wait_table' global variable static
  ` [PATCH v8 08/16] dax: remove dax_pmd_fault()
  ` [PATCH v8 11/16] dax: dax_iomap_fault() needs to call iomap_end()
  ` [PATCH v8 12/16] dax: move RADIX_DAX_* defines to dax.h
  ` [PATCH v8 13/16] dax: move put_(un)locked_mapping_entry() in dax.c
  ` [PATCH v8 14/16] dax: add struct iomap based DAX PMD support
  ` [PATCH v8 16/16] dax: remove "depends on BROKEN" from FS_DAX_PMD
` [PATCH v8 09/16] dax: correct dax iomap code namespace
` [PATCH v8 10/16] dax: add dax_iomap_sector() helper function
` [PATCH v8 15/16] xfs: use struct iomap based DAX PMD fault path

[PATCH] fscrypto: move ioctl processing more fully into common code
 2016-10-18 16:52 UTC  (3+ messages)

sleeping function called in atomic
 2016-10-18 14:12 UTC  (2+ messages)

[PATCH 00/28] Reenable maybe-uninitialized warnings
 2016-10-18  9:30 UTC  (6+ messages)
` [PATCH 05/28] ext2: avoid bogus -Wmaybe-uninitialized warning
` [PATCH 28/28] Kbuild: bring back "

[PATCH v6 00/17] re-enable DAX PMD support
 2016-10-17 14:55 UTC  (27+ messages)
  ` [PATCH v6 01/17] ext4: allow DAX writeback for hole punch
  ` [PATCH v6 02/17] ext4: tell DAX the size of allocation holes
  ` [PATCH v6 03/17] dax: remove buffer_size_valid()
  ` [PATCH v6 04/17] ext2: remove support for DAX PMD faults
  ` [PATCH v6 07/17] dax: consistent variable naming for DAX entries
  ` [PATCH v6 08/17] dax: coordinate locking for offsets in PMD range
  ` [PATCH v6 09/17] dax: remove dax_pmd_fault()
  ` [PATCH v6 10/17] dax: correct dax iomap code namespace
  ` [PATCH v6 11/17] dax: add dax_iomap_sector() helper function
  ` [PATCH v6 12/17] dax: dax_iomap_fault() needs to call iomap_end()
  ` [PATCH v6 13/17] dax: move RADIX_DAX_* defines to dax.h
  ` [PATCH v6 14/17] dax: move put_(un)locked_mapping_entry() in dax.c
  ` [PATCH v6 15/17] dax: add struct iomap based DAX PMD support
        ` [PATCH v7 "
  ` [PATCH v6 16/17] xfs: use struct iomap based DAX PMD fault path
  ` [PATCH v6 17/17] dax: remove "depends on BROKEN" from FS_DAX_PMD
` [PATCH v6 05/17] dax: make 'wait_table' global variable static
` [PATCH v6 06/17] dax: remove the last BUG_ON() from fs/dax.c

[PATCH] partinfo: fix some build errors
 2016-10-15 17:57 UTC 

[PATCH] ext4: Add missing KERN_CONT to a few more debugging uses
 2016-10-15 14:10 UTC  (3+ messages)

[PATCH] fscrypto: lock inode while setting encryption policy
 2016-10-15 13:54 UTC  (4+ messages)

[PATCH] ext4: correct endianness conversion in __xattr_check_inode()
 2016-10-15 13:44 UTC  (3+ messages)

70585903820941 linux-ext4
 2016-10-15  5:24 UTC 

[PATCH] xfstests-bld: fix check script argument ordering bug
 2016-10-14 16:25 UTC  (2+ messages)

A CRY FROM A SYRIA REFUGEE WHICH REQUIRE YOUR URGENT ATTENTION
 2016-10-14 14:09 UTC 

[PATCH] fscrypto: make XTS tweak initialization endian-independent
 2016-10-13  3:39 UTC  (4+ messages)

[PATCH] ext4: do not advertise encryption support when disabled
 2016-10-13  3:26 UTC  (2+ messages)

[PATCH 1/1] jbd2: fix incorrect unlock on j_list_lock
 2016-10-13  3:21 UTC  (3+ messages)

[PATCH] ext4: super.c: Update logging style using PR_CONT
 2016-10-13  3:14 UTC  (5+ messages)

[PATCH v5 00/17] re-enable DAX PMD support
 2016-10-12  7:45 UTC  (10+ messages)
` [PATCH v5 09/17] dax: coordinate locking for offsets in PMD range
` [PATCH v5 15/17] dax: add struct iomap based DAX PMD support

[PATCH v27 00/21] Richacls (Core and Ext4)
 2016-10-11 12:50 UTC  (14+ messages)
` [PATCH v27 09/21] vfs: Cache base_acl objects in inodes
` [PATCH v27 10/21] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v27 11/21] vfs: Cache richacl in struct inode
` [PATCH v27 12/21] richacl: Update the file masks in chmod()
  ` [PATCH v27 13/21] richacl: Check if an acl is equivalent to a file mode
  ` [PATCH v27 14/21] richacl: Create-time inheritance
  ` [PATCH v27 16/21] richacl: xattr mapping functions
  ` [PATCH v27 21/21] ext4: Add richacl feature flag
` [PATCH v27 15/21] richacl: Automatic Inheritance
` [PATCH v27 17/21] richacl: Add richacl xattr handler
` [PATCH v27 18/21] vfs: Add richacl permission checking
` [PATCH v27 19/21] vfs: Move check_posix_acl and check_richacl out of fs/namei.c
` [PATCH v27 20/21] ext4: Add richacl support


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