index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-13
Merge tag 'for-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
2
-12
/
+21
2025-02-13
Merge tag 'bcachefs-2025-02-12' of git://evilpiepirate.org/bcachefs
Linus Torvalds
12
-27
/
+100
2025-02-12
bcachefs: Reuse transaction
Alan Huang
1
-1
/
+11
2025-02-12
bcachefs: Pass _orig_restart_count to trans_was_restarted
Alan Huang
1
-1
/
+1
2025-02-12
bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTS
Kent Overstreet
5
-1
/
+58
2025-02-11
btrfs: fix hole expansion when writing at an offset beyond EOF
Filipe Manana
1
-3
/
+1
2025-02-11
btrfs: fix stale page cache after race between readahead and direct IO write
Filipe Manana
1
-3
/
+15
2025-02-11
bcachefs: Fix want_new_bset() so we write until the end of the btree node
Kent Overstreet
1
-2
/
+2
2025-02-11
bcachefs: Split out journal pins by btree level
Kent Overstreet
2
-20
/
+22
2025-02-11
bcachefs: Fix use after free
Alan Huang
1
-0
/
+2
2025-02-10
Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
6
-7
/
+25
2025-02-10
NFSD: Fix CB_GETATTR status fix
Chuck Lever
1
-1
/
+1
2025-02-10
NFSD: fix hang in nfsd4_shutdown_callback
Dai Ngo
1
-2
/
+5
2025-02-10
nfsd: fix __fh_verify for localio
Olga Kornievskaia
1
-2
/
+3
2025-02-10
nfsd: fix uninitialised slot info when a request is retried
NeilBrown
1
-1
/
+2
2025-02-07
Merge tag 'v6.14rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
8
-56
/
+48
2025-02-07
btrfs: fix two misuses of folio_shift()
Matthew Wilcox (Oracle)
1
-6
/
+5
2025-02-07
bcachefs: Fix marking reflink pointers to missing indirect extents
Kent Overstreet
2
-2
/
+4
2025-02-07
Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
13
-44
/
+91
2025-02-07
Merge tag 'bcachefs-2025-02-06.2' of git://evilpiepirate.org/bcachefs
Linus Torvalds
17
-59
/
+115
2025-02-07
pidfs: improve ioctl handling
Christian Brauner
1
-1
/
+11
2025-02-07
fsnotify: disable pre-content and permission events by default
Amir Goldstein
1
-0
/
+5
2025-02-07
fsnotify: disable notification by default for all pseudo files
Amir Goldstein
3
-2
/
+19
2025-02-07
fsnotify: use accessor to set FMODE_NONOTIFY_*
Amir Goldstein
2
-9
/
+16
2025-02-07
fs: fix adding security options to statmount.mnt_opt
Miklos Szeredi
1
-15
/
+14
2025-02-07
lockref: remove count argument of lockref_init
Andreas Gruenbacher
4
-4
/
+4
2025-02-07
gfs2: switch to lockref_init(..., 1)
Andreas Gruenbacher
1
-2
/
+2
2025-02-07
gfs2: use lockref_init for gl_lockref
Andreas Gruenbacher
2
-2
/
+1
2025-02-07
statmount: let unset strings be empty
Miklos Szeredi
1
-9
/
+16
2025-02-07
vboxsf: fix building with GCC 15
Brahmajit Das
1
-1
/
+2
2025-02-07
fs/stat.c: avoid harmless garbage value problem in vfs_statx_path()
Su Hui
1
-1
/
+3
2025-02-06
bcachefs: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_rebalance
Kent Overstreet
4
-20
/
+26
2025-02-06
bcachefs: Fix rcu imbalance in bch2_fs_btree_key_cache_exit()
Kent Overstreet
1
-1
/
+0
2025-02-06
bcachefs: Fix discard path journal flushing
Kent Overstreet
8
-35
/
+55
2025-02-06
bcachefs: fix deadlock in journal_entry_open()
Jeongjun Park
4
-2
/
+28
2025-02-06
bcachefs: fix incorrect pointer check in __bch2_subvolume_delete()
Jeongjun Park
1
-1
/
+6
2025-02-06
smb: client: change lease epoch type from unsigned int to __u16
Meetakshi Setiya
5
-19
/
+19
2025-02-05
smb: client: get rid of kstrdup() in get_ses_refpath()
Paulo Alcantara
2
-22
/
+12
2025-02-05
smb: client: fix noisy when tree connecting to DFS interlink targets
Paulo Alcantara
1
-1
/
+1
2025-02-05
smb: client: don't trust DFSREF_STORAGE_SERVER bit
Paulo Alcantara
1
-14
/
+16
2025-02-05
Merge tag 'for-6.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
4
-7
/
+22
2025-02-03
Merge tag 'pull-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
2025-02-03
fix braino in "9p: fix ->rename_sem exclusion"
Al Viro
1
-2
/
+2
2025-02-03
Merge tag 'xfs-fixes-6.14-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
6
-76
/
+58
2025-02-02
nfsd: validate the nfsd_serv pointer before calling svc_wake_up
Jeff Layton
1
-1
/
+10
2025-02-02
nfsd: clear acl_access/acl_default after releasing them
Li Lingfeng
2
-0
/
+4
2025-02-01
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
8
-13
/
+6
2025-02-01
Merge tag 'v6.14-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
28
-192
/
+884
2025-02-01
Merge tag 'driver-core-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-8
/
+12
2025-02-01
Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-4
/
+4
[next]