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
2023-04-06
cifs: avoid race conditions with parallel reconnects
Shyam Prasad N
3
-33
/
+76
2023-04-06
cifs: prevent data race in cifs_reconnect_tcon()
Paulo Alcantara
4
-101
/
+69
2023-04-06
cifs: update ip_addr for ses only for primary chan setup
Shyam Prasad N
1
-7
/
+11
2023-03-30
nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()
Ryusuke Konishi
1
-1
/
+1
2023-03-30
ksmbd: return unsupported error on smb1 mount
Namjae Jeon
3
-30
/
+30
2023-03-30
ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect
Namjae Jeon
1
-2
/
+2
2023-03-30
ksmbd: don't terminate inactive sessions after a few seconds
Namjae Jeon
4
-16
/
+28
2023-03-30
ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATION
Namjae Jeon
1
-0
/
+4
2023-03-30
ksmbd: fix wrong signingkey creation when encryption is AES256
Namjae Jeon
1
-2
/
+3
2023-03-30
lockd: set file_lock start and end when decoding nlm4 testargs
Jeff Layton
2
-9
/
+13
2023-03-30
fsverity: Remove WQ_UNBOUND from fsverity read workqueue
Nathan Huckleberry
1
-6
/
+6
2023-03-30
fscrypt: destroy keyring after security_sb_delete()
Eric Biggers
1
-3
/
+12
2023-03-30
btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profile
Naohiro Aota
1
-2
/
+12
2023-03-30
cifs: fix dentry lookups in directory handle cache
Paulo Alcantara
1
-2
/
+34
2023-03-30
cifs: print session id while listing open files
Shyam Prasad N
1
-2
/
+3
2023-03-30
cifs: dump pending mids for all channels in DebugData
Shyam Prasad N
1
-14
/
+27
2023-03-30
cifs: empty interface list when server doesn't support query interfaces
Shyam Prasad N
1
-1
/
+1
2023-03-30
cifs: do not poll server interfaces too regularly
Shyam Prasad N
1
-0
/
+14
2023-03-30
cifs: append path to open_enter trace event
Shyam Prasad N
6
-6
/
+25
2023-03-30
cifs: lock chan_lock outside match_session
Shyam Prasad N
1
-6
/
+7
2023-03-30
smb3: fix unusable share after force unmount failure
Steve French
4
-13
/
+11
2023-03-30
smb3: lower default deferred close timeout to address perf regression
Steve French
1
-1
/
+1
2023-03-30
ksmbd: fix possible refcount leak in smb2_open()
ChenXiaoSong
1
-1
/
+4
2023-03-30
ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES
Namjae Jeon
1
-3
/
+6
2023-03-30
ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA
Namjae Jeon
1
-1
/
+1
2023-03-30
nfsd: don't replace page in rq_pages if it's a continuation of last page
Jeff Layton
1
-1
/
+8
2023-03-30
NFS: Correct timing for assigning access cache timestamp
Chengen Du
1
-1
/
+1
2023-03-30
NFS: Fix /proc/PID/io read_bytes for buffered reads
Dave Wysochanski
1
-0
/
+3
2023-03-22
ocfs2: fix data corruption after failed write
Jan Kara via Ocfs2-devel
1
-2
/
+17
2023-03-22
cifs: use DFS root session instead of tcon ses
Paulo Alcantara
1
-0
/
+1
2023-03-22
cifs: return DFS root session id in DebugData
Paulo Alcantara
1
-0
/
+5
2023-03-22
cifs: fix use-after-free bug in refresh_cache_worker()
Paulo Alcantara
8
-164
/
+67
2023-03-22
cifs: set DFS root session in cifs_get_smb_ses()
Paulo Alcantara
6
-13
/
+13
2023-03-22
cifs: Fix smb2_set_path_size()
Volker Lendecke
1
-7
/
+24
2023-03-22
cifs: generate signkey for the channel that's reconnecting
Shyam Prasad N
1
-1
/
+1
2023-03-22
ext4: fix possible double unlock when moving a directory
Theodore Ts'o
1
-3
/
+1
2023-03-22
ext4: fix task hung in ext4_xattr_delete_inode
Baokun Li
1
-0
/
+11
2023-03-22
ext4: update s_journal_inum if it changes after journal replay
Baokun Li
1
-2
/
+5
2023-03-22
cifs: Move the in_send statistic to __smb_send_rqst()
Zhang Xiaoxu
1
-12
/
+9
2023-03-17
filelocks: use mount idmapping for setlease permission check
Seth Forshee
1
-1
/
+2
2023-03-17
ext4: Fix deadlock during directory rename
Jan Kara
1
-9
/
+17
2023-03-17
erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"
Gao Xiang
1
-6
/
+6
2023-03-17
NFSD: Protect against filesystem freezing
Chuck Lever
1
-0
/
+2
2023-03-17
btrfs: fix extent map logging bit not cleared for split maps after dropping r...
Filipe Manana
1
-1
/
+6
2023-03-17
ext4: Fix possible corruption when moving a directory
Jan Kara
1
-1
/
+10
2023-03-17
udf: Fix off-by-one error when discarding preallocation
Jan Kara
1
-1
/
+1
2023-03-17
ext4: zero i_disksize when initializing the bootloader inode
Zhihao Cheng
1
-0
/
+1
2023-03-17
ext4: fix WARNING in ext4_update_inline_data
Ye Bin
1
-0
/
+3
2023-03-17
ext4: move where set the MAY_INLINE_DATA flag is set
Ye Bin
2
-2
/
+6
2023-03-17
ext4: fix another off-by-one fsmap error on 1k block filesystems
Darrick J. Wong
1
-0
/
+2
[next]