aboutsummaryrefslogtreecommitdiff
path: root/fs/configfs
AgeCommit message (Expand)AuthorFilesLines
2023-10-18configfs: convert to new timestamp accessorsGravatar Jeff Layton 1-4/+4
2023-07-13configfs: convert to ctime accessor functionsGravatar Jeff Layton 1-4/+3
2023-04-03fs: consolidate duplicate dt_type helpersGravatar Jeff Layton 1-7/+2
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 2-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 2-3/+3
2022-12-02configfs: fix possible memory leak in configfs_create_dir()Gravatar Chen Zhongjin 1-0/+2
2022-02-22configfs: fix a race in configfs_{,un}register_subsystem()Gravatar ChenXiaoSong 1-0/+14
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsGravatar Amir Goldstein 1-3/+3
2021-08-25configfs: fix a race in configfs_lookup()Gravatar Sishuai Gong 1-3/+4
2021-08-25configfs: fold configfs_attach_attr into configfs_lookupGravatar Christoph Hellwig 1-49/+24
2021-08-25configfs: simplify the configfs_dirent_is_readyGravatar Christoph Hellwig 1-3/+1
2021-08-25configfs: return -ENAMETOOLONG earlier in configfs_lookupGravatar Christoph Hellwig 1-2/+3
2021-08-09configfs: restore the kernel v5.13 text attribute write behaviorGravatar Bart Van Assche 1-12/+6
2021-07-13configfs: fix the read and write iteratorsGravatar Bart Van Assche 1-7/+22
2021-07-02Merge tag 'configfs-5.13' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-130/+51
2021-06-29fs: move ramfs_aops to libfsGravatar Christoph Hellwig 1-7/+1
2021-06-22configfs: simplify configfs_release_bin_fileGravatar Christoph Hellwig 1-6/+0
2021-06-22configfs: fix memleak in configfs_release_bin_fileGravatar Chung-Chiang Cheng 1-5/+5
2021-05-25configfs: implement the .read_iter and .write_iter methodsGravatar Bart Van Assche 1-42/+42
2021-05-25configfs: drop pointless kerneldoc commentsGravatar Christoph Hellwig 1-79/+6
2021-05-25configfs: fix the kerneldoc comment for configfs_create_bin_fileGravatar Bart Van Assche 1-1/+1
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 7-21/+7
2021-03-11configfs: fix a use-after-free in __configfs_open_fileGravatar Daiyue Zhang 1-4/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 4-6/+11
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+2
2020-11-14configfs: fix kernel-doc markup issueGravatar Alex Shi 1-0/+1
2020-10-16fs: configfs: delete repeated words in commentsGravatar Randy Dunlap 2-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+2
2020-05-05docs: filesystems: convert configfs.txt to ReSTGravatar Mauro Carvalho Chehab 2-2/+2
2020-04-27configfs: fix config_item refcnt leak in configfs_rmdir()Gravatar Xiyu Yang 1-0/+1
2019-12-08utimes: Clamp the timestamps in notify_change()Gravatar Amir Goldstein 1-6/+3
2019-11-06configfs: calculate the depth of parent itemGravatar Honggang Li 1-1/+1
2019-09-19Merge tag 'configfs-for-5.4' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 5-254/+170
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Gravatar Linus Torvalds 1-6/+6
2019-09-11configfs: calculate the symlink target only onceGravatar Al Viro 4-171/+73
2019-09-11configfs: make configfs_create() return inodeGravatar Al Viro 3-59/+39
2019-09-11configfs: factor dirent removal into helpersGravatar Christoph Hellwig 1-30/+33
2019-09-11configfs: fix a deadlock in configfs_symlink()Gravatar Al Viro 1-1/+32
2019-09-04configfs: provide exclusion between IO and removalsGravatar Al Viro 2-18/+80
2019-09-02configfs: new object reprsenting tree fragmentsGravatar Al Viro 3-27/+97
2019-09-02configfs_register_group() shouldn't be (and isn't) called in rmdirable partsGravatar Al Viro 1-11/+0
2019-09-02configfs: stash the data we need into configfs_buffer at open timeGravatar Al Viro 1-134/+95
2019-08-30timestamp_truncate: Replace users of timespec64_truncGravatar Deepa Dinamani 1-6/+6
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-5/+15
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+3
2019-07-04vfs: Convert configfs to use the new mount APIGravatar David Howells 1-5/+15
2019-06-20configfs: call fsnotify_rmdir() hookGravatar Amir Goldstein 1-0/+3