public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-19 19:47:59 to 2014-10-02 10:41:27 UTC [more...]

[PATCH 0/12 RFC] Moving i_dquot out of struct inode
 2014-10-02 10:41 UTC  (15+ messages)
` [PATCH 01/12] quota: Allow each filesystem to specify which quota types it supports
` [PATCH 02/12] gfs2: Set allowed quota types
` [PATCH 03/12] xfs: "
` [PATCH 04/12] fs: Generic infrastructure for optional inode fields
` [PATCH 05/12] quota: Use optional inode field for i_dquot pointers
` [PATCH 06/12] ext2: Convert to private i_dquot field
` [PATCH 07/12] ext3: "
` [PATCH 08/12] ext4: "
` [PATCH 09/12] ocfs2: "
` [PATCH 10/12] reiserfs: "
` [PATCH 11/12] jfs: "
` [PATCH 12/12] vfs: Remove i_dquot field from inode

[PATCH] ext4: grab missed write_count for EXT4_IOC_SWAP_BOOT
 2014-10-02  7:50 UTC 

Journal under-reservation bug on first >2G file
 2014-10-02  5:49 UTC  (10+ messages)

[PATCH 1/3] ext4: fix over-defensive complain after journal abort
 2014-10-02  2:52 UTC  (9+ messages)
` [PATCH 2/3] ext4: get rid of code duplication
` [PATCH 3/3] ext4: optimize block allocation on grow indepth

[PATCH] ext4: fix return value of ext4_do_update_inode
 2014-10-02  2:22 UTC  (4+ messages)

[PATCH] ext4: ensure LARGE_FILE feature when mounting delalloc
 2014-10-02  2:15 UTC  (3+ messages)

[PATCH 0/2 v2] Fix data corruption when blocksize < pagesize for mmapped data
 2014-10-02  2:06 UTC  (5+ messages)
` [PATCH 1/2] vfs: Fix data corruption when blocksize < pagesize for mmaped data
` [PATCH 2/2] ext4: Fix mmap data corruption when blocksize < pagesize

[PATCH] mke2fs: clarify inline data inode size error message
 2014-10-01 20:36 UTC  (4+ messages)

[Bug 85381] New: ext4 & tmpfs: Splicing to regular files doesn't trigger inotify
 2014-10-01 16:56 UTC 

[PATCH] e2fsprogs: add large_file to base mkfs features
 2014-10-01 12:34 UTC  (3+ messages)

ext4: 3.17? problems
 2014-10-01  8:50 UTC  (8+ messages)

e2fsck not fixing deleted inode referenced errors?
 2014-10-01  6:44 UTC  (10+ messages)

[PATCH 0/4] quota: add project quota support
 2014-09-30 20:07 UTC  (31+ messages)
` [PATCH 1/4] Adds general codes to enforces project quota limits
` [PATCH 2/4] Adds project ID support for ext4
` [PATCH 3/4] Adds project quota "
` [PATCH 4/4] Adds ioctl interface support for ext4 project

[PATCH] shared/272: fail quickly on mkfs errors and improve logging
 2014-09-30 19:50 UTC 

[PATCH] generic/015: improve error logging
 2014-09-30 17:06 UTC 

resize2fs problem with stride calc
 2014-09-29 22:46 UTC  (5+ messages)

[PATCH v1 0/10] Add SipHash-2-4 directory hashing support
 2014-09-29 19:24 UTC  (21+ messages)
` patch V1 1/10] ex4: Introduce DX_HASH_UNSIGNED_DELTA
  ` [PATCH v1.1 1/10] ext4: "
