index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-03-24
7
-59
/
+58
|
\
|
*
ext4: prohibit fstrim in norecovery mode
Darrick J. Wong
2019-03-23
1
-0
/
+7
|
*
ext4: cleanup bh release code in ext4_ind_remove_space()
zhangyi (F)
2019-03-23
1
-25
/
+22
|
*
ext4: brelse all indirect buffer in ext4_ind_remove_space()
zhangyi (F)
2019-03-23
1
-4
/
+8
|
*
ext4: report real fs size after failed resize
Lukas Czerner
2019-03-15
1
-1
/
+5
|
*
ext4: add missing brelse() in add_new_gdb_meta_bg()
Lukas Czerner
2019-03-15
1
-2
/
+9
|
*
ext4: remove useless ext4_pin_inode()
Jason Yan
2019-03-14
1
-30
/
+0
|
*
ext4: avoid panic during forced reboot
Jan Kara
2019-03-14
1
-3
/
+13
|
*
ext4: fix data corruption caused by unaligned direct AIO
Lukas Czerner
2019-03-14
1
-1
/
+1
|
*
ext4: fix NULL pointer dereference while journal is aborted
Jiufei Xue
2019-03-14
1
-1
/
+1
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-03-24
1
-0
/
+27
|
\
\
|
*
|
x86/gart: Exclude GART aperture from kcore
Kairui Song
2019-03-23
1
-0
/
+27
*
|
|
Merge tag '5.1-rc1-cifs-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2019-03-24
6
-70
/
+102
|
\
\
\
|
*
|
|
cifs: update internal module version number
Steve French
2019-03-22
1
-1
/
+1
|
*
|
|
SMB3: Fix SMB3.1.1 guest mounts to Samba
Steve French
2019-03-22
1
-1
/
+4
|
*
|
|
cifs: Fix slab-out-of-bounds when tracing SMB tcon
Paulo Alcantara (SUSE)
2019-03-22
1
-3
/
+3
|
*
|
|
cifs: allow guest mounts to work for smb3.11
Ronnie Sahlberg
2019-03-22
1
-2
/
+6
|
*
|
|
fix incorrect error code mapping for OBJECTID_NOT_FOUND
Steve French
2019-03-22
1
-1
/
+2
|
*
|
|
cifs: fix that return -EINVAL when do dedupe operation
Xiaoli Feng
2019-03-22
1
-1
/
+1
|
*
|
|
CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN
Long Li
2019-03-22
1
-30
/
+41
|
*
|
|
CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN
Long Li
2019-03-22
1
-32
/
+45
*
|
|
|
Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-03-23
3
-233
/
+230
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
block: add BIO_NO_PAGE_REF flag
Jens Axboe
2019-03-18
2
-10
/
+14
|
*
|
|
iov_iter: add ITER_BVEC_FLAG_NO_REF flag
Jens Axboe
2019-03-18
1
-0
/
+3
|
*
|
|
io_uring: retry bulk slab allocs as single allocs
Jens Axboe
2019-03-18
1
-5
/
+14
|
*
|
|
io_uring: fix poll races
Jens Axboe
2019-03-15
1
-55
/
+56
|
*
|
|
io_uring: fix fget/fput handling
Jens Axboe
2019-03-15
1
-133
/
+97
|
*
|
|
io_uring: add prepped flag
Jens Axboe
2019-03-14
1
-5
/
+6
|
*
|
|
io_uring: make io_read/write return an integer
Jens Axboe
2019-03-14
1
-10
/
+9
|
*
|
|
io_uring: use regular request ref counts
Jens Axboe
2019-03-14
1
-19
/
+35
*
|
|
|
Merge tag 'fixes_for_v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-03-21
3
-4
/
+10
|
\
\
\
\
|
*
|
|
|
udf: Propagate errors from udf_truncate_extents()
Jan Kara
2019-03-18
3
-5
/
+8
|
*
|
|
|
udf: Fix crash on IO error during truncate
Jan Kara
2019-03-18
1
-0
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'fsnotify_for_v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-03-21
2
-3
/
+16
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fanotify: Allow copying of file handle to userspace
Jan Kara
2019-03-19
1
-1
/
+11
|
*
|
|
inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()
ZhangXiaoxu
2019-03-11
1
-2
/
+5
|
|
/
/
*
|
|
Merge tag '9p-for-5.1' of git://github.com/martinetd/linux
Linus Torvalds
2019-03-17
5
-30
/
+53
|
\
\
\
|
*
|
|
9p: use inode->i_lock to protect i_size_write() under 32-bit
Hou Tao
2019-03-03
5
-30
/
+53
*
|
|
|
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
2019-03-16
1
-0
/
+9
|
\
\
\
\
|
*
|
|
|
signal: add pidfd_send_signal() syscall
Christian Brauner
2019-03-05
1
-0
/
+9
*
|
|
|
|
Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2019-03-16
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
pNFS: Fix a typo in pnfs_update_layout
Trond Myklebust
2019-03-12
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2019-03-16
1
-3
/
+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
fix sysfs_init_fs_context() in !CONFIG_NET_NS case
Al Viro
2019-03-16
1
-3
/
+5
*
|
|
|
|
|
|
Merge tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2019-03-15
15
-349
/
+957
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
CIFS: fix POSIX lock leak and invalid ptr deref
Aurelien Aptel
2019-03-14
1
-1
/
+13
|
*
|
|
|
|
|
|
SMB3: Allow SMB3 FSCTL queries to be sent to server from tools
Ronnie Sahlberg
2019-03-14
1
-16
/
+46
|
*
|
|
|
|
|
|
cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_falloc
Ronnie Sahlberg
2019-03-14
1
-2
/
+12
|
*
|
|
|
|
|
|
smb2: fix typo in definition of a few error flags
Steve French
2019-03-14
1
-3
/
+3
|
*
|
|
|
|
|
|
CIFS: make mknod() an smb_version_op
Aurelien Aptel
2019-03-14
4
-104
/
+239
[next]