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.13.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
2024-06-27
cifs: fix typo in module parameter enable_gcm_256
Steve French
1
-1
/
+1
2024-06-27
btrfs: retry block group reclaim without infinite loop
Boris Burkov
1
-2
/
+9
2024-06-27
udf: udftime: prevent overflow in udf_disk_stamp_to_time()
Roman Smirnov
1
-3
/
+8
2024-06-27
f2fs: remove clear SB_INLINECRYPT flag in default_options
Yunlei He
1
-2
/
+0
2024-06-21
cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
David Howells
1
-0
/
+3
2024-06-21
nilfs2: fix potential kernel bug due to lack of writeback flag waiting
Ryusuke Konishi
1
-0
/
+3
2024-06-21
btrfs: zoned: fix use-after-free due to race with dev replace
Filipe Manana
1
-3
/
+10
2024-06-21
btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_info
Christoph Hellwig
1
-37
/
+42
2024-06-21
btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...
Christoph Hellwig
1
-11
/
+19
2024-06-21
btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_info
Christoph Hellwig
1
-92
/
+92
2024-06-21
btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_info
Christoph Hellwig
1
-47
/
+37
2024-06-21
ocfs2: fix races between hole punching and AIO+DIO
Su Yue
1
-0
/
+2
2024-06-21
ocfs2: use coarse time for new created files
Su Yue
1
-1
/
+1
2024-06-21
fs/proc: fix softlockup in __read_vmcore
Rik van Riel
1
-0
/
+2
2024-06-21
knfsd: LOOKUP can return an illegal error value
Trond Myklebust
1
-2
/
+2
2024-06-21
NFS: add barriers when testing for NFS_FSDATA_BLOCKED
NeilBrown
1
-15
/
+32
2024-06-21
NFSv4.1 enforce rootpath check in fs_location query
Olga Kornievskaia
1
-1
/
+22
2024-06-21
cachefiles: flush all requests after setting CACHEFILES_DEAD
Baokun Li
2
-1
/
+4
2024-06-21
cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
Baokun Li
1
-20
/
+33
2024-06-21
cachefiles: never get a new anonymous fd if ondemand_id is valid
Baokun Li
1
-6
/
+28
2024-06-21
cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()
Baokun Li
1
-29
/
+16
2024-06-21
cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()
Baokun Li
1
-0
/
+3
2024-06-21
cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
Baokun Li
2
-4
/
+20
2024-06-21
cachefiles: add restore command to recover inflight ondemand read requests
Jia Zhu
3
-0
/
+27
2024-06-21
cachefiles: add spin_lock for cachefiles_ondemand_info
Baokun Li
2
-1
/
+35
2024-06-21
cachefiles: resend an open request if the read request's object is closed
Jia Zhu
2
-29
/
+72
2024-06-21
cachefiles: extract ondemand info field from cachefiles_object
Jia Zhu
3
-11
/
+56
2024-06-21
cachefiles: introduce object ondemand state
Jia Zhu
2
-12
/
+30
2024-06-21
cachefiles: remove requests from xarray during flushing requests
Baokun Li
1
-0
/
+1
2024-06-21
jfs: xattr: fix buffer overflow for invalid xattr
Greg Kroah-Hartman
1
-1
/
+3
2024-06-21
nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors
Ryusuke Konishi
1
-1
/
+1
2024-06-21
nilfs2: return the mapped address from nilfs_get_page()
Matthew Wilcox (Oracle)
1
-30
/
+27
2024-06-21
btrfs: fix leak of qgroup extent records after transaction abort
Filipe Manana
1
-9
/
+1
2024-06-21
btrfs: make btrfs_destroy_delayed_refs() return void
Filipe Manana
1
-6
/
+3
2024-06-21
btrfs: remove unnecessary prototype declarations at disk-io.c
Filipe Manana
1
-9
/
+0
2024-06-21
btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()
Qu Wenruo
1
-1
/
+1
2024-06-16
smb: client: fix deadlock in smb2_find_smb_tcon()
Enzo Matsumiya
1
-1
/
+1
2024-06-16
btrfs: fix crash on racing fsync and size-extending write into prealloc
Omar Sandoval
1
-6
/
+11
2024-06-16
NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS
Anna Schumaker
1
-1
/
+1
2024-06-16
nfs: fix undefined behavior in nfs_block_bits()
Sergey Shtylyov
1
-2
/
+2
2024-06-16
ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()
Baokun Li
1
-1
/
+3
2024-06-16
ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow
Baokun Li
1
-1
/
+1
2024-06-16
9p: add missing locking around taking dentry fid list
Dominique Martinet
1
-2
/
+7
2024-06-16
f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()
Chao Yu
1
-0
/
+6
2024-06-16
nilfs2: fix use-after-free of timer for log writer thread
Ryusuke Konishi
1
-6
/
+19
2024-06-16
afs: Don't cross .backup mountpoint from backup volume
Marc Dionne
1
-0
/
+5
2024-06-12
pNFS/filelayout: fixup pNfs allocation modes
Olga Kornievskaia
1
-2
/
+2
2024-06-12
nfs: keep server info for remounts
Martin Kaiser
1
-3
/
+6
2024-06-12
NFSv4: Fixup smatch warning for ambiguous return
Benjamin Coddington
1
-7
/
+5
2024-06-12
fs/ntfs3: Use variable length array instead of fixed size
Konstantin Komarov
1
-1
/
+1
[prev]
[next]