linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-03 10:41:24 to 2016-08-16 11:02:52 UTC [more...]

[PATCH v25 00/22] Richacls (Core and Ext4)
 2016-08-16 11:02 UTC  (12+ messages)
` [PATCH v25 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v25 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v25 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v25 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v25 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v25 06/22] richacl: In-memory representation and helper functions
` [PATCH v25 07/22] richacl: Permission mapping functions
` [PATCH v25 08/22] richacl: Permission check algorithm
` [PATCH v25 09/22] richacl: Compute maximum file masks from an acl
` [PATCH v25 10/22] vfs: Cache base_acl objects in inodes
` [PATCH v25 11/22] vfs: Add get_richacl and set_richacl inode operations

[PATCH 0/7] re-enable DAX PMD support
 2016-08-16  9:28 UTC  (16+ messages)
  ` [PATCH 1/7] ext2: tell DAX the size of allocation holes
  ` [PATCH 2/7] ext4: "
  ` [PATCH 3/7] dax: remove buffer_size_valid()
  ` [PATCH 4/7] dax: rename 'ret' to 'entry' in grab_mapping_entry
  ` [PATCH 5/7] dax: lock based on slot instead of [mapping, index]
  ` [PATCH 6/7] dax: re-enable DAX PMD support
  ` [PATCH 7/7] dax: remove "depends on BROKEN" from FS_DAX_PMD

[PATCH] xfstests-bld: delete exclude files containing ext4 defrag tests
 2016-08-15 17:24 UTC 

[GIT PULL] [PATCH v4 00/26] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-08-15 16:23 UTC  (3+ messages)
` [PATCH v4 08/26] fs: ext4: Use current_time() for inode timestamps

[PATCH] ext4: improve ext4lazyinit scalability V2
 2016-08-15 15:05 UTC  (2+ messages)

4.7.0, cp -al causes OOM
 2016-08-15  8:51 UTC  (8+ messages)
    ` [PATCH] mm, oom: report compaction/migration stats for higher order requests

ext4: fix reference counting bug on block allocation error
 2016-08-14 20:19 UTC  (9+ messages)

[PATCHv2, 00/41] ext4: support of huge pages
 2016-08-14 12:40 UTC  (46+ messages)
` [PATCHv2 01/41] tools: Add WARN_ON_ONCE
` [PATCHv2 02/41] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCHv2 03/41] radix-tree: Add radix_tree_join
` [PATCHv2 04/41] radix-tree: Add radix_tree_split
` [PATCHv2 05/41] radix-tree: Add radix_tree_split_preload()
` [PATCHv2 06/41] radix-tree: Handle multiorder entries being deleted by replace_clear_tags
` [PATCHv2 07/41] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv2 08/41] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv2 09/41] page-flags: relax page flag policy for few flags
` [PATCHv2 10/41] mm, rmap: account file thp pages
` [PATCHv2 11/41] thp: try to free page's buffers before attempt split
` [PATCHv2 12/41] thp: handle write-protection faults for file THP
` [PATCHv2 13/41] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv2 14/41] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv2 15/41] filemap: handle huge pages in do_generic_file_read()
` [PATCHv2 16/41] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv2 17/41] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv2 18/41] HACK: readahead: alloc huge pages, if allowed
` [PATCHv2 19/41] block: define BIO_MAX_PAGES to HPAGE_PMD_NR if huge page cache enabled
` [PATCHv2 20/41] mm: make write_cache_pages() work on huge pages
` [PATCHv2 21/41] thp: introduce hpage_size() and hpage_mask()
` [PATCHv2 22/41] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv2 23/41] fs: make block_read_full_page() be able to read huge page
` [PATCHv2 24/41] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv2 25/41] fs: make block_page_mkwrite() aware about "
` [PATCHv2 26/41] truncate: make truncate_inode_pages_range() "
` [PATCHv2 27/41] truncate: make invalidate_inode_pages2_range() "
` [PATCHv2 28/41] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv2 29/41] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv2 30/41] ext4: make ext4_writepage() work on huge pages
` [PATCHv2 31/41] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv2 32/41] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv2 33/41] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv2 34/41] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv2 35/41] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv2 36/41] ext4: handle writeback with "
` [PATCHv2 37/41] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv2 38/41] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv2 39/41] ext4: make fallocate() operations work with "
` [PATCHv2 40/41] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv2 41/41] ext4, vfs: add huge= mount option

Sleeping function called in invalid context
 2016-08-11 19:52 UTC  (7+ messages)

[PATCH] common/defrag: rework _require_defrag for ext4
 2016-08-11 17:48 UTC  (2+ messages)

[PATCH 0/11] ext4: Fix inode expansion code
 2016-08-11 17:34 UTC  (25+ messages)
` [PATCH 01/11] ext4: Fix xattr shifting when expanding inodes
` [PATCH 02/11] ext4: Fix xattr shifting when expanding inodes (2)
` [PATCH 03/11] ext4: Properly align shifted xattrs when expanding inodes
` [PATCH 04/11] ext4: Avoid deadlock when expanding inode size
` [PATCH 05/11] ext4: Fixup free space calculations when expanding inodes
` [PATCH 06/11] ext4: Check that external xattr value block is 0
` [PATCH 07/11] ext4: Remove checks for e_value_block
` [PATCH 08/11] ext4: Replace bogus assertion in ext4_xattr_shift_entries()
` [PATCH 09/11] ext4: Factor out xattr moving
` [PATCH 10/11] ext4: Remove (almost) unused variables from ext4_expand_extra_isize_ea()
` [PATCH 11/11] ext4: Factor out loop for freeing inode xattr space

