messages from 2016-05-31 14:09:25 to 2016-06-20 13:00:03 UTC [more...]
xfstests generic/130 hang with non-4k block size ext4 on 4.7-rc1 kernel
2016-06-20 12:59 UTC (22+ messages)
Reported regressions for 4.7 as of Sunday, 2016-06-19
2016-06-20 10:21 UTC
[PATCH v2 00/24] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
2016-06-20 0:27 UTC (2+ messages)
` [PATCH v2 06/24] fs: ext4: Use current_time() for inode timestamps
[PATCH] jbd2: make journal y2038 safe
2016-06-19 15:53 UTC (2+ messages)
WARNING at fs/ext4/inode.c ext4_evict_inode() triggers on 4.0
2016-06-17 18:04 UTC (4+ messages)
PROBLEM: incorrect data block bitmap after running resize2fs and e2fsck
2016-06-17 17:58 UTC (3+ messages)
` PROBLEM: [SOLVED] "
[PATCH] ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performance
2016-06-17 10:10 UTC (6+ messages)
` [PATCH -v2] "
[PATCH] jbd2: wake up j_wait_done_commit before commit callback
2016-06-17 10:05 UTC (2+ messages)
[PATCH] e2undo: fix endian issues
2016-06-17 7:24 UTC (3+ messages)
[PATCH] ext4: always pre-allocate max depth for path
2016-06-16 19:36 UTC (5+ messages)
[PATCH] ext4: respect the nobarrier mount option in nojournal mode
2016-06-16 18:07 UTC (4+ messages)
` [PATCH -v2] "
[PATCH 0/4] ext4: Fix deadlock during page writeback
2016-06-16 11:42 UTC (6+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] jbd2: Move lockdep instrumentation for jbd2 handles
` [PATCH 3/4] jbd2: Move lockdep tracking to journal_s
` [PATCH 4/4] jbd2: Track more dependencies on transaction commit
[patch] ext4: underflow in alignment check
2016-06-16 7:07 UTC
[PATCH] ext4: avoid modifying checksum fields directly during checksum verification
2016-06-16 0:08 UTC (3+ messages)
[RFC PATCH] coredump: avoid ext4 auto_da_alloc for core file
2016-06-15 17:42 UTC
[PATCH 01/21] fs: Replace CURRENT_TIME_SEC with current_fs_time()
2016-06-14 20:59 UTC (14+ messages)
` [PATCH 02/21] fs: ext4: Use current_fs_time() for inode timestamps
` [Y2038] "
K3.18-lts : ext4/namei.c: hash used un-initialized
2016-06-10 6:36 UTC
[PATCH e2fsprogs] fuse2fs: might need librt
2016-06-09 20:57 UTC (2+ messages)
[PATCH 0/3] dax, ext4: Improve DAX performance in ext4
2016-06-09 9:02 UTC (6+ messages)
` [PATCH 1/3] dax: Take shared lock in dax_do_io()
` [PATCH 2/3] ext4: Make cache hits/misses per-cpu counts
` [PATCH 3/3] ext4: Pass DIO_SKIP_DIO_COUNT to dax_do_io
Release of e2fsprogs 1.43.1
2016-06-09 3:20 UTC
[PATCH 0/2] linux-block for-next REQ_OP fixes
2016-06-08 21:00 UTC (5+ messages)
` [PATCH 1/2] ext4: use bio op helprs in ext4 crypto code
` [PATCH 2/2] mg_disk: fix enum REQ_OP_ kbuild error
[PATCH] ext4: mballoc.c: fix ac_g_ex and ac_f_ex misuse bug in EXT4_MB_HINT_TRY_GOAL path
2016-06-08 6:15 UTC (5+ messages)
[PATCH] ext4: mballoc.h typo fix: correct wrong comments about MB_DEFAULT_STREAM_THRESHOLD
2016-06-07 6:47 UTC
[PATCH 00/45] v8: separate operations from flags in the bio/request structs
2016-06-06 15:43 UTC (68+ messages)
` [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/45] block: add REQ_OP definitions and helpers
` [PATCH 03/45] fs: have submit_bh users pass in op and flags separately
` [PATCH 04/45] fs: have ll_rw_block "
` [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
` [PATCH 06/45] dm: use op_is_write "
` [PATCH 07/45] bcache: "
` [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors
` [PATCH 09/45] block discard: use bio set op accessor
` [PATCH 10/45] direct-io: use bio set/get op accessors
` [PATCH 11/45] btrfs: have submit_one_bio users use bio "
` [PATCH 12/45] btrfs: "
` [PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
` [PATCH 14/45] btrfs: use bio fields for op and flags
` [PATCH 15/45] f2fs: use bio op accessors
` [PATCH 16/45] gfs2: "
` [PATCH 17/45] xfs: "
` [PATCH 18/45] hfsplus: "
` [PATCH 19/45] mpage: "
` [PATCH 20/45] nilfs: "
` [PATCH 21/45] ocfs2: "
` [PATCH 22/45] pm: "
` [PATCH 23/45] dm: pass dm stats data dir instead of bi_rw
` [PATCH 24/45] dm: use bio op accessors
` [PATCH 25/45] bcache: "
` [PATCH 26/45] drbd: "
` [PATCH 27/45] md: "
` [PATCH 28/45] target: "
` [PATCH 29/45] xen: "
` [PATCH 30/45] block: copy bio op to request op
` [PATCH 31/45] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 32/45] block: prepare mq request creation "
` [PATCH 33/45] block: prepare elevator "
` [PATCH 34/45] blkg_rwstat: separate op from flags
` [PATCH 35/45] block: convert merge/insert code to check for REQ_OPs
` [PATCH 36/45] block: convert is_sync helpers to use REQ_OPs
` [PATCH 37/45] drivers: use req op accessor
` [PATCH 38/45] blktrace: use op accessors
` [PATCH 39/45] ide cd: do not set REQ_WRITE on requests
` [PATCH 40/45] block: move bio io prio to a new field
` [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int
` [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
` [PATCH 43/45] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 44/45] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 45/45] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
[Bug 118401] New: Lenovo A740 gave up waiting for root device with kernels >= 4.3
2016-06-06 7:27 UTC (22+ messages)
` [Bug 118401] "
ext4 crash in 4.4.10
2016-06-03 9:19 UTC (2+ messages)
unexpected sync delays in dpkg for small pre-allocated files on ext4
2016-06-02 16:23 UTC (8+ messages)
[Bug 119491] New: UBSAN: Undefined behaviour in /home/vitti/1tb/vitti/rpmbuild/SOURCES/linux-4.5/fs/ext4/mballoc.c:1274
2016-06-02 4:43 UTC
[Bug 119481] New: UBSAN: Undefined behaviour in /home/vitti/1tb/vitti/rpmbuild/SOURCES/linux-4.5/fs/ext4/mballoc.c:2612
2016-06-02 4:40 UTC
[PATCH] e2fsck: update j_tail_sequence after recovery
2016-06-01 7:13 UTC
Business Intent
2016-05-31 18:09 UTC
odd ext3/4 quota protection fault when running xfstests for xfs
2016-05-31 14:11 UTC
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).