linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-26 13:40:21 to 2018-03-07 22:50:43 UTC [more...]

ext4 ignoring rootfs default mount options
 2018-03-07 22:50 UTC  (8+ messages)

[PATCH 5/7] ext4: pass -ESHUTDOWN code to jbd2 layer
 2018-03-07  9:42 UTC  (5+ messages)
  ` [PATCH 6/7] jbd2: if the journal is aborted then don't allow update of the log tail
  ` [PATCH 7/7] ext4: don't update checksum of new initialized bitmaps
  ` [PATCH 4/7] ext4: eliminate sleep from shutdown ioctl
  ` [PATCH 3/7] ext4: shutdown should not prevent get_write_access

[PATCH 2 1/2] dax: change bdev_dax_supported() to take a block_device as input
 2018-03-06  0:06 UTC  (15+ messages)
` [PATCH 2 2/2] xfs: fix rt_dev usage for DAX

[PATCH 4.1 0/3] ext4 encryption fixes for 4.1-stable
 2018-03-03 21:07 UTC  (5+ messages)
` [PATCH 4.1 1/3] ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY
` [PATCH 4.1 2/3] fscrypto: add authorization check for setting encryption policy
` [PATCH 4.1 3/3] ext4 crypto: don't regenerate the per-inode encryption key unnecessarily

[PATCH] fscrypt: add Speck128/256 support
 2018-03-02 19:56 UTC 

[PATCH V15 06/22] mmc: block: Add blk-mq support
 2018-03-02 16:39 UTC  (7+ messages)
            ` EXT4 Oops (Re: [PATCH V15 06/22] mmc: block: Add blk-mq support)

[PATCH v4 0/3] minimal DAX support for XFS realtime device
 2018-03-01  1:22 UTC  (10+ messages)
  ` [PATCH v4 1/3] fs: allow per-device dax status checking for filesystems
  ` [PATCH v4 2/3] dax: change bdev_dax_supported() to support boolean returns
  ` [PATCH v4 3/3] xfs: reject removal of realtime flag when datadev doesn't support DAX

[PATCH] ext2: fix FS_IOMAP dependency
 2018-02-28 16:28 UTC  (2+ messages)

[PATCH v6 0/3] minimal DAX support for XFS realtime device
 2018-02-27 17:14 UTC  (13+ messages)
` [PATCH v6 1/3] fs: allow per-device dax status checking for filesystems
  ` [PATCH v6 2/3] dax: change bdev_dax_supported() to support boolean returns
` [PATCH v6 3/3] xfs: reject removal of realtime flag when datadev doesn't support DAX

v4.16-rc2: virtio-block + ext4 lockdep splats / sleeping from invalid context
 2018-02-27 12:03 UTC  (5+ messages)

[e2fsprogs PATCH] tune2fs: don't recover journal if device is busy
 2018-02-26 18:08 UTC  (3+ messages)

[RFC PATCH] fstests: Check if a fs can survive random (emulated) power loss
 2018-02-26  8:50 UTC  (7+ messages)

[PATCH v5 0/3] minimal DAX support for XFS realtime device
 2018-02-18  8:10 UTC  (8+ messages)
` [PATCH v5 2/3] dax: change bdev_dax_supported() to support boolean returns
  ` [PATCH v5 1/3] fs: allow per-device dax status checking for filesystems
  ` [PATCH v5 3/3] xfs: reject removal of realtime flag when datadev doesn't support DAX

[PATCH v4 0/4] 64 bit inode counter support
 2018-02-18  2:18 UTC  (7+ messages)
` [PATCH v4 1/4] ext4: Removes static definition of dx_root struct
` [PATCH v4 2/4] ext4: dirdata feature
` [PATCH v4 3/4] ext4: Add helper functions to access inode numbers
` [PATCH v4 4/4] ext4: Add 64-bit inode number support

Attempts to use ext4 encryption on kernel 4.1.15 keep resulting in kernel crash
 2018-02-16 18:30 UTC  (2+ messages)

[PATCH] e2fsck: properly account cluster size
 2018-02-15 18:41 UTC  (3+ messages)

Behavior of falloc collapse range when preceded by falloc keep size : Possible eof block loss
 2018-02-14 21:48 UTC  (2+ messages)

mount stuck in infinite loop
 2018-02-14 16:43 UTC  (2+ messages)

[PATCH RFC v2 00/13] NLS/UTF-8 Case-Insensitive lookups for ext4 and VFS proposal
 2018-02-14 12:27 UTC  (8+ messages)

[PATCH v3 0/3] minimal DAX support for XFS realtime device
 2018-02-13 20:43 UTC  (7+ messages)
` [PATCH v3 1/3] fs: allow per-device dax status checking for filesystems
  ` [PATCH v3 2/3] dax: change bdev_dax_supported() to support boolean returns
  ` [PATCH v3 3/3] xfs: reject removal of realtime flag when datadev doesn't support DAX

this is what you need
 2018-02-13 13:28 UTC 

[PATCH] ext4: Fix return value for direct io reads at or beyond eof
 2018-02-12 21:18 UTC 

[GIT PULL] ext4 updates for 4.15
 2018-02-12 20:23 UTC  (7+ messages)
` ext4 iomap SEEK broken [was: [GIT PULL] ext4 updates for 4.15]

