linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-07 18:15:55 to 2016-07-29 14:44:25 UTC [more...]

Subtle races between DAX mmap fault and write path
 2016-07-29 14:44 UTC  (8+ messages)

[4.7-rc6 ext3 BUG] kernel BUG at fs/ext4/xattr.c:1331
 2016-07-29  6:42 UTC  (7+ messages)

[PATCH] ext4: Enable quota enforcement based on mount options
 2016-07-28 15:58 UTC  (3+ messages)

badblocks(8) bug with 3-byte and random patterns
 2016-07-28 11:23 UTC 

ext4 error when testing virtio-scsi & vhost-scsi
 2016-07-28  1:29 UTC  (11+ messages)

4.7.0-rc7 ext4 error in dx_probe
 2016-07-28  0:00 UTC  (6+ messages)

[4.7-rc6 ext3 corruption] ext4_mb_generate_buddy:758: group 27, block bitmap and bg descriptor inconsistent:
 2016-07-27 23:57 UTC  (3+ messages)

[PATCH] ext4: remove old feature helpers
 2016-07-27 17:51 UTC 

[PATCHv1, RFC 00/33] ext4: support of huge pages
 2016-07-27 14:09 UTC  (39+ messages)
` [PATCHv1, RFC 01/33] tools: Add WARN_ON_ONCE
` [PATCHv1, RFC 02/33] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCHv1, RFC 03/33] radix-tree: Add radix_tree_join
` [PATCHv1, RFC 04/33] radix-tree: Add radix_tree_split
` [PATCHv1, RFC 05/33] radix-tree: Add radix_tree_split_preload()
` [PATCHv1, RFC 06/33] radix-tree: Handle multiorder entries being deleted by replace_clear_tags
` [PATCHv1, RFC 07/33] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv1, RFC 08/33] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv1, RFC 09/33] page-flags: relax page flag poliry for PG_error and PG_writeback
` [PATCHv1, RFC 10/33] mm, rmap: account file thp pages
` [PATCHv1, RFC 11/33] thp: allow splitting non-shmem file-backed THPs
` [PATCHv1, RFC 12/33] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv1, RFC 13/33] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv1, RFC 14/33] filemap: handle huge pages in do_generic_file_read()
` [PATCHv1, RFC 15/33] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv1, RFC 16/33] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv1, RFC 17/33] HACK: readahead: alloc huge pages, if allowed
` [PATCHv1, RFC 18/33] HACK: block: bump BIO_MAX_PAGES
` [PATCHv1, RFC 19/33] mm: make write_cache_pages() work on huge pages
` [PATCHv1, RFC 20/33] thp: introduce hpage_size() and hpage_mask()
` [PATCHv1, RFC 21/33] fs: make block_read_full_page() be able to read huge page
` [PATCHv1, RFC 22/33] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv1, RFC 23/33] fs: make block_page_mkwrite() aware about "
` [PATCHv1, RFC 24/33] truncate: make truncate_inode_pages_range() "
` [PATCHv1, RFC 25/33] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv1, RFC 26/33] ext4: make ext4_writepage() work on huge pages
` [PATCHv1, RFC 27/33] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv1, RFC 28/33] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv1, RFC 29/33] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv1, RFC 30/33] ext4: relax assert in ext4_da_page_release_reservation()
` [PATCHv1, RFC 31/33] WIP: ext4: handle writeback with huge pages
` [PATCHv1, RFC 32/33] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv1, RFC 33/33] ext4, vfs: add huge= mount option

[Bug 145361] New: 1-877-288-2779 ICLOUD TECH SUPPORT NUMBER ICLOUD HELP DESK NUMBER USA
 2016-07-25 16:27 UTC 

[Bug 145201] New: @!!~++1-888-348-1766 Mcafee Antivirus Technical Support Phone Number
 2016-07-25 16:24 UTC 

[PATCH v24 00/22] Richacls (Core and Ext4)
 2016-07-25 14:09 UTC  (23+ messages)
` [PATCH v24 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v24 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v24 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v24 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v24 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v24 06/22] richacl: In-memory representation and helper functions
` [PATCH v24 08/22] richacl: Permission check algorithm
` [PATCH v24 09/22] richacl: Compute maximum file masks from an acl
` [PATCH v24 10/22] vfs: Cache base_acl objects in inodes
` [PATCH v24 11/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v24 12/22] vfs: Cache richacl in struct inode
` [PATCH v24 13/22] richacl: Update the file masks in chmod()
` [PATCH v24 14/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v24 15/22] richacl: Create-time inheritance
` [PATCH v24 16/22] richacl: Automatic Inheritance
` [PATCH v24 17/22] richacl: xattr mapping functions
` [PATCH v24 18/22] richacl: Add richacl xattr handler
` [PATCH v24 19/22] vfs: Add richacl permission checking
` [PATCH v24 20/22] vfs: Move check_posix_acl and check_richacl out of fs/namei.c
  ` [PATCH v24 07/22] richacl: Permission mapping functions
  ` [PATCH v24 21/22] ext4: Add richacl support
