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-08-25
xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*
Darrick J. Wong
1
-1
/
+1
2022-08-25
xfs: revert "xfs: actually bump warning counts when we send warnings"
Eric Sandeen
1
-1
/
+0
2022-08-25
xfs: fix soft lockup via spinning in filestream ag selection loop
Brian Foster
1
-3
/
+4
2022-08-25
xfs: fix overfilling of reserve pool
Darrick J. Wong
1
-7
/
+6
2022-08-25
xfs: always succeed at setting the reserve pool size
Darrick J. Wong
1
-4
/
+5
2022-08-25
xfs: remove infinite loop when reserving free block pool
Darrick J. Wong
1
-30
/
+20
2022-08-25
xfs: reserve quota for target dir expansion when renaming files
Darrick J. Wong
1
-1
/
+32
2022-08-25
xfs: reserve quota for dir expansion when linking/unlinking files
Darrick J. Wong
3
-29
/
+106
2022-08-25
xfs: flush inodegc workqueue tasks before cancel
Brian Foster
1
-18
/
+4
2022-08-25
smb3: check xattr value length earlier
Steve French
1
-2
/
+3
2022-08-25
f2fs: fix to do sanity check on segment type in build_sit_entries()
Chao Yu
1
-0
/
+13
2022-08-25
f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()
Chao Yu
1
-1
/
+5
2022-08-25
ovl: warn if trusted xattr creation fails
Miklos Szeredi
1
-2
/
+5
2022-08-25
ext4: avoid resizing to a partial cluster size
Kiselev, Oleg
1
-0
/
+10
2022-08-25
ext4: avoid remove directory when directory is corrupted
Ye Bin
1
-5
/
+2
2022-08-25
fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()
Dan Carpenter
1
-1
/
+1
2022-08-25
fs/ntfs3: Fix missing i_op in ntfs_read_mft
Konstantin Komarov
1
-0
/
+1
2022-08-25
fs/ntfs3: Do not change mode if ntfs_set_ea failed
Konstantin Komarov
1
-10
/
+10
2022-08-25
fs/ntfs3: Fix double free on remount
Konstantin Komarov
1
-4
/
+4
2022-08-25
fs/ntfs3: Don't clear upper bits accidentally in log_replay()
Dan Carpenter
1
-1
/
+1
2022-08-25
fs/ntfs3: Fix NULL deref in ntfs_update_mftmirr
Pavel Skripkin
1
-1
/
+6
2022-08-25
fs/ntfs3: Fix using uninitialized value n when calling indx_read
Yan Lei
1
-1
/
+1
2022-08-25
ceph: don't leak snap_rwsem in handle_cap_grant
Jeff Layton
1
-14
/
+13
2022-08-25
ceph: use correct index when encoding client supported features
Luís Henriques
2
-8
/
+5
2022-08-25
NFSv4/pnfs: Fix a use-after-free bug in open
Trond Myklebust
1
-5
/
+6
2022-08-25
NFSv4.1: RECLAIM_COMPLETE must handle EACCES
Zhang Xianwei
1
-0
/
+3
2022-08-25
NFSv4: Fix races in the legacy idmapper upcall
Trond Myklebust
1
-22
/
+24
2022-08-25
NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctly
Trond Myklebust
1
-1
/
+0
2022-08-25
NFSv4.1: Don't decrease the value of seq_nr_highest_sent
Trond Myklebust
1
-3
/
+2
2022-08-25
cifs: Fix memory leak on the deferred close
Zhang Xiaoxu
1
-0
/
+6
2022-08-25
btrfs: fix lost error handling when looking up extended ref on log replay
Filipe Manana
1
-1
/
+3
2022-08-25
btrfs: reset RO counter on block group if we fail to relocate
Josef Bacik
1
-1
/
+3
2022-08-25
btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()
Zixuan Fu
1
-1
/
+6
2022-08-21
btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()
Qu Wenruo
1
-13
/
+6
2022-08-21
btrfs: only write the sectors in the vertical stripe which has data stripes
Qu Wenruo
1
-4
/
+51
2022-08-21
ksmbd: fix heap-based overflow in set_ntacl_dacl()
Namjae Jeon
4
-57
/
+119
2022-08-21
ksmbd: prevent out of bound read for SMB2_WRITE
Hyunchul Lee
2
-6
/
+7
2022-08-21
io_uring: use original request task for inflight tracking
Jens Axboe
1
-1
/
+1
2022-08-17
io_uring: mem-account pbuf buckets
Pavel Begunkov
1
-1
/
+2
2022-08-17
ext4: fix race when reusing xattr blocks
Jan Kara
1
-22
/
+45
2022-08-17
ext4: unindent codeblock in ext4_xattr_block_set()
Jan Kara
1
-39
/
+38
2022-08-17
ext4: use kmemdup() to replace kmalloc + memcpy
Shuqi Zhang
1
-2
/
+1
2022-08-17
ext4: remove EA inode entry from mbcache on inode eviction
Jan Kara
3
-16
/
+11
2022-08-17
ext4: make sure ext4_append() always allocates new block
Lukas Czerner
1
-0
/
+16
2022-08-17
ext4: check if directory block is within i_size
Lukas Czerner
1
-0
/
+7
2022-08-17
ext4: fix warning in ext4_iomap_begin as race between bmap and write
Ye Bin
1
-3
/
+9
2022-08-17
ext4: correct the misjudgment in ext4_iget_extra_inode
Baokun Li
1
-2
/
+1
2022-08-17
ext4: correct max_inline_xattr_value_size computing
Baokun Li
1
-0
/
+3
2022-08-17
ext4: fix use-after-free in ext4_xattr_set_entry
Baokun Li
1
-2
/
+4
2022-08-17
ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h
Baokun Li
1
-0
/
+13
[next]