Age | Commit message (Expand) | Author |
2020-06-02 | ext4: pass the inode to ext4_mpage_readpages | Matthew Wilcox (Oracle) |
2020-06-02 | ext4: convert from readpages to readahead | Matthew Wilcox (Oracle) |
2020-06-02 | mm: add page_cache_readahead_unbounded | Matthew Wilcox (Oracle) |
2020-06-01 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds |
2020-05-19 | ext4: fix fiemap size checks for bitmap files | Christoph Hellwig |
2020-05-19 | ext4: fix EXT4_MAX_LOGICAL_BLOCK macro | Ritesh Harjani |
2020-05-18 | fscrypt: support test_dummy_encryption=v2 | Eric Biggers |
2020-04-15 | ext4: convert BUG_ON's to WARN_ON's in mballoc.c | Theodore Ts'o |
2020-04-15 | ext4: increase wait time needed before reuse of deleted inode numbers | Theodore Ts'o |
2020-04-15 | ext4: remove set but not used variable 'es' in ext4_jbd2.c | Jason Yan |
2020-04-15 | ext4: remove set but not used variable 'es' | Jason Yan |
2020-04-15 | ext4: do not zeroout extents beyond i_disksize | Jan Kara |
2020-04-15 | ext4: fix return-value types in several function comments | Josh Triplett |
2020-04-15 | ext4: use non-movable memory for superblock readahead | Roman Gushchin |
2020-04-15 | ext4: use matching invalidatepage in ext4_writepage | yangerkun |
2020-04-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2020-04-01 | ext4: save all error info in save_error_info() and drop ext4_set_errno() | Theodore Ts'o |
2020-03-31 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds |
2020-03-30 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-03-28 | ext4: fix incorrect group count in ext4_fill_super error message | Josh Triplett |
2020-03-28 | ext4: fix incorrect inodes per group in error message | Josh Triplett |
2020-03-28 | ext4: don't set dioread_nolock by default for blocksize < pagesize | Ritesh Harjani |
2020-03-28 | fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t | Thomas Gleixner |
2020-03-26 | ext4: disable dioread_nolock whenever delayed allocation is disabled | Eric Whitney |
2020-03-26 | ext4: do not commit super on read-only bdev | Eric Sandeen |
2020-03-26 | ext4: avoid ENOSPC when avoiding to reuse recently deleted inodes | Jan Kara |
2020-03-26 | ext4: unregister sysfs path before destroying jbd2 journal | Ritesh Harjani |
2020-03-26 | ext4: check for non-zero journal inum in ext4_calculate_overhead | Ritesh Harjani |
2020-03-25 | block: move the part_stat* helpers from genhd.h to a new header | Christoph Hellwig |
2020-03-24 | block: remove __bdevname | Christoph Hellwig |
2020-03-19 | ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE | Eric Biggers |
2020-03-14 | ext4: remove map_from_cluster from ext4_ext_map_blocks | Eric Whitney |
2020-03-14 | ext4: clean up ext4_ext_insert_extent() call in ext4_ext_map_blocks() | Eric Whitney |
2020-03-14 | ext4: mark block bitmap corrupted when found instead of BUGON | Dmitry Monakhov |
2020-03-14 | ext4: use flexible-array member for xattr structs | Gustavo A. R. Silva |
2020-03-14 | ext4: use flexible-array member in struct fname | Gustavo A. R. Silva |
2020-03-14 | ext4: move ext4_fiemap to use iomap framework | Ritesh Harjani |
2020-03-14 | ext4: make ext4_ind_map_blocks work with fiemap | Ritesh Harjani |
2020-03-14 | ext4: move ext4 bmap to use iomap infrastructure | Ritesh Harjani |
2020-03-14 | ext4: optimize ext4_ext_precache for 0 depth | Ritesh Harjani |
2020-03-14 | ext4: add IOMAP_F_MERGED for non-extent based mapping | Ritesh Harjani |
2020-03-05 | ext4: fix a data race at inode->i_disksize | Qiujun Huang |
2020-03-05 | ext4: fix a data race at inode->i_blocks | Qian Cai |
2020-03-05 | ext4: clean up error return for convert_initialized_extent() | Eric Whitney |
2020-03-05 | ext4: use flexible-array members in struct dx_node and struct dx_root | Gustavo A. R. Silva |
2020-03-05 | ext4: use built-in RCU list checking in mballoc | Madhuparna Bhowmik |
2020-03-05 | ext4: delete declaration for ext4_split_extent() | Eric Whitney |
2020-03-05 | ext4: remove EXT4_EOFBLOCKS_FL and associated code | Eric Whitney |
2020-03-05 | ext4: code cleanup for ext4_statfs_project() | Chengguang Xu |
2020-03-05 | ext4: start to support iopoll method | Xiaoguang Wang |