Age | Commit message (Expand) | Author | Files | Lines |
2022-08-07 | Merge tag '9p-for-5.20' of https://github.com/martinetd/linux | Linus Torvalds | 10 | -149/+124 |
2022-08-07 | Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 14 | -187/+111 |
2022-08-06 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 38 | -128/+806 |
2022-08-05 | Merge part of branch 'for-next.instantiate' into for-next | Andreas Gruenbacher | 393 | -9255/+12055 |
2022-08-05 | Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 85 | -1657/+1984 |
2022-08-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 25 | -372/+651 |
2022-08-04 | Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -73/+162 |
2022-08-04 | Merge tag 'zonefs-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -9/+7 |
2022-08-04 | Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2 | -9/+10 |
2022-08-04 | Merge tag 'affs-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kd... | Linus Torvalds | 1 | -5/+1 |
2022-08-04 | Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 50 | -2818/+3660 |
2022-08-04 | Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 3 | -1/+779 |
2022-08-04 | Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -10/+7 |
2022-08-03 | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 10 | -40/+28 |
2022-08-03 | Merge tag 'pull-work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -11/+43 |
2022-08-03 | Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -24/+14 |
2022-08-03 | Merge tag 'pull-work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -108/+86 |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 54 | -985/+350 |
2022-08-03 | ext4: add ioctls to get/set the ext4 superblock uuid | Jeremy Bongio | 2 | -0/+94 |
2022-08-03 | ext4: avoid resizing to a partial cluster size | Kiselev, Oleg | 1 | -0/+10 |
2022-08-03 | ext4: reduce computation of overhead during resize | Kiselev, Oleg | 1 | -2/+21 |
2022-08-03 | jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted | Zhihao Cheng | 1 | -2/+12 |
2022-08-03 | ext4: block range must be validated before use in ext4_mb_clear_bb() | Lukas Czerner | 1 | -1/+20 |
2022-08-03 | mbcache: automatically delete entries from cache on freeing | Jan Kara | 1 | -69/+39 |
2022-08-03 | mbcache: Remove mb_cache_entry_delete() | Jan Kara | 1 | -37/+0 |
2022-08-03 | ext2: avoid deleting xattr block that is being reused | Jan Kara | 1 | -29/+29 |
2022-08-03 | ext2: unindent codeblock in ext2_xattr_set() | Jan Kara | 1 | -16/+16 |
2022-08-03 | ext2: factor our freeing of xattr block reference | Jan Kara | 1 | -52/+38 |
2022-08-03 | ext4: fix race when reusing xattr blocks | Jan Kara | 1 | -22/+45 |
2022-08-03 | ext4: unindent codeblock in ext4_xattr_block_set() | Jan Kara | 1 | -39/+38 |
2022-08-03 | ext4: remove EA inode entry from mbcache on inode eviction | Jan Kara | 3 | -16/+11 |
2022-08-03 | mbcache: add functions to delete entry if unused | Jan Kara | 1 | -2/+64 |
2022-08-03 | mbcache: don't reclaim used entries | Jan Kara | 1 | -1/+9 |
2022-08-03 | ext4: make sure ext4_append() always allocates new block | Lukas Czerner | 1 | -0/+16 |
2022-08-03 | ext4: check if directory block is within i_size | Lukas Czerner | 1 | -0/+7 |
2022-08-03 | ext4: reflect mb_optimize_scan value in options file | Ojaswin Mujoo | 1 | -0/+9 |
2022-08-03 | ext4: avoid remove directory when directory is corrupted | Ye Bin | 1 | -5/+2 |
2022-08-03 | ext4: aligned '*' in comments | Jiang Jian | 1 | -1/+1 |
2022-08-03 | ext4: recover csum seed of tmp_inode after migrating to extents | Li Lingfeng | 1 | -1/+3 |
2022-08-03 | ext4: fix warning in ext4_iomap_begin as race between bmap and write | Ye Bin | 1 | -3/+9 |
2022-08-03 | ext4: correct the misjudgment in ext4_iget_extra_inode | Baokun Li | 1 | -2/+1 |
2022-08-03 | ext4: correct max_inline_xattr_value_size computing | Baokun Li | 1 | -0/+3 |
2022-08-03 | ext4: fix use-after-free in ext4_xattr_set_entry | Baokun Li | 1 | -2/+4 |
2022-08-03 | ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h | Baokun Li | 1 | -0/+13 |
2022-08-03 | ext4: fix extent status tree race in writeback error recovery path | Eric Whitney | 1 | -0/+7 |
2022-08-03 | jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction() | Zhang Yi | 1 | -1/+1 |
2022-08-03 | jbd2: unexport jbd2_log_start_commit() | Jan Kara | 1 | -2/+1 |
2022-08-03 | jbd2: remove unused exports for jbd2 debugging | Jan Kara | 1 | -3/+1 |
2022-08-03 | jbd2: rename jbd_debug() to jbd2_debug() | Jan Kara | 6 | -67/+67 |
2022-08-03 | ext4: use ext4_debug() instead of jbd_debug() | Jan Kara | 7 | -41/+40 |