` [PATCH v24 22/22] ext4: Add richacl feature flag

[GIT PULL] ext4 changes for 4.8
 2016-07-25  6:45 UTC 

Recovering folder and files from ext4 partition
 2016-07-24 21:44 UTC  (5+ messages)

Refreshed rootfs.img for kvm-xfstests
 2016-07-24  8:18 UTC  (5+ messages)

[PATCH] ext4: enforce online defrag restriction for encrypted files
 2016-07-22 22:17 UTC 

[Bug 61601] New: rootflags=noatime causes kernel panic when booting without initrd
 2016-07-22 14:05 UTC  (2+ messages)
` [Bug 61601] "

[PATCH 1/2] dax: some small updates to dax.txt documentation
 2016-07-20 23:24 UTC  (6+ messages)
` [PATCH 2/2] dax: remote unused fault wrappers

free_buffer_head: BUG_ON(!list_empty(&bh->b_assoc_buffers))
 2016-07-20  9:52 UTC 

[PATCH] ext4: reinforce check of i_dtime when clearing high fields of uid and gid
 2016-07-20  9:30 UTC 

[ext4] How to simulate aborted journal error
 2016-07-19 16:17 UTC 

[PATCH] ext4: improve ext4lazyinit scalability
 2016-07-19 12:30 UTC 

[Bug 124651] New: ext4 bugon panic when I mmap a file
 2016-07-19  1:40 UTC  (5+ messages)
` [Bug 124651] "

[PATCH v2] xfstests, generic: add project quota attribute tests
 2016-07-18 12:45 UTC  (17+ messages)

open bugs found by fuzzing
 2016-07-16 16:15 UTC  (6+ messages)
` kernel BUG at fs/ext4/inode.c:3709! (Re: open bugs found by fuzzing)

[PATCH] ext4: verify extent header depth
 2016-07-15  4:22 UTC  (3+ messages)

[PATCH] ext4: short-cut orphan cleanup on error
 2016-07-15  3:49 UTC  (2+ messages)

[PATCH] ext4: fix reference counting bug on block allocation error
 2016-07-15  3:01 UTC  (3+ messages)

[PATCH] ext4 crypto: migrate into vfs's crypto engine
 2016-07-15  2:53 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v23 00/22] Richacls (Core and Ext4)
 2016-07-14 20:59 UTC  (36+ messages)
` [PATCH v23 06/22] richacl: In-memory representation and helper functions
` [PATCH v23 07/22] richacl: Permission mapping functions
` [PATCH v23 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v23 09/22] richacl: Permission check algorithm
` [PATCH v23 13/22] vfs: Cache richacl in struct inode
` [PATCH v23 14/22] richacl: Update the file masks in chmod()
` [PATCH v23 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v23 16/22] richacl: Create-time inheritance
` [PATCH v23 17/22] richacl: Automatic Inheritance
` [PATCH v23 18/22] richacl: xattr mapping functions
` [PATCH v23 19/22] richacl: Add richacl xattr handler
` [PATCH v23 20/22] vfs: Add richacl permission checking

Fast Loans
 2016-07-13 12:27 UTC 

state of ext4 encryption
 2016-07-13 18:40 UTC 

unexpected sync delays in dpkg for small pre-allocated files on ext4
 2016-07-13 13:57 UTC  (8+ messages)

FS: the /tmp can't be umounted!
 2016-07-13  6:33 UTC 

[Bug 121371] New: fsck created undeletable directory
 2016-07-12  4:42 UTC  (3+ messages)
` [Bug 121371] "

[RFC PATCH] ext4: validate number of meta clusters in group
 2016-07-11 20:30 UTC  (6+ messages)

[PATCH] ext4: add project quota mount options
 2016-07-11 15:29 UTC  (8+ messages)

[PATCH] quota: add project support for quotacheck
 2016-07-11 10:35 UTC  (2+ messages)

Attention My Dear, Your first payment of $7000 usd Is about to send today through western union transfer You are advise to Contact Mr.Larry Martin with your full information.such as reply here (( w.office41@kimo.com )) Your name...... Your country..... Your phone number.. Your adders...... Contacting Mr.Larry Martin To Enable him to send your First Payment of $7000 usd today.For more information Mr.Larry Martin through Telephone number:+229 68721040 and Email (( w.office41@kimo.com )) he will your payment from total fund ($3.700,000 million )until the fund is is Completed transfer to you,so call Mr.Larry Martin to enable him speed up your fund $7000 usd immediately Best Regards MRS LUCIA DENIS
 2016-07-10 16:54 UTC 

[4.7-rc4] WARNING: CPU: 10 PID: 3359 at fs/inode.c:280 drop_nlink+0x3e/0x50
 2016-07-10 15:25 UTC  (4+ messages)

4.7-rc6, ext4, sparc64: Unable to handle kernel paging request at 
 2016-07-10  9:40 UTC  (4+ messages)

BUG: failure at fs/ext4/mballoc.c:3214/ext4_mb_normalize_request()!
 2016-07-09 11:12 UTC 

Cannot umount ext4 fs, no user-space procs using the fs, lsof points to jbd2
 2016-07-08  2:39 UTC  (2+ messages)

WARNING at fs/ext4/inode.c ext4_evict_inode() triggers on 4.0
 2016-07-08  0:24 UTC  (6+ 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).