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
*
afs: Fix refcount underflow from error handling race
David Howells
2023-12-20
1
-1
/
+1
*
ksmbd: fix memory leak in smb2_lock()
Zizhi Wo
2023-12-20
1
-0
/
+1
*
ext4: fix warning in ext4_dio_write_end_io()
Jan Kara
2023-12-20
1
-6
/
+8
*
cifs: Fix flushing, invalidation and file size with FICLONE
David Howells
2023-12-13
1
-11
/
+57
*
cifs: Fix flushing, invalidation and file size with copy_file_range()
David Howells
2023-12-13
1
-3
/
+99
*
smb: client: fix potential NULL deref in parse_dfs_referrals()
Paulo Alcantara
2023-12-13
1
-0
/
+2
*
cifs: Fix non-availability of dedup breaking generic/304
David Howells
2023-12-13
1
-1
/
+3
*
nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()
Ryusuke Konishi
2023-12-13
1
-7
/
+35
*
nilfs2: fix missing error check for sb_set_blocksize call
Ryusuke Konishi
2023-12-13
1
-1
/
+5
*
btrfs: fix 64bit compat send ioctl arguments not initializing version member
David Sterba
2023-12-08
1
-0
/
+1
*
btrfs: free the allocated memory if btrfs_alloc_page_array() fails
Qu Wenruo
2023-12-08
1
-3
/
+8
*
btrfs: make error messages more clear when getting a chunk map
Filipe Manana
2023-12-08
1
-3
/
+4
*
btrfs: send: ensure send_fd is writable
Jann Horn
2023-12-08
1
-1
/
+1
*
btrfs: fix off-by-one when checking chunk map includes logical address
Filipe Manana
2023-12-08
1
-1
/
+1
*
btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()
Bragatheswaran Manickavel
2023-12-08
1
-0
/
+2
*
btrfs: add dmesg output for first mount and last unmount of a filesystem
Qu Wenruo
2023-12-08
2
-1
/
+5
*
ext2: Fix ki_pos update for DIO buffered-io fallback case
Ritesh Harjani (IBM)
2023-12-08
1
-1
/
+0
*
ksmbd: fix possible deadlock in smb2_open
Namjae Jeon
2023-12-08
5
-59
/
+75
*
smb: client: report correct st_size for SMB and NFS symlinks
Paulo Alcantara
2023-12-08
1
-0
/
+2
*
smb: client: fix missing mode bits for SMB symlinks
Paulo Alcantara
2023-12-08
1
-1
/
+1
*
cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF moved
David Howells
2023-12-08
1
-0
/
+3
*
cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved
David Howells
2023-12-08
1
-2
/
+8
*
cifs: fix leak of iface for primary channel
Shyam Prasad N
2023-12-03
1
-0
/
+6
*
cifs: account for primary channel in the interface list
Shyam Prasad N
2023-12-03
2
-0
/
+34
*
cifs: distribute channels across interfaces based on speed
Shyam Prasad N
2023-12-03
3
-14
/
+88
*
afs: Fix file locking on R/O volumes to operate in local mode
David Howells
2023-12-03
1
-0
/
+2
*
afs: Return ENOENT if no cell DNS record can be found
David Howells
2023-12-03
1
-0
/
+10
*
libfs: getdents() should return 0 after reaching EOD
Chuck Lever
2023-12-03
1
-3
/
+11
*
filemap: add a per-mapping stable writes flag
Christoph Hellwig
2023-12-03
1
-0
/
+2
*
fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
Stefan Berger
2023-12-03
4
-8
/
+28
*
afs: Make error on cell lookup failure consistent with OpenAFS
David Howells
2023-12-03
1
-2
/
+2
*
afs: Fix afs_server_list to be cleaned up with RCU
David Howells
2023-12-03
2
-1
/
+2
*
NFSD: Fix checksum mismatches in the duplicate reply cache
Chuck Lever
2023-12-03
3
-24
/
+54
*
NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()
Chuck Lever
2023-12-03
1
-1
/
+3
*
ext4: fix racy may inline data check in dio write
Brian Foster
2023-11-28
1
-7
/
+9
*
ext4: properly sync file size update after O_SYNC direct IO
Jan Kara
2023-11-28
1
-88
/
+65
*
ext4: add missed brelse in update_backups
Kemeng Shi
2023-11-28
1
-1
/
+3
*
ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks
Kemeng Shi
2023-11-28
1
-7
/
+2
*
ext4: correct the start block of counting reserved clusters
Zhang Yi
2023-11-28
1
-2
/
+2
*
ext4: correct return value of ext4_convert_meta_bg
Kemeng Shi
2023-11-28
1
-3
/
+1
*
ext4: mark buffer new if it is unwritten to avoid stale data exposure
Ojaswin Mujoo
2023-11-28
1
-1
/
+13
*
ext4: correct offset of gdb backup in non meta_bg group to update_backups
Kemeng Shi
2023-11-28
1
-2
/
+4
*
ext4: apply umask if ACL support is disabled
Max Kellermann
2023-11-28
1
-0
/
+5
*
ext4: make sure allocate pending entry not fail
Zhang Yi
2023-11-28
1
-34
/
+89
*
ext4: no need to generate from free list in mballoc
Wang Jianjian
2023-11-28
1
-33
/
+6
*
ext4: fix race between writepages and remount
Baokun Li
2023-11-28
2
-1
/
+16
*
NFSD: Update nfsd_cache_append() to use xdr_stream
Chuck Lever
2023-11-28
1
-15
/
+8
*
nfsd: fix file memleak on client_opens_release
Mahmoud Adam
2023-11-28
1
-1
/
+1
*
f2fs: split initial and dynamic conditions for extent_cache
Jaegeuk Kim
2023-11-28
1
-32
/
+21
*
f2fs: avoid format-overflow warning
Su Hui
2023-11-28
1
-1
/
+1
[next]