public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-12 10:54:55 to 2022-07-22 07:14:20 UTC [more...]

[PATCH v4 0/9] make statx() return DIO alignment information
 2022-07-22  7:12 UTC  (4+ messages)
` [PATCH v4 1/9] statx: add direct I/O "
` [PATCH v4 2/9] vfs: support STATX_DIOALIGN on block devices
` [PATCH v4 4/9] ext4: support STATX_DIOALIGN

[PATCH v3] Add manpage for get/set fsuuid ioctl for ext4 filesystem
 2022-07-22  6:37 UTC 

[PATCH] ext4: minor defrag code improvements
 2022-07-22  3:05 UTC  (5+ messages)

[PATCH v2] Add manpage for get/set fsuuid ioctl for ext4 filesystem
 2022-07-21 23:13 UTC  (5+ messages)

[PATCH v5] Add ioctls to get/set the ext4 superblock uuid
 2022-07-21 22:44 UTC 

[PATCH v6] ext4/057: add test for ext4 uuid get/set ioctls during fsstress
 2022-07-21 22:39 UTC 

should we make "-o iversion" the default on ext4 ?
 2022-07-21 22:32 UTC  (13+ messages)

[syzbot] WARNING in ext2_get_group_desc
 2022-07-21  8:16 UTC 

[RFC PATCH v4 0/8] Ext4 fast commit performance patch series
 2022-07-21  6:02 UTC  (9+ messages)
` [RFC PATCH v4 1/8] ext4: convert i_fc_lock to spinlock
` [RFC PATCH v4 2/8] ext4: for committing inode, make ext4_fc_track_inode wait
` [RFC PATCH v4 3/8] ext4: use extent status tree in fast commit path
` [RFC PATCH v4 4/8] ext4: rework fast commit "
` [RFC PATCH v4 5/8] ext4: ext4_fc_track_inode() bug fix
` [RFC PATCH v4 6/8] ext4: drop i_fc_updates from inode fc info
` [RFC PATCH v4 7/8] ext4: add lockdep annotation in fc commit path
` [RFC PATCH v4 8/8] ext4: update code documentation

[PATCH v3 0/2] two regression tests for ext4
 2022-07-21  3:24 UTC  (8+ messages)
` [PATCH v3 1/2] ext4: resize fs after resize_inode without e2fsck
` [PATCH v3 2/2] ext4: set 256 blocks in a block group then apply io pressure

[PATCH v4] Add ioctls to get/set the ext4 superblock uuid
 2022-07-20 20:23 UTC  (11+ messages)

[PATCH v5] ext4/056: add a check to make sure ext4 uuid ioctls get/set during fsstress
 2022-07-20 17:16 UTC  (6+ messages)

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-07-20  5:03 UTC  (2+ messages)

[PATCH -V2 2/2] ext4: avoid resizing to a partial cluster size
 2022-07-20  4:27 UTC 

[PATCH -V2 1/2] ext4: reduce computation of overhead during resize
 2022-07-20  4:26 UTC 

[PATCH 4.19] ext4: fix race condition between ext4_ioctl_setflags and ext4_fiemap
 2022-07-20  2:04 UTC  (11+ messages)

[PATCH v3] tune2fs: Add support for get/set UUID ioctls
 2022-07-19 23:52 UTC 

[PATCH v5] ext4/056: add a check to make sure ext4 uuid ioctls get/set during fsstress
 2022-07-19 23:44 UTC 

[PATCH v2] Add support for get/set UUID ioctls
 2022-07-19 21:16 UTC  (3+ messages)

[PATCH 0/2] ext4, f2fs: stop using PG_error for fscrypt and fsverity
 2022-07-19 18:49 UTC  (2+ messages)

[PATCH v3] Add ioctls to get/set the ext4 superblock uuid
 2022-07-19 17:05 UTC  (5+ messages)

[PATCH v4] ext4/056: add a check to make sure ext4 uuid ioctls get/set during fsstress
 2022-07-19 15:18 UTC  (3+ messages)

[PATCH v9 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-19  8:40 UTC  (22+ messages)
` [PATCH v9 01/14] mm: rename is_pinnable_pages to is_longterm_pinnable_pages
` [PATCH v9 02/14] mm: move page zone helpers from mm.h to mmzone.h
` [PATCH v9 03/14] mm: add zone device coherent type memory support
` [PATCH v9 04/14] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v9 05/14] mm: add device coherent vma selection for memory migration
` [PATCH v9 06/14] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v9 07/14] drm/amdkfd: add SPM support for SVM
` [PATCH v9 08/14] lib: test_hmm add ioctl to get zone device type
` [PATCH v9 09/14] lib: test_hmm add module param for "
` [PATCH v9 10/14] lib: add support for device coherent type in test_hmm
` [PATCH v9 11/14] tools: update hmm-test to support device coherent type
` [PATCH v9 12/14] tools: update test_hmm script to support SP config
` [PATCH v9 13/14] tools: add hmm gup tests for device coherent type
` [PATCH v9 14/14] tools: add selftests to hmm for COW in device memory

[RFC 0/3] submit_bh: Drop unnecessary return values and API users
 2022-07-18 17:55 UTC  (5+ messages)
` [RFC 1/3] jbd2: Drop useless return value of submit_bh

