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-04-27
io_uring: fix leaks on IOPOLL and CQE_SKIP
Pavel Begunkov
1
-2
/
+1
2022-04-27
jbd2: fix a potential race while discarding reserved buffers after an abort
Ye Bin
1
-1
/
+3
2022-04-27
ext4: update the cached overhead value in the superblock
Theodore Ts'o
3
-0
/
+19
2022-04-27
ext4: force overhead calculation if the s_overhead_cluster makes no sense
Theodore Ts'o
1
-3
/
+12
2022-04-27
ext4: fix overhead calculation to account for the reserved gdt blocks
Theodore Ts'o
1
-1
/
+3
2022-04-27
ext4: limit length to bitmap_maxbytes - blocksize in punch_hole
Tadeusz Struk
1
-1
/
+10
2022-04-27
ext4: fix use-after-free in ext4_search_dir
Ye Bin
2
-2
/
+6
2022-04-27
ext4: fix symlink file size not match to file content
Ye Bin
1
-1
/
+3
2022-04-27
ext4: fix fallocate to use file_modified to update permissions consistently
Darrick J. Wong
3
-9
/
+32
2022-04-27
cifs: use correct lock type in cifs_reconnect()
Paulo Alcantara
1
-1
/
+8
2022-04-27
cifs: fix NULL ptr dereference in refresh_mounts()
Paulo Alcantara
2
-7
/
+14
2022-04-27
fs: fix acl translation
Christian Brauner
2
-2
/
+14
2022-04-27
io_uring: free iovec if file assignment fails
Jens Axboe
1
-2
/
+6
2022-04-27
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
1
-4
/
+5
2022-04-27
VFS: filename_create(): fix incorrect intent.
NeilBrown
1
-12
/
+10
2022-04-27
stat: fix inconsistency between struct stat and struct compat_stat
Mikulas Patocka
1
-9
/
+10
2022-04-27
cifs: Check the IOCB_DIRECT flag, not O_DIRECT
David Howells
1
-1
/
+1
2022-04-27
gfs2: assign rgrp glock before compute_bitstructs
Bob Peterson
1
-4
/
+5
2022-04-20
io_uring: fix poll error reporting
Pavel Begunkov
1
-3
/
+2
2022-04-20
io_uring: fix poll file assign deadlock
Pavel Begunkov
1
-1
/
+2
2022-04-20
io_uring: use right issue_flags for splice/tee
Pavel Begunkov
1
-2
/
+2
2022-04-20
btrfs: mark resumed async balance as writing
Naohiro Aota
1
-0
/
+2
2022-04-20
btrfs: fix root ref counts in error handling in btrfs_get_root_ref
Jia-Ju Bai
1
-2
/
+3
2022-04-20
btrfs: zoned: activate block group only for extent allocation
Naohiro Aota
3
-9
/
+21
2022-04-20
cifs: verify that tcon is valid before dereference in cifs_kill_sb
Ronnie Sahlberg
1
-3
/
+3
2022-04-20
revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"
Andrew Morton
1
-2
/
+2
2022-04-20
revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"
Andrew Morton
1
-1
/
+1
2022-04-20
io_uring: use nospec annotation for more indexes
Pavel Begunkov
1
-6
/
+5
2022-04-20
io_uring: zero tag on rsrc removal
Pavel Begunkov
1
-1
/
+3
2022-04-20
btrfs: do not warn for free space inode in cow_file_range
Josef Bacik
1
-1
/
+0
2022-04-20
btrfs: fix fallocate to use file_modified to update permissions consistently
Darrick J. Wong
1
-2
/
+11
2022-04-20
io_uring: abort file assignment prior to assigning creds
Jens Axboe
1
-2
/
+3
2022-04-20
cifs: potential buffer overflow in handling symlinks
Harshit Mogalapalli
1
-0
/
+3
2022-04-20
io_uring: verify pad field is 0 in io_get_ext_arg
Dylan Yudaken
1
-0
/
+2
2022-04-20
io_uring: verify that resv2 is 0 in io_uring_rsrc_update2
Dylan Yudaken
1
-2
/
+3
2022-04-20
io_uring: move io_uring_rsrc_update2 validation
Dylan Yudaken
1
-2
/
+2
2022-04-20
io_uring: fix assign file locking issue
Pavel Begunkov
1
-4
/
+6
2022-04-20
io_uring: stop using io_wq_work as an fd placeholder
Jens Axboe
2
-5
/
+8
2022-04-20
io_uring: flag the fact that linked file assignment is sane
Jens Axboe
1
-1
/
+2
2022-04-20
cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattr
Dave Wysochanski
1
-1
/
+1
2022-04-20
cachefiles: unmark inode in use in error path
Jeffle Xu
1
-9
/
+24
2022-04-20
cifs: release cached dentries only if mount is complete
Shyam Prasad N
1
-13
/
+15
2022-04-20
nfsd: Fix a write performance regression
Trond Myklebust
1
-3
/
+15
2022-04-20
btrfs: return allocated block group from do_chunk_alloc()
Naohiro Aota
1
-3
/
+13
2022-04-20
btrfs: fix btrfs_submit_compressed_write cgroup attribution
Dennis Zhou
1
-0
/
+8
2022-04-20
btrfs: release correct delalloc amount in direct IO write path
Naohiro Aota
1
-3
/
+3
2022-04-20
btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()
Nathan Chancellor
1
-4
/
+0
2022-04-20
btrfs: remove no longer used counter when reading data page
Filipe Manana
1
-4
/
+1
2022-04-13
io_uring: drop the old style inflight file tracking
Jens Axboe
1
-58
/
+27
2022-04-13
io_uring: defer file assignment
Jens Axboe
2
-10
/
+30
[next]