summaryrefslogtreecommitdiffstats
path: root/fs/configfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* parallel lookups: actual switch to rwsemAl Viro2016-05-021-1/+1
* configfs_detach_prep(): make sure that wait_mutex won't go awayAl Viro2016-05-021-8/+9
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-192-9/+12
|\
| * configfs: move d_rehash() into configfs_create() for regular filesAl Viro2016-03-142-9/+12
* | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-062-24/+21
* | configfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-261-3/+5
|/
* wrappers for ->i_mutex accessAl Viro2016-01-223-35/+35
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-201-29/+121
|\
| * fs: configfs: Add unlocked version of configfs_depend_item()Krzysztof Opasiak2015-12-201-0/+73
| * fs: configfs: Factor out configfs_find_subsys_dentry()Krzysztof Opasiak2015-12-201-12/+21
| * fs: configfs: Factor out configfs_do_depend_item()Krzysztof Opasiak2015-12-201-15/+26
| * fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak2015-12-201-2/+1
* | Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-01-124-13/+276
|\ \
| * | configfs: implement binary attributesPantelis Antoniou2016-01-044-13/+276
| |/
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-8/+9
* | kill free_page_put_link()Al Viro2015-12-291-6/+6
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-3/+8
|/
* configfs: allow dynamic group creationDaniel Baluta2015-11-201-0/+110
* configfs: remove old APIChristoph Hellwig2015-10-131-12/+3
* configfs: add show and store methods to struct configfs_attributeChristoph Hellwig2015-10-131-5/+12
* configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss2015-07-171-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\