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
2024-03-01
afs: Increase buffer size in afs_update_volume_status()
Daniil Dulov
1
-2
/
+2
2024-03-01
smb3: add missing null server pointer check
Steve French
1
-1
/
+1
2024-03-01
erofs: fix refcount on the metabuf used for inode lookup
Sandeep Dhavale
1
-14
/
+14
2024-03-01
cachefiles: fix memory leak in cachefiles_add_cache()
Baokun Li
2
-0
/
+3
2024-03-01
fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio
Bart Van Assche
1
-1
/
+8
2024-03-01
btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size
Qu Wenruo
1
-1
/
+1
2024-03-01
smb3: clarify mount warning
Steve French
1
-1
/
+1
2024-03-01
cifs: handle cases where multiple sessions share connection
Shyam Prasad N
2
-1
/
+6
2024-03-01
cifs: change tcon status when need_reconnect is set on it
Shyam Prasad N
3
-1
/
+14
2024-03-01
smb: client: set correct d_type for reparse points under DFS mounts
Paulo Alcantara
2
-7
/
+14
2024-03-01
ceph: always check dir caps asynchronously
Xiubo Li
4
-14
/
+5
2024-03-01
fs/ntfs3: Fix oob in ntfs_listxattr
Edward Adam Davis
1
-0
/
+3
2024-03-01
fs/ntfs3: Update inode->i_size after success write into compressed file
Konstantin Komarov
1
-0
/
+2
2024-03-01
fs/ntfs3: Fixed overflow check in mi_enum_attr()
Konstantin Komarov
1
-1
/
+1
2024-03-01
fs/ntfs3: Correct function is_rst_area_valid
Konstantin Komarov
1
-6
/
+8
2024-03-01
fs/ntfs3: Use i_size_read and i_size_write
Konstantin Komarov
6
-18
/
+19
2024-03-01
fs/ntfs3: Prevent generic message "attempt to access beyond end of device"
Konstantin Komarov
2
-13
/
+25
2024-03-01
fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cache
Ism Hong
1
-1
/
+1
2024-03-01
fs/ntfs3: Use kvfree to free memory allocated by kvmalloc
Konstantin Komarov
4
-7
/
+7
2024-03-01
fs/ntfs3: Disable ATTR_LIST_ENTRY size check
Konstantin Komarov
2
-6
/
+4
2024-03-01
fs/ntfs3: Fix c/mtime typo
Konstantin Komarov
1
-1
/
+1
2024-03-01
fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()
Konstantin Komarov
1
-8
/
+12
2024-03-01
fs/ntfs3: Add and fix comments
Konstantin Komarov
4
-4
/
+6
2024-03-01
fs/ntfs3: ntfs3_forced_shutdown use int instead of bool
Konstantin Komarov
3
-5
/
+6
2024-03-01
fs/ntfs3: Implement super_operations::shutdown
Konstantin Komarov
7
-3
/
+75
2024-03-01
fs/ntfs3: Drop suid and sgid bits as a part of fpunch
Konstantin Komarov
1
-0
/
+9
2024-03-01
fs/ntfs3: Add file_modified
Konstantin Komarov
1
-0
/
+13
2024-03-01
fs/ntfs3: Correct use bh_read
Konstantin Komarov
2
-14
/
+12
2024-03-01
fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"
Konstantin Komarov
1
-1
/
+1
2024-03-01
fs/ntfs3: Fix multithreaded stress test
Konstantin Komarov
1
-7
/
+14
2024-03-01
fs/ntfs3: Reduce stack usage
Konstantin Komarov
1
-120
/
+98
2024-03-01
fs/ntfs3: Print warning while fixing hard links count
Konstantin Komarov
1
-1
/
+1
2024-03-01
fs/ntfs3: Correct hard links updating when dealing with DOS names
Konstantin Komarov
1
-2
/
+14
2024-03-01
fs/ntfs3: Improve ntfs_dir_count
Konstantin Komarov
1
-7
/
+3
2024-03-01
fs/ntfs3: Modified fix directory element type detection
Konstantin Komarov
1
-5
/
+25
2024-03-01
fs/ntfs3: Improve alternative boot processing
Konstantin Komarov
1
-18
/
+17
2024-03-01
ext4: correct the hole length returned by ext4_map_blocks()
Zhang Yi
1
-41
/
+70
2024-03-01
smb: client: increase number of PDUs allowed in a compound request
Paulo Alcantara
2
-3
/
+3
2024-03-01
cifs: do not search for channel if server is terminating
Shyam Prasad N
2
-1
/
+5
2024-03-01
cifs: make sure that channel scaling is done only once
Shyam Prasad N
2
-1
/
+20
2024-03-01
ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
Baokun Li
1
-5
/
+4
2024-03-01
ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
Baokun Li
1
-0
/
+4
2024-03-01
ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...
Baokun Li
1
-1
/
+1
2024-03-01
cifs: helper function to check replayable error codes
Shyam Prasad N
2
-0
/
+8
2024-03-01
cifs: translate network errors on send to -ECONNABORTED
Shyam Prasad N
1
-2
/
+9
2024-03-01
cifs: cifs_pick_channel should try selecting active channels
Shyam Prasad N
1
-0
/
+3
2024-03-01
smb: Work around Clang __bdos() type confusion
Kees Cook
1
-1
/
+1
2024-03-01
cifs: open_cached_dir should not rely on primary channel
Shyam Prasad N
1
-1
/
+1
2024-02-23
nilfs2: fix potential bug in end_buffer_async_write
Ryusuke Konishi
1
-3
/
+5
2024-02-23
nfsd: don't take fi_lock in nfsd_break_deleg_cb()
NeilBrown
1
-6
/
+5
[next]