summaryrefslogtreecommitdiffstats
path: root/fs/configfs
Commit message (Expand)AuthorAgeFilesLines
* configfs: convert to new timestamp accessorsJeff Layton2023-10-181-4/+4
* configfs: convert to ctime accessor functionsJeff Layton2023-07-131-4/+3
* fs: consolidate duplicate dt_type helpersJeff Layton2023-04-031-7/+2
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
* configfs: fix possible memory leak in configfs_create_dir()Chen Zhongjin2022-12-021-0/+2
* configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong2022-02-221-0/+14
* fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein2022-01-241-3/+3
* configfs: fix a race in configfs_lookup()Sishuai Gong2021-08-251-3/+4
* configfs: fold configfs_attach_attr into configfs_lookupChristoph Hellwig2021-08-251-49/+24
* configfs: simplify the configfs_dirent_is_readyChristoph Hellwig2021-08-251-3/+1
* configfs: return -ENAMETOOLONG earlier in configfs_lookupChristoph Hellwig2021-08-251-2/+3
* configfs: restore the kernel v5.13 text attribute write behaviorBart Van Assche2021-08-091-12/+6
* configfs: fix the read and write iteratorsBart Van Assche2021-07-131-7/+22
* Merge tag 'configfs-5.13' of git://git.infradead.org/users/hch/configfsLinus Torvalds2021-07-021-130/+51
|\
| * configfs: simplify configfs_release_bin_fileChristoph Hellwig2021-06-221-6/+0
| * configfs: fix memleak in configfs_release_bin_fileChung-Chiang Cheng2021-06-221-5/+5
| * configfs: implement the .read_iter and .write_iter methodsBart Van Assche2021-05-251-42/+42
| * configfs: drop pointless kerneldoc commentsChristoph Hellwig2021-05-251-79/+6
| * configfs: fix the kerneldoc comment for configfs_create_bin_fileBart Van Assche2021-05-251-1/+1
* | fs: move ramfs_aops to libfsChristoph Hellwig2021-06-291-7/+1
|/
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-077-21/+7
* configfs: fix a use-after-free in __configfs_open_fileDaiyue Zhang2021-03-111-4/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-244-6/+11
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+2
* configfs: fix kernel-doc markup issueAlex Shi2020-11-141-0/+1
* fs: configfs: delete repeated words in commentsRandy Dunlap2020-10-162-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-012-2/+2
|\
| * docs: filesystems: convert configfs.txt to ReSTMauro Carvalho Chehab2020-05-052-2/+2
* | configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang2020-04-271-0/+1
|/
* utimes: Clamp the timestamps in notify_change()Amir Goldstein2019-12-081-6/+3
* configfs: calculate the depth of parent itemHonggang Li2019-11-061-1/+1
* Merge tag 'configfs-for-5.4' of git://git.infradead.org/users/hch/configfsLinus Torvalds2019-09-195-254/+170
|\
| * configfs: calculate the symlink target only onceAl Viro2019-09-114-171/+73
| * configfs: make configfs_create() return inodeAl Viro2019-09-113-59/+39
| * configfs: factor dirent removal into helpersChristoph Hellwig2019-09-111-30/+33
| * configfs: fix a deadlock in configfs_symlink()Al Viro2019-09-111-1/+32
* | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-6/+6
|\ \ | |/ |/|
| * timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani2019-08-301-6/+6
* | configfs: provide exclusion between IO and removalsAl Viro2019-09-042-18/+80
* | configfs: new object reprsenting tree fragmentsAl Viro2019-09-023-27/+97
* | configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro2019-09-021-11/+0
* | configfs: stash the data we need into configfs_buffer at open timeAl Viro2019-09-021-134/+95
|/
* 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