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-08-11
ceph: defer stopping mdsc delayed_work
Xiubo Li
3
-2
/
+17
2023-08-11
ceph: use kill_anon_super helper
Jeff Layton
1
-3
/
+1
2023-08-11
ceph: show tasks waiting on caps in debugfs caps file
Jeff Layton
4
-0
/
+40
2023-08-11
ext2: Drop fragment support
Jan Kara
2
-31
/
+4
2023-08-11
fs: Protect reconfiguration of sb read-write from racing writes
Jan Kara
1
-1
/
+10
2023-08-11
fs/sysv: Null check to prevent null-ptr-deref bug
Prince Kumar Maurya
1
-0
/
+4
2023-08-11
btrfs: fix race between quota disable and quota assign ioctls
Filipe Manana
2
-1
/
+12
2023-08-11
btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabled
Marcos Paulo de Souza
1
-5
/
+5
2023-08-11
btrfs: qgroup: remove one-time use variables for quota_root checks
Marcos Paulo de Souza
1
-24
/
+10
2023-08-11
btrfs: check if the transaction was aborted at btrfs_wait_for_commit()
Filipe Manana
1
-0
/
+1
2023-08-11
btrfs: check for commit error at btrfs_attach_transaction_barrier()
Filipe Manana
1
-2
/
+7
2023-08-11
ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
Chao Yu
1
-1
/
+4
2023-08-11
fs: dlm: interrupt posix locks only when process is killed
Alexander Aring
1
-1
/
+1
2023-08-11
dlm: rearrange async condition return
Alexander Aring
1
-14
/
+13
2023-08-11
dlm: cleanup plock_op vs plock_xop
Alexander Aring
1
-31
/
+46
2023-08-11
ext4: Fix reusing stale buffer heads from last failed mounting
Zhihao Cheng
1
-6
/
+7
2023-08-11
ext4: rename journal_dev to s_journal_dev inside ext4_sb_info
Chunguang Xu
3
-12
/
+12
2023-08-11
btrfs: fix extent buffer leak after tree mod log failure at split_node()
Filipe Manana
1
-0
/
+2
2023-08-11
btrfs: fix race between quota disable and relocation
Filipe Manana
1
-3
/
+15
2023-08-11
btrfs: qgroup: catch reserved space leaks at unmount time
Qu Wenruo
3
-0
/
+49
2023-08-11
jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint
Zhihao Cheng
1
-15
/
+17
2023-08-11
jbd2: recheck chechpointing non-dirty buffer
Zhang Yi
1
-73
/
+29
2023-08-11
jbd2: remove redundant buffer io error checks
Zhang Yi
1
-11
/
+2
2023-08-11
jbd2: fix kernel-doc markups
Mauro Carvalho Chehab
2
-31
/
+34
2023-08-11
jbd2: fix incorrect code style
Xianting Tian
1
-6
/
+6
2023-07-27
ext4: correct inline offset when handling xattrs in inode body
Eric Whitney
1
-0
/
+14
2023-07-27
fuse: revalidate: don't invalidate if interrupted
Miklos Szeredi
1
-1
/
+1
2023-07-27
btrfs: fix warning when putting transaction with qgroups enabled after abort
Filipe Manana
1
-0
/
+1
2023-07-27
ceph: don't let check_caps skip sending responses for revoke msgs
Xiubo Li
1
-0
/
+9
2023-07-27
fs: dlm: return positive pid value for F_GETLK
Alexander Aring
1
-1
/
+3
2023-07-27
jfs: jfs_dmap: Validate db_l2nbperpage while mounting
Siddh Raman Pant
2
-0
/
+8
2023-07-27
ext4: only update i_reserved_data_blocks on successful block allocation
Baokun Li
2
-10
/
+8
2023-07-27
ext4: fix wrong unit use in ext4_mb_clear_bb
Kemeng Shi
1
-2
/
+2
2023-07-27
erofs: fix compact 4B support for 16k block size
Gao Xiang
1
-5
/
+1
2023-07-27
erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF
Chunhai Guo
1
-1
/
+1
2023-07-27
fanotify: disallow mount/sb marks on kernel internal pseudo fs
Amir Goldstein
1
-2
/
+20
2023-07-27
fs: no need to check source
Jan Kara
1
-2
/
+1
2023-07-27
btrfs: fix race when deleting quota root from the dirty cow roots list
Filipe Manana
1
-0
/
+2
2023-07-27
fs: Lock moved directories
Jan Kara
1
-8
/
+14
2023-07-27
fs: Establish locking order for unrelated directories
Jan Kara
3
-2
/
+46
2023-07-27
Revert "f2fs: fix potential corruption when moving a directory"
Jan Kara
1
-15
/
+1
2023-07-27
ext4: Remove ext4 locking of moved directory
Jan Kara
1
-15
/
+2
2023-07-27
fs: avoid empty option when generating legacy mount string
Thomas Weißschuh
1
-1
/
+2
2023-07-27
jffs2: reduce stack usage in jffs2_build_xattr_subsystem()
Fabian Frederick
3
-7
/
+15
2023-07-27
NFSD: add encoding of op_recall flag for write delegation
Dai Ngo
1
-1
/
+1
2023-07-27
f2fs: fix error path handling in truncate_dnode()
Chao Yu
1
-1
/
+3
2023-07-27
NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION
Olga Kornievskaia
1
-0
/
+1
2023-07-27
pstore/ram: Add check for kstrdup
Jiasheng Jiang
1
-0
/
+2
2023-07-27
gfs2: Don't deref jdesc in evict
Bob Peterson
1
-0
/
+8
2023-06-28
xfs: verify buffer contents when we skip log replay
Darrick J. Wong
1
-0
/
+10
[next]