messages from 2014-09-08 23:12:21 to 2014-09-15 20:57:23 UTC [more...]
Best way to pin a page in ext4?
2014-09-15 20:57 UTC (2+ messages)
[PATCHv4 0/3] new APIs to allocate buffer-cache with user specific flag
2014-09-15 6:37 UTC (9+ messages)
[PATCH v3] ext4: fix data integrity sync in ordered mode
2014-09-15 5:57 UTC (3+ messages)
` Writeback, partial page writes and data corruption (was Re: [PATCH v3] ext4: fix data integrity sync in ordered mode)
[PATCH] jbd2: remove __jbd2_journal_clean_checkpoint_list to solve scalability issue
2014-09-15 3:38 UTC (6+ messages)
[PATCH 0/2] ext4/jbd2: misc 3.17 bugfixes, part 2
2014-09-14 19:13 UTC (4+ messages)
` [PATCH 1/2] ext4: check EA value offset when loading
` [PATCH 2/2] jbd2: free bh when descriptor block checksum fails
[PATCH 00/34] e2fsprogs Summer 2014 patchbomb, part 6
2014-09-14 19:11 UTC (37+ messages)
` [PATCH 01/34] e2fsck: offer to clear overlapping extents
` [PATCH 02/34] e2fsck: fix sliding the directory block down on bigalloc
` [PATCH 03/34] misc: zero s_jnl_blocks when adding journal online or removing external journal
` [PATCH 04/34] libext2fs: ext2fs_new_block2() should call alloc_block hook
` [PATCH 05/34] debugfs: manage needs_recover feature when messing with the journal
` [PATCH 06/34] debugfs: add LIBINTL to debugfs link command
` [PATCH 07/34] ext2fs: add readahead method to improve scanning
` [PATCH 08/34] libext2fs/e2fsck: provide routines to read-ahead metadata
` [PATCH 09/34] e2fsck: read-ahead metadata during passes 1, 2, and 4
` [PATCH 10/34] dumpe2fs: provide a machine-readable group-only mode
` [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 16/34] libext2fs/e2fsck: refactor everyone who writes zero blocks to disk
` [PATCH 17/34] libext2fs: support allocating uninit blocks in bmap2()
` [PATCH 18/34] libext2fs: file IO routines should handle uninit blocks
` [PATCH 19/34] resize2fs: convert fs to and from 64bit mode
` [PATCH 20/34] resize2fs: adjust reserved_gdt_blocks when changing group descriptor size
` [PATCH 21/34] tests: test resize2fs 32->64 and 64->32bit conversion code
` [PATCH 22/34] libext2fs: find inode goal when allocating blocks
` [PATCH 23/34] libext2fs: find/alloc a range of empty blocks
` [PATCH 24/34] libext2fs: add new hooks to support large allocations
` [PATCH 25/34] libext2fs: implement fallocate
` [PATCH 26/34] libext2fs: use fallocate for creating journals and hugefiles
` [PATCH 27/34] debugfs: implement fallocate
` [PATCH 28/34] tests: test debugfs punch command
` [PATCH 30/34] fuse2fs: translate ACL structures
` [PATCH 31/34] fuse2fs: handle 64-bit dates correctly
` [PATCH 32/34] fuse2fs: implement fallocate
` [PATCH 34/34] tests: enable using fuse2fs with metadata checksum test
` [PATCH 35/34] e2fsck: free bh when descriptor block checksum fails
[PATCH 1/2] jbd2: jbd2_log_wait_for_space improve error detetcion
2014-09-14 12:38 UTC (2+ messages)
` [PATCH 2/2] ext4: Explicitly inform user about orphan list cleanup
[PATCH 0/5] i_size/i_disksize update fixes and cleanup series
2014-09-14 12:38 UTC (5+ messages)
` [PATCH 5/5] update i_disksize coherently with block allocation
possible different donor file naming in e4defrag
2014-09-13 20:23 UTC (10+ messages)
[PATCH 00/25] e2fsprogs Summer 2014 patchbomb, part 5.2
2014-09-13 0:13 UTC (81+ messages)
` [PATCH 01/25] e2fsck/debugfs: fix descriptor block size handling errors with journal_csum
` [PATCH 02/25] libext2fs: report bad magic over bad sb checksum
` [PATCH 03/25] misc: don't return ENOMEM if we run out of disk space
` [PATCH 04/25] libext2fs: write_journal_inode should check iterate return value
` [PATCH 05/25] mke2fs: allow creation of journal device with superblock checksum
` [PATCH 06/25] e2fsck: detect and repair external journal superblock checksum errors
` [PATCH 07/25] tune2fs: explicitly disallow tuning of journal devices
` [PATCH 08/25] dumpe2fs: display external journal feature flags
` [PATCH 09/25] misc: zero s_jnl_blocks when removing internal journal
` [PATCH 10/25] debugfs: create journal handling routines
` [PATCH 11/25] e2fsck: fix minor errors in journal handling
` [PATCH 12/25] debugfs: add the ability to write transactions to the journal
` [PATCH 13/25] tests: test writing and recovering checksum-free 32/64bit journals
` [PATCH 14/25] tests: test writing and recovering 64bit csum_v3 journals
` [PATCH 15/25] tests: test writing and recovering 32bit "
` [PATCH 16/25] tests: write and replay blocks with the old journal checksum
` [PATCH 17/25] tests: test recovery of 32 and 64-bit journals with checksum v2
` [PATCH 18/25] tests: test how e2fsck recovers from corrupt journal superblocks
` [PATCH 19/25] tests: test e2fsck recovery of corrupt revoke blocks
` [PATCH 20/25] tests: test e2fsck recovery with broken commit blocks
` [PATCH 21/25] tests: test e2fsck recovery of corrupt descriptor blocks
` [PATCH 21/25 v2] "
` [PATCH 22/25] tests: test recovery from an external journal
` [PATCH 23/25] ext2fs: add readahead method to improve scanning
` [PATCH 23/25 v2] "
` [PATCH 24/25] libext2fs/e2fsck: provide routines to read-ahead metadata
` [PATCH 25/25] e2fsck: read-ahead metadata during passes 1, 2, and 4
` [PATCH 26/25] libext2fs: call get_alloc_block hook when allocating blocks
` [PATCH 27/25] tune2fs: always check disable_uninit_bg() return code
` [PATCH 28/25] e2fsck: ignore badblocks if it says badblocks inode is bad
` [PATCH 29/25] e2fsck: expand root dir if linking l+f fails
` [PATCH 30/25] libext2fs: check ea value offset when loading
[PATCH] tune2fs: warn if the filesystem journal is dirty
2014-09-12 21:18 UTC (2+ messages)
[PATCH] e2fsck: handle preallocation for large PAGE_SIZE
2014-09-12 20:50 UTC
[PATCH 09/25] misc: zero s_jnl_blocks when removing internal journal
2014-09-12 19:43 UTC (3+ messages)
[Bug 84201] New: mount doesn't clear usrjquota / grpjqouta options
2014-09-12 16:47 UTC (7+ messages)
` [Bug 84201] "
[PATCH 3/4] jbd2: restart replay without revokes if journal block csum fails
2014-09-12 16:15 UTC (2+ messages)
[PATCH 0/4] ext4/jbd2: misc 3.17 bugfixes
2014-09-12 9:59 UTC (16+ messages)
` [PATCH 1/4] jbd2: fix journal checksum feature flag handling
` [PATCH 2/4] ext4: validate external journal superblock checksum
` [PATCH 3/4] jbd2: restart replay without revokes if journal block csum fails
` [PATCH 4/4] ext4: don't keep using page if inline conversion fails
` [PATCH 5/4] ext4: check EA value offset when loading
[PATCH 1/2] ext4: add sysfs entry showing whether the fs contains errors
2014-09-11 15:28 UTC (4+ messages)
` [PATCH 2/2] ext4: Provide separate operations for sysfs feature files
` [2/2] "
[PATCH 1/5] ext3: Don't use MAXQUOTAS value
2014-09-11 15:16 UTC (3+ messages)
` [PATCH 2/5] ext4: "
dumpe2fs: only print 'unused inodes' once
2014-09-11 12:53 UTC (5+ messages)
[PATCH] badblocks: Limit maximum number of bad blocks
2014-09-11 10:03 UTC
[PATCH v3 2/4] quota: add project quota support
2014-09-11 7:34 UTC (3+ messages)
tune2fs -O ^metadata_csum not checking bitmap failures
2014-09-10 21:16 UTC (4+ messages)
[PATCH v3 4/4] quota: add project quota support
2014-09-10 20:09 UTC (2+ messages)
[PATCH v3 3/4] quota: add project quota support
2014-09-10 20:02 UTC (2+ messages)
[PATCH v3 1/4] quota: add project quota support
2014-09-10 16:45 UTC (2+ messages)
[PATCH v3 0/4] quota: add project quota support
2014-09-10 3:52 UTC
[PATCH][V4] misc: copy extended attributes in populate_fs
2014-09-09 13:09 UTC (5+ messages)
` [V4] "
[PATCH] ext4: use mkfs.ext4 -F instead of piping in yes
2014-09-09 11:49 UTC (2+ messages)
[PATCH 2/2] jbd2: fix descriptor block size handling errors with journal_csum
2014-09-08 23:18 UTC (5+ 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).