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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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-08-11
exfat: check if filename entries exceeds max filename length
Namjae Jeon
1
-2
/
+7
2023-08-11
f2fs: don't reset unchangable mount option in f2fs_remount()
Chao Yu
1
-12
/
+18
2023-08-11
f2fs: fix to set flush_merge opt and show noflush_merge
Yangtao Li
1
-2
/
+11
2023-08-11
f2fs: fix to do sanity check on direct node in truncate_dnode()
Chao Yu
3
-8
/
+12
2023-08-11
btrfs: remove BUG_ON()'s in add_new_free_space()
Filipe Manana
3
-26
/
+53
2023-08-11
ext2: Drop fragment support
Jan Kara
2
-31
/
+4
2023-08-11
fs: Protect reconfiguration of sb read-write from racing writes
Jan Kara
1
-1
/
+10
2023-08-11
fs/sysv: Null check to prevent null-ptr-deref bug
Prince Kumar Maurya
1
-0
/
+4
2023-08-11
fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()
Tetsuo Handa
1
-2
/
+2
2023-08-11
file: reinstate f_pos locking optimization for regular files
Linus Torvalds
1
-1
/
+17
2023-08-11
open: make RESOLVE_CACHED correctly test for O_TMPFILE
Aleksa Sarai
1
-1
/
+1
2023-08-11
exfat: release s_lock before calling dir_emit()
Sungjong Seo
1
-15
/
+12
2023-08-11
exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree
gaoming
1
-3
/
+3
2023-08-11
ceph: defer stopping mdsc delayed_work
Xiubo Li
3
-2
/
+17
2023-08-11
erofs: fix wrong primary bvec selection on deduplicated extents
Gao Xiang
1
-3
/
+4
2023-08-03
ceph: never send metrics if disable_send_metrics is set
Xiubo Li
1
-1
/
+1
2023-08-03
proc/vmcore: fix signedness bug in read_from_oldmem()
Dan Carpenter
1
-1
/
+1
2023-08-03
nfsd: Remove incorrect check in nfsd4_validate_stateid
Trond Myklebust
1
-2
/
+0
2023-08-03
file: always lock position for FMODE_ATOMIC_POS
Christian Brauner
1
-4
/
+2
2023-08-03
btrfs: check for commit error at btrfs_attach_transaction_barrier()
Filipe Manana
1
-2
/
+7
2023-08-03
btrfs: check if the transaction was aborted at btrfs_wait_for_commit()
Filipe Manana
1
-0
/
+1
2023-08-03
btrfs: account block group tree when calculating global reserve size
Filipe Manana
1
-0
/
+5
2023-08-03
smb3: do not set NTLMSSP_VERSION flag for negotiate not auth request
Steve French
1
-1
/
+3
2023-08-03
btrfs: fix race between quota disable and relocation
Filipe Manana
1
-3
/
+15
2023-08-03
jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint
Zhihao Cheng
1
-15
/
+17
2023-08-03
ovl: fix null pointer dereference in ovl_permission()
Zhihao Cheng
1
-3
/
+2
2023-07-27
jbd2: recheck chechpointing non-dirty buffer
Zhang Yi
1
-73
/
+29
2023-07-27
cifs: fix mid leak during reconnection after timeout threshold
Shyam Prasad N
1
-4
/
+15
2023-07-27
btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_block
Christoph Hellwig
1
-2
/
+4
2023-07-27
FS: JFS: Check for read-only mounted filesystem in txBegin
Immad Mir
1
-0
/
+5
2023-07-27
FS: JFS: Fix null-ptr-deref Read in txBegin
Immad Mir
1
-0
/
+5
2023-07-27
fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev
Yogesh
1
-0
/
+3
2023-07-27
udf: Fix uninitialized array access for some pathnames
Jan Kara
1
-1
/
+1
2023-07-27
ovl: check type and offset of struct vfsmount in ovl_entry
Christian Brauner
1
-0
/
+9
2023-07-27
quota: fix warning in dqgrab()
Ye Bin
1
-1
/
+1
2023-07-27
quota: Properly disable quotas when add_dquot_ref() fails
Jan Kara
1
-1
/
+2
2023-07-27
ext4: correct inline offset when handling xattrs in inode body
Eric Whitney
1
-0
/
+14
2023-07-27
btrfs: fix race between balance and cancel/pause
Josef Bacik
1
-10
/
+4
2023-07-27
fuse: ioctl: translate ENOSYS in outarg
Miklos Szeredi
1
-8
/
+13
2023-07-27
btrfs: zoned: fix memory leak after finding block group with super blocks
Filipe Manana
1
-0
/
+1
2023-07-27
btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand
Josef Bacik
1
-3
/
+11
2023-07-27
fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT
Bernd Schubert
1
-1
/
+4
2023-07-27
fuse: revalidate: don't invalidate if interrupted
Miklos Szeredi
1
-1
/
+1
2023-07-27
btrfs: fix warning when putting transaction with qgroups enabled after abort
Filipe Manana
1
-0
/
+1
2023-07-23
cifs: if deferred close is disabled then close files immediately
Bharath SM
1
-2
/
+2
2023-07-23
ceph: don't let check_caps skip sending responses for revoke msgs
Xiubo Li
1
-0
/
+9
2023-07-23
ceph: fix blindly expanding the readahead windows
Xiubo Li
1
-7
/
+33
2023-07-23
ceph: add a dedicated private data for netfs rreq
Xiubo Li
2
-11
/
+47
2023-07-23
fs: dlm: fix mismatch of plock results from userspace
Alexander Aring
1
-13
/
+45
2023-07-23
fs: dlm: make F_SETLK use unkillable wait_event
Alexander Aring
1
-17
/
+21
[next]