index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
configfs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-03
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-20
/
+13
2025-10-03
Merge tag 'configfs-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux
Linus Torvalds
1
-4
/
+1
2025-09-15
configfs:get_target() - release path as soon as we grab configfs_item reference
Al Viro
1
-20
/
+13
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-1
/
+1
2025-09-04
configfs: use PTR_ERR_OR_ZERO() to simplify code
Xichao Zhao
1
-4
/
+1
2025-06-11
configfs: use DCACHE_DONTCACHE
Al Viro
2
-1
/
+1
2025-06-10
new helper: set_default_d_op()
Al Viro
1
-1
/
+1
2025-05-31
Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+0
2025-05-27
crash_dump, nvme: select CONFIGFS_FS as built-in
Arnd Bergmann
1
-1
/
+0
2025-05-09
configfs: Correct error value returned by API config_item_set_name()
Zijun Hu
1
-1
/
+1
2025-05-09
configfs: Do not override creating attribute file failure in populate_attrs()
Zijun Hu
1
-1
/
+1
2025-05-09
configfs: Delete semicolon from macro type_print() definition
Zijun Hu
1
-1
/
+1
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-3
/
+3
2024-11-14
configfs: improve item creation performance
Seamus Connor
2
-10
/
+34
2024-11-14
configfs: remove unused configfs_hash_and_remove
Dr. David Alan Gilbert
2
-27
/
+0
2024-06-17
fs/configfs: Add a callback to determine attribute visibility
Tom Lendacky
1
-0
/
+10
2023-10-18
configfs: convert to new timestamp accessors
Jeff Layton
1
-4
/
+4
2023-07-13
configfs: convert to ctime accessor functions
Jeff Layton
1
-4
/
+3
2023-04-03
fs: consolidate duplicate dt_type helpers
Jeff Layton
1
-7
/
+2
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2
-3
/
+3
2022-12-02
configfs: fix possible memory leak in configfs_create_dir()
Chen Zhongjin
1
-0
/
+2
2022-02-22
configfs: fix a race in configfs_{,un}register_subsystem()
ChenXiaoSong
1
-0
/
+14
2022-01-24
fsnotify: fix fsnotify hooks in pseudo filesystems
Amir Goldstein
1
-3
/
+3
2021-08-25
configfs: fix a race in configfs_lookup()
Sishuai Gong
1
-3
/
+4
2021-08-25
configfs: fold configfs_attach_attr into configfs_lookup
Christoph Hellwig
1
-49
/
+24
2021-08-25
configfs: simplify the configfs_dirent_is_ready
Christoph Hellwig
1
-3
/
+1
2021-08-25
configfs: return -ENAMETOOLONG earlier in configfs_lookup
Christoph Hellwig
1
-2
/
+3
2021-08-09
configfs: restore the kernel v5.13 text attribute write behavior
Bart Van Assche
1
-12
/
+6
2021-07-13
configfs: fix the read and write iterators
Bart Van Assche
1
-7
/
+22
2021-07-02
Merge tag 'configfs-5.13' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-130
/
+51
2021-06-29
fs: move ramfs_aops to libfs
Christoph Hellwig
1
-7
/
+1
2021-06-22
configfs: simplify configfs_release_bin_file
Christoph Hellwig
1
-6
/
+0
2021-06-22
configfs: fix memleak in configfs_release_bin_file
Chung-Chiang Cheng
1
-5
/
+5
2021-05-25
configfs: implement the .read_iter and .write_iter methods
Bart Van Assche
1
-42
/
+42
2021-05-25
configfs: drop pointless kerneldoc comments
Christoph Hellwig
1
-79
/
+6
2021-05-25
configfs: fix the kerneldoc comment for configfs_create_bin_file
Bart Van Assche
1
-1
/
+1
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
7
-21
/
+7
2021-03-11
configfs: fix a use-after-free in __configfs_open_file
Daiyue Zhang
1
-4
/
+2
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
4
-6
/
+11
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+2
2020-11-14
configfs: fix kernel-doc markup issue
Alex Shi
1
-0
/
+1
2020-10-16
fs: configfs: delete repeated words in comments
Randy Dunlap
2
-2
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-06-01
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
2
-2
/
+2
2020-05-05
docs: filesystems: convert configfs.txt to ReST
Mauro Carvalho Chehab
2
-2
/
+2
2020-04-27
configfs: fix config_item refcnt leak in configfs_rmdir()
Xiyu Yang
1
-0
/
+1
2019-12-08
utimes: Clamp the timestamps in notify_change()
Amir Goldstein
1
-6
/
+3
[next]