linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-02 22:13:04 to 2015-04-20 07:01:43 UTC [more...]

[PATCH] fs/ext4: remove unused header file
 2015-04-20  7:01 UTC 

[v13 0/5] ext4: add project quota support
 2015-04-20  1:39 UTC  (6+ messages)
  ` [v13 1/5] vfs: adds general codes to enforces project quota limits
` [v13 2/5] ext4: adds project ID support
` [v13 3/5] ext4: adds project quota support
` [v13 4/5] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support
` [v13 5/5] ext4: cleanup inode flag definitions

[GIT PULL] ext4 changes for 4.1
 2015-04-19  0:49 UTC 

[PATCH 0/3 RFC] ext4: Speedup orphan file handling
 2015-04-18 23:53 UTC  (11+ messages)
` [PATCH 1/3] ext4: Support for checksumming from journal triggers
` [PATCH 2/3] ext4: Speedup ext4 orphan inode handling
` [PATCH 3/3] ext4: Improve scalability of ext4 orphan file handling

Using latest e2fsprogs on various offline VM ext filesystems
 2015-04-18 20:30 UTC  (3+ messages)

Fsck repair takes very long for 1,761 inodes containing multiply-claimed blocks on ext4
 2015-04-18 15:02 UTC  (6+ messages)

[RFC 0/4] Generic file system events interface
 2015-04-17 22:44 UTC  (35+ messages)
` [RFC 1/4] fs: Add generic file system event notifications
` [RFC 2/4] ext4: Add helper function to mark group as corrupted
` [RFC 3/4] ext4: Add support for generic FS events
` [RFC 4/4] shmem: "

Use of resize2fs for enabling 64-bit inodes
 2015-04-17 18:58 UTC  (2+ messages)

[PATCH 0/5] jbd2: Avoid unnecessary locking when buffer is already journaled
 2015-04-16 10:46 UTC  (3+ messages)

ext4 crypto: enforce context consistency
 2015-04-16  6:15 UTC  (2+ messages)

Is there any reason for us to use EXT4_MAXQUOTAS_INIT_BLOCKS?
 2015-04-15 23:27 UTC  (3+ messages)

[patch] ext4 crypto: type bug with encrypted symlinks
 2015-04-15 16:45 UTC  (3+ messages)

[Bug 96641] New: Oops in __d_lookup when accessing certain files
 2015-04-15 14:19 UTC  (4+ messages)
` [Bug 96641] "

[patch] ext4 crypto: testing the wrong variable
 2015-04-15  9:26 UTC  (7+ messages)

[patch 2/2] jbd2: revert must-not-fail allocation loops back to GFP_NOFAIL
 2015-04-14 20:25 UTC 

[patch 1/2] fs/ext4/fsync.c: generic_file_fsync call based on barrier flag
 2015-04-14 20:25 UTC 

[v12 0/5] ext4: add project quota support
 2015-04-14 10:07 UTC  (12+ messages)
` [v12 1/5] vfs: adds general codes to enforces project quota limits
` [v12 2/5] ext4: adds project ID support
` [v12 3/5] ext4: adds project quota support
` [v12 4/5] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support
` [v12 5/5] ext4: cleanup inode flag definitions

A question about function jbd2__journal_restart()
 2015-04-14  8:43 UTC  (2+ messages)

[PATCH-v2 00/20] ext4 encryption patches
 2015-04-13  3:16 UTC  (21+ messages)
` [PATCH-v2 01/20] ext4 crypto: add ext4_mpage_readpages()
` [PATCH-v2 02/20] ext4 crypto: reserve codepoints used by the ext4 encryption feature
` [PATCH-v2 03/20] ext4 crypto: add ext4 encryption Kconfig
` [PATCH-v2 04/20] ext4 crypto: export ext4_empty_dir()
` [PATCH-v2 05/20] ext4 crypto: add encryption xattr support
` [PATCH-v2 06/20] ext4 crypto: add encryption policy and password salt support
` [PATCH-v2 07/20] ext4 crypto: add ext4 encryption facilities
` [PATCH-v2 08/20] ext4 crypto: add encryption key management facilities
` [PATCH-v2 09/20] ext4 crypto: validate context consistency on lookup
` [PATCH-v2 10/20] ext4 crypto: inherit encryption policies on inode and directory create
` [PATCH-v2 11/20] ext4 crypto: implement the ext4 encryption write path
` [PATCH-v2 12/20] ext4 crypto: implement the ext4 decryption read path
` [PATCH-v2 13/20] ext4 crypto: filename encryption facilities
` [PATCH-v2 14/20] ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames
` [PATCH-v2 15/20] ext4 crypto: insert encrypted filenames into a leaf directory block
` [PATCH-v2 16/20] ext4 crypto: partial update to namei.c for fname crypto
` [PATCH-v2 17/20] ext4 crypto: filename encryption modifications
` [PATCH-v2 18/20] ext4 crypto: enable filename encryption
` [PATCH-v2 19/20] ext4 crypto: Add symlink encryption
` [PATCH-v2 20/20] ext4 crypto: enable encryption feature flag

