Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- [syzbot] [ext4?] possible deadlock in ext4_readpage_inline, syzbot
- [PATCH 0/6] Minor cleanups to jbd2,
Kemeng Shi
- [syzbot] [ext4?] kernel BUG in deactivate_slab (2), syzbot
- [syzbot] [ext4?] INFO: task hung in find_inode_fast (4), syzbot
- [RESEND PATCH] ext4: Use str_plural() instead of PLURAL() macro, Thorsten Blum
- [PATCH 0/7] ext4: Convert truncated extent data to inline data.,
Julian Sun
- [PATCH 0/5] ext4: fix issues caused by data write-back failures,
libaokun
- [PATCH v2] fallocate: Add support for fixed goal extent allocations,
Sarthak Kukreti
- [PATCH v5 00/10] ext4: clean up and refactor fallocate,
Zhang Yi
- [PATCH v5 03/10] ext4: don't write back data before punch hole in nojournal mode, Zhang Yi
- [PATCH v5 04/10] ext4: refactor ext4_punch_hole(), Zhang Yi
- [PATCH v5 06/10] ext4: refactor ext4_collapse_range(), Zhang Yi
- [PATCH v5 05/10] ext4: refactor ext4_zero_range(), Zhang Yi
- [PATCH v5 07/10] ext4: refactor ext4_insert_range(), Zhang Yi
- [PATCH v5 09/10] ext4: move out inode_lock into ext4_fallocate(), Zhang Yi
- [PATCH v5 01/10] ext4: remove writable userspace mappings before truncating page cache, Zhang Yi
- [PATCH v5 02/10] ext4: don't explicit update times in ext4_fallocate(), Zhang Yi
- [PATCH v5 08/10] ext4: factor out ext4_do_fallocate(), Zhang Yi
- [PATCH v5 10/10] ext4: move out common parts into ext4_fallocate(), Zhang Yi
- [syzbot] Monthly ext4 report (Dec 2024), syzbot
- [syzbot] [ext4?] possible deadlock in start_this_handle (5), syzbot
- [PATCH v2 0/3] xfs_io: enable extsize and stat -v support for ext4,
Ojaswin Mujoo
- [syzbot] [ext4?] possible deadlock in ext4_destroy_inline_data, syzbot
- [PATCH 0/6] Fix and cleanups to ext4 namei.c,
Kemeng Shi
- qemu-arm64: CONFIG_ARM64_64K_PAGES=y kernel crash on qemu-arm64 with Linux next-20241210 and above,
Naresh Kamboju
- [syzbot] [ext4?] possible deadlock in ext4_inline_data_truncate (3), syzbot
- [PATCH v2 0/3] Minor cleanups to ext4 and jbd2,
Kemeng Shi
- [PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts,
Alistair Popple
- [PATCH v4 01/25] fuse: Fix dax truncate/punch_hole fault path, Alistair Popple
- [PATCH v4 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range(), Alistair Popple
- [PATCH v4 03/25] fs/dax: Don't skip locked entries when scanning entries, Alistair Popple
- [PATCH v4 04/25] fs/dax: Refactor wait for dax idle page, Alistair Popple
- [PATCH v4 05/25] fs/dax: Create a common implementation to break DAX layouts, Alistair Popple
- [PATCH v4 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts, Alistair Popple
- [PATCH v4 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount, Alistair Popple
- [PATCH v4 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag, Alistair Popple
- [PATCH v4 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page, Alistair Popple
- [PATCH v4 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma, Alistair Popple
- [PATCH v4 11/25] mm: Allow compound zone device pages, Alistair Popple
- [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings, Alistair Popple
- [PATCH v4 13/25] mm/memory: Add vmf_insert_page_mkwrite(), Alistair Popple
- [PATCH v4 14/25] rmap: Add support for PUD sized mappings to rmap, Alistair Popple
- [PATCH v4 15/25] huge_memory: Add vmf_insert_folio_pud(), Alistair Popple
- [PATCH v4 16/25] huge_memory: Add vmf_insert_folio_pmd(), Alistair Popple
- [PATCH v4 17/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers, Alistair Popple
- [PATCH v4 18/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages, Alistair Popple
- [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages, Alistair Popple
- [PATCH v4 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock, Alistair Popple
- [PATCH v4 21/25] fs/dax: Properly refcount fs dax pages, Alistair Popple
- [PATCH v4 22/25] device/dax: Properly refcount device dax pages when mapping, Alistair Popple
- [PATCH v4 23/25] mm: Remove pXX_devmap callers, Alistair Popple
- [PATCH v4 24/25] mm: Remove devmap related functions and page table bits, Alistair Popple
- [PATCH v4 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE", Alistair Popple
- [PATCH 0/3] Minor cleanups to ext4 and jbd2,
Kemeng Shi
- Re: [syzbot] [ext4?] WARNING in __find_get_block (2),
syzbot
- [PATCH v4 00/10] ext4: clean up and refactor fallocate,
Zhang Yi
- [PATCH v4 02/10] ext4: don't explicit update times in ext4_fallocate(), Zhang Yi
- [PATCH v4 03/10] ext4: don't write back data before punch hole in nojournal mode, Zhang Yi
- [PATCH v4 05/10] ext4: refactor ext4_zero_range(), Zhang Yi
- [PATCH v4 04/10] ext4: refactor ext4_punch_hole(), Zhang Yi
- [PATCH v4 07/10] ext4: refactor ext4_insert_range(), Zhang Yi
- [PATCH v4 08/10] ext4: factor out ext4_do_fallocate(), Zhang Yi
- [PATCH v4 06/10] ext4: refactor ext4_collapse_range(), Zhang Yi
- [PATCH v4 09/10] ext4: move out inode_lock into ext4_fallocate(), Zhang Yi
- [PATCH v4 01/10] ext4: remove writable userspace mappings before truncating page cache, Zhang Yi
- [PATCH v4 10/10] ext4: move out common parts into ext4_fallocate(), Zhang Yi
- [PATCH 0/3] xfs_io: enable extsize and stat -v support for ext4,
Ojaswin Mujoo
- [syzbot] [ext4?] possible deadlock in ext4_setattr (3), syzbot
- [PATCH] fallocate: Add support for fixed goal extent allocations,
Sarthak Kukreti
- ext4 damage suspected in between 5.15.167 - 5.15.170,
Nikolai Zhubr
- [Bug 219595] New: Warning at fs/inode.c:1277, bugzilla-daemon
- [PATCH 1/1] fs/ext4/xattr: Check for 'xattr_sem' inside 'ext4_xattr_delete_inode',
Bhupesh
- [bugzilla:219548] the kernel crashes when storing an EXT4 file system in a ZRAM device,
Sergey Senozhatsky
- [syzbot] [ext4?] possible deadlock in ext4_da_get_block_prep (2),
syzbot
- [RFC v2 0/6] ext4: Implement support for extsize hints,
Ojaswin Mujoo
- [RFC 0/3] xfs_io: enable extsize and stat -v support for ext4,
Ojaswin Mujoo
- [PATCH 6.1.y] ext4: fix access to uninitialised lock in fc replay path,
jianqi.ren.cn
- [PATCH] ext4: only test for inode xattr state when expanding inode,
Thadeu Lima de Souza Cascardo
- [PATCH] ext4: make trace_ext4_ext_load_extent print-format correctly,
Gou Hao
- remove _supported_fs,
Christoph Hellwig
- Re: [PATCH][RFC] make take_dentry_name_snapshot() lockless,
Al Viro
- Lockdep warnings on kexec (virtio_blk, hrtimers),
David Woodhouse
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Jason Wang
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Stefan Hajnoczi
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), David Woodhouse
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Thomas Gleixner
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), David Woodhouse
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Thomas Gleixner
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), David Woodhouse
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Thomas Gleixner
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), David Woodhouse
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), David Woodhouse
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Thomas Gleixner
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Ming Lei
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Thomas Gleixner
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Ming Lei
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Thomas Gleixner
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), David Woodhouse
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Thomas Gleixner
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), David Woodhouse
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Rafael J. Wysocki
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Rafael J. Wysocki
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Rafael J. Wysocki
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), David Woodhouse
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), David Woodhouse
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Rafael J. Wysocki
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Rafael J. Wysocki
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), David Woodhouse
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), David Woodhouse
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Peter Zijlstra
- Re: Lockdep warnings on kexec (virtio_blk, hrtimers), Ming Lei
- commit 0790303ec869 leads to cpu stall without CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y,
Bert Karwatzki
- [syzbot] [ext4?] possible deadlock in ext4_truncate,
syzbot
- [PATCH 0/5] ext4: inline data cleanup,
Thadeu Lima de Souza Cascardo
- [PATCH 6.6 071/676] ext4: remove calls to to set/clear the folio error flag, Greg Kroah-Hartman
- [PATCH] jbd2: add a missing data flush during file and fs synchronization,
Zhang Yi
- [linus:master] [ext4] c7fc0366c6: stress-ng.metamix.ops_per_sec 22.9% improvement, kernel test robot
- [syzbot] [wireless?] [ext4?] general protection fault in pcpu_alloc, syzbot
- [PATCH v3] ext4: Optimization of no-op ext4_truncate triggers, Max Brener
- [syzbot] [ext4?] possible deadlock in ext4_map_blocks (2),
syzbot
- [PATCH 0/2] jbd2: two straightforward fixes,
Zhang Yi
- [PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code,
Eric Biggers
- [PATCH v4 01/19] lib/crc32: drop leading underscores from __crc32c_le_base, Eric Biggers
- [PATCH v4 02/19] lib/crc32: improve support for arch-specific overrides, Eric Biggers
- [PATCH v4 03/19] lib/crc32: expose whether the lib is really optimized at runtime, Eric Biggers
- [PATCH v4 04/19] crypto: crc32 - don't unnecessarily register arch algorithms, Eric Biggers
- [PATCH v4 05/19] arm/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v4 06/19] loongarch/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v4 07/19] mips/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v4 08/19] powerpc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v4 10/19] sparc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v4 09/19] s390/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v4 11/19] x86/crc32: update prototype for crc_pcl(), Eric Biggers
- [PATCH v4 12/19] x86/crc32: update prototype for crc32_pclmul_le_16(), Eric Biggers
- [PATCH v4 13/19] x86/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v4 14/19] bcachefs: Explicitly select CRYPTO from BCACHEFS_FS, Eric Biggers
- [PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib, Eric Biggers
- [PATCH v4 16/19] ext4: switch to using the crc32c library, Eric Biggers
- [PATCH v4 17/19] jbd2: switch to using the crc32c library, Eric Biggers
- [PATCH v4 18/19] f2fs: switch to using the crc32 library, Eric Biggers
- [PATCH v4 19/19] scsi: target: iscsi: switch to using the crc32c library, Eric Biggers
- Re: [PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code, Eric Biggers
- Release candidate for e2fsprogs 1.47.2 is available,
Theodore Ts'o
- [PATCH RFC] ext4: don't treat fhandle lookup of ea_inode as FS corruption, Jann Horn
- [PATCH] ext4: optimize two log messages in super.c, Lin Lin
- [syzbot] [ext4?] WARNING: locking bug in jbd2_alloc, syzbot
- [PATCH v5 0/3] Addition of new tests for extsize hints,
Nirjhar Roy
- [PATCH v4 0/3] Addition of new tests for extsize hints,
Nirjhar Roy
- [PATCH 0/9] ext4: enable large folio for regular files,
Zhang Yi
- [PATCH 03/11] ext4: reorder capability check last, Christian Göttsche
- [PATCH AUTOSEL 6.11 16/16] ext4: partial zero eof block on unaligned inode size extension, Sasha Levin
- [PATCH AUTOSEL 6.12 19/19] ext4: partial zero eof block on unaligned inode size extension, Sasha Levin
- [syzbot] [ext4?] INFO: task hung in do_get_write_access (3), syzbot
- [PATCH] tdb: fix -std=c23 build failure,
Rudi Heitbaum
- [PATCH] ext4: avoid OOB when converting inline data, Thadeu Lima de Souza Cascardo
- [PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts,
Alistair Popple
- [PATCH v3 01/25] fuse: Fix dax truncate/punch_hole fault path, Alistair Popple
- [PATCH v3 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range(), Alistair Popple
- [PATCH v3 03/25] fs/dax: Don't skip locked entries when scanning entries, Alistair Popple
- [PATCH v3 04/25] fs/dax: Refactor wait for dax idle page, Alistair Popple
- [PATCH v3 05/25] fs/dax: Create a common implementation to break DAX layouts, Alistair Popple
- [PATCH v3 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts, Alistair Popple
- [PATCH v3 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount, Alistair Popple
- [PATCH v3 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag, Alistair Popple
- [PATCH v3 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page, Alistair Popple
- [PATCH v3 10/25] pci/p2pdma: Don't initialise page refcount to one, Alistair Popple
- [PATCH v3 11/25] mm: Allow compound zone device pages, Alistair Popple
- [PATCH v3 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings, Alistair Popple
- [PATCH v3 13/25] mm/memory: Add vmf_insert_page_mkwrite(), Alistair Popple
- [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages, Alistair Popple
- [PATCH v3 15/25] huge_memory: Allow mappings of PMD sized pages, Alistair Popple
- [PATCH v3 16/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers, Alistair Popple
- [PATCH v3 17/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages, Alistair Popple
- [PATCH v3 18/25] proc/task_mmu: Ignore ZONE_DEVICE pages, Alistair Popple
- [PATCH v3 19/25] memcontrol-v1: Ignore ZONE_DEVICE pages, Alistair Popple
- [PATCH v3 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock, Alistair Popple
- [PATCH v3 21/25] fs/dax: Properly refcount fs dax pages, Alistair Popple
- [PATCH v3 22/25] device/dax: Properly refcount device dax pages when mapping, Alistair Popple
- [PATCH v3 23/25] mm: Remove pXX_devmap callers, Alistair Popple
- [PATCH v3 24/25] mm: Remove devmap related functions and page table bits, Alistair Popple
- [PATCH v3 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE", Alistair Popple
- Re: [PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts, Dan Williams
- [PATCH v2 0/2] Fix generic/390 failure due to quota release after freeze,
Ojaswin Mujoo
- [PATCH v9 00/19] fanotify: add pre-content hooks,
Jan Kara
- [PATCH 07/19] fsnotify: introduce pre-content permission events, Jan Kara
- [PATCH 04/19] fanotify: don't skip extra event info if no info_mode is set, Jan Kara
- [PATCH 01/19] fs: get rid of __FMODE_NONOTIFY kludge, Jan Kara
- [PATCH 02/19] fsnotify: opt-in for permission events at file open time, Jan Kara
- [PATCH 11/19] fanotify: report file range info with pre-content events, Jan Kara
- [PATCH 08/19] fsnotify: pass optional file access range in pre-content event, Jan Kara
- [PATCH 06/19] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY, Jan Kara
- [PATCH 03/19] fsnotify: check if file is actually being watched for pre-content events on open, Jan Kara
- [PATCH 05/19] fanotify: rename a misnamed constant, Jan Kara
- [PATCH 14/19] mm: don't allow huge faults for files with pre content watches, Jan Kara
- [PATCH 10/19] fanotify: introduce FAN_PRE_ACCESS permission event, Jan Kara
- [PATCH 13/19] fanotify: disable readahead if we have pre-content watches, Jan Kara
- [PATCH 15/19] fsnotify: generate pre-content permission event on page fault, Jan Kara
- [PATCH 17/19] btrfs: disable defrag on pre-content watched files, Jan Kara
- [PATCH 12/19] fanotify: allow to set errno in FAN_DENY permission response, Jan Kara
- [PATCH 18/19] ext4: add pre-content fsnotify hook for DAX faults, Jan Kara
- [PATCH 16/19] xfs: add pre-content fsnotify hook for DAX faults, Jan Kara
- [PATCH 09/19] fsnotify: generate pre-content permission event on truncate, Jan Kara
- [PATCH 19/19] fs: enable pre-content events on supported file systems, Jan Kara
- Re: [PATCH v9 00/19] fanotify: add pre-content hooks, Amir Goldstein
- [syzbot] [ext4?] kernel BUG in ext4_write_inline_data (2), syzbot
- [PATCH v3 0/3] Addition of new tests for extsize hints,
Nirjhar Roy
- [PATCH v3 0/3] symlink length caching,
Mateusz Guzik
- [PATCH][next] ext4: avoid dozens of -Wflex-array-member-not-at-end warnings, Gustavo A. R. Silva
- [PATCH v2 0/3] symlink length caching,
Mateusz Guzik
- [tytso-ext4:test] BUILD SUCCESS f2af46ce2a4985e30910574b4b61c96b331aefbb, kernel test robot
- [GIT PULL] ext4 updates for v6.13-rc1,
Theodore Ts'o
- [syzbot] Monthly ext4 report (Nov 2024), syzbot
- Re: md-raid 6.11.8 page fault oops,
Yu Kuai
- [syzbot] [batman?] [mm?] [ext4?] INFO: rcu detected stall in rescuer_thread,
syzbot
- arm64: __kmem_cache_create_args(ext4_groupinfo_4k) failed with error -22 - Boot failed,
Naresh Kamboju
- ltp-syscalls/ioctl04: sysfs: cannot create duplicate filename '/kernel/slab/:a-0000176',
Naresh Kamboju
- [PATCH 0/1] Fix generic/390 failure due to quota release after freeze,
Ojaswin Mujoo
- [PATCH v8 00/19] fanotify: add pre-content hooks,
Josef Bacik
- [PATCH v8 02/19] fsnotify: opt-in for permission events at file open time, Josef Bacik
- [PATCH v8 03/19] fsnotify: add helper to check if file is actually being watched, Josef Bacik
- [PATCH v8 04/19] fanotify: don't skip extra event info if no info_mode is set, Josef Bacik
- [PATCH v8 07/19] fsnotify: introduce pre-content permission events, Josef Bacik
- [PATCH v8 09/19] fsnotify: generate pre-content permission event on truncate, Josef Bacik
- [PATCH v8 05/19] fanotify: rename a misnamed constant, Josef Bacik
- [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event, Josef Bacik
- [PATCH v8 15/19] mm: don't allow huge faults for files with pre content watches, Josef Bacik
- [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault, Josef Bacik
- [PATCH v8 17/19] xfs: add pre-content fsnotify hook for write faults, Josef Bacik
- [PATCH v8 18/19] btrfs: disable defrag on pre-content watched files, Josef Bacik
- [PATCH v8 14/19] fanotify: disable readahead if we have pre-content watches, Josef Bacik
- [PATCH v8 12/19] fanotify: allow to set errno in FAN_DENY permission response, Josef Bacik
- [PATCH v8 13/19] fanotify: add a helper to check for pre content events, Josef Bacik
- [PATCH v8 06/19] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY, Josef Bacik
- [PATCH v8 19/19] fs: enable pre-content events on supported file systems, Josef Bacik
- [PATCH v8 11/19] fanotify: report file range info with pre-content events, Josef Bacik
- [PATCH v8 01/19] fs: get rid of __FMODE_NONOTIFY kludge, Josef Bacik
- [PATCH v8 08/19] fsnotify: pass optional file access range in pre-content event, Josef Bacik
- Re: [PATCH v8 00/19] fanotify: add pre-content hooks, Jan Kara
- [PATCH v4] ext4: Make sure BH_New bit is cleared in ->write_end handler, Jan Kara
- [PATCH v2 0/2] Addition of new tests for extsize hints,
Nirjhar Roy
- [PATCH] ext4: Use str_plural() instead of PLURAL() macro, Thorsten Blum
- [PATCH] ext4: log rorw on remount only when state changes, Nicolas Bretz
- [PATCHSET v5 0/17] Uncached buffered IO,
Jens Axboe
- [PATCH 01/17] mm/filemap: change filemap_create_folio() to take a struct kiocb, Jens Axboe
- [PATCH 02/17] mm/readahead: add folio allocation helper, Jens Axboe
- [PATCH 04/17] mm/readahead: add readahead_control->uncached member, Jens Axboe
- [PATCH 05/17] mm/filemap: use page_cache_sync_ra() to kick off read-ahead, Jens Axboe
- [PATCH 07/17] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag, Jens Axboe
- [PATCH 08/17] mm/filemap: add read support for RWF_UNCACHED, Jens Axboe
- [PATCH 09/17] mm/filemap: drop uncached pages when writeback completes, Jens Axboe
- [PATCH 06/17] mm/truncate: add folio_unmap_invalidate() helper, Jens Axboe
- [PATCH 10/17] mm/filemap: make buffered writes work with RWF_UNCACHED, Jens Axboe
- [PATCH 12/17] mm: add FGP_UNCACHED folio creation flag, Jens Axboe
- [PATCH 03/17] mm: add PG_uncached page flag, Jens Axboe
- [PATCH 14/17] iomap: make buffered writes work with RWF_UNCACHED, Jens Axboe
- [PATCH 17/17] btrfs: add support for uncached writes, Jens Axboe
- [PATCH 15/17] xfs: punt uncached write completions to the completion wq, Jens Axboe
- [PATCH 11/17] mm/filemap: add filemap_fdatawrite_range_kick() helper, Jens Axboe
- [PATCH 16/17] xfs: flag as supporting FOP_UNCACHED, Jens Axboe
- [PATCH 13/17] ext4: add RWF_UNCACHED write support, Jens Axboe
- Re: [PATCHSET v5 0/17] Uncached buffered IO, Julian Sun
- [tytso-ext4:dev] BUILD SUCCESS 3e7c69cdb053f9edea95502853f35952ab6cbf06, kernel test robot
- [tytso-ext4:fixes] BUILD SUCCESS 4a622e4d477bb12ad5ed4abbc7ad1365de1fa347, kernel test robot
- [PATCH] jbd2: Avoid long replay times due to high number or revoke blocks, Jan Kara
- [PATCH] ext4: remove duplicate check for EXT4_FC_REPLAY,
Jinliang Zheng
- [RESEND PATCH v2] ext4: Annotate struct fname with __counted_by(), Thorsten Blum
- [PATCH v7 00/18] fanotify: add pre-content hooks,
Josef Bacik
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]