[PATCH v3] ext4/056: add a check to make sure ext4 uuid ioctls get/set during fsstress
 2022-07-18 16:28 UTC  (3+ messages)

[PATCH] jbd2: Set the right uuid for block tag
 2022-07-18 16:08 UTC  (4+ messages)

[Regression] ext4: changes to mb_optimize_scan cause issues on Raspberry Pi
 2022-07-18 13:29 UTC 

[PATCH] ext4: continue to expand file system when the target size doesn't reach
 2022-07-18 10:25 UTC 

[PATCH 0/10 v3] ext4: Fix possible fs corruption due to xattr races
 2022-07-16  3:00 UTC  (25+ messages)
` [PATCH 01/10] mbcache: Don't reclaim used entries
` [PATCH 02/10] mbcache: Add functions to delete entry if unused
` [PATCH 04/10] ext4: Unindent codeblock in ext4_xattr_block_set()
` [PATCH 05/10] ext4: Fix race when reusing xattr blocks
` [PATCH 06/10] ext2: Factor our freeing of xattr block reference
` [PATCH 07/10] ext2: Unindent codeblock in ext2_xattr_set()
` [PATCH 08/10] ext2: Avoid deleting xattr block that is being reused
` [PATCH 10/10] mbcache: Automatically delete entries from cache on freeing

[PATCH 1/2] ext4: reduce computation of overhead during resize
 2022-07-15 23:52 UTC  (5+ messages)

[PATCH v8 07/15] mm/gup: migrate device coherent pages when pinning instead of failing
 2022-07-15 14:12 UTC  (3+ messages)
` [PATCH] "

[PATCH] jbd2: Fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted
 2022-07-15 12:51 UTC 

[Bug 216251] New: kernel BUG at fs/jbd2/transaction.c:1629
 2022-07-15 12:01 UTC  (4+ messages)
` [Bug 216251] "

[PATCH 2/2] ext4: avoid resizing to a partial cluster size
 2022-07-15 11:48 UTC  (5+ messages)

Wycena paneli fotowoltaicznych
 2022-07-15  8:16 UTC 

[syzbot] possible deadlock in start_this_handle (3)
 2022-07-15  1:53 UTC  (5+ messages)

[PATCH v4] ext4: truncate during setxattr leads to kernel panic
 2022-07-14 18:45 UTC  (3+ messages)

[PATCH] ext4: fix kernel BUG in ext4_free_blocks
 2022-07-14 17:40 UTC  (6+ messages)
  ` [PATCH] ext4: block range must be validated before use in ext4_mb_clear_bb()

remove bdevname
 2022-07-14 16:28 UTC  (18+ messages)
` [PATCH 1/9] block: stop using bdevname in bdev_write_inode
` [PATCH 2/9] block: stop using bdevname in __blkdev_issue_discard
` [PATCH 3/9] drbd: stop using bdevname in drbd_report_io_error
` [PATCH 4/9] pktcdvd: stop using bdevname in pkt_seq_show
` [PATCH 5/9] pktcdvd: stop using bdevname in pkt_new_dev
` [PATCH 6/9] rnbd-srv: remove the name field from struct rnbd_dev
` [PATCH 7/9] ocfs2/cluster: remove the hr_dev_name field from struct o2hb_region
` [PATCH 8/9] ext4: only initialize mmp_bdevname once
` [PATCH 9/9] block: remove bdevname

[PATCH v8 02/15] mm: move page zone helpers into new header-specific file
 2022-07-14 16:15 UTC  (2+ messages)
` [PATCH] mm: move page zone helpers from mm.h to mmzone.h

[PATCH v3 0/4] ext4: fix use-after-free in ext4_xattr_set_entry
 2022-07-14 15:00 UTC  (2+ messages)

[PATCH] ext4: fix extent status tree race in writeback error recovery path
 2022-07-14 14:57 UTC  (2+ messages)

[syzbot] WARNING in ext4_iomap_begin
 2022-07-14 12:08 UTC 

[PATCH] fs/ext2: replace ternary operator with min_t()
 2022-07-14 10:04 UTC  (2+ messages)

[PATCH v8 00/15] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-14  5:39 UTC  (7+ messages)
` [PATCH v8 06/15] mm: remove the vma check in migrate_vma_setup()
` [PATCH v8 07/15] mm/gup: migrate device coherent pages when pinning instead of failing

[PATCH] debugfs:add logdump with option -n that display n records
 2022-07-14  1:32 UTC 

[PATCH] Add manpage for get/set fsuuid ioctl
 2022-07-13  1:30 UTC  (2+ messages)

[PATCH v2] Add ioctls to get/set the ext4 superblock uuid
 2022-07-12 15:32 UTC  (4+ messages)

[syzbot] possible deadlock in ext4_xattr_set_handle (2)
 2022-07-12 12:03 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox