index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-08-03
ext4: reuse order and buddy in mb_mark_used when buddy split
hanjinke
1
-2
/
+8
2022-08-03
ext4: update the s_overhead_clusters in the backup sb's when resizing
Theodore Ts'o
4
-11
/
+22
2022-08-03
ext4: update s_overhead_clusters in the superblock during an on-line resize
Theodore Ts'o
1
-0
/
+1
2022-08-03
ext4: fix reading leftover inlined symlinks
Zhang Yi
3
-0
/
+46
2022-07-03
Merge tag 'xfs-5.19-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
14
-131
/
+130
2022-07-02
Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-1
/
+2
2022-07-01
Merge tag 'nfs-for-5.19-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2
-6
/
+14
2022-07-01
Merge tag 'ceph-for-5.19-rc5' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-0
/
+1
2022-07-01
Merge tag 'io_uring-5.19-2022-07-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+12
2022-07-01
xfs: prevent a UAF when log IO errors race with unmount
Darrick J. Wong
1
-2
/
+7
2022-07-01
vfs: fix copy_file_range() regression in cross-fs copies
Amir Goldstein
4
-37
/
+68
2022-06-30
NFSv4: Add an fattr allocation to _nfs4_discover_trunking()
Scott Mayhew
1
-6
/
+13
2022-06-30
NFS: restore module put when manager exits.
NeilBrown
1
-0
/
+1
2022-06-30
io_uring: fix provided buffer import
Dylan Yudaken
1
-3
/
+4
2022-06-30
Merge tag 'fsnotify_for_v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-15
/
+19
2022-06-30
io_uring: keep sendrecv flags in ioprio
Pavel Begunkov
1
-4
/
+8
2022-06-29
Merge tag '5.19-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
4
-28
/
+24
2022-06-29
ceph: wait on async create before checking caps for syncfs
Jeff Layton
1
-0
/
+1
2022-06-29
xfs: dont treat rt extents beyond EOF as eofblocks to be cleared
Darrick J. Wong
1
-0
/
+2
2022-06-29
xfs: don't hold xattr leaf buffers across transaction rolls
Darrick J. Wong
5
-65
/
+12
2022-06-29
xfs: empty xattr leaf header blocks are not corruption
Darrick J. Wong
1
-9
/
+17
[next]