index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-08
Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+2
2025-03-07
Merge tag 'execve-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+13
2025-03-07
Merge tag 'for-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-4
/
+10
2025-03-06
fs/pipe: add simpler helpers for common cases
Linus Torvalds
3
-14
/
+14
2025-03-06
Merge tag 'bcachefs-2025-03-06' of git://evilpiepirate.org/bcachefs
Linus Torvalds
4
-55
/
+64
2025-03-06
bcachefs: copygc now skips non-rw devices
Kent Overstreet
1
-13
/
+12
2025-03-06
bcachefs: Fix bch2_dev_journal_alloc() spuriously failing
Kent Overstreet
1
-27
/
+32
2025-03-06
Merge tag 'v6.14-rc5-smb3-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
6
-37
/
+63
2025-03-06
Merge tag 'exfat-for-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-9
/
+23
2025-03-06
fs/pipe: fix pipe buffer index use in FUSE
Linus Torvalds
1
-7
/
+6
2025-03-06
fs/pipe: do not open-code pipe head/tail logic in FIONREAD
Linus Torvalds
1
-4
/
+3
2025-03-06
btrfs: fix a leaked chunk map issue in read_one_chunk()
Haoxiang Li
1
-0
/
+1
2025-03-05
NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback
Mike Snitzer
1
-1
/
+2
2025-03-05
exfat: add a check for invalid data size
Yuezhang Mo
1
-0
/
+5
2025-03-05
exfat: short-circuit zero-byte writes in exfat_file_write_iter
Eric Sandeen
1
-1
/
+1
2025-03-05
exfat: fix soft lockup in exfat_clear_bitmap
Namjae Jeon
3
-7
/
+16
2025-03-05
exfat: fix just enough dentries but allocate a new cluster to dir
Yuezhang Mo
1
-1
/
+1
2025-03-04
fs/pipe: Read pipe->{head,tail} atomically outside pipe->mutex
Linus Torvalds
1
-11
/
+8
2025-03-03
Merge tag 'affs-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+5
2025-03-03
Merge tag 'xfs-fixes-6.14-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
7
-132
/
+71
2025-03-02
cifs: fix incorrect validation for num_aces field of smb_acl
Namjae Jeon
1
-2
/
+6
2025-03-02
ksmbd: fix incorrect validation for num_aces field of smb_acl
Namjae Jeon
1
-1
/
+4
2025-03-02
smb: common: change the data type of num_aces to le16
Namjae Jeon
4
-30
/
+32
2025-03-02
ksmbd: fix bug on trap in smb2_lock
Namjae Jeon
1
-1
/
+1
2025-03-02
ksmbd: fix use-after-free in smb2_lock
Namjae Jeon
1
-3
/
+3
2025-03-02
ksmbd: fix type confusion via race condition when using ipc_msg_send_request
Namjae Jeon
1
-0
/
+1
2025-03-02
ksmbd: fix out-of-bounds in parse_sec_desc()
Namjae Jeon
1
-0
/
+16
2025-03-01
Merge tag 'v6.14-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-1
/
+2
2025-02-28
bcachefs: Don't set BCH_FEATURE_incompat_version_field unless requested
Kent Overstreet
2
-15
/
+20
2025-02-28
Merge tag 'efi-fixes-for-v6.14-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-5
/
+8
2025-02-27
Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-2
/
+5
2025-02-27
efivarfs: allow creation of zero length files
James Bottomley
1
-4
/
+6
2025-02-26
Merge tag 'bcachefs-2025-02-26' of git://evilpiepirate.org/bcachefs
Linus Torvalds
15
-57
/
+25
2025-02-26
bcachefs: Fix truncate sometimes failing and returning 1
Kent Overstreet
1
-0
/
+1
2025-02-26
bcachefs: Fix deadlock
Alan Huang
6
-13
/
+17
2025-02-26
bcachefs: Check for -BCH_ERR_open_buckets_empty in journal resize
Kent Overstreet
1
-1
/
+3
2025-02-26
bcachefs: Revert directory i_size
Kent Overstreet
4
-41
/
+1
2025-02-26
Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
4
-3
/
+68
2025-02-26
affs: don't write overlarge OFS data block size fields
Simon Tatham
1
-1
/
+2
2025-02-26
affs: generate OFS sequence numbers starting at 1
Simon Tatham
1
-3
/
+3
2025-02-26
btrfs: replace deprecated strncpy() with strscpy()
Thorsten Blum
1
-2
/
+2
2025-02-26
btrfs: zoned: fix extent range end unlock in cow_file_range()
Naohiro Aota
1
-2
/
+7
2025-02-25
cifs: Fix the smb1 readv callback to correctly call netfs
David Howells
1
-1
/
+2
2025-02-25
lsm,nfs: fix memory leak of lsm_context
Stephen Smalley
1
-3
/
+4
2025-02-25
Merge tag 'for-6.14-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-26
/
+73
2025-02-25
Merge tag 'vfs-6.14-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-16
/
+41
2025-02-25
xfs: remove the XBF_STALE check from xfs_buf_rele_cached
Christoph Hellwig
1
-7
/
+1
2025-02-25
xfs: remove most in-flight buffer accounting
Christoph Hellwig
5
-86
/
+20
2025-02-25
xfs: decouple buffer readahead from the normal buffer read path
Christoph Hellwig
4
-23
/
+23
2025-02-25
xfs: reduce context switches for synchronous buffered I/O
Christoph Hellwig
1
-16
/
+27
[next]