linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-09 04:10:29 to 2017-01-27 16:40:42 UTC [more...]

[PATCH 0/8 v3] scope GFP_NOFS api
 2017-01-27 16:40 UTC  (36+ messages)
` [PATCH 1/8] lockdep: allow to disable reclaim lockup detection
` [PATCH 2/8] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 3/8] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 4/8] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
` [PATCH 7/8] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"

[PATCH v2 0/3] 1G transparent hugepage support for device dax
 2017-01-26 22:46 UTC  (6+ messages)
` [PATCH v2 2/3] mm, x86: Add support for PUD-sized transparent hugepages
  ` [PATCH v2 1/3] mm,fs,dax: Change ->pmd_fault to ->huge_fault
  ` [PATCH v2 3/3] dax: Support for transparent PUD pages for device DAX

[PATCHv6 00/37] ext4: support of huge pages
 2017-01-26 15:57 UTC  (41+ 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 04/37] mm, rmap: account file thp pages
` [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

[PATCH 1/3] mke2fs: enable large directroy support
 2017-01-25 20:31 UTC  (4+ messages)

[PATCH] e2fsprogs: supersede i_dir_acl with i_size_high for all cases
 2017-01-25 17:38 UTC  (2+ messages)

[PATCH 1/3 v2] e2fsprogs: add support for 3-level htree
 2017-01-25 17:33 UTC  (2+ messages)

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

[PATCH 3/3] tests: 3 level hash tree test
 2017-01-25  8:56 UTC 

[PATCH 0/4] ext4 inline cleanup patches
 2017-01-25  1:32 UTC  (23+ messages)
` [PATCH 1/4] ext4: add debug_want_extra_isize mount option
` [PATCH -v2] overlay: stress test changes to top and bottom layers simultaneously
` [PATCH 2/4] ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
` [PATCH 3/4] ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphores
` [PATCH 4/4] ext4: propagate error values from ext4_inline_data_truncate()
    ` kernel BUG at fs/ext4/inline.c:1943!
      ` ext4_iget:4740: inode #%ld: block 48: comm find: invalid block

[PATCH] ext4: fix use-after-iput when fscrypt contexts are inconsistent
 2017-01-24 23:37 UTC 

[PATCH] fscrypt: split supp and notsupp declarations into their own headers
 2017-01-24 18:58 UTC 

[PATCH 1/1 linux-next] ext4: atomically read inode size
 2017-01-23 18:26 UTC  (2+ messages)

Urgent Please,,
 2017-01-23 14:07 UTC 

[PATCH 1/2] vfs: add detection of inode validation
 2017-01-23  1:23 UTC  (5+ messages)
` [PATCH 2/2] ext4: add detection of i_nlink
  ` [lkp-robot] [ext4] 3fbc7bbd07: kmsg.EXT4-fs_error(device_sda2):ext4_validate:#:inode##:comm_blogbench:bad_nlink_value

