Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction, (continued)
- [PATCH 04/27] drbd: remove assign_p_sizes_qlim, Christoph Hellwig
- [PATCH 03/27] target: fix discard alignment on partitions, Christoph Hellwig
- [PATCH 09/27] ntfs3: use bdev_logical_block_size instead of open coding it, Christoph Hellwig
- [PATCH 07/27] drbd: cleanup decide_on_discard_support, Christoph Hellwig
- [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset, Christoph Hellwig
- [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile, Christoph Hellwig
- [PATCH 11/27] block: add a bdev_nonrot helper, Christoph Hellwig
- [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it, Christoph Hellwig
- [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line, Christoph Hellwig
- [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD, Christoph Hellwig
- [PATCH 19/27] block: remove queue_discard_alignment, Christoph Hellwig
- [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show, Christoph Hellwig
- [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show, Christoph Hellwig
- [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD, Christoph Hellwig
- [PATCH 14/27] block: add a bdev_stable_writes helper, Christoph Hellwig
- [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper, Christoph Hellwig
- [PATCH 12/27] block: add a bdev_write_cache helper, Christoph Hellwig
- [PATCH 13/27] block: add a bdev_fua helper, Christoph Hellwig
- [PATCH 27/27] direct-io: remove random prefetches, Christoph Hellwig
- [PATCH 23/27] block: add a bdev_max_discard_sectors helper, Christoph Hellwig
- [PATCH 25/27] block: add a bdev_discard_granularity helper, Christoph Hellwig
- [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line, Christoph Hellwig
- [PATCH 22/27] block: refactor discard bio size limiting, Christoph Hellwig
- [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show, Christoph Hellwig
- Re: use block_device based APIs in block layer consumers v3, Jens Axboe
- the question about ext4 noacl mount option,
xuyang2018.jy@xxxxxxxxxxx
- [PATCH] Ext4 Documentation: ext4_xattr_header struct size fix,
Matthew G McGovern
- [Bug 215838] New: FUZZ: KASAN: use-after-free in fs/ext4/namei.c:ext4_insert_dentry() when mount and operate on a corrupted image, bugzilla-daemon
- ext4_writepages: jbd2_start: 5120 pages, ino 11; err -5,
Donald Buczek
- [PATCH] common/filter: extend _filter_xfs_io to match -nan,
Eric Whitney
- [PATCH] fscrypt: log when starting to use inline encryption,
Eric Biggers
- [PATCH -next] ext4: fix use-after-free in ext4_rename_dir_prepare,
Ye Bin
- [no subject], Unknown
- [RFC PATCH] ext4: add unmount filesystem message,
Zhang Yi
- [RFC PATCH v2] ext4: convert symlink external data block mapping to bdev,
Zhang Yi
- [PATCH v2] ext4: remove unnecessary conditional,
cgel . zte
- use block_device based APIs in block layer consumers v2,
Christoph Hellwig
- [PATCH 04/27] drbd: remove assign_p_sizes_qlim, Christoph Hellwig
- [PATCH 03/27] target: fix discard alignment on partitions, Christoph Hellwig
- [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction, Christoph Hellwig
- [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue, Christoph Hellwig
- [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes, Christoph Hellwig
- [PATCH 07/27] drbd: cleanup decide_on_discard_support, Christoph Hellwig
- [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it, Christoph Hellwig
- [PATCH 09/27] ntfs3: use bdev_logical_block_size instead of open coding it, Christoph Hellwig
- [PATCH 12/27] block: add a bdev_write_cache helper, Christoph Hellwig
- [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset, Christoph Hellwig
- [PATCH 11/27] block: add a bdev_nonrot helper, Christoph Hellwig
- [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile, Christoph Hellwig
- [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper, Christoph Hellwig
- [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show, Christoph Hellwig
- [PATCH 14/27] block: add a bdev_stable_writes helper, Christoph Hellwig
- [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show, Christoph Hellwig
- [PATCH 22/27] block: refactor discard bio size limiting, Christoph Hellwig
- [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD, Christoph Hellwig
- [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD, Christoph Hellwig
- [PATCH 27/27] direct-io: remove random prefetches, Christoph Hellwig
- [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show, Christoph Hellwig
- [PATCH 25/27] block: add a bdev_discard_granularity helper, Christoph Hellwig
- [PATCH 23/27] block: add a bdev_max_discard_sectors helper, Christoph Hellwig
- [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line, Christoph Hellwig
- [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line, Christoph Hellwig
- [PATCH 19/27] block: remove queue_discard_alignment, Christoph Hellwig
- [PATCH 13/27] block: add a bdev_fua helper, Christoph Hellwig
- [PATCH v2] fs: remove unnecessary conditional,
cgel . zte
- [Bug 215818] New: FUZZ: KASAN: slab-out-of-bounds in fs/ext4/xattr.c: ext4_xattr_set_entry(), bugzilla-daemon
- ext4/052 test failures and possible circular locking,
Eric Whitney
- Loop device fixes, Jan Kara
- [PATCH] Shrink fast commit buffer when not used,
Shaun Tancheff
- [PATCH] ext4: Should ext4_bio_end_io be ext4_end_io_end ?,
Wang Jianjian
- [PATCH] ext4: remove redundant judgment,
cgel . zte
- [RFC PATCH] ext4: convert symlink external data block mapping to bdev,
Zhang Yi
- use block_device based APIs in block layer consumers,
Christoph Hellwig
- [PATCH 03/27] target: fix discard alignment on partitions, Christoph Hellwig
- [PATCH 16/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset, Christoph Hellwig
- [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes, Christoph Hellwig
- [PATCH 22/27] block: refactor discard bio size limiting, Christoph Hellwig
- [PATCH 08/27] ntfs3: use bdev_logical_block_size instead of open coding it, Christoph Hellwig
- [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD, Christoph Hellwig
- [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line, Christoph Hellwig
- [PATCH 09/27] mm: use bdev_is_zoned in claim_swapfile, Christoph Hellwig
- [PATCH 12/27] block: add a bdev_fua helper, Christoph Hellwig
- [PATCH 10/27] block: add a bdev_nonrot helper, Christoph Hellwig
- [PATCH 19/27] block: remove queue_discard_alignment, Christoph Hellwig
- [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line, Christoph Hellwig
- [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show, Christoph Hellwig
- [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show, Christoph Hellwig
- [PATCH 06/27] drbd: cleanup decide_on_discard_support, Christoph Hellwig
- [PATCH 23/27] block: add a bdev_max_discard_sectors helper, Christoph Hellwig
- [PATCH 13/27] block: add a bdev_stable_writes helper, Christoph Hellwig
- [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it, Christoph Hellwig
- [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper, Christoph Hellwig
- [PATCH 24/27] block: add a bdev_discard_granularity helper, Christoph Hellwig
- [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction, Christoph Hellwig
- [PATCH 11/27] block: add a bdev_write_cache helper, Christoph Hellwig
- [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show, Christoph Hellwig
- [PATCH 04/27] drbd: remove assign_p_sizes_qlim, Christoph Hellwig
- [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD, Christoph Hellwig
- [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue, Christoph Hellwig
- [PATCH 27/27] direct-io: remove random prefetches, Christoph Hellwig
- Message not available
e2fsprogs builds and installs obsolete version of blkid,
Kiselev, Oleg
[PATCH] fscrypt: split up FS_CRYPTO_BLOCK_SIZE,
Eric Biggers
[PATCH] ext4: remove unnecessary code in __mb_check_buddy,
Jinke Han
[PATCH] ext4: Fix typo,
Chin Yik Ming
[PATCH v3] ext4: truncate during setxattr leads to kernel panic,
anserper
Re: Use-After-Free Write in jbd2_journal_wait_updates in mainline Linux kernel 5.17,
Jan Kara
[PATCH] ext4: remove unnecessary type castings,
Yu Zhe
[PATCH] common/rc: Modify _require_batched_discard to improve test coverage,
Ojaswin Mujoo
[PATCH v3] ext4: limit length to bitmap_maxbytes - blocksize in punch_hole,
Tadeusz Struk
[PATCHv3 0/4] generic: Add some tests around journal replay/recoveryloop,
Ritesh Harjani
Realtime behavior of named pipes, HARDERS Bernd
[PATCH] ext4, doc: Fix incorrect h_reserved size,
wangjianjian (C)
[PATCH v2 0/3] split vm_normal_pages for LRU and non-LRU handling,
Alex Sierra
[PATCH] drm/amdkfd: Add SVM API support capability bits,
Alex Sierra
[tytso-ext4:dev] BUILD SUCCESS c7cded845fc192cc35a1ca37c0cd957ee35abdf8, kernel test robot
Re: [syzbot] possible deadlock in p9_write_work,
Tetsuo Handa
[PATCH] misc: use ext2_ino_t instead of ino_t,
Andreas Dilger
[no subject], Unknown
[PATCH AUTOSEL 5.10 2/8] ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb, Sasha Levin
[PATCH AUTOSEL 5.4 1/2] ext4: don't BUG if someone dirty pages without asking ext4 first,
Sasha Levin
[PATCH AUTOSEL 4.19 1/2] ext4: don't BUG if someone dirty pages without asking ext4 first,
Sasha Levin
[PATCH AUTOSEL 5.15 07/16] ext4: don't BUG if someone dirty pages without asking ext4 first,
Sasha Levin
[PATCH AUTOSEL 5.10 4/8] ext4: don't BUG if someone dirty pages without asking ext4 first,
Sasha Levin
[PATCH AUTOSEL 4.9 1/2] ext4: don't BUG if someone dirty pages without asking ext4 first,
Sasha Levin
[PATCH AUTOSEL 5.10 3/8] ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit, Sasha Levin
[PATCH AUTOSEL 4.14 1/2] ext4: don't BUG if someone dirty pages without asking ext4 first,
Sasha Levin
[PATCH AUTOSEL 5.15 04/16] ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit, Sasha Levin
[PATCH AUTOSEL 5.15 03/16] ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb, Sasha Levin
[PATCH AUTOSEL 5.16 07/20] ext4: don't BUG if someone dirty pages without asking ext4 first,
Sasha Levin
[PATCH AUTOSEL 5.16 03/20] ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb, Sasha Levin
[PATCH AUTOSEL 5.16 04/20] ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit, Sasha Levin
[PATCH AUTOSEL 5.17 07/21] ext4: don't BUG if someone dirty pages without asking ext4 first,
Sasha Levin
[PATCH AUTOSEL 5.17 04/21] ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit, Sasha Levin
[PATCH AUTOSEL 5.17 03/21] ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb, Sasha Levin
Resize of `-O bigalloc` filesystem uses a computation with O(n**2) complexity, Kiselev, Oleg
Issues with resize of `-O bigalloc` filesystem, Kiselev, Oleg
[syzbot] WARNING in ext4_dirty_folio,
syzbot
[PATCH -next] ext4: fix warning in ext4_handle_inode_extension,
Ye Bin
Re: [PATCH -next] ext4: fix warning in ext4_handle_inode_extension, Jan Kara
Re: [PATCH -next] ext4: fix warning in ext4_handle_inode_extension, Theodore Ts'o
df returns incorrect size of partition due to huge overhead block count in ext4 partition,
Fariya F
[PATCH -next v2] ext4: fix use-after-free in ext4_search_dir,
Ye Bin
[GIT PULL] ext4 updates for 5.18-rc1,
Theodore Ts'o
[PATCH] fs: ext2: Fix duplicate included linux/dax.h,
Haowen Bai
[PATCH] fs: ext4: Fix duplicate included linux/dax.h,
Haowen Bai
[PATCH -next] ext4: fix use-after-free in ext4_search_dir,
Ye Bin
[PATCH 0/5] Clean up the case-insenstive lookup path,
Gabriel Krisman Bertazi
[PATCH -next] ext4: fix bug_on in start_this_handle during umount filesystem,
Ye Bin
[PATCH -next v2] ext4: Fix symlink file size not match to file content,
Ye Bin
[Bug 215712] New: kernel deadlocks while mounting the image,
bugzilla-daemon
[PATCH -next] ext4: Fix symlink file size not match to file content,
Ye Bin
[GIT PULL] fscrypt updates for 5.18,
Eric Biggers
[linux-next:master] BUILD REGRESSION 6d72dda014a4753974eb08950089ddf71fec4f60, kernel test robot
[PATCH] tracing: Have type enum modifications copy the strings,
Steven Rostedt
[v2 PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent,
Yang Shi
- [v2 PATCH 1/8] sched: coredump.h: clarify the use of MMF_VM_HUGEPAGE, Yang Shi
- [v2 PATCH 2/8] mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGED, Yang Shi
- [v2 PATCH 3/8] mm: khugepaged: skip DAX vma, Yang Shi
- [v2 PATCH 4/8] mm: thp: only regular file could be THP eligible, Yang Shi
- [v2 PATCH 5/8] mm: khugepaged: make khugepaged_enter() void function, Yang Shi
- [v2 PATCH 8/8] fs: register suitable readonly vmas for khugepaged, Yang Shi
- [v2 PATCH 7/8] mm: khugepaged: introduce khugepaged_enter_file() helper, Yang Shi
- [v2 PATCH 6/8] mm: khugepaged: move some khugepaged_* functions to khugepaged.c, Yang Shi
- Re: [v2 PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent, Song Liu
- Re: [v2 PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent, Dave Chinner
- Re: [v2 PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent, Theodore Ts'o
Re: writeback completion soft lockup BUG in folio_wake_bit(),
Matthew Wilcox
[PATCH] e2fsck: subtract acl blocks when setting i_file_acl to zero,
Li Jinlin
[PATCH] e2fsck: handle->level is overflow in scan_extent_node, zhanchengbin
[PATCH -next v2] jbd2: Fix null-ptr-deref when process reserved list in jbd2_journal_commit_transaction,
Ye Bin
[PATCH -next] jbd2: Fix null-ptr-deref when process reserved list in jbd2_journal_commit_transaction,
Ye Bin
[tytso-ext4:dev] BUILD SUCCESS 919adbfec29d5b89b3e45620653cbeeb0d42e6fd, kernel test robot
[powerpc]Kernel crash while running LTP (execveat03) [next-20220315],
Sachin Sant
[PATCH RFC v5 00/21] DEPT(Dependency Tracker),
Byungchul Park
- [PATCH RFC v5 05/21] dept: Apply Dept to mutex families, Byungchul Park
- [PATCH RFC v5 01/21] llist: Move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH RFC v5 02/21] dept: Implement Dept(Dependency Tracker), Byungchul Park
- [PATCH RFC v5 07/21] dept: Apply Dept to wait_for_completion()/complete(), Byungchul Park
- [PATCH RFC v5 08/21] dept: Apply Dept to seqlock, Byungchul Park
- [PATCH RFC v5 03/21] dept: Embed Dept data in Lockdep, Byungchul Park
- [PATCH RFC v5 09/21] dept: Apply Dept to rwsem, Byungchul Park
- [PATCH RFC v5 20/21] dept: Disable Dept on struct crypto_larval's completion for now, Byungchul Park
- [PATCH RFC v5 10/21] dept: Add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH RFC v5 11/21] dept: Introduce split map concept and new APIs for them, Byungchul Park
- [PATCH RFC v5 21/21] dept: Don't create dependencies between different depths in any case, Byungchul Park
- [PATCH RFC v5 14/21] dept: Apply SDT to wait(waitqueue), Byungchul Park
- [PATCH RFC v5 15/21] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread, Byungchul Park
- [PATCH RFC v5 16/21] dept: Distinguish each syscall context from another, Byungchul Park
- [PATCH RFC v5 17/21] dept: Distinguish each work from another, Byungchul Park
- [PATCH RFC v5 12/21] dept: Apply Dept to wait/event of PG_{locked,writeback}, Byungchul Park
- [PATCH RFC v5 13/21] dept: Apply SDT to swait, Byungchul Park
- [PATCH RFC v5 18/21] dept: Disable Dept within the wait_bit layer by default, Byungchul Park
- [PATCH RFC v5 06/21] dept: Apply Dept to rwlock, Byungchul Park
- [PATCH RFC v5 04/21] dept: Apply Dept to spinlock, Byungchul Park
- [PATCH RFC v5 19/21] dept: Add nocheck version of init_completion(), Byungchul Park
- Re: [PATCH RFC v5 00/21] DEPT(Dependency Tracker), Theodore Ts'o
[PATCH v2] ext4: check if offset+length is valid in fallocate,
Tadeusz Struk
[PATCHv2 0/4] generic: Add some tests around journal replay/recoveryloop,
Ritesh Harjani
[PATCH] ext4: Get rid of unused DEFAULT_MB_OPTIMIZE_SCAN,
Ojaswin Mujoo
[PATCH] e2fsck: do not skip deeper checkers when s_last_orphan list has truncated inodes, zhanchengbin
e2fsck: do not skip deeper checkers when s_last_orphan list has truncated inodes,
zhanchengbin
Re: [PATCH v2 1/5] ext4: convert i_fc_lock to spinlock, Daejun Park
[PATCH] ext4/053: Add support for testing mb_optimize_scan,
Ojaswin Mujoo
[bug report] e2fsck: Error in deleting parent extent, zhanchengbin
[tytso-ext4:dev] BUILD SUCCESS f7d6c24543c3b4b936db29f627014e71feb95214, kernel test robot
[PATCH v2] ext4: truncate during setxattr leads to kernel panic,
Artem Blagodarenko
[PATCH STABLE 5.10 5.4 4.19 4.14] ext4: add check to prevent attempting to resize an fs with sparse_super2,
Theodore Ts'o
[Bug 215676] New: fanotify Ignoring/Excluding a Directory not working with FAN_MARK_MOUNT,
bugzilla-daemon
[PATCHv3 00/10] ext4: Improve FC trace events,
Ritesh Harjani
- [PATCHv3 01/10] ext4: Remove unused enum EXT4_FC_COMMIT_FAILED, Ritesh Harjani
- [PATCHv3 05/10] ext4: Return early for non-eligible fast_commit track events, Ritesh Harjani
- [PATCHv3 03/10] ext4: Convert ext4_fc_track_dentry type events to use event class, Ritesh Harjani
- [PATCHv3 06/10] ext4: Add new trace event in ext4_fc_cleanup, Ritesh Harjani
- [PATCHv3 04/10] ext4: Do not call FC trace event in ext4_fc_commit() if FS does not support FC, Ritesh Harjani
- [PATCHv3 07/10] ext4: Add transaction tid info in fc_track events, Ritesh Harjani
- [PATCHv3 08/10] ext4: Add commit_tid info in jbd debug log, Ritesh Harjani
- [PATCHv3 09/10] ext4: Add commit tid info in ext4_fc_commit_start/stop trace events, Ritesh Harjani
- [PATCHv3 10/10] ext4: Fix remaining two trace events to use same printk convention, Ritesh Harjani
- [PATCHv3 02/10] ext4: Fix ext4_fc_stats trace point, Ritesh Harjani
- Re: [PATCHv3 00/10] ext4: Improve FC trace events, Theodore Ts'o
[no subject], Unknown
PROBLEM: EXT4 checksumming issues, Detlev Casanova
[PATCH] tracing: Have TRACE_DEFINE_ENUM affect trace event types as well, Steven Rostedt (Google)
[PATCH v1 0/3] split vm_normal_pages for LRU and non-LRU handling,
Alex Sierra
[PATCHv2 00/10] ext4: Improve FC trace events,
Ritesh Harjani
- [PATCHv2 01/10] ext4: Remove unused enum EXT4_FC_COMMIT_FAILED, Ritesh Harjani
- [PATCHv2 05/10] ext4: Return early for non-eligible fast_commit track events, Ritesh Harjani
- [PATCHv2 03/10] ext4: Convert ext4_fc_track_dentry type events to use event class, Ritesh Harjani
- [PATCHv2 06/10] ext4: Add new trace event in ext4_fc_cleanup, Ritesh Harjani
- [PATCHv2 02/10] ext4: Fix ext4_fc_stats trace point, Ritesh Harjani
- [PATCHv2 10/10] ext4: Fix remaining two trace events to use same printk convention, Ritesh Harjani
- [PATCHv2 04/10] ext4: Do not call FC trace event in ext4_fc_commit() if FS does not support FC, Ritesh Harjani
- [PATCHv2 09/10] ext4: Add commit tid info in ext4_fc_commit_start/stop trace events, Ritesh Harjani
- [PATCHv2 07/10] ext4: Add transaction tid info in fc_track events, Ritesh Harjani
- [PATCHv2 08/10] ext4: Add commit_tid info in jbd debug log, Ritesh Harjani
- Re: [PATCHv2 00/10] ext4: Improve FC trace events, Steven Rostedt
[PATCH] ext4: Warn when dirtying page without buffers in data=journal mode,
Jan Kara
[PATCH] doc: Fixed a bug in ext4 document,
lianzhi chang
[PATCH] ext4: fix fallocate to use file_modified to update permissions consistently,
Darrick J. Wong
[PATCH v2 0/5] ext4: improve commit path performance for fast commit,
Harshad Shirwadkar
[PATCH 0/5] ext4: improve commit path performance for fast commit,
Harshad Shirwadkar
[PATCH 1/2] ext4: Make mb_optimize_scan option work with set/unset mount cmd,
Ojaswin Mujoo
[tytso-ext4:dev] BUILD SUCCESS cc5095747edfb054ca2068d01af20be3fcc3634f, kernel test robot
remove bio_devname,
Christoph Hellwig
- [PATCH 01/10] block: fix and cleanup bio_check_ro, Christoph Hellwig
- [PATCH 02/10] block: remove handle_bad_sector, Christoph Hellwig
- [PATCH 04/10] dm-crypt: stop using bio_devname, Christoph Hellwig
- [PATCH 03/10] pktcdvd: remove a pointless debug check in pkt_submit_bio, Christoph Hellwig
- [PATCH 09/10] ext4: stop using bio_devname, Christoph Hellwig
- [PATCH 05/10] dm-integrity: stop using bio_devname, Christoph Hellwig
- [PATCH 08/10] raid5-ppl: stop using bio_devname, Christoph Hellwig
- [PATCH 10/10] block: remove bio_devname, Christoph Hellwig
- [PATCH 07/10] raid1: stop using bio_devname, Christoph Hellwig
- [PATCH 06/10] md-multipath: stop using bio_devname, Christoph Hellwig
- Re: remove bio_devname, Johannes Thumshirn
- Re: remove bio_devname, Jens Axboe
[PATCH v4 00/24] DEPT(Dependency Tracker),
Byungchul Park
- [PATCH v4 05/24] dept: Apply Dept to spinlock, Byungchul Park
- [PATCH v4 04/24] dept: Add a API for skipping dependency check temporarily, Byungchul Park
- [PATCH v4 01/24] llist: Move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH v4 06/24] dept: Apply Dept to mutex families, Byungchul Park
- [PATCH v4 07/24] dept: Apply Dept to rwlock, Byungchul Park
- [PATCH v4 08/24] dept: Apply Dept to wait_for_completion()/complete(), Byungchul Park
- [PATCH v4 09/24] dept: Apply Dept to seqlock, Byungchul Park
- [PATCH v4 18/24] dept: Distinguish each work from another, Byungchul Park
- [PATCH v4 12/24] dept: Introduce split map concept and new APIs for them, Byungchul Park
- [PATCH v4 19/24] dept: Disable Dept within the wait_bit layer by default, Byungchul Park
- [PATCH v4 22/24] dept: Don't create dependencies between different depths in any case, Byungchul Park
- [PATCH v4 23/24] dept: Let it work with real sleeps in __schedule(), Byungchul Park
- [PATCH v4 24/24] dept: Disable Dept on that map once it's been handled until next turn, Byungchul Park
- [PATCH v4 03/24] dept: Embed Dept data in Lockdep, Byungchul Park
- [PATCH v4 21/24] dept: Disable Dept on struct crypto_larval's completion for now, Byungchul Park
- [PATCH v4 17/24] dept: Distinguish each syscall context from another, Byungchul Park
- [PATCH v4 20/24] dept: Add nocheck version of init_completion(), Byungchul Park
- [PATCH v4 14/24] dept: Apply SDT to swait, Byungchul Park
- [PATCH v4 16/24] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread, Byungchul Park
- [PATCH v4 13/24] dept: Apply Dept to wait/event of PG_{locked,writeback}, Byungchul Park
- [PATCH v4 11/24] dept: Add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH v4 15/24] dept: Apply SDT to wait(waitqueue), Byungchul Park
- [PATCH v4 02/24] dept: Implement Dept(Dependency Tracker), Byungchul Park
- [PATCH v4 10/24] dept: Apply Dept to rwsem, Byungchul Park
- Re: [PATCH v4 00/24] DEPT(Dependency Tracker), Hyeonggon Yoo
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]