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
2019-03-27
f2fs: fix to avoid deadlock of atomic file operations
Chao Yu
1
-12
/
+31
2019-03-27
ext4: brelse all indirect buffer in ext4_ind_remove_space()
zhangyi (F)
1
-4
/
+8
2019-03-27
ext4: fix data corruption caused by unaligned direct AIO
Lukas Czerner
1
-1
/
+1
2019-03-27
ext4: fix NULL pointer dereference while journal is aborted
Jiufei Xue
1
-1
/
+1
2019-03-27
SMB3: Fix SMB3.1.1 guest mounts to Samba
Steve French
1
-1
/
+4
2019-03-27
cifs: allow guest mounts to work for smb3.11
Ronnie Sahlberg
1
-2
/
+6
2019-03-27
udf: Fix crash on IO error during truncate
Jan Kara
1
-0
/
+3
2019-03-23
NFSv4.1: Reinitialise sequence results before retransmitting a request
Trond Myklebust
1
-4
/
+8
2019-03-23
nfsd: fix wrong check in write_v4_end_grace()
Yihao Wu
1
-1
/
+1
2019-03-23
nfsd: fix memory corruption caused by readdir
NeilBrown
2
-2
/
+15
2019-03-23
nfsd: fix performance-limiting session calculation
J. Bruce Fields
1
-4
/
+4
2019-03-23
NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()
Trond Myklebust
1
-1
/
+1
2019-03-23
NFS: Fix an I/O request leakage in nfs_do_recoalesce
Trond Myklebust
1
-1
/
+0
2019-03-23
NFS: Fix I/O request leakages
Trond Myklebust
1
-5
/
+21
2019-03-23
jbd2: fix compile warning when using JBUFFER_TRACE
zhangyi (F)
1
-8
/
+8
2019-03-23
jbd2: clear dirty flag when revoking a buffer from an older transaction
zhangyi (F)
1
-5
/
+12
2019-03-23
ext2: Fix underflow in ext2_max_size()
Jan Kara
1
-14
/
+25
2019-03-23
ext4: fix crash during online resizing
Jan Kara
1
-1
/
+2
2019-03-23
ext4: add mask of ext4 flags to swap
yangerkun
2
-1
/
+8
2019-03-23
ext4: update quota information while swapping boot loader inode
yangerkun
1
-13
/
+43
2019-03-23
ext4: cleanup pagecache before swap i_data
yangerkun
1
-4
/
+12
2019-03-23
ext4: fix check of inode in swap_inode_boot_loader
yangerkun
1
-9
/
+13
2019-03-23
Btrfs: fix corruption reading shared and compressed extents after hole punching
Filipe Manana
1
-2
/
+2
2019-03-23
btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
Johannes Thumshirn
1
-2
/
+2
2019-03-23
Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl
Filipe Manana
1
-0
/
+9
2019-03-23
Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()
Filipe Manana
1
-0
/
+8
2019-03-23
ovl: Do not lose security.capability xattr over metadata file copy-up
Vivek Goyal
3
-22
/
+63
2019-03-23
ovl: During copy up, first copy up data and then xattrs
Vivek Goyal
1
-13
/
+18
2019-03-23
splice: don't merge into linked buffers
Jann Horn
2
-0
/
+18
2019-03-23
fs/devpts: always delete dcache dentry-s in dput()
Varad Gautam
1
-0
/
+1
2019-03-23
CIFS: Fix read after write for files with read caching
Pavel Shilovsky
1
-5
/
+7
2019-03-23
CIFS: Do not skip SMB2 message IDs on send failures
Pavel Shilovsky
4
-3
/
+49
2019-03-23
CIFS: Do not reset lease state to NONE on lease break
Pavel Shilovsky
2
-6
/
+26
2019-03-23
fix cgroup_do_mount() handling of failure exits
Al Viro
1
-2
/
+6
2019-03-23
keys: Fix dependency loop between construction record and auth key
David Howells
1
-14
/
+17
2019-03-23
NFS: Don't use page_file_mapping after removing the page
Benjamin Coddington
1
-5
/
+6
2019-03-23
9p: use inode->i_lock to protect i_size_write() under 32-bit
Hou Tao
5
-30
/
+53
2019-03-19
f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
Jaegeuk Kim
1
-5
/
+7
2019-03-14
cifs: allow calling SMB2_xxx_free(NULL)
Ronnie Sahlberg
1
-6
/
+10
2019-03-14
gfs2: Fix missed wakeups in find_insert_glock
Andreas Gruenbacher
1
-1
/
+1
2019-03-14
fs: ratelimit __find_get_block_slow() failure message.
Tetsuo Handa
1
-9
/
+10
2019-03-14
autofs: fix error return in autofs_fill_super()
Ian Kent
1
-1
/
+3
2019-03-14
autofs: drop dentry reference only when it is never used
Pan Bian
1
-1
/
+2
2019-03-14
fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()
Jan Kara
1
-1
/
+7
2019-03-14
proc: fix /proc/net/* after setns(2)
Alexey Dobriyan
3
-1
/
+24
2019-03-14
cifs: fix computation for MAX_SMB2_HDR_SIZE
Ronnie Sahlberg
1
-2
/
+2
2019-03-14
nfs: Fix NULL pointer dereference of dev_name
Yao Liu
1
-0
/
+5
2019-03-14
iomap: fix a use after free in iomap_dio_rw
Christoph Hellwig
1
-7
/
+21
2019-03-14
iomap: get/put the page in iomap_page_create/release()
Piotr Jaroszynski
1
-0
/
+9
2019-03-10
exec: Fix mem leak in kernel_read_file
YueHaibing
1
-1
/
+1
[next]