[PATCH 00/22] ext4 encryption patches
 2015-04-12  5:29 UTC  (37+ messages)
` [PATCH 01/22] ext4: add ext4_mpage_readpages()
` [PATCH 02/22] ext4: reserve codepoints used by the ext4 encryption feature
` [PATCH 04/22] ext4 crypto: export ext4_empty_dir()
` [PATCH 06/22] ext4 crypto: add encryption policy checking
` [PATCH 08/22] ext4 crypto: add ext4 encryption facilities
` [PATCH 10/22] ext4 crypto: validate context consistency on lookup
` [PATCH 12/22] ext4 crypto: implement the ext4 encryption write path
` [PATCH 13/22] ext4 crypto: implement the ext4 decryption read path
` [PATCH 16/22] ext4 crypto: insert encrypted filenames into a leaf directory block
` [PATCH 17/22] ext4 crypto: partial update to namei.c for fname crypto
` [PATCH 18/22] ext4 crypto: filename encryption modifications
` [PATCH 19/22] ext4 crypto: enable filename encryption
` [PATCH 20/22] ext4 crypto: Add symlink encryption
` [PATCH 21/22] ext4 crypto: enable encryption feature flag
` [PATCH 22/22] ext4 crypto: add password salt support

[patch] ext4 crypto: fix an error code in ext4_init_crypto()
 2015-04-11 11:55 UTC  (2+ messages)

[PATCH 2/2][v2] blk-plug: don't flush nested plug lists
 2015-04-11  4:11 UTC  (6+ messages)
        ` [f2fs-dev] "

ext4: WARNING: CPU: 10 PID: 23340 at fs/block_dev.c
 2015-04-09 20:49 UTC  (5+ messages)

[PATCH] ext4: minor cleanup of ext4_da_reserve_space()
 2015-04-08 17:08 UTC 

ext4 mballoc: unaligned requests could steal space preferred by dentries
 2015-04-08 16:54 UTC 

[PATCH] ext4 mballoc: fix tail allocation
 2015-04-08 16:44 UTC  (3+ messages)

[PATCH] ext4: move check under lock to avoid race
 2015-04-08  4:46 UTC  (2+ messages)
` [PATCH] ext4: Move check under lock scope to close a race

Your Webmail account Certificate expired on the 10th-04-2015
 2015-04-07 18:44 UTC 

[PATCH] Remove redundant check under lock scope in fallocate()
 2015-04-07 18:15 UTC  (4+ messages)
` [PATCH] ext4: Remove redundant check under lock scope

[PATCH 49/49] ext2: enable cgroup writeback support
 2015-04-06 19:58 UTC 

[PATCH 00/35] e2fsprogs April 2015 patchbomb
 2015-04-06 18:57 UTC  (4+ messages)
` [PATCH 09/35] e2fsck: abort on read error beyond end of FS

[RFC PATCH 0/5] Remove rw parameter from direct_IO()
 2015-04-05 16:27 UTC  (2+ messages)

CAN I TRUST YOU?
 2015-04-04 19:34 UTC 

[PATCH 03/16] ext4: use is_xxx_kiocb instead of filp->fl_flags
 2015-04-04 19:13 UTC 

LPC2015: File and Storage Systems uconf
 2015-04-03 18:28 UTC 

[PATCH 1/1] ext4: better error handling of kstrdup()
 2015-04-03 17:44 UTC  (4+ messages)

[PATCH] ext4: Make fsync to sync parent dir in no-journal for real this time
 2015-04-03 15:16 UTC  (3+ messages)
` [PATCH -v2] ext4: make "

Issue in ext4 rename
 2015-04-03 15:06 UTC  (4+ messages)

[PATCH v2 3/4] shared: test truncate orphan inodes when mounting extN
 2015-04-03  7:18 UTC 

[PATCH v2] ext4: don't release reserved space for previously allocated cluster
 2015-04-03  4:18 UTC  (2+ messages)

[PATCH] ext4: fix loss of delalloc extent info in ext4_zero_range()
 2015-04-03  4:14 UTC  (2+ messages)

[PATCH] ext4: Allocate entire range in zero range
 2015-04-03  4:11 UTC  (2+ messages)

[PATCH] ext4: remove unnecessary lock/unlock of i_block_reservation_lock
 2015-04-03  4:04 UTC  (2+ messages)

[PATCH] ext4: remove block_device_ejected
 2015-04-03  3:57 UTC  (2+ messages)

[PATCH] ext4: Remove useless condition in if statement
 2015-04-03  3:51 UTC  (2+ messages)

[PATCH 1/2] ext2: remove unused header files
 2015-04-03  3:48 UTC  (3+ messages)
` [PATCH 2/2] ext4: "


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