Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v3] io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL, (continued)
- [ext4:dev] BUILD SUCCESS 9db176bceb5c5df4990486709da386edadc6bd1d, kbuild test robot
- [ext4:fix-bz-206443] BUILD SUCCESS 7c990728b99ed6fbe9c75fc202fce1172d9916da, kbuild test robot
- A question on directory checksums,
Bo Branten
- [PATCH] ext4: fix a data race at inode->i_blocks,
Qian Cai
- [PATCH] fs/jbd2: fix data races at struct journal_head,
Qian Cai
- ext2, possible circular locking dependency detected,
J. R. Okajima
- [PATCH] libext2fs: don't use O_DIRECT for files on tmpfs,
Andreas Dilger
- [PATCH] ext4: use non-movable memory for superblock readahead,
Roman Gushchin
- null-ptr-deref due to "ext4: fix potential race between online resizing and write operations",
Qian Cai
- [PATCH v7 0/9] Inline Encryption Support,
Satya Tangirala
- [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption, Satya Tangirala
- [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption, Satya Tangirala
- [PATCH v7 7/9] fscrypt: add inline encryption support, Satya Tangirala
- [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS, Satya Tangirala
- [PATCH v7 8/9] f2fs: add inline encryption support, Satya Tangirala
- [PATCH v7 9/9] ext4: add inline encryption support, Satya Tangirala
- [PATCH v7 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions, Satya Tangirala
- [PATCH v7 5/9] scsi: ufs: UFS crypto API, Satya Tangirala
- [PATCH v7 2/9] block: Inline encryption support for blk-mq, Satya Tangirala
- Re: [PATCH v7 0/9] Inline Encryption Support, Eric Biggers
- [PATCH] ext4: Fix mount failure with quota configured as module,
Jan Kara
- [PATCH -v2 0/3] Fix various races in online resizing,
Theodore Ts'o
- [PATCH V4 00/13] Enable per-file/per-directory DAX operations V4,
ira . weiny
- [PATCH V4 13/13] Documentation/dax: Update Usage section, ira . weiny
- [PATCH V4 12/13] fs/xfs: Remove xfs_diflags_to_linux(), ira . weiny
- [PATCH V4 11/13] fs/xfs: Allow toggle of effective DAX flag, ira . weiny
- [PATCH V4 09/13] fs/xfs: Add write aops lock to xfs layer, ira . weiny
- [PATCH V4 04/13] fs/stat: Define DAX statx attribute, ira . weiny
- [PATCH V4 10/13] fs/xfs: Clean up locking in dax invalidate, ira . weiny
- [PATCH V4 06/13] fs/xfs: Create function xfs_inode_enable_dax(), ira . weiny
- [PATCH V4 08/13] fs: Prevent DAX state change if file is mmap'ed, ira . weiny
- [PATCH V4 03/13] fs: Remove unneeded IS_DAX() check, ira . weiny
- [PATCH V4 02/13] fs/xfs: Clarify lockdep dependency for xfs_isilocked(), ira . weiny
- [PATCH V4 07/13] fs: Add locking for a dynamic address space operations state, ira . weiny
- [PATCH V4 05/13] fs/xfs: Isolate the physical DAX flag from enabled, ira . weiny
- [PATCH V4 01/13] fs/xfs: Remove unnecessary initialization of i_rwsem, ira . weiny
- Re: [PATCH V4 00/13] Enable per-file/per-directory DAX operations V4, Jeff Moyer
- [ext4:fix-bz-206443 6/6] fs/ext4/ialloc.c:333:29: sparse: sparse: incompatible types in comparison expression (different address spaces):, kbuild test robot
- [ext4:fix-bz-206443 5/6] fs/ext4/ext4.h:3002:21: sparse: sparse: incompatible types in comparison expression (different address spaces):, kbuild test robot
- [ext4:fix-bz-206443 3/6] fs/ext4/balloc.c:285:16: sparse: sparse: incompatible types in comparison expression (different address spaces):, kbuild test robot
- [Bug 206613] New: On hitting tab key from terminal against a directory name ending with ':\' doesnot shows files/dir inside it rather shows dir name itself,
bugzilla-daemon
- [PATCH v2] iomap: return partial I/O count on error in iomap_dio_bio_actor,
Goldwyn Rodrigues
- [PATCH] jbd2: fix ocfs2 corrupt when clearing block group bits,
wangyan
- [PATCH v7 00/23] Change readahead API,
Matthew Wilcox
- [PATCH v7 12/24] mm: Add page_cache_readahead_unbounded, Matthew Wilcox
- [PATCH v7 02/24] mm: Return void from various readahead functions, Matthew Wilcox
- [PATCH v7 07/24] mm: rename readahead loop variable to 'i', Matthew Wilcox
- [PATCH v7 11/24] mm: Move end_index check out of readahead loop, Matthew Wilcox
- [PATCH v7 03/24] mm: Ignore return value of ->readpages, Matthew Wilcox
- [PATCH v7 06/24] mm: Rename various 'offset' parameters to 'index', Matthew Wilcox
- [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages, Matthew Wilcox
- [PATCH v7 08/24] mm: Remove 'page_offset' from readahead loop, Matthew Wilcox
- [PATCH v7 09/24] mm: Put readahead pages in cache earlier, Matthew Wilcox
- [PATCH v7 10/24] mm: Add readahead address space operation, Matthew Wilcox
- [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor, Matthew Wilcox
- [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead, Matthew Wilcox
- [PATCH v7 23/24] mm: Document why we don't set PageReadahead, Matthew Wilcox
- [PATCH v7 22/24] iomap: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v7 16/24] erofs: Convert compressed files from readpages to readahead, Matthew Wilcox
- [PATCH v7 14/24] btrfs: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v7 24/24] mm: Use memalloc_nofs_save in readahead path, Matthew Wilcox
- [PATCH v7 19/24] f2fs: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v7 20/24] fuse: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v7 01/24] mm: Move readahead prototypes from mm.h, Matthew Wilcox
- [PATCH v7 15/24] erofs: Convert uncompressed files from readpages to readahead, Matthew Wilcox
- [PATCH v7 17/24] ext4: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v7 18/24] ext4: Pass the inode to ext4_mpage_readpages, Matthew Wilcox
- [PATCH v7 05/24] mm: Use readahead_control to pass arguments, Matthew Wilcox
- Re: [PATCH v7 00/23] Change readahead API, David Sterba
- [PATCH v3 0/2] ext4: fix race between writepages and enabling EXT4_EXTENTS_FL,
Eric Biggers
- [PATCH] ext4: fix handling mount -o remount,nolazytime,
Konstantin Khlebnikov
- [PATCH v2] ext4: add cond_resched() to __ext4_find_entry(), Shijie Luo
- [PATCH v2] ext4: fix race between writepages and enabling EXT4_EXTENTS_FL,
Eric Biggers
- [PATCH 0/3] ext4: Fix potential races when performing online resizing,
Suraj Jitindar Singh
- Re: [PATCH v2] io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL, Xiaoguang Wang
- [PATCH] ext4: clean up error return for convert_initialized_extent(),
Eric Whitney
- [PATCH 4.4 1/2] jbd2: move the clearing of b_modified flag to the journal_unmap_buffer(),
zhangyi (F)
- [ext4:dev] BUILD SUCCESS c96dceeabf765d0b1b1f29c3bf50a5c01315b820, kbuild test robot
- [PATCH] ext4: fix race between writepages and enabling EXT4_EXTENTS_FL,
Eric Biggers
- [PATCH v6 00/19] Change readahead API,
Matthew Wilcox
- [PATCH v6 16/19] fuse: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v6 11/19] btrfs: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v6 05/19] mm: Remove 'page_offset' from readahead loop, Matthew Wilcox
- [PATCH v6 01/19] mm: Return void from various readahead functions, Matthew Wilcox
- [PATCH v6 13/16] f2fs: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v6 07/19] mm: Put readahead pages in cache earlier, Matthew Wilcox
- [PATCH v6 13/19] erofs: Convert compressed files from readpages to readahead, Matthew Wilcox
- [PATCH v6 04/19] mm: Rearrange readahead loop, Matthew Wilcox
- [PATCH v6 06/19] mm: rename readahead loop variable to 'i', Matthew Wilcox
- [PATCH v6 08/19] mm: Add readahead address space operation, Matthew Wilcox
- [PATCH v6 06/16] mm: Add readahead address space operation, Matthew Wilcox
- [PATCH v6 05/16] mm: Put readahead pages in cache earlier, Matthew Wilcox
- [PATCH v6 09/19] mm: Add page_cache_readahead_limit, Matthew Wilcox
- [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead, Matthew Wilcox
- [PATCH v6 10/16] erofs: Convert uncompressed files from readpages to readahead, Matthew Wilcox
- [PATCH v6 04/16] mm: Tweak readahead loop slightly, Matthew Wilcox
- [PATCH v6 07/16] mm: Add page_cache_readahead_limit, Matthew Wilcox
- [PATCH v6 11/16] erofs: Convert compressed files from readpages to readahead, Matthew Wilcox
- [PATCH v6 14/19] ext4: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v6 18/19] iomap: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v6 08/16] fs: Convert mpage_readpages to mpage_readahead, Matthew Wilcox
- [PATCH v6 15/16] iomap: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v6 03/19] mm: Use readahead_control to pass arguments, Matthew Wilcox
- [PATCH v6 09/16] btrfs: Convert from readpages to readahead, Matthew Wilcox
- Re: [PATCH v6 00/19] Change readahead API, Matthew Wilcox
- [PATCH v6 12/19] erofs: Convert uncompressed files from readpages to readahead, Matthew Wilcox
- [PATCH v6 02/19] mm: Ignore return value of ->readpages, Matthew Wilcox
- [PATCH v6 12/16] ext4: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v6 19/19] mm: Use memalloc_nofs_save in readahead path, Matthew Wilcox
- [PATCH v6 16/16] mm: Use memalloc_nofs_save in readahead path, Matthew Wilcox
- [PATCH v6 14/16] fuse: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v6 15/19] f2fs: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v6 17/19] iomap: Restructure iomap_readpages_actor, Matthew Wilcox
- Re: [PATCH v6 00/19] Change readahead API, Dave Chinner
- Re: [PATCH v6 00/19] Change readahead API, John Hubbard
- [PATCH 16/44] docs: filesystems: convert ext2.txt to ReST,
Mauro Carvalho Chehab
- [PATCH] jbd2: improve comments about freeing data buffers whose page mapping is NULL,
zhangyi (F)
- [GIT PULL] ext4 bug fixes for 5.6-rc2,
Theodore Y. Ts'o
- [PATCH RFC] ext4: fix potential race between online resizing and write operations,
Theodore Y. Ts'o
- [PATCH] ext4: add cond_resched() to __ext4_find_entry(),
Shijie Luo
- [PATCH] ext4: improve explanation of a mount failure caused by a misconfigured kernel, Theodore Ts'o
- [PATCH AUTOSEL 5.5 032/542] ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT, Sasha Levin
- [PATCH AUTOSEL 5.5 084/542] ext4: fix deadlock allocating bio_post_read_ctx from mempool, Sasha Levin
- [PATCH AUTOSEL 5.5 083/542] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal, Sasha Levin
- [PATCH AUTOSEL 5.5 106/542] ext4, jbd2: ensure panic when aborting with zero errno, Sasha Levin
- [PATCH AUTOSEL 5.5 462/542] jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record, Sasha Levin
- [PATCH AUTOSEL 5.5 463/542] jbd2: make sure ESHUTDOWN to be recorded in the journal superblock, Sasha Levin
- [PATCH AUTOSEL 5.4 026/459] ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT, Sasha Levin
- [PATCH AUTOSEL 5.4 073/459] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal, Sasha Levin
- [PATCH AUTOSEL 5.4 091/459] ext4, jbd2: ensure panic when aborting with zero errno, Sasha Levin
- [PATCH AUTOSEL 5.4 398/459] jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record, Sasha Levin
- [PATCH AUTOSEL 5.4 399/459] jbd2: make sure ESHUTDOWN to be recorded in the journal superblock, Sasha Levin
- [PATCH AUTOSEL 4.19 010/252] ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT, Sasha Levin
- [PATCH AUTOSEL 4.19 034/252] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal, Sasha Levin
- [PATCH AUTOSEL 4.19 045/252] ext4, jbd2: ensure panic when aborting with zero errno, Sasha Levin
- [PATCH AUTOSEL 4.19 217/252] jbd2: make sure ESHUTDOWN to be recorded in the journal superblock, Sasha Levin
- [PATCH AUTOSEL 4.19 216/252] jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record, Sasha Levin
- [PATCH AUTOSEL 4.14 010/186] ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT, Sasha Levin
- [PATCH AUTOSEL 4.14 033/186] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal, Sasha Levin
- [PATCH AUTOSEL 4.14 039/186] ext4, jbd2: ensure panic when aborting with zero errno, Sasha Levin
- [PATCH AUTOSEL 4.14 157/186] jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record, Sasha Levin
- [PATCH AUTOSEL 4.14 158/186] jbd2: make sure ESHUTDOWN to be recorded in the journal superblock, Sasha Levin
- [PATCH AUTOSEL 4.9 027/141] ext4, jbd2: ensure panic when aborting with zero errno, Sasha Levin
- [PATCH] ext4/002: remove EXT4_EOFBLOCKS_FL test,
Eric Whitney
- [PATCH AUTOSEL 4.9 116/141] jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record, Sasha Levin
- [PATCH AUTOSEL 4.4 013/100] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal, Sasha Levin
- [PATCH AUTOSEL 4.4 016/100] ext4, jbd2: ensure panic when aborting with zero errno, Sasha Levin
- [PATCH AUTOSEL 4.4 081/100] jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record, Sasha Levin
- [PATCH AUTOSEL 4.9 022/141] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal, Sasha Levin
- [PATCH AUTOSEL 5.4 074/459] ext4: fix deadlock allocating bio_post_read_ctx from mempool, Sasha Levin
- [PATCH] ext4/021: make sure the fdatasync subprocess exits,
zhangyi (F)
- [PATCH] ext4: namei: Replace zero-length array with flexible-array member,
Gustavo A. R. Silva
- [PATCH] fs: ext4: mballoc.c: Use built-in RCU list checking,
madhuparnabhowmik10
- [PATCH 0/7 v2] e2fsprogs: Better handling of indexed directories,
Jan Kara
- [PATCH v3 0/2] jbd2: fix an oops problem,
zhangyi (F)
- [PATCH] ext4: delete declaration for ext4_split_extent(),
Eric Whitney
- [PATCH] ext4: remove EXT4_EOFBLOCKS_FL and associated code,
Eric Whitney
- [PATCH v2 0/2] jbd2: fix an oops problem,
zhangyi (F)
- [PATCH v2] ext4: add cond_resched() to ext4_protect_reserved_inode,
Shijie Luo
- [PATCH v5 00/13] Change readahead API,
Matthew Wilcox
- [PATCH v5 05/13] mm: Add page_cache_readahead_limit, Matthew Wilcox
- [PATCH v5 10/13] ext4: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v5 09/13] erofs: Convert compressed files from readpages to readahead, Matthew Wilcox
- [PATCH v5 04/13] mm: Add readahead address space operation, Matthew Wilcox
- [PATCH v5 07/13] btrfs: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v5 08/13] erofs: Convert uncompressed files from readpages to readahead, Matthew Wilcox
- [PATCH v5 13/13] iomap: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v5 01/13] mm: Fix the return type of __do_page_cache_readahead, Matthew Wilcox
- [PATCH v5 11/13] f2fs: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v5 02/13] mm: Ignore return value of ->readpages, Matthew Wilcox
- [PATCH v5 12/13] fuse: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v5 06/13] fs: Convert mpage_readpages to mpage_readahead, Matthew Wilcox
- [PATCH v5 03/13] mm: Put readahead pages in cache earlier, Matthew Wilcox
- [PATCH v2] ext4: Fix checksum errors with indexed dirs,
Jan Kara
- [PATCH] ext4: code cleanup for ext4_statfs_project(),
Chengguang Xu
- [PATCH v3 00/12] Enable per-file/directory DAX operations V3,
ira . weiny
- [PATCH v3 10/12] fs: Prevent DAX state change if file is mmap'ed, ira . weiny
- [PATCH v3 04/12] fs/xfs: Clean up DAX support check, ira . weiny
- [PATCH v3 11/12] fs/xfs: Clean up locking in dax invalidate, ira . weiny
- [PATCH v3 12/12] fs/xfs: Allow toggle of effective DAX flag, ira . weiny
- [PATCH v3 06/12] fs/xfs: Check if the inode supports DAX under lock, ira . weiny
- [PATCH v3 05/12] fs: remove unneeded IS_DAX() check, ira . weiny
- [PATCH v3 09/12] fs/xfs: Add write DAX lock to xfs layer, ira . weiny
- [PATCH v3 07/12] fs: Add locking for a dynamic DAX state, ira . weiny
- [PATCH v3 03/12] fs/xfs: Separate functionality of xfs_inode_supports_dax(), ira . weiny
- [PATCH v3 08/12] fs/xfs: Clarify lockdep dependency for xfs_isilocked(), ira . weiny
- [PATCH v3 02/12] fs/xfs: Isolate the physical DAX flag from effective, ira . weiny
- [PATCH v3 01/12] fs/stat: Define DAX statx attribute, ira . weiny
- Re: [PATCH v3 00/12] Enable per-file/directory DAX operations V3, Jeff Moyer
- [PATCH v7 0/8] Support fof Casefolding and Encryption,
Daniel Rosenberg
- [PATCH v2] ext4: fix a data race in EXT4_I(inode)->i_disksize,
Qian Cai
- [PATCH] ext4: start to support iopoll method,
Xiaoguang Wang
- [PATCH] ext4: add cond_resched() to ext4_protect_reserved_inode,
Shijie Luo
- [PATCH 1/9] e2fsck: fix e2fsck_allocate_memory() overflow,
Andreas Dilger
- [PATCH 4/9] e2fsck: reduce memory usage for many directories, Andreas Dilger
- [PATCH 3/9] e2fsck: avoid mallinfo() if over 2GB allocated, Andreas Dilger
- [PATCH 5/9] debugfs: allow comment lines in command file, Andreas Dilger
- [PATCH 7/9] e2fsck: fix overflow if more than 4B inodes, Andreas Dilger
- [PATCH 2/9] e2fsck: use proper types for variables, Andreas Dilger
- [PATCH 6/9] debugfs: print inode numbers as unsigned, Andreas Dilger
- [PATCH 9/9] misc: handle very large files with filefrag, Andreas Dilger
- [PATCH 8/9] e2fsck: consistently use ext2fs_get_mem(), Andreas Dilger
- [PATCH] misc: handle very large files with filefrag, Andreas Dilger
- [PATCH] e2fsck: avoid overflow with very large dirs, Andreas Dilger
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]