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-12-13
nilfs2: fix missing error check for sb_set_blocksize call
Ryusuke Konishi
1
-1
/
+5
2023-12-13
nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()
Ryusuke Konishi
1
-7
/
+35
2023-12-08
ovl: skip overlayfs superblocks at global sync
Konstantin Khlebnikov
2
-3
/
+5
2023-12-08
smb3: fix touch -h of symlink
Steve French
1
-0
/
+1
2023-12-08
btrfs: send: ensure send_fd is writable
Jann Horn
1
-1
/
+1
2023-12-08
btrfs: fix off-by-one when checking chunk map includes logical address
Filipe Manana
1
-1
/
+1
2023-11-28
iomap: Set all uptodate bits for an Uptodate page
Matthew Wilcox (Oracle)
1
-0
/
+3
2023-11-28
ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks
Kemeng Shi
1
-7
/
+2
2023-11-28
ext4: correct return value of ext4_convert_meta_bg
Kemeng Shi
1
-3
/
+1
2023-11-28
ext4: correct offset of gdb backup in non meta_bg group to update_backups
Kemeng Shi
1
-2
/
+4
2023-11-28
ext4: apply umask if ACL support is disabled
Max Kellermann
1
-0
/
+5
2023-11-28
quota: explicitly forbid quota files from being encrypted
Eric Biggers
1
-0
/
+14
2023-11-28
jbd2: fix potential data lost in recovering journal raced with synchronizing ...
Zhihao Cheng
1
-0
/
+8
2023-11-28
cifs: spnego: add ';' in HOST_KEY_LEN
Anastasia Belova
1
-2
/
+2
2023-11-28
NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO
Olga Kornievskaia
1
-2
/
+3
2023-11-28
gfs2: ignore negated quota changes
Bob Peterson
1
-0
/
+11
2023-11-28
jfs: fix array-index-out-of-bounds in diAlloc
Manas Ghandat
1
-1
/
+4
2023-11-28
jfs: fix array-index-out-of-bounds in dbFindLeaf
Manas Ghandat
1
-4
/
+10
2023-11-28
fs/jfs: Add validity check for db_maxag and db_agpref
Juntong Deng
1
-0
/
+6
2023-11-28
fs/jfs: Add check for negative db_l2nbperpage
Juntong Deng
1
-1
/
+2
2023-11-20
btrfs: use u64 for buffer sizes in the tree search ioctls
Filipe Manana
1
-5
/
+5
2023-11-20
f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()
Chao Yu
1
-0
/
+1
2023-11-20
ext4: move 'ix' sanity check to corrent position
Gou Hao
1
-5
/
+5
2023-11-08
nfsd: lock_rename() needs both directories to live on the same fs
Al Viro
1
-6
/
+6
2023-11-08
f2fs: fix to do sanity check on inode type during garbage collection
Chao Yu
1
-1
/
+2
2023-11-08
smbdirect: missing rc checks while waiting for rdma events
Steve French
1
-2
/
+12
2023-11-08
NFS: Don't call generic_error_remove_page() while holding locks
Trond Myklebust
1
-2
/
+1
2023-10-25
btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.c
Josef Bacik
1
-2
/
+2
2023-10-25
overlayfs: set ctime when setting mtime and atime
Jeff Layton
1
-1
/
+1
2023-10-25
btrfs: initialize start_slot in btrfs_log_prealloc_extents
Josef Bacik
1
-1
/
+1
2023-10-25
btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1
Filipe Manana
1
-3
/
+3
2023-10-25
ceph: fix incorrect revoked caps assert in ceph_fill_file_size()
Xiubo Li
1
-3
/
+1
2023-10-25
quota: Fix slow quotaoff
Jan Kara
1
-27
/
+39
2023-10-10
ext4: fix rec_len verify error
Shida Zhang
1
-11
/
+15
2023-10-10
fs: binfmt_elf_efpic: fix personality for ELF-FDPIC
Greg Ungerer
1
-3
/
+2
2023-10-10
btrfs: properly report 0 avail for very full file systems
Josef Bacik
1
-1
/
+1
2023-10-10
nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()
Pan Bian
1
-3
/
+3
2023-10-10
ext4: do not let fstrim block system suspend
Jan Kara
1
-2
/
+10
2023-10-10
ext4: move setting of trimmed bit into ext4_try_to_trim_range()
Jan Kara
1
-21
/
+25
2023-10-10
ext4: replace the traditional ternary conditional operator with with max()/min()
Kemeng Shi
1
-4
/
+2
2023-10-10
ext4: mark group as trimmed only if it was fully scanned
Dmitry Monakhov
1
-6
/
+12
2023-10-10
ext4: change s_last_trim_minblks type to unsigned long
Lukas Czerner
2
-3
/
+3
2023-10-10
ext4: scope ret locally in ext4_try_to_trim_range()
Lukas Bulwahn
1
-3
/
+2
2023-10-10
ext4: add new helper interface ext4_try_to_trim_range()
Wang Jianchao
1
-45
/
+57
2023-10-10
ext4: remove the 'group' parameter of ext4_trim_extent
Wang Jianchao
1
-5
/
+4
2023-10-10
NFS/pNFS: Report EINVAL errors from connect() to the server
Trond Myklebust
1
-0
/
+1
2023-09-23
nfsd: fix change_info in NFSv4 RENAME replies
Jeff Layton
1
-2
/
+2
2023-09-23
btrfs: fix lockdep splat and potential deadlock after failure running delayed...
Filipe Manana
1
-3
/
+16
2023-09-23
attr: block mode changes of symlinks
Christian Brauner
1
-2
/
+18
2023-09-23
jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount
Liu Shixin via Jfs-discussion
1
-0
/
+1
[next]