linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-26 11:57:47 to 2017-02-09 20:14:16 UTC [more...]

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

question about ext4 block allocation
 2017-02-09 19:29 UTC  (4+ messages)

[PATCH] fs: ext4: block_validity.c
 2017-02-09 19:22 UTC  (2+ messages)

[PATCH 1/2] ext4: Fix stripe-unaligned allocations
 2017-02-09 15:30 UTC  (2+ messages)
` [PATCH 2/2] ext4: Do not use stripe_with if it is not set

[Bug 194511] New: filesystem slow down
 2017-02-09 11:20 UTC  (3+ messages)
` [Bug 194511] "

[PATCH] mm: replace FAULT_FLAG_SIZE with parameter to huge_fault
 2017-02-09  4:34 UTC  (19+ messages)
              ` [kbuild-all] "

fix write synchronization for DAX
 2017-02-08 19:43 UTC  (9+ messages)
` [PATCH 1/2] ext4: fix DAX write locking
` [PATCH 2/2] dax: assert that i_rwsem is held exclusive for writes

[PATCH 00/14] use atomic_dec_not_zero()
 2017-02-08 12:28 UTC  (2+ messages)

[PATCH 1/7] ext4: fix inline data error paths
 2017-02-07 19:52 UTC  (11+ messages)
` [PATCH 2/7] jbd2: don't leak modified metadata buffers on an aborted journal
` [PATCH 3/7] ext4: preserve the needs_recovery flag when the journal is aborted
` [PATCH 4/7] ext4: return EROFS if device is r/o and journal replay is needed
` [PATCH 5/7] ext4: rename s_resize_flags to s_ext4_flags
` [PATCH 6/7] ext4: add shutdown bit and check for it
` [PATCH 7/7] ext4: add EXT4_IOC_GOINGDOWN ioctl

(unknown),
 2017-02-07  8:12 UTC 

[PATCH 0/6 v4] scope GFP_NOFS api
 2017-02-07  7:17 UTC  (19+ messages)
` [PATCH 1/6] lockdep: allow to disable reclaim lockup detection
` [PATCH 2/6] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 3/6] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 4/6] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
` [PATCH 5/6] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 6/6] jbd2: make the whole kjournald2 kthread NOFS safe

[PATCH] fscrypt: split supp and notsupp declarations into their own headers
 2017-02-07  4:39 UTC  (2+ messages)

[PATCH] fs: ext3/ext4: increase the protection of nlink dec and inode destroy
 2017-02-06 23:43 UTC  (3+ messages)

[PATCH] mm,x86: native_pud_clear missing on i386 build
 2017-02-06 17:55 UTC 

[Bug 194071] New: data loss using fallocate and mmap
 2017-02-06 10:59 UTC 

[PATCH] tune2fs: fix quota enablement regression
 2017-02-06  2:01 UTC  (2+ messages)

[PATCH] ext4: don't allow encrypted operations without keys
 2017-02-06  1:13 UTC  (3+ messages)

[PATCH] mm, dax: clear PMD or PUD size flags when in fall through path
 2017-02-03 20:06 UTC  (4+ messages)

[PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"
 2017-02-03 15:32 UTC  (17+ messages)
                          ` [Cluster-devel] "

[RFC/PATCH 0/3] Implement XFS's GOINGDOWN ioctl for ext4
 2017-02-03 15:09 UTC  (8+ messages)
` [RFC/PATCH 1/3] ext4: rename s_resize_flags to s_ext4_flags
` [RFC/PATCH 2/3] ext4: add shutdown bit and check for it
` [RFC/PATCH 3/3] ext4: add EXT4_IOC_GOINGDOWN ioctl

[RFC PATCH 0/2] ext4: GETFSMAP support
 2017-02-02 23:50 UTC  (3+ messages)
` [PATCH 1/2] ext4: support GETFSMAP ioctls
` [PATCH 2/2] ext4: support the FSGEOMETRY ioctl, similar to xfs

[PATCH] ext4: fix up huge_fault rename
 2017-02-02 20:02 UTC  (2+ messages)

[PATCH 1/3] mke2fs: enable large directroy support
 2017-02-02 17:11 UTC  (3+ messages)

[PATCH v2] ext4: move halfmd4 into hash.c directly
 2017-02-02 16:54 UTC  (2+ messages)

[PATCH] ext4: fix use-after-iput when fscrypt contexts are inconsistent
 2017-02-02  2:17 UTC  (2+ messages)

[PATCH] jbd2: Fix use after free in kjournald2()
 2017-02-02  1:56 UTC  (2+ messages)

[PATCH] ext4: Trim allocation requests to group size
 2017-02-01 19:07 UTC  (2+ messages)

[PATCH] ext4: Fix data corruption in data=journal mode
 2017-02-01 19:06 UTC  (2+ messages)

КЛИЕНТСКИЕ БАЗЫ тел +79139230330 Skype: prodawez390 Email: prodawez393@gmail.com Узнайте подробнее!
 2017-02-01 20:57 UTC 

(unknown),
 2017-02-01 11:16 UTC 

Bitte kontaktieren Sie mich für weitere Details!
 2017-02-01  8:14 UTC 

[PATCH] jbd2: Fix use after free in kjournald2()
 2017-02-01  4:22 UTC  (3+ messages)

Release of e2fsprogs 1.43.4
 2017-02-01  3:02 UTC 

[PATCH] debugfs: increase inode reference count after link
 2017-01-31  3:48 UTC  (2+ messages)

[PATCH] debugfs: ls -p can print invalid characters
 2017-01-31  3:34 UTC  (2+ messages)
`  "

[PATCH v2] mke2fs: fix coping of empty file using fiemap
 2017-01-31  2:52 UTC  (2+ messages)
` [v2] "

[ANNOUNCE] xfs-linux: xfs-4.11-merge updated to 1dbba08
 2017-01-31  0:48 UTC 

[PATCH v2 0/3] 1G transparent hugepage support for device dax
 2017-01-31  0:15 UTC  (9+ messages)
  ` [PATCH v2 1/3] mm,fs,dax: Change ->pmd_fault to ->huge_fault
      ` [PATCH] ext4: Remove unused function ext4_dax_huge_fault()
  ` [PATCH v2 3/3] dax: Support for transparent PUD pages for device DAX
` [PATCH v2 2/3] mm, x86: Add support for PUD-sized transparent hugepages

[PATCH 2/3] e2fsck: 3 level hash tree directory optimisation
 2017-01-30 23:55 UTC  (3+ messages)

[PATCH] e2fsprogs: supersede i_dir_acl with i_size_high for all cases
 2017-01-30 23:43 UTC  (2+ messages)

(unknown),
 2017-01-30 23:36 UTC 

[PATCH 1/2] test: add f_mke2fs_baddisk v2
 2017-01-30 22:18 UTC  (2+ messages)

[PATCH] e2fsprogs: enable project quota reporting in debugfs
 2017-01-30 20:34 UTC  (2+ messages)

[PATCH 13/14] ext4: use atomic_dec_not_zero()
 2017-01-30 18:48 UTC 

[Bug 193661] New: xattr ext4_xattr_block_find, bad block on cleanly formatted ext4 partition
 2017-01-30 16:55 UTC  (8+ messages)
` [Bug 193661] "

[Bug 193431] New: 512 byte inodes + inline_data + journal_data == segfaults/buserrors in userspace mmap
 2017-01-30 16:07 UTC  (7+ messages)
` [Bug 193431] "
` [Bug 193431] "

[Bug 187051] New: "orphan list check failed" error in ext4
 2017-01-30 15:24 UTC  (12+ messages)
` [Bug 187051] "


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