[PATCH] fsck: fix strange logic
 2016-08-10 22:54 UTC  (5+ messages)
` [PATCHv2] "

[PATCH] debugfs: fix check for out-of-bound xattr value
 2016-08-10 22:02 UTC  (2+ messages)

[PATCH] debugfs: use labs() for absolute value of a long
 2016-08-10 21:52 UTC  (2+ messages)

resize2fs segfault
 2016-08-10 20:01 UTC 

[PATCH RESEND] ext4: Cleanup ext4_sync_parent()
 2016-08-10  9:25 UTC 

[PATCHv1, RFC 00/33] ext4: support of huge pages
 2016-08-10  0:54 UTC  (2+ messages)
` [PATCH] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries

[Bug 151491] New: free space lossage on busy system with bigalloc enabled and 128KB cluster
 2016-08-09 18:28 UTC  (4+ messages)
` [Bug 151491] "

4.7.0-rc7 ext4 error in dx_probe
 2016-08-09  7:12 UTC  (12+ messages)

Subtle races between DAX mmap fault and write path
 2016-08-09  5:58 UTC  (21+ messages)

Refreshed test appliance image kvm-xfstests and gce-xfstests
 2016-08-09  4:28 UTC 

[PATCH] ext4: improve ext4lazyinit scalability
 2016-08-08 13:18 UTC  (3+ messages)

df report incorrect free space for a filesystem (ext4)
 2016-08-08  8:15 UTC 

[PATCH 1/1] mm/block: convert rw_page users to bio op use
 2016-08-05 21:27 UTC  (17+ messages)

linux-ext4
 2016-08-05 18:55 UTC 

[PATCH] ext4: remove old feature helpers
 2016-08-05 17:40 UTC 

[PATCH] ext4: remove old feature helpers
 2016-08-05 17:08 UTC  (3+ messages)

[PATCH] ext4/022: Test expansion of inode size
 2016-08-05  7:51 UTC  (3+ messages)

[Bug 151511] New: BUGON at fs/ext4/inode.c line :2245
 2016-08-05  5:45 UTC  (2+ messages)
` [Bug 151511] "

[PATCH 00/45] v8: separate operations from flags in the bio/request structs
 2016-08-04 16:32 UTC  (11+ messages)
` [PATCH 37/45] drivers: use req op accessor
` [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code

[4.7-rc6 ext3 BUG] kernel BUG at fs/ext4/xattr.c:1331
 2016-08-04 16:18 UTC  (11+ messages)

Open bugs found by fuzzing as of 2016-07-30
 2016-08-04  2:58 UTC  (6+ messages)

nopea Lainat
 2016-08-02 21:52 UTC 

Hi, how to test the patch?
 2016-08-03 12:40 UTC  (2+ 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).