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-10-22
nilfs2: propagate directory read errors from nilfs_find_entry()
Ryusuke Konishi
3
-37
/
+54
2024-10-22
fat: fix uninitialized variable
OGAWA Hirofumi
1
-1
/
+1
2024-10-22
udf: Fix bogus checksum computation in udf_rename()
Jan Kara
1
-2
/
+0
2024-10-22
udf: Don't return bh from udf_expand_dir_adinicb()
Jan Kara
1
-20
/
+13
2024-10-22
udf: Handle error when expanding directory
Jan Kara
1
-1
/
+6
2024-10-22
udf: Remove old directory iteration code
Jan Kara
3
-705
/
+0
2024-10-22
udf: Convert udf_link() to new directory iteration code
Jan Kara
1
-14
/
+8
2024-10-22
udf: Convert udf_mkdir() to new directory iteration code
Jan Kara
1
-27
/
+21
2024-10-22
udf: Convert udf_add_nondir() to new directory iteration
Jan Kara
1
-11
/
+8
2024-10-22
udf: Implement adding of dir entries using new iteration code
Jan Kara
3
-0
/
+169
2024-10-22
udf: Convert udf_unlink() to new directory iteration code
Jan Kara
1
-23
/
+10
2024-10-22
udf: Convert udf_rmdir() to new directory iteration code
Jan Kara
1
-21
/
+11
2024-10-22
udf: Convert empty_dir() to new directory iteration code
Jan Kara
1
-59
/
+9
2024-10-22
udf: Convert udf_get_parent() to new directory iteration code
Jan Kara
1
-9
/
+7
2024-10-22
udf: Convert udf_lookup() to use new directory iteration code
Jan Kara
1
-11
/
+8
2024-10-22
udf: Convert udf_readdir() to new directory iteration
Jan Kara
1
-121
/
+27
2024-10-22
udf: Convert udf_rename() to new directory iteration code
Jan Kara
1
-87
/
+78
2024-10-22
udf: Provide function to mark entry as deleted using new directory iteration ...
Jan Kara
1
-0
/
+10
2024-10-22
udf: Implement searching for directory entry using new iteration code
Jan Kara
1
-0
/
+67
2024-10-22
udf: Move udf_expand_dir_adinicb() to its callsite
Jan Kara
3
-84
/
+82
2024-10-22
udf: Convert udf_expand_dir_adinicb() to new directory iteration
Jan Kara
1
-37
/
+29
2024-10-22
udf: New directory iteration code
Jan Kara
2
-0
/
+418
2024-10-17
ext4: fix warning in ext4_dio_write_end_io()
Jan Kara
1
-6
/
+8
2024-10-17
NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()
Yanjun Zhang
3
-2
/
+3
2024-10-17
SUNRPC: Fix integer overflow in decode_rc_list()
Dan Carpenter
1
-0
/
+2
2024-10-17
NFSD: Mark filecache "down" if init fails
Chuck Lever
1
-1
/
+3
2024-10-17
ext4: nested locking for xattr inode
Wojciech Gładysz
1
-2
/
+2
2024-10-17
ext4: don't set SB_RDONLY after filesystem errors
Jan Kara
1
-4
/
+5
2024-10-17
fs/ntfs3: Refactor enum_rstbl to suppress static checker
Konstantin Komarov
1
-2
/
+17
2024-10-17
unicode: Don't special case ignorable code points
Gabriel Krisman Bertazi
2
-3427
/
+3346
2024-10-17
9p: add missing locking around taking dentry fid list
Dominique Martinet
1
-2
/
+7
2024-10-17
ext4: fix inode tree inconsistency caused by ENOMEM
zhanchengbin
1
-1
/
+1
2024-10-17
ext4: dax: fix overflowing extents beyond inode size when partially writing
Zhihao Cheng
1
-4
/
+4
2024-10-17
ext4: properly sync file size update after O_SYNC direct IO
Jan Kara
1
-88
/
+65
2024-10-17
close_range(): fix the logics in descriptor table trimming
Al Viro
1
-61
/
+34
2024-10-17
btrfs: wait for fixup workers before stopping cleaner kthread during umount
Filipe Manana
1
-0
/
+11
2024-10-17
btrfs: fix a NULL pointer dereference when failed to start a new trasacntion
Qu Wenruo
1
-1
/
+1
2024-10-17
NFSD: Fix NFSv4's PUTPUBFH operation
Chuck Lever
1
-9
/
+1
2024-10-17
nfsd: map the EBADMSG to nfserr_io to avoid warning
Li Lingfeng
1
-0
/
+1
2024-10-17
nfsd: fix delegation_blocked() to block correctly for at least 30 seconds
NeilBrown
1
-2
/
+3
2024-10-17
exfat: fix memory leak in exfat_load_bitmap()
Yuezhang Mo
1
-5
/
+5
2024-10-17
ext4: mark fc as ineligible using an handle in ext4_xattr_set()
Luis Henriques (SUSE)
1
-1
/
+2
2024-10-17
ext4: use handle to mark fc as ineligible in __track_dentry_update()
Luis Henriques (SUSE)
1
-8
/
+11
2024-10-17
ext4: fix fast commit inode enqueueing during a full journal commit
Luis Henriques (SUSE)
2
-2
/
+15
2024-10-17
ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()
Luis Henriques (SUSE)
1
-2
/
+5
2024-10-17
ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
Luis Henriques (SUSE)
1
-4
/
+7
2024-10-17
ext4: update orig_path in ext4_find_extent()
Baokun Li
2
-2
/
+2
2024-10-17
ext4: fix double brelse() the buffer of the extents path
Baokun Li
1
-0
/
+1
2024-10-17
ext4: aovid use-after-free in ext4_ext_insert_extent()
Baokun Li
1
-0
/
+1
2024-10-17
ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-free
Baokun Li
1
-11
/
+10
[next]