aboutsummaryrefslogtreecommitdiff
path: root/fs/configfs
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Gravatar Linus Torvalds 7-105/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 7-105/+7
2019-05-28configfs: Fix use-after-free when accessing sd->s_dentryGravatar Sahitya Tummala 1-8/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-16Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-5/+12
2019-05-08configfs: fix possible use-after-free in configfs_register_groupGravatar YueHaibing 1-5/+12
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2018-07-17configfs: fix registered group removalGravatar Mike Christie 1-0/+11
2018-07-02configfs: replace strncpy with memcpyGravatar Guenter Roeck 1-1/+1
2018-06-19configfs: use kvasprintf() instead of open-coding itGravatar Bart Van Assche 1-20/+4
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-6/+6
2017-10-19configfs: make ci_type field, some pointers and function arguments constGravatar Bhumika Goyal 3-10/+10
2017-10-19configfs: Fix bool initialization/comparisonGravatar Thomas Meyer 1-6/+6
2017-06-12configfs: Introduce config_item_get_unless_zero()Gravatar Bart Van Assche 1-0/+8
2017-06-12configfs: Fix race between create_link and configfs_rmdirGravatar Nicholas Bellinger 1-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-0/+1
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-3/+3
2016-09-16configfs: Return -EFBIG from configfs_write_bin_file.Gravatar Phil Turnbull 1-0/+1
2016-07-10configfs: don't set buffer_needs_fill to zero if show() returns errorGravatar Tal Shorer 1-3/+3
2016-06-30configfs: Remove ppos increment in configfs_write_bin_fileGravatar Marek Vasut 1-2/+0
2016-05-09configfs_readdir(): make safe under shared lockGravatar Al Viro 1-13/+7