summaryrefslogtreecommitdiffstats
path: root/fs/configfs
AgeCommit message (Expand)Author
2021-08-09configfs: restore the kernel v5.13 text attribute write behaviorBart Van Assche
2021-07-13configfs: fix the read and write iteratorsBart Van Assche
2021-07-02Merge tag 'configfs-5.13' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2021-06-29fs: move ramfs_aops to libfsChristoph Hellwig
2021-06-22configfs: simplify configfs_release_bin_fileChristoph Hellwig
2021-06-22configfs: fix memleak in configfs_release_bin_fileChung-Chiang Cheng
2021-05-25configfs: implement the .read_iter and .write_iter methodsBart Van Assche
2021-05-25configfs: drop pointless kerneldoc commentsChristoph Hellwig
2021-05-25configfs: fix the kerneldoc comment for configfs_create_bin_fileBart Van Assche
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-03-11configfs: fix a use-after-free in __configfs_open_fileDaiyue Zhang
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-11-14configfs: fix kernel-doc markup issueAlex Shi
2020-10-16fs: configfs: delete repeated words in commentsRandy Dunlap
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds
2020-05-05docs: filesystems: convert configfs.txt to ReSTMauro Carvalho Chehab
2020-04-27configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang
2019-12-08utimes: Clamp the timestamps in notify_change()Amir Goldstein
2019-11-06configfs: calculate the depth of parent itemHonggang Li
2019-09-19Merge tag 'configfs-for-5.4' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-09-11configfs: calculate the symlink target only onceAl Viro
2019-09-11configfs: make configfs_create() return inodeAl Viro
2019-09-11configfs: factor dirent removal into helpersChristoph Hellwig
2019-09-11configfs: fix a deadlock in configfs_symlink()Al Viro
2019-09-04configfs: provide exclusion between IO and removalsAl Viro
2019-09-02configfs: new object reprsenting tree fragmentsAl Viro
2019-09-02configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro
2019-09-02configfs: stash the data we need into configfs_buffer at open timeAl Viro
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-04vfs: Convert configfs to use the new mount APIDavid Howells
2019-06-20configfs: call fsnotify_rmdir() hookAmir Goldstein
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner
2019-05-28configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-16Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2019-05-08configfs: fix possible use-after-free in configfs_register_groupYueHaibing
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva
2018-07-17configfs: fix registered group removalMike Christie
2018-07-02configfs: replace strncpy with memcpyGuenter Roeck
2018-06-19configfs: use kvasprintf() instead of open-coding itBart Van Assche
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2017-10-19configfs: make ci_type field, some pointers and function arguments constBhumika Goyal
2017-10-19configfs: Fix bool initialization/comparisonThomas Meyer
2017-06-12configfs: Introduce config_item_get_unless_zero()Bart Van Assche