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-10-05
f2fs: use generic EFSBADCRC/EFSCORRUPTED
Chao Yu
10
-19
/
+28
2019-10-05
xfs: don't crash on null attr fork xfs_bmapi_read
Darrick J. Wong
1
-8
/
+21
2019-10-05
f2fs: fix to do sanity check on segment bitmap of LFS curseg
Chao Yu
1
-0
/
+39
2019-10-05
Revert "f2fs: avoid out-of-range memory access"
Chao Yu
1
-5
/
+0
2019-10-05
f2fs: check all the data segments against all node ones
Surbhi Palande
1
-2
/
+2
2019-09-21
binfmt_elf: move brk out of mmap when doing direct loader exec
Kees Cook
1
-0
/
+11
2019-09-21
cifs: Use kzfree() to zero out the password
Dan Carpenter
1
-1
/
+1
2019-09-21
cifs: set domainName when a domain-key is used in multiuser
Ronnie Sahlberg
1
-0
/
+22
2019-09-21
NFSv2: Fix write regression
Trond Myklebust
1
-1
/
+3
2019-09-21
NFSv2: Fix eof handling
Trond Myklebust
1
-1
/
+2
2019-09-21
NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup
Trond Myklebust
1
-1
/
+1
2019-09-21
NFSv4: Fix return value in nfs_finish_open()
Trond Myklebust
1
-1
/
+1
2019-09-21
NFSv4: Fix return values for nfs4_file_open()
Trond Myklebust
1
-6
/
+6
2019-09-19
ubifs: Correctly use tnc_next() in search_dh_cookie()
Richard Weinberger
1
-5
/
+11
2019-09-19
Btrfs: fix assertion failure during fsync and use of stale transaction
Filipe Manana
1
-4
/
+4
2019-09-19
btrfs: correctly validate compression type
Johannes Thumshirn
3
-5
/
+18
2019-09-19
btrfs: compression: add helper for type to string conversion
David Sterba
2
-0
/
+17
2019-09-10
ceph: fix buffer free while holding i_ceph_lock in fill_inode()
Luis Henriques
1
-3
/
+4
2019-09-10
ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()
Luis Henriques
4
-6
/
+16
2019-09-10
ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()
Luis Henriques
1
-2
/
+6
2019-09-10
vfs: fix page locking deadlocks when deduping files
Darrick J. Wong
1
-8
/
+41
2019-09-06
NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0
Trond Myklebust
2
-9
/
+19
2019-09-06
NFS: Pass error information to the pgio error cleanup routine
Trond Myklebust
4
-7
/
+15
2019-09-06
NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()
Trond Myklebust
1
-7
/
+9
2019-09-06
NFS: Clean up list moves of struct nfs_page
Trond Myklebust
2
-10
/
+5
2019-08-29
xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT
Darrick J. Wong
1
-0
/
+1
2019-08-29
userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctx
Oleg Nesterov
1
-12
/
+13
2019-08-29
ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply
Jeff Layton
1
-2
/
+1
2019-08-29
SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUAL
Sebastien Tisserant
1
-1
/
+9
2019-08-29
NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()
Trond Myklebust
3
-7
/
+28
2019-08-25
ocfs2: remove set but not used variable 'last_hash'
YueHaibing
1
-3
/
+0
2019-08-16
NFSv4: Fix an Oops in nfs4_do_setattr
Trond Myklebust
1
-1
/
+1
2019-08-16
NFSv4: Only pass the delegation to setattr if we're sending a truncate
Trond Myklebust
1
-5
/
+7
2019-08-16
smb3: send CAP_DFS capability during session setup
Steve French
1
-0
/
+5
2019-08-16
SMB3: Fix deadlock in validate negotiate hits reconnect
Pavel Shilovsky
1
-1
/
+1
2019-08-09
compat_ioctl: pppoe: fix PPPOEIOCSFWD handling
Arnd Bergmann
1
-3
/
+0
2019-08-06
Btrfs: fix race leading to fs corruption after transaction abort
Filipe Manana
1
-0
/
+10
2019-08-06
Btrfs: fix incremental send failure after deduplication
Filipe Manana
1
-62
/
+15
2019-08-06
coda: add error handling for fget
Zhouyang Jia
1
-1
/
+4
2019-08-06
ceph: return -ERANGE if virtual xattr value didn't fit in buffer
Jeff Layton
1
-7
/
+7
2019-08-06
ceph: fix improper use of smp_mb__before_atomic()
Andrea Parri
1
-1
/
+6
2019-08-06
cifs: Fix a race condition with cifs_echo_request
Ronnie Sahlberg
1
-4
/
+4
2019-08-06
btrfs: fix minimum number of chunk errors for DUP
David Sterba
1
-2
/
+1
2019-08-06
fs/adfs: super: fix use-after-free bug
Russell King
1
-1
/
+4
2019-08-04
ceph: hold i_ceph_lock when removing caps for freeing inode
Yan, Zheng
1
-2
/
+5
2019-08-04
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
1
-1
/
+1
2019-08-04
NFS: Cleanup if nfs_match_client is interrupted
Benjamin Coddington
1
-2
/
+2
2019-08-04
NFSv4: Fix lookup revalidate of regular files
Trond Myklebust
1
-40
/
+39
2019-08-04
NFS: Refactor nfs_lookup_revalidate()
Trond Myklebust
1
-96
/
+126
2019-08-04
NFS: Fix dentry revalidation on NFSv4 lookup
Trond Myklebust
1
-3
/
+12
[next]