summaryrefslogtreecommitdiffstats
path: root/fs/configfs
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-077-21/+7
* configfs: fix a use-after-free in __configfs_open_fileDaiyue Zhang2021-03-111-4/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-244-6/+11
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+2
* configfs: fix kernel-doc markup issueAlex Shi2020-11-141-0/+1
* fs: configfs: delete repeated words in commentsRandy Dunlap2020-10-162-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-012-2/+2
|\
| * docs: filesystems: convert configfs.txt to ReSTMauro Carvalho Chehab2020-05-052-2/+2
* | configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang2020-04-271-0/+1
|/
* utimes: Clamp the timestamps in notify_change()Amir Goldstein2019-12-081-6/+3
* configfs: calculate the depth of parent itemHonggang Li2019-11-061-1/+1
* Merge tag 'configfs-for-5.4' of git://git.infradead.org/users/hch/configfsLinus Torvalds2019-09-195-254/+170
|\
| * configfs: calculate the symlink target only onceAl Viro2019-09-114-171/+73
| * configfs: make configfs_create() return inodeAl Viro2019-09-113-59/+39
| * configfs: factor dirent removal into helpersChristoph Hellwig2019-09-111-30/+33
| * configfs: fix a deadlock in configfs_symlink()Al Viro2019-09-111-1/+32
* | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-6/+6
|\ \ | |/ |/|
| * timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani2019-08-301-6/+6
* | configfs: provide exclusion between IO and removalsAl Viro2019-09-042-18/+80
* | configfs: new object reprsenting tree fragmentsAl Viro2019-09-023-27/+97
* | configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro2019-09-021-11/+0
* | configfs: stash the data we need into configfs_buffer at open timeAl Viro2019-09-021-134/+95
|/
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-5/+15
|\
| * vfs: Convert configfs to use the new mount APIDavid Howells2019-07-041-5/+15
* | Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-101-0/+3
|\ \
| * | configfs: call fsnotify_rmdir() hookAmir Goldstein2019-06-201-0/+3
* | | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-317-105/+7
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-307-105/+7
| |/ /
* / / configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala2019-05-281-8/+6
|/ /
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfsLinus Torvalds2019-05-161-5/+12
|\
| * configfs: fix possible use-after-free in configfs_register_groupYueHaibing2019-05-081-5/+12
* | fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+2
|/
* configfs: fix registered group removalMike Christie2018-07-171-0/+11
* configfs: replace strncpy with memcpyGuenter Roeck2018-07-021-1/+1
* configfs: use kvasprintf() instead of open-coding itBart Van Assche2018-06-191-20/+4
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-6/+6
* configfs: make ci_type field, some pointers and function arguments constBhumika Goyal2017-10-193-10/+10
* configfs: Fix bool initialization/comparisonThomas Meyer2017-10-191-6/+6
* configfs: Introduce config_item_get_unless_zero()Bart Van Assche2017-06-121-0/+8
* configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger2017-06-121-2/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-0/+1
|\
| * configfs: Return -EFBIG from configfs_write_bin_file.Phil Turnbull2016-09-161-0/+1
* | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-3/+3
|/
* configfs: don't set buffer_needs_fill to zero if show() returns errorTal Shorer2016-07-101-3/+3
* configfs: Remove ppos increment in configfs_write_bin_fileMarek Vasut2016-06-301-2/+0
* configfs_readdir(): make safe under shared lockAl Viro2016-05-091-13/+7