[PATCH] mke2fs: avoid inode number error with large FS
 2018-02-12 16:31 UTC  (5+ messages)

[RFC PATCH V2 00/11] Ext4 encryption support for blocksize < pagesize
 2018-02-12  9:43 UTC  (12+ messages)
` [RFC PATCH V2 01/11] ext4: Clear BH_Uptodate flag on decryption error
` [RFC PATCH V2 02/11] fs/buffer.c: Export end_buffer_async_read and create_page_buffers
` [RFC PATCH V2 03/11] fs/crypto/: Rename functions to indicate that they operate on FS blocks
` [RFC PATCH V2 04/11] completion_pages: Decrypt all contiguous blocks in a page
` [RFC PATCH V2 05/11] ext4: Decrypt all boundary blocks when doing buffered write
` [RFC PATCH V2 06/11] ext4: Decrypt the block that needs to be partially zeroed
` [RFC PATCH V2 07/11] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [RFC PATCH V2 08/11] Enable reading encrypted files in blocksize less than pagesize setup
` [RFC PATCH V2 09/11] fscrypt: Move completion_pages to crypto/readpage.c
` [RFC PATCH V2 10/11] Enable writing encrypted files in blocksize less than pagesize setup
` [RFC PATCH V2 11/11] ext4: Enable encryption for blocksize less than page size

probably bug in block allocator
 2018-02-12  6:14 UTC 

Release of e2fsprogs 1.43.9
 2018-02-09 15:42 UTC 

Buffer overflow in e2fsprog's fsck utility
 2018-02-08 19:27 UTC 

Buffer overflow in e2fsprog's fsck utility
 2018-02-08 19:00 UTC 

[PATCH v2] chattr/lsattr: update obsolete attribute support
 2018-02-08  4:35 UTC  (2+ messages)

[PATCH] debugfs: remove misplaced "MMP is unsupported" message
 2018-02-08  4:28 UTC  (2+ messages)

[PATCHv2 1/1] ext4/f2fs: don't put symlink in pagecache into highmem
 2018-02-07 20:06 UTC  (2+ messages)

[GIT PULL] UDF and ext2 fix for 4.16-rc1
 2018-02-07 10:46 UTC 

[PATCHv2 1/1] ext4: don't put symlink in pagecache into highmem
 2018-02-07  2:16 UTC  (5+ messages)

[PATCH 3/3] fs : ext2: super: fixed '==' instead '=' braces,whitespace coding style issue
 2018-02-06 20:45 UTC  (2+ messages)

[PATCH] ext4: report delalloc reserve as non-free in statfs mangled by project quota
 2018-02-06 13:46 UTC  (2+ messages)

[PATCH 1/1] ext4: don't put symlink in pagecache into highmem
 2018-02-06 13:32 UTC  (2+ messages)

[PATCH] ext4: Remove unnecessary NULL checks in ext4
 2018-02-06 11:15 UTC 

[PATCH] jbd2: remove duplicate `\n` in jbd_debug
 2018-02-06 10:43 UTC  (2+ messages)

[PATCH] jbd2: remove the conditional test
 2018-02-06 10:22 UTC  (2+ messages)

[PATCH] jbd2: set to NULL after kmem_cache_destroy
 2018-02-06  2:29 UTC  (3+ messages)

quota problems with e2fsck -p?
 2018-02-05 22:46 UTC 

[PATCH] ext4: make huge file flag user visible
 2018-02-05 22:29 UTC  (6+ messages)

[GIT PULL] ext4 updates for 4.16
 2018-02-03 17:14 UTC 

[PATCH 2] xfs: fix rt_dev usage for DAX
 2018-02-01 20:32 UTC 

[PATCH] iversion: make inode_cmp_iversion{+raw} return bool instead of s64
 2018-01-31 17:55 UTC  (8+ messages)
` [PATCH v2] "

BUG: unable to handle kernel NULL pointer dereference in rb_insert_color
 2018-01-30 21:43 UTC  (5+ messages)

[PATCH v6 0/4]
 2018-01-30 16:52 UTC  (7+ messages)
` [PATCH v6 3/4] vfs: Add timestamp_truncate() api

[GIT PULL] inode->i_version rework for v4.16
 2018-01-30 16:36 UTC  (6+ messages)

Darlehensangebot
 2018-01-30 11:58 UTC 

[PATCH 4.4 41/74] ext2: Dont clear SGID when inheriting ACLs
 2018-01-29 12:56 UTC 

[Bug 151491] New: free space lossage on busy system with bigalloc enabled and 128KB cluster
 2018-01-27 19:28 UTC  (4+ messages)
` [Bug 151491] "

[PATCH] ext4: modify cluster macro parameter names for consistency
 2018-01-26 18:11 UTC 

hello
 2018-01-26 13:38 UTC 


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