Ext4 deadlock (+lockdep splat) during rsync
 2017-01-23  0:08 UTC  (13+ messages)
            ` ext4_iget:4740: inode #%ld: block 48: comm find: invalid block

A tool that allows changing inode table sizes
 2017-01-22  9:05 UTC  (6+ messages)

(unknown),
 2017-01-21  6:51 UTC 

[PATCH] debugfs: increase inode reference count after link
 2017-01-20 16:53 UTC 

[PATCH] ext4: use i_blocksize()
 2017-01-20 14:29 UTC 

(unknown),
 2017-01-19 12:35 UTC 

[PATCH] fs: Initialize tmp.b_page in generic_block_bmap()
 2017-01-18 16:32 UTC 

EXT4: About the method of compute journal blocks
 2017-01-18 15:41 UTC  (4+ messages)

Geschäftsvorschlag
 2017-01-14 23:22 UTC 

[PATCH v2] mke2fs: fix coping of empty file using fiemap
 2017-01-17 16:49 UTC  (2+ messages)

Darlehen angebot 3 %
 2017-01-17  8:02 UTC 

[PATCH] mke2fs: fix coping of empty file using fiemap
 2017-01-17  1:37 UTC  (2+ messages)

[RFC PATCH] ext4: increase the protection of drop nlink and ext4 inode destroy
 2017-01-16  3:24 UTC  (12+ messages)

Trouble mounting metadata_csum ext4 filesystems with v4.7.x after c9274d891869880648c4ee9365df3ecc7ba2e285: not enough inode bytes checksummed?
 2017-01-15 17:34 UTC  (2+ messages)

[LSF/MM ATTEND] XFS, VFS, pmem, and ext4 topics
 2017-01-14  7:06 UTC 

[LSF/MM ATTEND] XFS, VFS, pmem, and ext4 topics
 2017-01-14  7:58 UTC 

[PATCH] libext2fs: don't ignore fsync errors
 2017-01-13 17:31 UTC  (2+ messages)

[PATCH] ext4: replace BUG_ON with WARN_ON in mb_find_extent()
 2017-01-13 16:51 UTC 

[BUG v4.10-rc1] fzero returns EIO on DAX mount
 2017-01-13 13:21 UTC  (2+ messages)

(unknown),
 2017-01-13  7:50 UTC 

[PATCH v3 1/1] xfstests: generic/403: reproduce ext4 bugs in a shift extents logic
 2017-01-12 19:18 UTC  (4+ messages)

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

[PATCH] dax: fix build warnings with FS_DAX and !FS_IOMAP
 2017-01-11  9:02 UTC  (3+ messages)

Refreshed rootfs.img for kvm-xfstests
 2017-01-11  3:05 UTC  (6+ messages)

[PATCH] e2fsprogs: enable project quota reporting in debugfs
 2017-01-10 21:54 UTC 

[PATCH v4 0/7] DAX tracepoints, mm argument simplification
 2017-01-10 21:52 UTC  (8+ messages)
  ` [PATCH v4 1/7] tracing: add __print_flags_u64()
  ` [PATCH v4 2/7] dax: add tracepoint infrastructure, PMD tracing
  ` [PATCH v4 3/7] dax: update MAINTAINERS entries for FS DAX
  ` [PATCH v4 4/7] dax: add tracepoints to dax_pmd_load_hole()
  ` [PATCH v4 5/7] dax: add tracepoints to dax_pmd_insert_mapping()
  ` [PATCH v4 6/7] mm, dax: make pmd_fault() and friends to be the same as fault()
  ` [PATCH v4 7/7] mm, dax: move pmd_fault() to take only vmf parameter

[PATCH] ext4: Fix data corruption in data=journal mode
 2017-01-10 12:37 UTC 

[PATCH] ext4: Trim allocation requests to group size
 2017-01-10  9:32 UTC 

[Bug 192131] New: Hang up at boot time [<c0c4d1ac>] (io_schedule_timeout) from [<c0c4e344>] (bit_wait_i)
 2017-01-10  7:39 UTC  (3+ messages)
` [Bug 192131] "

[PATCH v2] ext4: move halfmd4 into hash.c directly
 2017-01-10  0:07 UTC 

LSF/MM 2017: Call for Proposals closes January 15th
 2017-01-09 13:40 UTC 

[PATCH] fscrypt: Factor out bio specific functions
 2017-01-09 13:33 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v2 0/2] ext4: fallocate insert/collapse range fixes
 2017-01-09 12:36 UTC  (7+ messages)
` [PATCH v2 1/2] ext4: Include forgotten start block on fallocate insert range
` [PATCH v2 2/2] ext4: Do not populate extents tree with outdated offsets while shifting extents

[PATCH] mm: introduce kv[mz]alloc helpers
 2017-01-09  8:50 UTC  (4+ messages)
` [PATCH] mm: support __GFP_REPEAT in kvmalloc_node

ext4 filesystem corruption with 4.10-rc2 on ppc64le
 2017-01-09  4:10 UTC  (4+ 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).