index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-19
exfat: convert exfat_add_entry() to use dentry cache
Yuezhang Mo
3
-33
/
+22
2024-03-19
exfat: add exfat_get_empty_dentry_set() helper
Yuezhang Mo
2
-0
/
+82
2024-03-19
exfat: add __exfat_get_dentry_set() helper
Yuezhang Mo
2
-22
/
+43
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
3
-14
/
+38
2024-03-11
Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linux
Linus Torvalds
2
-25
/
+29
2024-03-11
Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
10
-15
/
+59
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
30
-272
/
+319
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
42
-868
/
+956
2024-03-11
Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
7
-84
/
+486
2024-03-11
Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
12
-331
/
+392
2024-03-11
Merge tag 'vfs-6.9.ntfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
48
-28826
/
+0
2024-03-11
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
45
-390
/
+494
2024-03-07
Merge tag 'erofs-for-6.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-1
/
+3
2024-03-07
Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Christian Brauner
9
-78
/
+59
2024-03-07
erofs: apply proper VMA alignment for memory mapped files on THP
Gao Xiang
1
-0
/
+1
2024-03-07
erofs: fix uninitialized page cache reported by KMSAN
Gao Xiang
1
-1
/
+2
2024-03-06
iov_iter: get rid of 'copy_mc' flag
Linus Torvalds
1
-3
/
+42
2024-03-05
fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion
Bart Van Assche
1
-2
/
+6
2024-03-05
Revert "fs/aio: Make io_cancel() generate completions again"
Bart Van Assche
1
-11
/
+16
2024-03-04
Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...
Christian Brauner
8
-28
/
+55
2024-03-04
hugetlbfs: support idmapped mounts
Giuseppe Scrivano
1
-9
/
+14
2024-03-02
Merge tag 'xfs-6.8-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+0
2024-03-02
libfs: improve path_from_stashed()
Christian Brauner
4
-40
/
+66
2024-03-01
Merge tag 'ceph-for-6.8-rc7' of https://github.com/ceph/ceph-client
Linus Torvalds
2
-4
/
+9
2024-03-01
Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-35
/
+139
2024-03-01
Merge tag 'exfat-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-15
/
+22
2024-03-01
Merge tag 'vfs-6.8-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-17
/
+14
2024-03-01
Merge tag 'efi-fixes-for-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-17
/
+15
2024-03-01
qnx4: convert qnx4 to use the new mount api
Bill O'Donnell
1
-17
/
+30
2024-03-01
fs: use inode_set_ctime_to_ts to set inode ctime to current time
Nguyen Dinh Phi
1
-1
/
+1
2024-03-01
libfs: add stashed_dentry_prune()
Christian Brauner
4
-28
/
+31
2024-03-01
libfs: improve path_from_stashed() helper
Christian Brauner
3
-66
/
+73
2024-03-01
pidfs: convert to path_from_stashed() helper
Christian Brauner
4
-28
/
+56
2024-03-01
nsfs: convert to path_from_stashed() helper
Christian Brauner
1
-55
/
+18
2024-03-01
libfs: add path_from_stashed()
Christian Brauner
2
-0
/
+97
2024-03-01
pidfd: add pidfs
Christian Brauner
2
-3
/
+160
2024-03-01
btrfs: fix double free of anonymous device after snapshot creation failure
Filipe Manana
4
-14
/
+14
2024-03-01
btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is given
Filipe Manana
2
-14
/
+29
2024-03-01
btrfs: fix race between ordered extent completion and fiemap
Filipe Manana
1
-7
/
+96
2024-02-28
pidfd: move struct pidfd_fops
Christian Brauner
2
-1
/
+123
2024-02-28
libfs: Drop generic_set_encrypted_ci_d_ops
Gabriel Krisman Bertazi
1
-34
/
+0
2024-02-28
ubifs: Configure dentry operations at dentry-creation time
Gabriel Krisman Bertazi
2
-1
/
+1
2024-02-28
f2fs: Configure dentry operations at dentry-creation time
Gabriel Krisman Bertazi
2
-1
/
+1
2024-02-28
ext4: Configure dentry operations at dentry-creation time
Gabriel Krisman Bertazi
2
-1
/
+1
2024-02-28
libfs: Add helper to choose dentry operations at mount-time
Gabriel Krisman Bertazi
1
-0
/
+28
2024-02-28
libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
Gabriel Krisman Bertazi
1
-28
/
+6
2024-02-28
fscrypt: Factor out a helper to configure the lookup dentry
Gabriel Krisman Bertazi
1
-10
/
+5
2024-02-28
ovl: Always reject mounting over case-insensitive directories
Gabriel Krisman Bertazi
1
-3
/
+11
2024-02-28
libfs: Attempt exact-match comparison first during casefolded lookup
Gabriel Krisman Bertazi
1
-17
/
+23
2024-02-27
efs: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
1
-2
/
+2
[next]