linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-15 13:54:01 to 2016-11-01 19:54:18 UTC [more...]

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

[Bug 186551] New: mkfs.ext4 tries to discard sector beyond the end of the device
 2016-11-01 19:54 UTC  (11+ messages)
` [Bug 186551] "

[PATCHv3 00/41] ext4: support of huge pages
 2016-11-01 16:39 UTC  (16+ messages)
` [PATCHv3 13/41] truncate: make sure invalidate_mapping_pages() can discard "
` [PATCHv3 15/41] filemap: handle huge pages in do_generic_file_read()
` [PATCHv3 17/41] filemap: handle huge pages in filemap_fdatawait_range()

[PATCH 00/60] block: support multipage bvec
 2016-10-31 22:52 UTC  (4+ messages)
` [PATCH 50/60] ext4: convert to bio_for_each_segment_all_rd()

[PATCHSET RFC] sched, jbd2: mark sleeps on journal->j_checkpoint_mutex as iowait
 2016-10-31 16:45 UTC  (10+ messages)
` [PATCH 1/4] sched: move IO scheduling accounting from io_schedule_timeout() to __schedule()
` [PATCH 2/4] sched: separate out io_schedule_prepare() and io_schedule_finish()
` [PATCH 3/4] mutex: add mutex_lock_io()
` [PATCH 4/4] jbd2: use mutex_lock_io() for journal->j_checkpoint_mutex

0728525532700 linux-ext4
 2016-10-28 20:39 UTC 

[PATCH v8 00/16] re-enable DAX PMD support
 2016-10-27 14:41 UTC  (18+ messages)
` [PATCH v8 01/16] ext4: tell DAX the size of allocation holes
  ` [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 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 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

[Bug 182261] New: Deleted files reappear
 2016-10-26 20:40 UTC  (3+ messages)
` [Bug 182261] "

[PATCHv4 00/43] ext4: support of huge pages
 2016-10-26  7:36 UTC  (51+ 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
` [PATCHv4 32/43] ext4: make ext4_writepage() work on huge pages
` [PATCHv4 33/43] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv4 34/43] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv4 35/43] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv4 36/43] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv4 37/43] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv4 38/43] ext4: handle writeback with "
` [PATCHv4 39/43] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv4 40/43] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv4 41/43] ext4: make fallocate() operations work with "
` [PATCHv4 42/43] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv4 43/43] ext4, vfs: add huge= mount option

[PATCH] ext4: allow inode expansion for nojournal file systems
 2016-10-25 23:05 UTC  (3+ messages)

[PATCH] ext4: remove parameter from ext4_xattr_ibody_set()
 2016-10-25 22:13 UTC 

[PATCH] mke2fs: Avoid crashes / infinite loops for absurdly large devices
 2016-10-25 18:09 UTC  (2+ messages)

[PATCH] partinfo: fix some build errors
 2016-10-25 17:28 UTC  (2+ messages)

[PATCH] plausible: fix compilation on RHEL 5.x due to missing magic define
 2016-10-25 17:23 UTC  (2+ messages)
`  "

resizing file system fails when file system block size is smaller than page size
 2016-10-25 17:19 UTC  (2+ messages)

[BUG] softlockup observed with 64k block size on ppc64
 2016-10-25 13:19 UTC  (3+ messages)

Test generic/299 stalling forever
 2016-10-25  2:59 UTC  (23+ messages)

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

[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: "

[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] 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 15/17] dax: add struct iomap based DAX PMD support
 2016-10-17 14:55 UTC  (4+ messages)
` [PATCH v7 "

[PATCH v6 00/17] re-enable DAX PMD support
 2016-10-17  9:09 UTC  (4+ messages)
` [PATCH v6 17/17] dax: remove "depends on BROKEN" from FS_DAX_PMD

[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  (3+ 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).