` [PATCH v1 2/10] ext4: Remove redundant local variable p from ext4fs_dirhash
` [PATCH v1 3/10] byteorder: Fix some erroneous comments
` [PATCH v1 4/10] lib/siphash.c: New file
` [PATCH v1 5/10] ext4: Add DX_HASH_SIPHASH24 support
` [PATCH v1 6/10] Add EXT2_HASH_UNSIGNED instead of magic constant 3
` [PATCH v1 7/10] dirhash.c (ext2fs_dirhash): Remove redundant local variable p
` [PATCH v1 8/10] dirhash.c: Add siphash24()
` [PATCH v1 9/10] Add EXT2_HASH_SIPHASH24 (=3)
` [PATCH v1 10/10] Add "hash_alg=siphash" support

[PATCH 00/34] e2fsprogs Summer 2014 patchbomb, part 6
 2014-09-29 18:58 UTC  (16+ messages)
` [PATCH 11/34] dumpe2fs: output cleanup
` [PATCH 12/34] misc: move check_plausibility into a separate file
` [PATCH 13/34] misc: add plausibility checks to debugfs/tune2fs/dumpe2fs/e2fsck
` [PATCH 14/34] misc: use libmagic when libblkid can't identify something
` [PATCH 15/34] libext2fs: support BLKZEROOUT/FALLOC_FL_ZERO_RANGE in ext2fs_zero_blocks
` [PATCH 28/34] tests: test debugfs punch command

[PATCH] ext4: use mkfs.ext4 -F instead of piping in yes
 2014-09-27 22:12 UTC  (5+ messages)
` [PATCH 1/2] ext4: define MKFS_EXT4_PROG and use it instead of "mkfs.ext4" / "mkfs -t ext4"

[PATCH] xfstests-bld: specify inode size in inline test scenario conf
 2014-09-27 18:10 UTC  (2+ messages)

Dear Valued Customer
 2014-09-24 14:09 UTC 

Payment
 2014-09-26 14:51 UTC 

birth time of a file
 2014-09-25  9:40 UTC  (3+ messages)

[PATCH 0/2] Fix data corruption when blocksize < pagesize
 2014-09-25  9:34 UTC  (7+ messages)
` [PATCH 1/2] vfs: Fix data corruption when blocksize < pagesize for mmaped data
` [PATCH 2/2] ext4: Fix mmap data corruption when blocksize < pagesize

[PATCH v4 3/4] quota: add project quota support
 2014-09-24 23:56 UTC 

[PATCH v4 0/4] quota: add project quota support
 2014-09-24 23:42 UTC  (5+ messages)

[PATCH] misc/e4defrag: output extent's status(written or unwritten)
 2014-09-24 13:44 UTC  (4+ messages)

[PATCH v4 0/4] quota: add project quota support
 2014-09-24 12:23 UTC 

Unifying XFS_IOC_SWAPEXT and EXT4_IOC_MOV_EXT (was Re: [PATCH 2/3] xfs: Add support IOC_MOV_DATA ioctl)
 2014-09-24  7:53 UTC 

[RFC] mke2fs -E hash_alg=siphash: any interest?
 2014-09-24  0:37 UTC  (12+ messages)

[PATCH] Fs: Ext2: xip.h: fixed coding style issues
 2014-09-23 15:18 UTC  (2+ messages)

Call trace in ext4_es_lru_add on 3.10 stable
 2014-09-23 14:43 UTC  (12+ messages)

[PATCH 1/3] ext4: fold ext4_sync_fs_nojournal() into ext4_sync_fs()
 2014-09-23 12:33 UTC  (6+ messages)
` [PATCH 2/3] ext4: support freezing ext2 (nojournal) file systems
` [PATCH 3/3] ext4: fold ext4_nojournal_sops into ext4_sops

Payment
 2014-09-20 14:09 UTC 

HOW ARE YOU?
 2014-09-22  1:16 UTC 

[PATCH 1/2] MCONFIG: allow developers to override CFLAGS
 2014-09-21 19:37 UTC  (2+ messages)
` [PATCH 2/2] libext2fs: use ~0UL instead of -1UL to avoid static checker warnings

[PATCH] misc: if dlopen() is available, use it to load the libmagic library
 2014-09-21  5:28 UTC 

[PATCH 4/5] generic: add mmap write vs truncate/remap test
 2014-09-20 23:32 UTC 

[PATCH 1/1 linux-next] jbd2: Fix sparse context imbalance warning
 2014-09-20  7:14 UTC  (3+ messages)

Reserved GDT inode: blocks vs extents
 2014-09-19 19:48 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