summaryrefslogtreecommitdiff
path: root/fs/configfs
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-5/+15
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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/g...Linus 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
2016-05-02configfs_detach_prep(): make sure that wait_mutex won't go awayAl Viro1-8/+9
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-9/+12
2016-03-14configfs: move d_rehash() into configfs_create() for regular filesAl Viro2-9/+12
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig2-24/+21
2016-02-26configfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-3/+5
2016-01-22wrappers for ->i_mutex accessAl Viro3-35/+35
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-29/+121
2016-01-12Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds4-13/+276
2016-01-04configfs: implement binary attributesPantelis Antoniou4-13/+276
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-8/+9
2015-12-29kill free_page_put_link()Al Viro1-6/+6
2015-12-20fs: configfs: Add unlocked version of configfs_depend_item()Krzysztof Opasiak1-0/+73
2015-12-20fs: configfs: Factor out configfs_find_subsys_dentry()Krzysztof Opasiak1-12/+21
2015-12-20fs: configfs: Factor out configfs_do_depend_item()Krzysztof Opasiak1-15/+26
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak1-2/+1
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+8
2015-11-20configfs: allow dynamic group creationDaniel Baluta1-0/+110
2015-10-13configfs: remove old APIChristoph Hellwig1-12/+3
2015-10-13configfs: add show and store methods to struct configfs_attributeChristoph Hellwig1-5/+12
2015-07-17configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss1-2/+2
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1