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
2020-04-28
btrfs: add more checks to btrfs_read_sys_array
David Sterba
1
-3
/
+23
2020-04-28
btrfs: cleanup, rename a few variables in btrfs_read_sys_array
David Sterba
1
-15
/
+16
2020-04-28
btrfs: kill extent_buffer_page helper
David Sterba
2
-35
/
+26
2020-04-28
btrfs: new define for the inline extent data start
David Sterba
2
-10
/
+9
2020-04-28
Btrfs: fix wrong max inline data size limit
Wang Shilong
1
-1
/
+1
2020-04-28
ext4: fix races of writeback with punch hole and zero range
Jan Kara
3
-1
/
+42
2020-04-28
ext4: fix races between buffered IO and collapse / insert range
Jan Kara
1
-14
/
+21
2020-04-28
ext4: move unlocked dio protection from ext4_alloc_file_blocks()
Jan Kara
1
-11
/
+10
2020-04-28
ext4: fix races between page faults and hole punching
Jan Kara
6
-30
/
+61
2020-04-28
ext4: update c/mtime on truncate up
Eryu Guan
1
-0
/
+8
2020-04-28
ext4: only call ext4_truncate when size <= isize
Josef Bacik
1
-20
/
+18
2020-04-28
ext4: wait for existing dio workers in ext4_alloc_file_blocks()
Lukas Czerner
1
-0
/
+6
2020-02-11
CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
Pavel Shilovsky
1
-3
/
+4
2020-02-11
cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
Dave Wysochanski
4
-9
/
+22
2020-02-11
CIFS: Fix SMB2 oplock break processing
Pavel Shilovsky
1
-4
/
+3
2020-02-11
CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
Pavel Shilovsky
1
-0
/
+7
2020-02-11
ext4: work around deleting a file with i_nlink == 0 safely
Theodore Ts'o
1
-7
/
+6
2020-02-11
btrfs: check page->mapping when loading free space cache
Josef Bacik
1
-0
/
+6
2020-02-11
Btrfs: fix negative subv_writers counter and data space leak after buffered w...
Filipe Manana
1
-1
/
+1
2020-02-11
fuse: verify nlink
Miklos Szeredi
1
-1
/
+2
2020-02-11
fuse: verify attributes
Miklos Szeredi
2
-7
/
+19
2020-02-11
ext2: check err when partial != NULL
Chengguang Xu
1
-2
/
+5
2020-02-11
quota: Check that quota is not dirty before release
Dmitry Monakhov
2
-2
/
+2
2020-02-11
quota: fix livelock in dquot_writeback_dquots
Dmitry Monakhov
1
-4
/
+5
2020-02-11
xfs: Sanity check flags of Q_XQUOTARM call
Jan Kara
1
-0
/
+3
2020-02-11
pstore/ram: Write new dumps to start of recycled zones
Aleksandr Yashkin
1
-0
/
+11
2020-01-11
ext4: add more paranoia checking in ext4_expand_extra_isize handling
Theodore Ts'o
2
-8
/
+27
2020-01-11
ext4: Introduce ext4_clamp_want_extra_isize()
Ben Hutchings
1
-24
/
+31
2020-01-11
filldir[64]: remove WARN_ON_ONCE() for bad directory entries
Linus Torvalds
1
-2
/
+2
2020-01-11
Make filldir[64]() verify the directory entry filename is valid
Linus Torvalds
1
-0
/
+40
2019-12-19
fs/dcache: move security_d_instantiate() behind attaching dentry to inode
zhangyi (F)
1
-1
/
+1
2019-12-19
ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either
Al Viro
1
-4
/
+3
2019-12-19
ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable
Al Viro
1
-2
/
+10
2019-12-19
ceph: add missing check in d_revalidate snapdir handling
Al Viro
1
-0
/
+1
2019-12-19
ceph: fix use-after-free in __ceph_remove_cap()
Luis Henriques
1
-5
/
+5
2019-12-19
fuse: truncate pending writes on O_TRUNC
Miklos Szeredi
1
-3
/
+7
2019-12-19
fuse: flush dirty data/metadata before non-truncate setattr
Miklos Szeredi
1
-0
/
+13
2019-12-19
CIFS: avoid using MID 0xFFFF
Roberto Bergantinos Corpas
1
-0
/
+3
2019-12-19
Btrfs: check for the full sync flag while holding the inode lock during fsync
Filipe Manana
1
-17
/
+19
2019-12-19
ceph: just skip unrecognized info in ceph_reply_info_extra
Jeff Layton
1
-10
/
+11
2019-12-19
CIFS: Force reval dentry if LOOKUP_REVAL flag is set
Pavel Shilovsky
1
-1
/
+7
2019-12-19
CIFS: Force revalidate inode when dentry is stale
Pavel Shilovsky
1
-0
/
+4
2019-12-19
cifs: Check uniqueid for SMB2+ and return -ESTALE if necessary
Ross Lagerwall
1
-2
/
+22
2019-12-19
Fix to check Unique id and FileType when client refer file directly.
Nakajima Akira
1
-0
/
+25
2019-12-19
CIFS: Gracefully handle QueryInfo errors during open
Pavel Shilovsky
1
-0
/
+6
2019-12-10
CIFS: Fix oplock handling for SMB 2.1+ protocols
Pavel Shilovsky
1
-0
/
+5
2019-12-10
fuse: fix missing unlock_page in fuse_writepage()
Vasily Averin
1
-0
/
+1
2019-12-10
CIFS: fix max ea value size
Murphy Zhou
1
-1
/
+1
2019-12-10
configfs: fix a deadlock in configfs_symlink()
Al Viro
1
-1
/
+32
2019-12-10
btrfs: Relinquish CPUs in btrfs_compare_trees
Nikolay Borisov
1
-0
/
+1
[prev]
[next]