summaryrefslogtreecommitdiffstats
path: root/fs/configfs
AgeCommit message (Expand)Author
2019-12-29configfs: fix a deadlock in configfs_symlink()Al Viro
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
2017-06-12configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-16configfs: Return -EFBIG from configfs_write_bin_file.Phil Turnbull
2016-07-10configfs: don't set buffer_needs_fill to zero if show() returns errorTal Shorer
2016-06-30configfs: Remove ppos increment in configfs_write_bin_fileMarek Vasut
2016-05-09configfs_readdir(): make safe under shared lockAl Viro
2016-05-02parallel lookups: actual switch to rwsemAl Viro
2016-05-02configfs_detach_prep(): make sure that wait_mutex won't go awayAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-14configfs: move d_rehash() into configfs_create() for regular filesAl Viro
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig
2016-02-26configfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-01-12Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2016-01-04configfs: implement binary attributesPantelis Antoniou
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-29kill free_page_put_link()Al Viro
2015-12-20fs: configfs: Add unlocked version of configfs_depend_item()Krzysztof Opasiak
2015-12-20fs: configfs: Factor out configfs_find_subsys_dentry()Krzysztof Opasiak
2015-12-20fs: configfs: Factor out configfs_do_depend_item()Krzysztof Opasiak
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-11-20configfs: allow dynamic group creationDaniel Baluta
2015-10-13configfs: remove old APIChristoph Hellwig
2015-10-13configfs: add show and store methods to struct configfs_attributeChristoph Hellwig
2015-07-17configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-06-24configfs: unexport/make static config_item_init()Fabian Frederick