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
2023-07-23
smb: client: Fix -Wstringop-overflow issues
Gustavo A. R. Silva
1
-1
/
+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 missing pending to false
Alexander Aring
1
-0
/
+1
2023-07-23
fs: dlm: clear pending bit when queue was empty
Alexander Aring
1
-3
/
+5
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
2023-07-23
fs: dlm: interrupt posix locks only when process is killed
Alexander Aring
1
-1
/
+1
2023-07-23
fs: dlm: fix cleanup pending ops when interrupted
Alexander Aring
1
-19
/
+6
2023-07-23
fs: dlm: return positive pid value for F_GETLK
Alexander Aring
1
-1
/
+3
2023-07-23
jfs: jfs_dmap: Validate db_l2nbperpage while mounting
Siddh Raman Pant
2
-0
/
+8
2023-07-23
ext2/dax: Fix ext2_setsize when len is page aligned
Ritesh Harjani (IBM)
1
-3
/
+2
2023-07-23
fs: dlm: revert check required context while close
Alexander Aring
3
-16
/
+0
2023-07-23
ext4: only update i_reserved_data_blocks on successful block allocation
Baokun Li
2
-10
/
+8
2023-07-23
ext4: turn quotas off if mount failed after enabling quotas
Baokun Li
1
-2
/
+4
2023-07-23
ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
Chao Yu
1
-1
/
+4
2023-07-23
ext4: avoid updating the superblock on a r/o mount if not needed
Theodore Ts'o
1
-2
/
+10
2023-07-23
ext4: fix wrong unit use in ext4_mb_new_blocks
Kemeng Shi
1
-1
/
+1
2023-07-23
ext4: get block from bh in ext4_free_blocks for fast commit replay
Kemeng Shi
1
-6
/
+7
2023-07-23
ext4: fix wrong unit use in ext4_mb_clear_bb
Kemeng Shi
1
-2
/
+2
2023-07-23
ext4: Fix reusing stale buffer heads from last failed mounting
Zhihao Cheng
1
-6
/
+7
2023-07-23
f2fs: fix deadlock in i_xattr_sem and inode page lock
Jaegeuk Kim
2
-3
/
+12
2023-07-23
f2fs: don't reset unchangable mount option in f2fs_remount()
Chao Yu
1
-12
/
+18
2023-07-23
smb: client: fix parsing of source mount option
Paulo Alcantara
5
-56
/
+80
2023-07-23
cifs: fix session state check in smb2_find_smb_ses
Winston Wen
1
-0
/
+7
2023-07-23
smb: client: improve DFS mount check
Paulo Alcantara
1
-2
/
+3
2023-07-23
erofs: fix fsdax unavailability for chunk-based regular files
Xin Yin
1
-1
/
+2
2023-07-23
erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF
Chunhai Guo
1
-1
/
+1
2023-07-23
erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...
Chunhai Guo
1
-1
/
+1
2023-07-23
ksmbd: fix out of bounds read in smb2_sess_setup
Namjae Jeon
1
-14
/
+17
2023-07-23
ksmbd: add missing compound request handing in some commands
Namjae Jeon
1
-25
/
+53
2023-07-19
ovl: fix null pointer dereference in ovl_get_acl_rcu()
Zhihao Cheng
1
-6
/
+6
2023-07-19
ovl: let helper ovl_i_path_real() return the realinode
Zhihao Cheng
2
-4
/
+5
2023-07-19
ovl: fix null pointer dereference in ovl_permission()
Zhihao Cheng
1
-3
/
+2
2023-07-19
fs: no need to check source
Jan Kara
1
-2
/
+1
2023-07-19
btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()
Filipe Manana
1
-2
/
+7
2023-07-19
btrfs: fix extent buffer leak after tree mod log failure at split_node()
Filipe Manana
1
-0
/
+2
2023-07-19
btrfs: add missing error handling when logging operation while COWing extent ...
Filipe Manana
1
-2
/
+8
2023-07-19
btrfs: fix race when deleting quota root from the dirty cow roots list
Filipe Manana
1
-0
/
+2
2023-07-19
btrfs: reinsert BGs failed to reclaim
Naohiro Aota
1
-0
/
+2
2023-07-19
btrfs: add block-group tree to lockdep classes
David Sterba
1
-2
/
+3
2023-07-19
btrfs: bail out reclaim process if filesystem is read-only
Naohiro Aota
1
-2
/
+9
2023-07-19
btrfs: delete unused BGs while reclaiming BGs
Naohiro Aota
1
-0
/
+14
2023-07-19
btrfs: warn on invalid slot in tree mod log rewind
Boris Burkov
1
-0
/
+42
2023-07-19
btrfs: insert tree mod log move in push_node_left
Boris Burkov
2
-13
/
+71
2023-07-19
btrfs: fix dirty_metadata_bytes for redirtied buffers
Christoph Hellwig
3
-10
/
+6
2023-07-19
btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile
Matt Corallo
1
-1
/
+8
2023-07-19
fs: Lock moved directories
Jan Kara
1
-8
/
+14
[next]