index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-13
exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()
Yuezhang Mo
1
-13
/
+4
2022-12-13
exfat: fix overflow in sector and cluster conversion
Yuezhang Mo
1
-1
/
+1
2022-12-12
exfat: remove i_size_write() from __exfat_truncate()
Yuezhang Mo
3
-7
/
+5
2022-12-12
exfat: remove argument 'size' from exfat_truncate()
Yuezhang Mo
3
-4
/
+4
2022-12-12
exfat: remove unnecessary arguments from exfat_find_dir_entry()
Yuezhang Mo
3
-15
/
+10
2022-12-12
exfat: remove unneeded codes from __exfat_rename()
Yuezhang Mo
1
-8
/
+1
2022-12-12
exfat: remove call ilog2() from exfat_readdir()
Yuezhang Mo
2
-7
/
+12
2022-12-12
exfat: replace magic numbers with Macros
Yuezhang Mo
3
-10
/
+10
2022-12-12
exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()
Yuezhang Mo
4
-11
/
+11
2022-12-12
exfat: move exfat_entry_set_cache from heap to stack
Yuezhang Mo
4
-35
/
+29
2022-12-12
exfat: support dynamic allocate bh for exfat_entry_set_cache
Yuezhang Mo
2
-1
/
+19
2022-12-12
exfat: reduce the size of exfat_entry_set_cache
Yuezhang Mo
1
-4
/
+21
2022-12-12
exfat: hint the empty entry which at the end of cluster chain
Yuezhang Mo
2
-16
/
+43
2022-12-12
exfat: simplify empty entry hint
Yuezhang Mo
1
-27
/
+31
2022-12-07
fscache: Fix oops due to race with cookie_lru and use_cookie
Dave Wysochanski
1
-0
/
+8
2022-12-02
Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+7
2022-11-30
nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()
ZhangPeng
1
-0
/
+7
2022-11-30
afs: Fix server->active leak in afs_put_server
Marc Dionne
1
-1
/
+1
2022-11-28
afs: Fix fileserver probe RTT handling
David Howells
1
-2
/
+2
2022-11-28
Merge tag 'fuse-fixes-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-21
/
+16
2022-11-27
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-9
/
+20
2022-11-27
Merge tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-3
/
+5
2022-11-26
Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-3
/
+4
2022-11-25
Merge tag 'zonefs-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2
-8
/
+21
2022-11-25
Merge tag 'for-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-35
/
+132
2022-11-25
Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-1
/
+9
2022-11-25
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-2
/
+12
2022-11-25
zonefs: Fix active zone accounting
Damien Le Moal
2
-2
/
+15
2022-11-25
vfs: fix copy_file_range() averts filesystem freeze protection
Amir Goldstein
3
-9
/
+20
2022-11-24
Merge tag 'ext4_for_linus_stable2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-16
/
+32
2022-11-23
NFSD: Fix reads with a non-zero offset that don't end on a page boundary
Chuck Lever
1
-3
/
+4
2022-11-23
fscache: fix OOB Read in __fscache_acquire_volume
David Howells
1
-2
/
+5
2022-11-23
btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()
Zhen Lei
1
-2
/
+5
2022-11-23
btrfs: do not modify log tree while holding a leaf from fs tree locked
Filipe Manana
1
-4
/
+55
2022-11-23
btrfs: use kvcalloc in btrfs_get_dev_zone_info
Christoph Hellwig
1
-3
/
+3
2022-11-23
fuse: lock inode unconditionally in fuse_fallocate()
Miklos Szeredi
1
-21
/
+16
2022-11-22
nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty
Chen Zhongjin
1
-0
/
+8
2022-11-22
proc/meminfo: fix spacing in SecPageTables
Yosry Ahmed
1
-1
/
+1
2022-11-22
fs: do not update freeing inode i_io_list
Svyatoslav Feldsherov
1
-11
/
+19
2022-11-22
zonefs: Fix race between modprobe and mount
Zhang Xiaoxu
1
-6
/
+6
2022-11-21
cifs: fix missing unlock in cifs_file_copychunk_range()
ChenXiaoSong
1
-1
/
+3
2022-11-21
btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()
ChenXiaoSong
1
-8
/
+1
2022-11-21
btrfs: send: avoid unaligned encoded writes when attempting to clone range
Filipe Manana
1
-1
/
+23
2022-11-21
btrfs: zoned: fix missing endianness conversion in sb_write_pointer
Christoph Hellwig
1
-1
/
+2
2022-11-19
cifs: Use after free in debug code
Dan Carpenter
1
-2
/
+2
2022-11-19
Merge tag '6.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-5
/
+17
2022-11-19
vfs: vfs_tmpfile: ensure O_EXCL flag is enforced
Peter Griffin
1
-1
/
+2
2022-11-18
Merge tag 'zonefs-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2
-15
/
+27
2022-11-18
Merge tag 'driver-core-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+12
2022-11-17
Merge tag 'ceph-for-6.1-rc6' of https://github.com/ceph/ceph-client
Linus Torvalds
3
-38
/
+15
[next]