summaryrefslogtreecommitdiffstats
path: root/fs/configfs
Commit message (Expand)AuthorAgeFilesLines
* configfs: fix a race in configfs_lookup()Sishuai Gong2021-08-251-3/+4
* configfs: fold configfs_attach_attr into configfs_lookupChristoph Hellwig2021-08-251-49/+24
* configfs: simplify the configfs_dirent_is_readyChristoph Hellwig2021-08-251-3/+1
* configfs: return -ENAMETOOLONG earlier in configfs_lookupChristoph Hellwig2021-08-251-2/+3
* configfs: restore the kernel v5.13 text attribute write behaviorBart Van Assche2021-08-091-12/+6
* configfs: fix the read and write iteratorsBart Van Assche2021-07-131-7/+22
* Merge tag 'configfs-5.13' of git://git.infradead.org/users/hch/configfsLinus Torvalds2021-07-021-130/+51
|\
| * configfs: simplify configfs_release_bin_fileChristoph Hellwig2021-06-221-6/+0
| * configfs: fix memleak in configfs_release_bin_fileChung-Chiang Cheng2021-06-221-5/+5
| * configfs: implement the .read_iter and .write_iter methodsBart Van Assche2021-05-251-42/+42
| * configfs: drop pointless kerneldoc commentsChristoph Hellwig2021-05-251-79/+6
| * configfs: fix the kerneldoc comment for configfs_create_bin_fileBart Van Assche2021-05-251-1/+1
* | fs: move ramfs_aops to libfsChristoph Hellwig2021-06-291-7/+1
|/
* 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