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
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-02
fuse: lock inode unconditionally in fuse_fallocate()
Miklos Szeredi
1
-20
/
+16
2022-12-02
btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()
Zhen Lei
1
-2
/
+5
2022-12-02
btrfs: free btrfs_path before copying subvol info to userspace
Anand Jain
1
-0
/
+2
2022-12-02
btrfs: free btrfs_path before copying fspath to userspace
Anand Jain
1
-0
/
+2
2022-12-02
btrfs: free btrfs_path before copying root refs to userspace
Josef Bacik
1
-1
/
+2
2022-12-02
zonefs: fix zone report size in __zonefs_io_error()
Damien Le Moal
1
-10
/
+27
2022-12-02
nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty
Chen Zhongjin
1
-0
/
+8
2022-12-02
ceph: fix NULL pointer dereference for req->r_session
Xiubo Li
1
-36
/
+12
2022-12-02
ceph: Use kcalloc for allocating multiple elements
Kenneth Lee
1
-1
/
+1
2022-12-02
ceph: fix possible NULL pointer dereference for req->r_session
Xiubo Li
1
-0
/
+4
2022-12-02
ceph: put the requests/sessions when it fails to alloc memory
Xiubo Li
1
-18
/
+37
2022-12-02
ceph: fix off by one bugs in unsafe_request_wait()
Dan Carpenter
1
-2
/
+2
2022-12-02
ceph: flush the mdlog before waiting on unsafe reqs
Xiubo Li
1
-0
/
+76
2022-12-02
ceph: flush mdlog before umounting
Xiubo Li
3
-0
/
+27
2022-12-02
ceph: make iterate_sessions a global symbol
Xiubo Li
3
-42
/
+36
2022-12-02
ceph: make ceph_create_session_msg a global symbol
Xiubo Li
2
-7
/
+10
2022-12-02
ext4: fix use-after-free in ext4_ext_shift_extents
Baokun Li
1
-5
/
+13
2022-12-02
ceph: avoid putting the realm twice when decoding snaps fails
Xiubo Li
1
-1
/
+2
2022-12-02
ceph: do not update snapshot context when there is no new snapshot
Xiubo Li
1
-9
/
+19
2022-11-25
ntfs: check overflow when iterating ATTR_RECORDs
Hawkins Jiawei
1
-0
/
+8
2022-11-25
ntfs: fix out-of-bounds read in ntfs_attr_find()
Hawkins Jiawei
1
-4
/
+16
2022-11-25
ntfs: fix use-after-free in ntfs_attr_find()
Hawkins Jiawei
1
-0
/
+7
2022-11-25
mm: fs: initialize fsdata passed to write_begin/write_end interface
Alexander Potapenko
2
-3
/
+3
2022-11-25
gfs2: Switch from strlcpy to strscpy
Andreas Gruenbacher
1
-5
/
+7
2022-11-25
gfs2: Check sb_bsize_shift after reading superblock
Andrew Price
1
-1
/
+4
2022-11-25
cifs: add check for returning value of SMB2_set_info_init
Anastasia Belova
1
-0
/
+2
2022-11-25
cifs: Fix wrong return value checking when GETFLAGS
Zhang Xiaoxu
1
-2
/
+2
2022-11-25
cifs: add check for returning value of SMB2_close_init
Anastasia Belova
1
-0
/
+2
2022-11-25
btrfs: remove pointless and double ulist frees in error paths of qgroup tests
Filipe Manana
1
-12
/
+4
2022-11-25
NFSv4: Retry LOCK on OLD_STATEID during delegation return
Benjamin Coddington
1
-2
/
+4
2022-11-16
io_uring: kill goto error handling in io_sqpoll_wait_sq()
Jens Axboe
1
-2
/
+1
2022-11-16
udf: Fix a slab-out-of-bounds write bug in udf_find_entry()
ZhangPeng
1
-1
/
+1
2022-11-16
btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()
Zhang Xiaoxu
1
-1
/
+1
2022-11-16
nilfs2: fix use-after-free bug of ns_writer on remount
Ryusuke Konishi
2
-9
/
+8
2022-11-16
nilfs2: fix deadlock in nilfs_count_free_blocks()
Ryusuke Konishi
1
-2
/
+0
2022-11-16
fuse: fix readdir cache race
Miklos Szeredi
1
-1
/
+9
2022-11-10
ext4,f2fs: fix readahead of verity data
Matthew Wilcox (Oracle)
2
-2
/
+4
2022-11-10
ext4: fix BUG_ON() when directory entry has invalid rec_len
Luís Henriques
1
-1
/
+9
2022-11-10
ext4: fix warning in 'ext4_da_release_space'
Ye Bin
1
-1
/
+2
2022-11-10
fuse: add file_modified() to fallocate
Miklos Szeredi
1
-0
/
+4
2022-11-10
btrfs: fix type of parameter generation in btrfs_get_dentry
David Sterba
2
-2
/
+2
2022-11-10
fscrypt: fix keyring memory leak on mount failure
Eric Biggers
2
-7
/
+13
2022-11-10
fscrypt: stop using keyrings subsystem for fscrypt_master_key
Eric Biggers
6
-308
/
+350
2022-11-10
fscrypt: simplify master key locking
Eric Biggers
4
-34
/
+21
2022-11-10
btrfs: fix ulist leaks in error paths of qgroup self tests
Filipe Manana
1
-5
/
+15
2022-11-10
btrfs: fix inode list leak during backref walking at find_parent_nodes()
Filipe Manana
1
-1
/
+17
2022-11-10
btrfs: fix inode list leak during backref walking at resolve_indirect_refs()
Filipe Manana
1
-19
/
+17
2022-11-10
nfs4: Fix kmemleak when allocate slot failed
Zhang Xiaoxu
1
-0
/
+1
2022-11-10
NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot
Trond Myklebust
1
-0
/
+1
2022-11-10
NFSv4.1: Handle RECLAIM_COMPLETE trunking errors
Trond Myklebust
1
-0
/
+1
[next]