aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs
Commit message (Expand)AuthorAge
* configfs: calculate the depth of parent itemHonggang Li2019-11-06
* Merge tag 'configfs-for-5.4' of git://git.infradead.org/users/hch/configfsLinus Torvalds2019-09-19
|\
| * configfs: calculate the symlink target only onceAl Viro2019-09-11
| * configfs: make configfs_create() return inodeAl Viro2019-09-11
| * configfs: factor dirent removal into helpersChristoph Hellwig2019-09-11
| * configfs: fix a deadlock in configfs_symlink()Al Viro2019-09-11
* | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-19
|\ \ | |/ |/|
| * timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani2019-08-30
* | configfs: provide exclusion between IO and removalsAl Viro2019-09-04
* | configfs: new object reprsenting tree fragmentsAl Viro2019-09-02
* | configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro2019-09-02
* | configfs: stash the data we need into configfs_buffer at open timeAl Viro2019-09-02
|/
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-19
|\
| * vfs: Convert configfs to use the new mount APIDavid Howells2019-07-04
* | Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-10
|\ \
| * | configfs: call fsnotify_rmdir() hookAmir Goldstein2019-06-20
* | | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-31
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-30
| |/ /
* / / configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala2019-05-28
|/ /
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
|/
* Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfsLinus Torvalds2019-05-16
|\
| * configfs: fix possible use-after-free in configfs_register_groupYueHaibing2019-05-08
* | fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-08
|/
* configfs: fix registered group removalMike Christie2018-07-17
* configfs: replace strncpy with memcpyGuenter Roeck2018-07-02
* configfs: use kvasprintf() instead of open-coding itBart Van Assche2018-06-19
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-05
* configfs: make ci_type field, some pointers and function arguments constBhumika Goyal2017-10-19
* configfs: Fix bool initialization/comparisonThomas Meyer2017-10-19
* configfs: Introduce config_item_get_unless_zero()Bart Van Assche2017-06-12
* configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger2017-06-12
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
|\
| * configfs: Return -EFBIG from configfs_write_bin_file.Phil Turnbull2016-09-16
* | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
|/
* configfs: don't set buffer_needs_fill to zero if show() returns errorTal Shorer2016-07-10
* configfs: Remove ppos increment in configfs_write_bin_fileMarek Vasut2016-06-30
* configfs_readdir(): make safe under shared lockAl Viro2016-05-09
* parallel lookups: actual switch to rwsemAl Viro2016-05-02
* configfs_detach_prep(): make sure that wait_mutex won't go awayAl Viro2016-05-02
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-19
|\
| * configfs: move d_rehash() into configfs_create() for regular filesAl Viro2016-03-14
* | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-06
* | configfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-26
|/
* wrappers for ->i_mutex accessAl Viro2016-01-22
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-20
|\
| * fs: configfs: Add unlocked version of configfs_depend_item()Krzysztof Opasiak2015-12-20
| * fs: configfs: Factor out configfs_find_subsys_dentry()Krzysztof Opasiak2015-12-20