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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2018-12-08
udf: Allow mounting volumes with incorrect identification strings
Jan Kara
2
-9
/
+21
2018-12-08
btrfs: Always try all copies when reading extent buffers
Nikolay Borisov
1
-9
/
+1
2018-12-08
btrfs: tree-checker: Don't check max block group size as current max chunk si...
Qu Wenruo
1
-5
/
+3
2018-12-08
userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas
Andrea Arcangeli
1
-0
/
+15
2018-12-08
kernfs: Replace strncpy with memcpy
Guenter Roeck
1
-1
/
+1
2018-12-05
f2fs: fix missing up_read
Jaegeuk Kim
1
-1
/
+3
2018-12-05
btrfs: release metadata before running delayed refs
Josef Bacik
1
-3
/
+3
2018-12-05
ext2: fix potential use after free
Pan Bian
1
-1
/
+1
2018-12-05
fs: fix lost error code in dio_complete
Maximilian Heyne
1
-2
/
+2
2018-12-05
btrfs: relocation: set trans to be NULL after ending transaction
Pan Bian
1
-0
/
+1
2018-12-05
Btrfs: ensure path name is null terminated at btrfs_control_ioctl
Filipe Manana
1
-0
/
+1
2018-12-05
xfs: don't fail when converting shortform attr to long form during ATTR_REPLACE
Darrick J. Wong
1
-1
/
+8
2018-12-05
f2fs: fix to do sanity check with cp_pack_start_sum
Chao Yu
2
-4
/
+16
2018-12-05
f2fs: fix to do sanity check with i_extra_isize
Chao Yu
1
-3
/
+15
2018-12-05
f2fs: fix to do sanity check with block address in main area
Chao Yu
7
-11
/
+83
2018-12-05
f2fs: fix to do sanity check with node footer and iblocks
Chao Yu
1
-2
/
+23
2018-12-05
f2fs: fix to do sanity check with user_block_count
Chao Yu
1
-1
/
+12
2018-12-05
f2fs: fix to do sanity check with extra_attr feature
Chao Yu
1
-4
/
+14
2018-12-05
f2fs: Add sanity_check_inode() function
Ben Hutchings
1
-0
/
+11
2018-12-05
f2fs: fix to do sanity check with secs_per_zone
Chao Yu
1
-2
/
+2
2018-12-05
f2fs: introduce and spread verify_blkaddr
Chao Yu
9
-28
/
+61
2018-12-05
f2fs: clean up with is_valid_blkaddr()
Chao Yu
9
-27
/
+25
2018-12-05
f2fs: enhance sanity_check_raw_super() to avoid potential overflow
Jaegeuk Kim
1
-7
/
+64
2018-12-05
f2fs: sanity check on sit entry
Jaegeuk Kim
1
-0
/
+9
2018-12-05
f2fs: check blkaddr more accuratly before issue a bio
Yunlei He
4
-8
/
+25
2018-12-05
btrfs: tree-checker: Fix misleading group system information
Shaokun Zhang
1
-1
/
+1
2018-12-05
btrfs: tree-checker: Check level for leaves and nodes
Qu Wenruo
1
-0
/
+14
2018-12-05
btrfs: Check that each block group has corresponding chunk at mount time
Qu Wenruo
1
-1
/
+27
2018-12-05
btrfs: tree-checker: Detect invalid and empty essential trees
Qu Wenruo
1
-1
/
+14
2018-12-05
btrfs: tree-checker: Verify block_group_item
Qu Wenruo
3
-1
/
+103
2018-12-05
btrfs: tree-check: reduce stack consumption in check_dir_item
David Sterba
1
-1
/
+2
2018-12-05
btrfs: tree-checker: use %zu format string for size_t
Arnd Bergmann
1
-1
/
+1
2018-12-05
btrfs: tree-checker: Add checker for dir item
Qu Wenruo
1
-0
/
+141
2018-12-05
btrfs: tree-checker: Fix false panic for sanity test
Qu Wenruo
3
-8
/
+43
2018-12-05
btrfs: tree-checker: Enhance btrfs_check_node output
Qu Wenruo
1
-7
/
+61
2018-12-05
btrfs: Move leaf and node validation checker to tree-checker.c
Qu Wenruo
4
-282
/
+340
2018-12-05
btrfs: Add checker for EXTENT_CSUM
Qu Wenruo
1
-0
/
+24
2018-12-05
btrfs: Add sanity check for EXTENT_DATA when reading out leaf
Qu Wenruo
1
-0
/
+103
2018-12-05
btrfs: Check if item pointer overlaps with the item itself
Qu Wenruo
1
-0
/
+7
2018-12-05
btrfs: Refactor check_leaf function for later expansion
Qu Wenruo
1
-23
/
+27
2018-12-05
btrfs: Verify that every chunk has corresponding block group at mount time
Qu Wenruo
1
-1
/
+57
2018-12-05
btrfs: validate type when reading a chunk
Gu Jinxiang
1
-0
/
+28
2018-12-05
libceph: add authorizer challenge
Ilya Dryomov
1
-0
/
+11
2018-12-01
namei: allow restricted O_CREAT of FIFOs and regular files
Salvatore Mesoraca
1
-3
/
+50
2018-12-01
gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd
Andrew Price
1
-1
/
+1
2018-12-01
bfs: add sanity check at bfs_fill_super()
Tetsuo Handa
1
-3
/
+6
2018-12-01
v9fs_dir_readdir: fix double-free on p9stat_read error
Dominique Martinet
1
-11
/
+0
2018-11-27
fs/exofs: fix potential memory leak in mount option parsing
Chengguang Xu
1
-1
/
+4
2018-11-27
hfsplus: prevent btree data loss on root split
Ernesto A. Fernández
1
-0
/
+4
2018-11-27
hfs: prevent btree data loss on root split
Ernesto A. Fernández
1
-0
/
+4
[next]