index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-06
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-8
/
+12
2025-07-05
Merge tag 'v6.16-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
8
-36
/
+39
2025-07-04
Merge tag 'bcachefs-2025-07-03' of git://evilpiepirate.org/bcachefs
Linus Torvalds
13
-54
/
+93
2025-07-04
Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
16
-410
/
+313
2025-07-03
fix proc_sys_compare() handling of in-lookup dentries
Al Viro
2
-8
/
+12
2025-07-03
smb: client: fix native SMB symlink traversal
Paulo Alcantara
2
-19
/
+20
2025-07-03
smb: client: fix race condition in negotiate timeout by using more precise ti...
Wang Zhaolong
2
-3
/
+5
2025-07-03
Merge tag 'for-6.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-88
/
+131
2025-07-03
Merge tag 'xfs-fixes-6.16-rc5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
19
-287
/
+320
2025-07-02
anon_inode: rework assertions
Christian Brauner
3
-8
/
+11
2025-07-01
bcachefs: opts.casefold_disabled
Kent Overstreet
10
-43
/
+55
2025-07-01
bcachefs: Work around deadlock to btree node rewrites in journal replay
Kent Overstreet
1
-8
/
+35
2025-07-01
Merge tag 'nfs-for-6.16-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
3
-38
/
+101
2025-07-01
netfs: Update tracepoints in a number of ways
David Howells
8
-19
/
+61
2025-07-01
netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
David Howells
1
-3
/
+3
2025-07-01
netfs: Merge i_size update functions
David Howells
4
-36
/
+31
2025-07-01
netfs: Fix i_size updating
David Howells
2
-2
/
+8
2025-07-01
smb: client: set missing retry flag in cifs_writev_callback()
Paulo Alcantara
1
-0
/
+1
2025-07-01
smb: client: set missing retry flag in cifs_readv_callback()
Paulo Alcantara
1
-0
/
+1
2025-07-01
smb: client: set missing retry flag in smb2_writev_callback()
Paulo Alcantara
1
-0
/
+1
2025-07-01
netfs: Fix ref leak on inserted extra subreq in write retry
David Howells
1
-1
/
+1
2025-07-01
netfs: Fix looping in wait functions
David Howells
1
-4
/
+11
2025-07-01
netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
David Howells
4
-9
/
+27
2025-07-01
netfs: Fix double put of request
David Howells
1
-0
/
+5
2025-07-01
netfs: Fix hang due to missing case in final DIO read result collection
David Howells
1
-2
/
+4
2025-07-01
eventpoll: Fix priority inversion problem
Nam Cao
1
-324
/
+134
2025-06-30
bcachefs: Fix incorrect transaction restart handling
Alan Huang
1
-1
/
+1
2025-06-30
cifs: all initializations for tcon should happen in tcon_info_alloc
Shyam Prasad N
3
-7
/
+8
2025-06-30
smb: client: fix warning when reconnecting channel
Paulo Alcantara
2
-6
/
+5
2025-06-30
xfs: add FALLOC_FL_ALLOCATE_RANGE to supported flags mask
Youling Tang
1
-3
/
+4
2025-06-29
smb: client: fix readdir returning wrong type with POSIX extensions
Philipp Kerling
1
-1
/
+1
2025-06-29
bcachefs: fix btree_trans_peek_prev_journal()
Kent Overstreet
1
-1
/
+1
2025-06-27
Merge tag 'v6.16-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
5
-154
/
+110
2025-06-27
Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-1
/
+5
2025-06-27
btrfs: use btrfs_record_snapshot_destroy() during rmdir
Filipe Manana
1
-1
/
+1
2025-06-27
btrfs: propagate last_unlink_trans earlier when doing a rmdir
Filipe Manana
1
-18
/
+18
2025-06-27
btrfs: record new subvolume in parent dir earlier to avoid dir logging races
Filipe Manana
2
-2
/
+4
2025-06-27
btrfs: fix inode lookup error handling during log replay
Filipe Manana
1
-65
/
+62
2025-06-27
btrfs: fix iteration of extrefs during log replay
Filipe Manana
1
-2
/
+2
2025-06-27
btrfs: fix missing error handling when searching for inode refs during log re...
Filipe Manana
1
-1
/
+3
2025-06-27
btrfs: fix failure to rebuild free space tree using multiple transactions
Filipe Manana
2
-0
/
+42
2025-06-27
bcachefs: mark invalid_btree_id autofix
Bharadwaj Raju
1
-1
/
+1
2025-06-27
xfs: fix unmount hang with unflushable inodes stuck in the AIL
Dave Chinner
2
-37
/
+86
2025-06-27
xfs: factor out stale buffer item completion
Dave Chinner
1
-23
/
+37
2025-06-27
xfs: rearrange code in xfs_buf_item.c
Dave Chinner
2
-59
/
+58
2025-06-27
xfs: add tracepoints for stale pinned inode state debug
Dave Chinner
4
-4
/
+18
2025-06-27
xfs: avoid dquot buffer pin deadlock
Dave Chinner
5
-110
/
+20
2025-06-27
xfs: catch stale AGF/AGF metadata
Dave Chinner
2
-12
/
+60
2025-06-27
xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlock
Dave Chinner
2
-1
/
+9
2025-06-26
Merge tag 'bcachefs-2025-06-26' of git://evilpiepirate.org/bcachefs
Linus Torvalds
42
-451
/
+734
[next]