linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-16 02:02:55 to 2023-05-25 11:40:17 UTC [more...]

[PATCH v7 0/5] Introduce provisioning primitives
 2023-05-25 11:39 UTC  (22+ messages)
` [PATCH v7 1/5] block: Don't invalidate pagecache for invalid falloc modes
` [PATCH v7 2/5] block: Introduce provisioning primitives
` [PATCH v7 3/5] dm: Add block provisioning support
` [PATCH v7 4/5] dm-thin: Add REQ_OP_PROVISION support
` [PATCH v7 5/5] loop: Add support for provision requests
  ` [dm-devel] "

[PATCH 00/13] multiblock allocator improvements
 2023-05-25 11:33 UTC  (14+ messages)
` [PATCH 01/13] Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check_limits"
` [PATCH 02/13] ext4: mballoc: Remove useless setting of ac_criteria
` [PATCH 03/13] ext4: Remove unused extern variables declaration
` [PATCH 04/13] ext4: Fix a small typo in ext4_mb_prefetch_fini()
` [PATCH 05/13] ext4: Convert mballoc cr (criteria) to enum
` [PATCH 06/13] ext4: Add per CR extent scanned counter
` [PATCH 07/13] ext4: Add counter to track successful allocation of goal length
` [PATCH 08/13] ext4: Avoid scanning smaller extents in BG during CR1
` [PATCH 09/13] ext4: Don't skip prefetching BLOCK_UNINIT groups
` [PATCH 10/13] ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
` [PATCH 11/13] ext4: Abstract out logic to search average fragment list
` [PATCH 12/13] ext4: Add allocation criteria 1.5 (CR1_5)
` [PATCH 13/13] ext4: Give symbolic names to mballoc criterias

[PATCH v4] ext4: fix race between writepages and remount
 2023-05-25 10:30 UTC  (2+ messages)

[PATCH 0/6] fs: Fix directory corruption when moving directories
 2023-05-25 10:16 UTC  (7+ messages)
` [PATCH 1/6] ext4: Remove ext4 locking of moved directory
` [PATCH 2/6] Revert "udf: Protect rename against modification of moved directory"
` [PATCH 3/6] Revert "f2fs: fix potential corruption when moving a directory"
` [PATCH 4/6] fs: Establish locking order for unrelated directories
` [PATCH 5/6] fs: Lock moved directories
` [PATCH 6/6] fs: Restrict lock_two_nondirectories() to non-directory inodes

cleanup the filemap / direct I/O interaction v2
 2023-05-25 10:09 UTC  (18+ messages)
` [PATCH 01/11] backing_dev: remove current->backing_dev_info
` [PATCH 02/11] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/11] filemap: update ki_pos in generic_perform_write
` [PATCH 04/11] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/11] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/11] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/11] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/11] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/11] fs: factor out a direct_write_fallback helper
` [PATCH 10/11] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/11] fuse: drop redundant arguments to fuse_perform_write

Locking for RENAME_EXCHANGE
 2023-05-25  9:44 UTC  (4+ messages)

RFC: allow building a kernel without buffer_heads
 2023-05-24 22:23 UTC  (9+ messages)
` [PATCH 01/17] fs: unexport buffer_check_dirty_writeback
` [PATCH 14/17] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 16/17] block: use iomap for writes to block devices

[PATCH] ext4: Fix fsync for non-directories
 2023-05-24 22:12 UTC  (2+ messages)

[PATCH v6 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-05-24 16:38 UTC  (3+ messages)
` [Linux-cachefs] "

[PATCH] ext4: Fix possible corruption when moving a directory with RENAME_EXCHANGE
 2023-05-24 14:25 UTC  (6+ messages)

6.4-rc1 xfstests-bld adv regressions
 2023-05-24 10:43 UTC  (3+ messages)

[PATCH v4 00/12] ext4: fix WARNING in ext4_da_update_reserve_space
 2023-05-24  7:30 UTC  (2+ messages)

[PATCH v3 0/2] ext4: fix quotas leak in __ext4_fill_super()
 2023-05-24  6:18 UTC  (2+ messages)

[tytso-ext4:test] BUILD SUCCESS 6a5695213ee67fc52e60fd1a6078266b026828d9
 2023-05-24  5:32 UTC 

[PATCH 0/4] ext4: clean up ea_inode handling
 2023-05-24  3:49 UTC  (5+ messages)
` [PATCH 1/4] ext4: add EA_INODE checking to ext4_iget()
` [PATCH 2/4] ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()
` [PATCH 3/4] ext4: disallow ea_inodes with extended attributes
` [PATCH 4/4] ext4: add lockdep annotations for i_data_sem for ea_inode's

cleanup the filemap / direct I/O interaction
 2023-05-23 16:03 UTC  (37+ messages)
