messages from 2012-03-19 17:21:53 to 2012-03-29 22:05:00 UTC [more...]
[PATCH 0/7, v3] fs: fix up AIO+DIO+O_SYNC to actually do the sync part
2012-03-29 22:05 UTC (2+ messages)
` [PATCH 2/7] ocfs2: Use generic handlers of O_SYNC AIO DIO
[PATCH] ext3: update documentation with barrier=1 default
2012-03-29 15:29 UTC (3+ messages)
[PATCH] ext3: remove max_debt in find_group_orlov()
2012-03-29 15:27 UTC (2+ messages)
GIT PULL] ext4 updates for 3.4
2012-03-29 0:41 UTC (4+ messages)
[PATCH 00/19 v4] Fix filesystem freezing deadlocks
2012-03-28 23:43 UTC (2+ messages)
` [PATCH 10/19] ext4: Convert to new freezing mechanism
what happened with dccaf33fa37 "ext4: flush any pending end_io requests before DIO" for 3.0?
2012-03-28 22:22 UTC (9+ messages)
[PATCH] ext4: Remove non scalable extent cache hit statistics
2012-03-28 21:46 UTC
backup of the last group'descriptor when it is the 1st group of a meta_bg
2012-03-28 16:08 UTC (2+ messages)
[PATCH] libext2: clear BG_BLOCK_UNINIT in any group containing metadata
2012-03-28 15:28 UTC (3+ messages)
[RESEND][PATCH] ext4: add error handling when discarding is fail in FITRIM ioctl
2012-03-28 10:50 UTC (2+ messages)
[PATCH v1 0/9] do not use s_dirt in ext4
2012-03-28 10:15 UTC (30+ messages)
` [PATCH v1 1/9] ext4: do not mark superblock as dirty unnecessarily
` [PATCH v1 2/9] ext4: write superblock only once on unmount
` [PATCH v1 3/9] ext4: remove useless s_dirt assignment
` [PATCH v1 4/9] mm: export dirty_writeback_interval
` [PATCH v1 5/9] VFS: remove unused superblock helpers
` [PATCH v1 6/9] ext4: introduce __ext4_mark_super_dirty
` [PATCH v1 7/9] ext4: stop using VFS for dirty superblock management
` [PATCH v1 8/9] ext4: small cleanup in ext4_commit_super
` [PATCH v1 9/9] ext4: introduce own superblock dirty flag
Release of e2fsprogs 1.42.2
2012-03-28 6:25 UTC (3+ messages)
[PATCH] jbd: Refine commit writeout logic
2012-03-27 21:31 UTC
[PATCH] ext4: do not enable delalloc by default for ext2
2012-03-27 15:34 UTC (2+ messages)
[Bug 42986] New: ext2_fs.h requires undefined type umode_t
2012-03-27 7:31 UTC (14+ messages)
` [Bug 42986] "
[RFC, PATCH] Avoid hot statistics cache line in ext4 extent cache
2012-03-26 23:57 UTC (6+ messages)
[PATCH 0/5] Make filesystem shrinking faster and less CPU-intensive
2012-03-26 15:34 UTC (12+ messages)
` [PATCH 4/5] libext2fs: Implement ext2fs_find_first_zero_generic_bmap()
` [PATCH 5/5] libext2fs: Implement fast find_first_zero() for bitarray bitmaps
[PATCH] ext2: Don't export ext2_mask_flags() to user space
2012-03-25 1:16 UTC (20+ messages)
` [PATCH] ext2: No longer export ext2_fs.h "
[PATCH 1/3] ext4: s_freeclusters_counter should not tranform to unit of block before assigning to "free_clusters" in ext4_has_free_cluste
2012-03-24 21:05 UTC (2+ messages)
ext4: add meta_bg and bit64 support to online resizing
2012-03-23 18:02 UTC (7+ messages)
` [PATCH 1/4] ext4: do not copy gdt blocks for groups which do not have super when resizing
` [PATCH 2/4] ext4: fix a bug in resize when first_data_block != 0
` [PATCH 3/4] ext4: accelerate updating of backup gdb
` [PATCH 4/4] ext4: enable online-resizing support meta_bg and bit64
[PATCH 1/2] e2fsck: remove EXT4_EOFBLOCKS_FL flag handling
2012-03-23 8:03 UTC (4+ messages)
` [PATCH 2/2] e2fsprogs tests: fix f_bad_disconnected_inode e2fsck output
[PATCH] e2fsck: avoid unnecessary close/reopen for non-MMP filesystems
2012-03-23 0:03 UTC (2+ messages)
running mkfs.ext4 causes very high system load
2012-03-22 19:15 UTC (3+ messages)
[PATCH 0/9] ext4: Message logging corrections and neatening
2012-03-22 17:42 UTC (23+ messages)
` [PATCH 1/9] ext4: Add -DDEBUG to Makefile
` [PATCH 2/9] ext4: Use pr_fmt and pr_<level>
Required help for understanding ext4 block allocation
2012-03-22 15:22 UTC (5+ messages)
[Bug 42872] New: fstat()/ext3_iget() sometime takes over 2 minutes
2012-03-22 14:37 UTC (2+ messages)
` [Bug 42872] "
[PATCH 1/5] ext4: Remove restrictive checks for EOFBLOCKS_FL
2012-03-22 14:05 UTC (10+ messages)
` [PATCH 2/5] ext4: Correctly handle EOFBLOCKS flag in ext4_ext_punch_hole
` [PATCH 3/5] ext4: Allow punch hole beyond i_size
` [PATCH 4/5] ext4: Remove uneeded i_size handling
` [PATCH 5/5] ext4: Correct ext4_punch_hole return codes
[PATCH v2] REQ_META set during meta data write
2012-03-22 11:08 UTC (4+ messages)
[PATCH 1/4 v2] ext4: fix start and len arguments handling in ext4_trim_fs()
2012-03-22 1:23 UTC (9+ messages)
` [PATCH 2/4 v2] ext4: Fix trimmed block count computing
` [PATCH 3/4 v2] ext4: Always set then trimmed blocks count into len
[PATCH 1/3 v2] ext4: Rewrite punch hole to use ext4_ext_remove_space()
2012-03-22 0:48 UTC (7+ messages)
` [PATCH 2/3 v2] ext4: Remove unused code from ext4_ext_map_blocks()
` [PATCH 3/3 v2] ext4: Give more helpful error message in ext4_ext_rm_leaf()
[PATCH v1 0/8] do not use s_dirt in ext2
2012-03-21 16:14 UTC (9+ messages)
` [PATCH 1/8] mm: export dirty_writeback_interval
` [PATCH 2/8] VFS: remove unused superblock helpers
` [PATCH 3/8] ext2: write superblock only once on unmount
` [PATCH 4/8] ext2: intruduce ext2_mark_super_dirty
` [PATCH 5/8] ext2: introduce workqueue for superblock synchronization
` [PATCH 6/8] ext2: stop using VFS for dirty superblock management
` [PATCH 7/8] ext2: cleanup ext2_sync_super a bit
` [PATCH 8/8] ext2: introduce own superblock dirty flag
[PATCH v2] ext3: fix start and len arguments handling in ext3_trim_fs()
2012-03-21 15:11 UTC (4+ messages)
ext4 startup kernel oops in kernel 3.3.0
2012-03-21 13:16 UTC
[PATCH] ext4: Update s_free_{inodes,blocks}_count during online resize
2012-03-20 19:54 UTC (2+ messages)
[PATCH 2/9] ext4: Use pr_fmt and pr_<level>
2012-03-20 18:47 UTC (23+ messages)
umode_t breakage in exported kernel headers
2012-03-20 10:05 UTC (2+ messages)
[PATCH] libext2fs: add new test: tst_inode_size
2012-03-20 3:55 UTC (5+ messages)
[PATCH 5 3/4] nfsd_open(): rename 'int access' to 'int may_flags' in nfsd_open()
2012-03-20 0:10 UTC (12+ messages)
[dm-devel] can't recover ext4 on lvm from ext4_mb_generate_buddy:739: group 1687, 32254 clusters in bitmap, 32258 in gd
2012-03-19 23:06 UTC
[PATCH 0/5] e2fsck logging improvements
2012-03-19 22:43 UTC (5+ messages)
` [PATCH 3/5] e2fsck: print a notice when we've started suppressing a problem code
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).