index
:
pub/scm/linux/kernel/git/tip/tip.git
master
Linux kernel fork
TIP group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
binfmt_misc: rename Node to struct binfmt_misc_entry
Christian Brauner
1
-29
/
+31
2026-08-03
binfmt_misc: turn the entry behavior flags into an enum
Christian Brauner
1
-4
/
+8
2026-08-03
binfmt_misc: turn the entry bit numbers into a proper enum
Christian Brauner
1
-10
/
+14
2026-08-03
binfmt_misc: annotate racy accesses to ->enabled
Christian Brauner
1
-5
/
+5
2026-08-03
binfmt_misc: use RCU for the handler lookup
Christian Brauner
1
-24
/
+35
2026-08-03
binfmt_misc: convert entry list to an hlist
Christian Brauner
1
-12
/
+13
2026-08-02
smb: client: Fix use-after-free in cifs_try_adding_channels()
Shuangpeng Bai
1
-1
/
+1
2026-08-02
smb/client: show compress mount option
ChenXiaoSong
1
-0
/
+2
2026-08-02
Merge tag 'vfs-7.2-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-56
/
+115
2026-07-31
Merge tag 'ntfs-for-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-24
/
+39
2026-07-31
Merge tag 'v7.2-rc5-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
4
-17
/
+41
2026-07-31
unicode: Properly reject invalid encoding version strings
Gabriel Krisman Bertazi
1
-3
/
+5
2026-07-31
utf8: Remove unused utf8_normalize
Dr. David Alan Gilbert
1
-22
/
+0
2026-07-31
NFSv4.2: fix nfs4_listxattr size accounting
Achilles Gaikwad
1
-3
/
+7
2026-07-31
buffer: set BIO_COMPLETE_IN_TASK for dropbehind writeback
Tal Zussman
1
-0
/
+3
2026-07-31
iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
Tal Zussman
2
-6
/
+3
2026-07-31
block: introduce bio_in_atomic()
Tal Zussman
1
-10
/
+1
2026-07-31
btrfs: initialize inode mapping flags for cached inodes
Qu Wenruo
1
-1
/
+2
2026-07-31
btrfs: disable bs > ps support if no transparent hugepage support
Qu Wenruo
2
-3
/
+12
2026-07-31
btrfs: fix memory leak in btrfs_do_encoded_write()
Dmitry Antipov
1
-0
/
+1
2026-07-31
btrfs: lzo: reject inline extents without valid headers
David Lee
1
-2
/
+3
2026-07-31
btrfs: disable large folios for systems with highmem
Qu Wenruo
1
-1
/
+9
2026-07-31
block: validate user space vectors during extraction
Keith Busch
1
-0
/
+1
2026-07-31
freevxfs: remove the driver
Christoph Hellwig
18
-2426
/
+0
2026-07-31
fanotify: report full event length for FIONREAD
Yichong Chen
1
-1
/
+4
2026-07-31
fanotify: fix use-after-free of file range info
Chengfeng Ye
3
-8
/
+6
2026-07-31
exfat: convert iomap ops to ->iomap_next()
Joanne Koong
1
-3
/
+7
2026-07-31
fuse: convert iomap ops to ->iomap_next()
Joanne Koong
3
-5
/
+8
2026-07-31
hpfs: convert iomap ops to ->iomap_next()
Joanne Koong
1
-1
/
+3
2026-07-31
gfs2: convert iomap ops to ->iomap_next()
Joanne Koong
1
-2
/
+4
2026-07-31
f2fs: convert iomap ops to ->iomap_next()
Joanne Koong
1
-1
/
+3
2026-07-31
ext2: convert iomap ops to ->iomap_next()
Joanne Koong
1
-2
/
+4
2026-07-31
zonefs: convert iomap ops to ->iomap_next()
Joanne Koong
1
-2
/
+7
2026-07-31
erofs: convert iomap ops to ->iomap_next()
Joanne Koong
2
-3
/
+8
2026-07-31
ext4: convert iomap ops to ->iomap_next()
Joanne Koong
2
-3
/
+9
2026-07-31
ntfs: convert iomap ops to ->iomap_next()
Joanne Koong
1
-10
/
+22
2026-07-31
ntfs3: convert iomap ops to ->iomap_next()
Joanne Koong
1
-2
/
+4
2026-07-31
btrfs: convert iomap ops to ->iomap_next()
Joanne Koong
1
-2
/
+4
2026-07-31
xfs: convert iomap ops to ->iomap_next()
Joanne Koong
2
-12
/
+31
2026-07-31
iomap: add ->iomap_next()
Joanne Koong
1
-2
/
+6
2026-07-31
iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations
Christoph Hellwig
1
-1
/
+6
2026-07-31
iomap: decouple simple direct I/O reads from iomap_dio_rw
Christoph Hellwig
7
-167
/
+70
2026-07-31
iomap: split iomap_iter() logic into iomap_iter_next()
Joanne Koong
1
-56
/
+60
2026-07-31
iomap: release the folio batch on iomap callback failures
Brian Foster
1
-4
/
+14
2026-07-31
fuse: use iomap helper to mark folio uptodate
Joanne Koong
2
-2
/
+4
2026-07-31
iomap: add helper to mark folio uptodate
Joanne Koong
1
-0
/
+6
2026-07-31
fuse: don't clear folio uptodate on writethrough errors
Joanne Koong
1
-17
/
+1
2026-07-31
iomap: add simple dio path for small direct I/O
Fengnan Chang
1
-0
/
+274
2026-07-31
iomap: pass error code to should_report_dio_fserror directly
Fengnan Chang
1
-3
/
+3
2026-07-31
iomap: factor out iomap_dio_alignment helper
Fengnan Chang
1
-4
/
+9
[prev]
[next]