summaryrefslogtreecommitdiffstats
path: root/fs/configfs
AgeCommit message (Expand)Author
2020-05-27configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang
2020-02-11utimes: Clamp the timestamps in notify_change()Amir Goldstein
2019-11-06configfs: calculate the depth of parent itemHonggang Li
2019-09-19Merge tag 'configfs-for-5.4' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-09-11configfs: calculate the symlink target only onceAl Viro
2019-09-11configfs: make configfs_create() return inodeAl Viro
2019-09-11configfs: factor dirent removal into helpersChristoph Hellwig
2019-09-11configfs: fix a deadlock in configfs_symlink()Al Viro
2019-09-04configfs: provide exclusion between IO and removalsAl Viro
2019-09-02configfs: new object reprsenting tree fragmentsAl Viro
2019-09-02configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro
2019-09-02configfs: stash the data we need into configfs_buffer at open timeAl Viro
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-04vfs: Convert configfs to use the new mount APIDavid Howells
2019-06-20configfs: call fsnotify_rmdir() hookAmir Goldstein
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