aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-11configfs: fix a use-after-free in __configfs_open_fileDaiyue Zhang1-4/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner4-6/+11
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+2
2020-11-14configfs: fix kernel-doc markup issueAlex Shi1-0/+1
2020-10-16fs: configfs: delete repeated words in commentsRandy Dunlap2-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2020-05-05docs: filesystems: convert configfs.txt to ReSTMauro Carvalho Chehab2-2/+2
2020-04-27configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang1-0/+1
2019-12-08utimes: Clamp the timestamps in notify_change()Amir Goldstein1-6/+3
2019-11-06configfs: calculate the depth of parent itemHonggang Li1-1/+1
2019-09-19Merge tag 'configfs-for-5.4' of git://git.infradead.org/users/hch/configfsLinus Torvalds5-254/+170
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-6/+6
2019-09-11configfs: calculate the symlink target only onceAl Viro4-171/+73
2019-09-11configfs: make configfs_create() return inodeAl Viro3-59/+39
2019-09-11configfs: factor dirent removal into helpersChristoph Hellwig1-30/+33
2019-09-11configfs: fix a deadlock in configfs_symlink()Al Viro1-1/+32
2019-09-04configfs: provide exclusion between IO and removalsAl Viro2-18/+80
2019-09-02configfs: new object reprsenting tree fragmentsAl Viro3-27/+97
2019-09-02configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro1-11/+0
2019-09-02configfs: stash the data we need into configfs_buffer at open timeAl Viro1-134/+95
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani1-6/+6
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+15
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+3
2019-07-04vfs: Convert configfs to use the new mount APIDavid Howells1-5/+15
2019-06-20configfs: call fsnotify_rmdir() hookAmir Goldstein1-0/+3
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds7-105/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner7-105/+7
2019-05-28configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala1-8/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-16Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-5/+12
2019-05-08configfs: fix possible use-after-free in configfs_register_groupYueHaibing1-5/+12
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-07-17configfs: fix registered group removalMike Christie1-0/+11
2018-07-02configfs: replace strncpy with memcpyGuenter Roeck1-1/+1
2018-06-19configfs: use kvasprintf() instead of open-coding itBart Van Assche1-20/+4
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-6/+6
2017-10-19configfs: make ci_type field, some pointers and function arguments constBhumika Goyal3-10/+10
2017-10-19configfs: Fix bool initialization/comparisonThomas Meyer1-6/+6
2017-06-12configfs: Introduce config_item_get_unless_zero()Bart Van Assche1-0/+8
2017-06-12configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger1-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-0/+1
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-3/+3
2016-09-16configfs: Return -EFBIG from configfs_write_bin_file.Phil Turnbull1-0/+1
2016-07-10configfs: don't set buffer_needs_fill to zero if show() returns errorTal Shorer1-3/+3
2016-06-30configfs: Remove ppos increment in configfs_write_bin_fileMarek Vasut1-2/+0
2016-05-09configfs_readdir(): make safe under shared lockAl Viro1-13/+7
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-1/+1