messages from 2011-11-18 02:46:56 to 2011-11-28 22:40:42 UTC [more...]
[PATCH v5.1 00/14] crc32c: Add faster algorithm and self-test code
2011-11-28 22:38 UTC (14+ messages)
` [PATCH 01/14] removed two instances of trailing whitespaces
` [PATCH 02/14] Moved a long comment from lib/crc32.c to Documentation/crc32.txt
` [PATCH 03/14] Replaced the unit test provided in crc32.c, which doesn't have a
` [PATCH 05/14] Misc cleanup of lib/crc32.c and related files
` [PATCH 06/14] crc32.c in its original version freely mixed u32, __le32 and __be32 types
` [PATCH 07/14] crc32.c provides a choice of one of several algorithms for
` [PATCH 08/14] add slicing-by-8 algorithm to the existing
` [PATCH 09/14] Add two changes that improve the performance of x86 systems
` [PATCH 10/14] Some final changes
` [PATCH 11/14] crc32: Bolt on crc32c
` [PATCH 12/14] crypto: crc32c should use library implementation
` [PATCH 13/14] crc32: Add self-test code for crc32c
` [PATCH 14/14] crc32: Select an algorithm via kconfig
[RFC PATCH 0/3] VFS: Fix s_umount thaw/write deadlock
2011-11-28 20:58 UTC (4+ messages)
WARNING: at fs/inode.c:884 unlock_new_inode+0x34/0x59()
2011-11-28 19:08 UTC (5+ messages)
[PATCH] e2fsck: fix "can't find dup_blk" error
2011-11-28 17:15 UTC (6+ messages)
` [PATCH 1/2] e2fsck: fix handling of duplicate blocks with bigalloc file systems
` [PATCH 2/2] tests: add test case for multiply claimed blocks with bigalloc
[PATCH 34/62] ext2: remove the second argument of k[un]map_atomic()
2011-11-28 14:15 UTC (5+ messages)
` [PATCH 37/62] jbd: "
` [PATCH 38/62] jbd2: "
[PATCH v3 0/8] Filesystem io types statistic
2011-11-28 12:20 UTC (9+ messages)
` [PATCH v3 1/8] ext4: add percpu counters and related functions to account io types
` [PATCH v3 2/8] ext4: add wrapper functions for buffer layer
` [PATCH v3 3/8] ext4: account the metadata request of read operations in buffered io
` [PATCH v3 4/8] ext4: account the data "
` [PATCH v3 5/8] ext4: account the metadata request of write "
` [PATCH v3 6/8] ext4: account the data "
` [PATCH v3 7/8] ext4: request accouting in direct io
` [PATCH v3 8/8] ext4: show the result of io types accouting
ceph and ext4
2011-11-28 11:03 UTC (8+ messages)
` Increase xattr space by allocating contiguous xattr blocks
` [PATCH] xfstests: Sort recursive getfattr output in 062
[PATCH] xfstests: mount other filesystems with selinux context as well
2011-11-28 11:02 UTC (2+ messages)
[PATCH] xfstests: make xattr test 020 generic
2011-11-28 11:01 UTC (2+ messages)
[PATCH] libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LEN
2011-11-28 1:46 UTC
Ext4 newbie trying to recover its partition table
2011-11-27 19:29 UTC (3+ messages)
[PATCH 1/2] ext4: let mpage_submit_io works well when blocksize < pagesize
2011-11-27 8:59 UTC (5+ messages)
` [PATCH 2/2] ext4: let ext4_discard_partial_buffers handle pages without buffers correctly
fsfuzzer: exabyte file sizes
2011-11-26 5:26 UTC (2+ messages)
[PATCH] e2fsck: Fix the wrong error detection for non-extent file
2011-11-26 2:31 UTC (2+ messages)
[PATCH] ext4: replace ll_rw_block with other functions
2011-11-25 23:28 UTC (2+ messages)
[PATCH] ext4: fix race condition when loading block or inode bitmaps
2011-11-25 16:19 UTC (4+ messages)
[PATCH] ext4: fix racy use-after-free in ext4_end_io_dio()
2011-11-24 23:52 UTC (3+ messages)
[PATCH] ext4: remove useless functions in inode.c
2011-11-24 12:37 UTC
wifi issues workaround
2011-11-24 10:24 UTC
Support for ext4 hidden quota inodes in quota-tools
2011-11-23 11:32 UTC (3+ messages)
Bug with "fix partial page writes"
2011-11-22 15:57 UTC (9+ messages)
` Fwd: "
[PATCH v2] jbd: clear revoked flag on buffers before a new transaction started
2011-11-22 12:52 UTC (4+ messages)
[patch] ext3: NULL dereference in ext3_evict_inode()
2011-11-22 12:36 UTC (2+ messages)
[OOPS]: Kernel 3.1 (ext3?)
2011-11-22 11:42 UTC (4+ messages)
[RFC][PATCH 0/8] xfstests: rework large filesystem testing
2011-11-22 9:28 UTC (11+ messages)
` [PATCH 1/8] xfstests: add --largefs check option
` [PATCH 2/8] xfstests: rename USE_BIG_LOOPFS to be more generic
` [PATCH 3/8] xfstests: rename RETAIN_AG_BYTES
` [PATCH 4/8] xfstests: use preallocation for ag-wiper
` [PATCH 5/8] xfstests: use command line option for setting extra space
` [PATCH 6/8] xfstest: enable xfs_repair for large filesystem testing
` [PATCH 7/8] xfstests: always us test option when checking large scratch device
` [PATCH 8/8] xfstests: enable large fs testing on ext4
Better organizing ext4 development community
2011-11-22 5:12 UTC (6+ messages)
ext4 bugfixes for 3.2
2011-11-21 19:09 UTC
[PATCH V2 00/19] ext4: Add inline data support
2011-11-21 16:39 UTC (20+ messages)
` [PATCH V2 01/19] ext4: Move extra inode read to a new function
` [PATCH V2 02/19] ext4: export inline xattr functions
` [PATCH V2 03/19] ext4: Add the basic function for inline data support
` [PATCH V2 04/19] ext4: Add read support for inline data
` [PATCH V2 05/19] ext4: Add normal write "
` [PATCH V2 06/19] ext4: Add journalled "
` [PATCH V2 07/19] ext4: Add delalloc "
` [PATCH V2 08/19] ext4: Create a new function ext4_init_new_dir
` [PATCH V2 09/19] ext4: Refactor __ext4_check_dir_entry to accepts start and size
` [PATCH V2 10/19] ext4: Create __ext4_insert_dentry for dir entry insertion
` [PATCH V2 11/19] ext4: let add_dir_entry handle inline data properly
` [PATCH V2 12/19] ext4: Let ext4_readdir handle inline data
` [PATCH V2 13/19] ext4: Create a new function search_dir
` [PATCH V2 14/19] ext4: let ext4_find_entry handle inline data
` [PATCH V2 15/19] ext4: make ext4_delete_entry generic
` [PATCH V2 16/19] ext4: let ext4_delete_entry handle inline data
` [PATCH V2 17/19] ext4: let empty_dir handle inline dir
` [PATCH V2 18/19] ext4: let ext4_rename "
` [PATCH V2 19/19] ext4: Enable ext4 inline support
[PATCH] ext4: fix up a undefined error in ext4_free_blocks
2011-11-21 17:10 UTC (2+ messages)
e2fsprogs 1.42-WIP-1120 released
2011-11-21 13:47 UTC
[PATCH] ext4: fix format flag in dx_probe()
2011-11-21 5:39 UTC
[PATCH v2] ext4: group info caches set to SLAB_MEM_SPREAD flags
2011-11-21 4:39 UTC (4+ messages)
[PATCH] e2fsck: return more status if fsck aborts
2011-11-20 20:56 UTC (2+ messages)
[PATCH] debugfs: Fix sprintf stack overflow
2011-11-20 20:47 UTC (2+ messages)
` "
[PATCH 1/2] dumpe2fs: dump blocks count used by super and GDT
2011-11-20 18:28 UTC (4+ messages)
[PATCH v4 0/15] ext4: add new online resize interface
2011-11-20 17:15 UTC (19+ messages)
` [PATCH v4 01/15] ext4: add a function which extends a group without checking parameters
` [PATCH v4 02/15] ext4: add a function which adds a new desc to a fs
` [PATCH v4 03/15] ext4: add a function which sets up a new group desc
` [PATCH v4 04/15] ext4: add a function which updates super block
` [PATCH v4 05/15] ext4: add a structure which will be used by 64bit-resize interface
` [PATCH v4 06/15] ext4: add a function which sets up group blocks of a flex groups
` [PATCH v4 07/15] ext4: add a function which adds several group descriptors
` [PATCH v4 08/15] ext4: add a function which sets up a flex groups each time
` [PATCH v4 09/15] ext4: enable ext4_update_super() to handle a flex groups
` [PATCH v4 10/15] ext4: pass verify_reserved_gdb() the number of group decriptors
` [PATCH v4 11/15] ext4: add a new function which allocates bitmaps and inode tables
` [PATCH v4 12/15] ext4: add a new function which adds a flex group to a fs
` [PATCH v4 13/15] ext4: add new online resize interface
` [PATCH v4 14/15] ext4: let ext4_group_extend() use common code
` [PATCH v4 15/15] ext4: let ext4_group_add() "
e2fsprogs: Avoid infinite loop in ext2fs_find_block_device()
2011-11-20 8:17 UTC (6+ messages)
[PATCH] ext4: group info caches set to SLAB_MEM_SPREAD flags
2011-11-20 3:35 UTC (3+ messages)
[PATCH] ext4: slab caches set to SLAB_MEM_SPREAD flags
2011-11-19 22:22 UTC (14+ messages)
[PATCH] ext4: remove unneeded variable
2011-11-19 21:53 UTC (4+ messages)
[PATCH v2] jbd2: clear revoked flag on buffers before a new transaction started
2011-11-19 9:32 UTC
[PATCH 0/9 v2 bigalloc] ext4: change unit of extent's ee_block and ee_len from block to cluster for bigalloc
2011-11-19 4:22 UTC (11+ messages)
` [PATCH 1/9 v2 bigalloc] ext4: get blocks from ext4_ext_get_actual_blocks
` [PATCH 2/9 v2 bigalloc] ext4: change ext4_ext_map_blocks to allocate clusters instead of blocks
` [PATCH 3/9 v2 bigalloc] ext4: change unit of extent's ee_block to cluster
` [PATCH 4/9 v2 bigalloc] ext4: remove unused functions and tags
` [PATCH 5/9 v2 bigalloc] ext4: zero out extra pages when users write one page
` [PATCH 6/9 v2 bigalloc] ext4: zero out extra page when users truncate a file
` [PATCH 7/9 v2 bigalloc] ext4: allocate a cluster for a directory when it need spaces
` [PATCH 8/9 v2 bigalloc] ext4: align fallocate size to a whole cluster
` [PATCH 9/9 v2 bigalloc] ext4: make cluster works for mmap
[PATCH 0/5 bigalloc] e2fsprogs: change unit of extent's ee_block and ee_len from block to cluster for bigalloc
2011-11-19 3:31 UTC (7+ messages)
` [PATCH 1/5 bigalloc] e2fsprogs: add tool e2wreck to corrupt fs for e2fsck testing
` [PATCH 2/5 bigalloc] debugfs: support cluster unit of ee_block and ee_len
` [PATCH 3/5 bigalloc] e2fsprogs: make ext2fs_mkdir to support cluster unit of directory
` [PATCH 4/5 bigalloc] e2fsck: support cluster unit of ee_block and ee_len
` [PATCH 5/5 bigalloc] e2fsprogs: make ext2fs_extent_set_bmap() to "
[PATCH] e2undo: cast dptr to blk64_t to retrieve block number
2011-11-18 22:45 UTC (2+ messages)
fallocate vs O_(D)SYNC
2011-11-18 12:09 UTC (8+ messages)
` [Cluster-devel] "
[PATCH v3 04/11] e4defrag: Use e2p_get_fragscore() for decision of whether to defrag
2011-11-18 8:40 UTC (2+ messages)
[PATCH 1/6] ext4: remove unnecessary var in ext4_ext_insert_extent
2011-11-18 3:19 UTC (4+ messages)
` [PATCH 4/6] ext4: remove code related to punching hole from ext4_ext_insert_extent
[PATCH v2 0/8] Filesystem io types statistic
2011-11-18 2:48 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).