index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
Merge tag 'vfs-6.19-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+0
2025-12-03
fs: PM: Fix reverse check in filesystems_freeze_callback()
Rafael J. Wysocki
1
-1
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2025-11-17
get rid of kill_litter_super()
Al Viro
1
-8
/
+0
2025-11-12
power: always freeze efivarfs
Christian Brauner
1
-3
/
+10
2025-10-29
writeback: allow the file system to override MIN_WRITEBACK_PAGES
Christoph Hellwig
1
-0
/
+1
2025-10-03
Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
2025-09-29
Merge tag 'vfs-6.18-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-63
/
+0
2025-09-19
fs: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-09-17
preparations to taking MNT_WRITE_HOLD out of ->mnt_flags
Al Viro
1
-2
/
+1
2025-08-25
fs: Use try_cmpxchg() in sb_init_done_wq()
Uros Bizjak
1
-3
/
+5
2025-08-11
fs: Remove mount_bdev
Pedro Falcato
1
-43
/
+0
2025-08-11
fs: Remove mount_nodev
Pedro Falcato
1
-20
/
+0
2025-07-28
Merge tag 'vfs-6.17-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+11
2025-07-15
fs: add a new remove_bdev() callback
Qu Wenruo
1
-0
/
+11
2025-06-12
fs: unlock the superblock during iterate_supers_type
Darrick J. Wong
1
-1
/
+3
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-8
/
+1
2025-05-26
Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-91
/
+225
2025-05-09
super: add filesystem freezing helpers for suspend and hibernate
Christian Brauner
1
-13
/
+158
2025-05-06
kill vfs_submount()
Al Viro
1
-8
/
+1
2025-04-29
fs: remove useless plus one in super_cache_scan()
Jinliang Zheng
1
-1
/
+1
2025-04-07
super: use common iterator (Part 2)
Christian Brauner
1
-9
/
+39
2025-04-07
super: use a common iterator (Part 1)
Christian Brauner
1
-54
/
+13
2025-04-07
super: skip dying superblocks early
Christian Brauner
1
-0
/
+6
2025-04-07
super: simplify user_get_super()
Christian Brauner
1
-14
/
+15
2025-04-07
super: remove pointless s_root checks
Christian Brauner
1
-13
/
+6
2025-03-24
Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-03-08
vfs: Remove invalidate_inodes()
Jan Kara
1
-1
/
+1
2025-02-06
vfs: remove some unused old mount api code
Eric Sandeen
1
-55
/
+0
2025-01-25
lib/list_debug.c: add object information in case of invalid object
Maninder Singh
1
-1
/
+1
2024-10-21
fs/super.c: introduce get_tree_bdev_flags()
Gao Xiang
1
-6
/
+20
2024-09-16
Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-2
/
+2
2024-08-22
fs/super.c: improve get_tree() error message
Kent Overstreet
1
-2
/
+2
2024-08-19
percpu-rwsem: remove the unused parameter 'read'
Wang Long
1
-1
/
+1
2024-08-19
fs: don't flush in-flight wb switches for superblocks without cgroup writeback
Haifeng Xu
1
-1
/
+1
2024-07-27
fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNT
Seth Forshee (DigitalOcean)
1
-0
/
+11
2024-06-18
fs: don't misleadingly warn during thaw operations
Christian Brauner
1
-1
/
+10
2024-05-20
Merge tag 'fsnotify_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2024-04-17
fsnotify: fix UAF from FS_ERROR event on a shutting down filesystem
Amir Goldstein
1
-0
/
+1
2024-03-27
fs,block: yield devices early
Christian Brauner
1
-21
/
+3
2024-03-18
fs,block: get holder during claim
Christian Brauner
1
-0
/
+18
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-9
/
+9
2024-02-25
bdev: open block device as files
Christian Brauner
1
-9
/
+9
2024-02-25
fs/super.c: don't drop ->s_user_ns until we free struct super_block itself
Al Viro
1
-9
/
+4
2024-01-10
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
1
-6
/
+6
2024-01-08
Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-223
/
+275
2023-12-27
fs: move fscrypt keyring destruction to after ->put_super
Josef Bacik
1
-6
/
+6
2023-12-12
fs: super: use GFP_KERNEL instead of GFP_USER for super block allocation
Alexander Mikhalitsyn
1
-1
/
+1
[next]