index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-12
gfs2: Simplify refcounting in do_xmote
Andreas Gruenbacher
1
-1
/
+3
2025-09-12
gfs2: do_xmote cleanup
Andreas Gruenbacher
1
-5
/
+7
2025-09-12
gfs2: Remove space before newline
Colin Ian King
1
-1
/
+1
2025-09-12
gfs2: Remove unused sd_withdraw_wait field
Andreas Gruenbacher
1
-1
/
+0
2025-09-12
gfs2: Remove unused GIF_FREE_VFS_INODE flag
Andreas Gruenbacher
1
-1
/
+0
2025-09-12
erofs: fix long xattr name prefix placement
Gao Xiang
3
-6
/
+16
2025-09-11
Merge tag 'for-6.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-16
/
+56
2025-09-11
fanotify: add watchdog for permission events
Miklos Szeredi
2
-0
/
+104
2025-09-10
Merge tag 'mm-hotfixes-stable-2025-09-10-20-00' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-2
/
+11
2025-09-10
Merge tag 'nfs-for-6.17-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
12
-94
/
+126
2025-09-10
ntfs3: stop using write_cache_pages
Christoph Hellwig
1
-5
/
+10
2025-09-10
fs/ntfs3: reject index allocation if $BITMAP is empty but blocks exist
Moon Hee Lee
1
-0
/
+10
2025-09-10
fs/ntfs3: Fix a resource leak bug in wnd_extend()
Haoxiang Li
1
-0
/
+1
2025-09-10
fs: ntfs3: Fix integer overflow in run_unpack()
Vitaly Grigoryev
1
-3
/
+9
2025-09-10
ntfs3: pretend $Extend records as regular files
Tetsuo Handa
1
-0
/
+1
2025-09-10
ntfs3: add FS_IOC_SETFSLABEL ioctl
Ethan Ferguson
1
-0
/
+18
2025-09-10
ntfs3: add FS_IOC_GETFSLABEL ioctl
Ethan Ferguson
1
-0
/
+10
2025-09-10
ntfs3: transition magic number to shared constant
Ethan Ferguson
1
-1
/
+1
2025-09-10
erofs: fix runtime warning on truncate_folio_batch_exceptionals()
Yuezhang Mo
1
-0
/
+12
2025-09-09
smb: client: fix data loss due to broken rename(2)
Paulo Alcantara
8
-72
/
+268
2025-09-09
smb: client: fix compound alignment with encryption
Paulo Alcantara
1
-3
/
+25
2025-09-09
f2fs: fix wrong layout information on 16KB page
Jaegeuk Kim
1
-3
/
+6
2025-09-09
hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
Kang Chen
4
-11
/
+29
2025-09-09
iomap: simplify direct io validity check
Keith Busch
1
-2
/
+1
2025-09-09
block: add size alignment to bio_iov_iter_get_pages
Keith Busch
1
-1
/
+1
2025-09-09
block: remove the bi_inline_vecs variable sized array from struct bio
Christoph Hellwig
2
-3
/
+2
2025-09-09
block: add a bio_init_inline helper
Christoph Hellwig
5
-5
/
+5
2025-09-09
ceph: fix crash after fscrypt_encrypt_pagecache_blocks() error
Max Kellermann
1
-2
/
+4
2025-09-09
ceph: always call ceph_shift_unused_folios_left()
Max Kellermann
1
-2
/
+1
2025-09-09
ceph: fix race condition where r_parent becomes stale before sending message
Alex Markuze
1
-12
/
+69
2025-09-09
ceph: fix race condition validating r_parent before applying state
Alex Markuze
6
-107
/
+145
2025-09-09
fs/resctrl: Eliminate false positive lockdep warning when reading SNC counters
Reinette Chatre
3
-7
/
+5
2025-09-08
proc: fix type confusion in pde_set_flags()
wangzijie
1
-1
/
+2
2025-09-08
ocfs2: fix recursive semaphore deadlock in fiemap call
Mark Tinguely
1
-1
/
+9
2025-09-09
f2fs: clean up error handing of f2fs_submit_page_read()
Chao Yu
1
-33
/
+8
2025-09-09
f2fs: avoid unnecessary folio_clear_uptodate() for cleanup
Chao Yu
1
-1
/
+1
2025-09-09
f2fs: merge FUA command with the existing writes
Jaegeuk Kim
1
-1
/
+3
2025-09-08
NFSv4/flexfiles: Fix layout merge mirror check.
Jonathan Curley
1
-1
/
+1
2025-09-08
fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlink
Yikang Yue
1
-6
/
+12
2025-09-08
hpfs: Replace simple_strtoul with kstrtoint in hpfs_parse_param
Su Hui
1
-6
/
+2
2025-09-08
Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-6
/
+57
2025-09-08
fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
5
-40
/
+61
2025-09-06
NFS: Fix the marking of the folio as up to date
Trond Myklebust
1
-47
/
+5
2025-09-06
NFS: nfs_invalidate_folio() must observe the offset and size arguments
Trond Myklebust
2
-3
/
+5
2025-09-06
NFSv4.2: Serialise O_DIRECT i/o and copy range
Trond Myklebust
1
-0
/
+1
2025-09-06
NFSv4.2: Serialise O_DIRECT i/o and clone range
Trond Myklebust
1
-0
/
+2
2025-09-06
NFSv4.2: Serialise O_DIRECT i/o and fallocate()
Trond Myklebust
1
-0
/
+1
2025-09-06
NFS: Serialise O_DIRECT i/o and truncate()
Trond Myklebust
3
-12
/
+15
2025-09-06
NFSv4.2: Protect copy offload and clone against 'eof page pollution'
Trond Myklebust
1
-6
/
+13
2025-09-06
NFS: Protect against 'eof page pollution'
Trond Myklebust
5
-5
/
+54
[prev]
[next]