` [PATCH 01/13] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 02/13] filemap: update ki_pos in generic_perform_write
` [PATCH 03/13] filemap: assign current->backing_dev_info "
` [PATCH 04/13] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/13] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/13] filemap: add a kiocb_invalidate_post_write helper
` [PATCH 07/13] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/13] iomap: assign current->backing_dev_info "
` [PATCH 09/13] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 10/13] fs: factor out a direct_write_fallback helper
` [PATCH 11/13] fuse: update ki_pos in fuse_perform_write
` [PATCH 12/13] fuse: drop redundant arguments to fuse_perform_write
` [PATCH 13/13] fuse: use direct_write_fallback

[tytso-ext4:test] BUILD SUCCESS 5f0839acb99f87e162cee1bfb8a9e964f2bfd7e6
 2023-05-23 15:49 UTC 

[PATCH v4 0/9] fs: implement multigrain timestamps
 2023-05-23 12:46 UTC  (28+ messages)
` [PATCH v4 1/9] fs: pass the request_mask to generic_fillattr
` [PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime
` [PATCH v4 3/9] overlayfs: allow it to handle multigrain timestamps
` [PATCH v4 4/9] nfsd: ensure we use ctime_peek to grab the inode->i_ctime
` [PATCH v4 5/9] ksmbd: use ctime_peek to grab the ctime out of the inode
` [PATCH v4 6/9] tmpfs: add support for multigrain timestamps
` [PATCH v4 7/9] xfs: switch to "
` [PATCH v4 8/9] ext4: convert "
` [PATCH v4 9/9] btrfs: "

[PATCH v2] ext4: Replace value of xattrs in place
 2023-05-23 12:06 UTC  (2+ messages)

[PATCH] ext4: Fix possible corruption when moving a directory
 2023-05-23 10:46 UTC  (3+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2023-05-22 20:07 UTC  (2+ messages)

[PATCH] ext4: correct inline offset when handling xattrs in inode body
 2023-05-22 18:15 UTC 

[PATCH v3 1/3] jbd2: recheck chechpointing non-dirty buffer
 2023-05-22 15:56 UTC  (3+ messages)
` [PATCH v3 2/3] jbd2: remove t_checkpoint_io_list

[PATCH v22 08/31] splice: Make splice from a DAX file use copy_splice_read()
 2023-05-22 13:50 UTC  (2+ messages)
` [PATCH v22 18/31] ext4: Provide a splice-read wrapper

[syzbot] [ext4?] KASAN: use-after-free Read in ext4_search_dir
 2023-05-22 12:57 UTC  (3+ messages)

W sprawie samochodu
 2023-05-22  8:10 UTC 

[PATCH v21 08/30] splice: Make splice from a DAX file use copy_splice_read()
 2023-05-21 14:55 UTC  (10+ messages)
` [PATCH v21 18/30] ext4: Provide a splice-read stub

[PATCH v2] fsverity: use shash API instead of ahash API
 2023-05-20 17:41 UTC  (3+ messages)

[PATCH] tune2fs: fall back to old get/set fs label on error
 2023-05-20 10:43 UTC 

[RFCv2 0/5] ext4: misc left over folio changes
 2023-05-20  1:06 UTC  (8+ messages)
` [RFCv2 2/5] ext4: Remove PAGE_SIZE assumption of folio from mpage_submit_folio
` [RFCv2 4/5] ext4: Make mpage_journal_page_buffers use folio
` [PATCH 6/5] ext4: Call fsverity_verify_folio()

[linux-next:master] BUILD SUCCESS WITH WARNING dbd91ef4e91c1ce3a24429f5fb3876b7a0306733
 2023-05-19 15:35 UTC 

[PATCH v20 05/32] splice: Make splice from a DAX file use direct_splice_read()
 2023-05-19  8:48 UTC  (4+ messages)
` [PATCH v20 15/32] ext4: Provide a splice-read stub

Tlakově litý
 2023-05-19  8:06 UTC 

I know you are busy, but have you found time to look at my patch?
 2023-05-19  7:14 UTC 

[tytso-ext4:test] BUILD SUCCESS 8ea509c6d9c2a1a917614cb10e72d74d10cc0281
 2023-05-18  1:27 UTC 

[PATCH 4.14 000/116] 4.14.315-rc1 review
 2023-05-16 20:08 UTC 

[PATCH 4.19 000/191] 4.19.283-rc1 review
 2023-05-16 19:39 UTC 

6.4-rc2 xfstests-bld nojournal regression - generic/231
 2023-05-16 17:54 UTC 

[linux-next:master] BUILD SUCCESS WITH WARNING 885df05bf634d589fbf030c3751614eaa453fb5d
 2023-05-16 17:36 UTC 


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).