summaryrefslogtreecommitdiff
path: root/fs/kernfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* kernfs: Introduce separate rwsem to protect inode attributes.Imran Khan2023-03-291-8/+8
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap2022-11-231-4/+4
* kernfs: dont take i_lock on inode attr readIan Kent2022-10-201-4/+0
* kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim2021-11-241-8/+14
* kernfs: use i_lock to protect concurrent inode updatesIan Kent2021-07-271-6/+12
* kernfs: switch kernfs to use an rwsemIan Kent2021-07-271-8/+8
* fs: move ramfs_aops to libfsChristoph Hellwig2021-06-291-7/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+6
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* acl: handle idmapped mountsChristian Brauner2021-01-241-0/+2
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* kernfs: Add option to enable user xattrsDaniel Xu2020-03-161-0/+89
* kernfs: Add removed_size out param for simple_xattr_setDaniel Xu2020-03-161-1/+1
* kernfs: don't bother with timestamp truncationAl Viro2019-12-081-3/+3
* kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-121-2/+2
* timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani2019-08-301-4/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
* kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek2019-04-041-41/+21
* LSM: add new hook for kernfs node initializationOndrej Mosnacek2019-03-201-9/+39
* kernfs: use simple_xattrs for security attributesOndrej Mosnacek2019-03-201-53/+2
* kernfs: do not alloc iattrs in kernfs_xattr_getOndrej Mosnacek2019-03-201-4/+14
* kernfs: clean up struct kernfs_iattrsOndrej Mosnacek2019-03-201-27/+20
* kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal2019-02-081-1/+1
* kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-201-1/+1
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-4/+4
* kernfs: introduce kernfs_node_idShaohua Li2017-07-291-2/+2
* kernfs: don't set dentry->d_fsdataShaohua Li2017-07-291-3/+3
* kernfs: implement i_generationShaohua Li2017-07-291-0/+1
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-4/+4
* kernfs: Declare two local data structures staticBart Van Assche2016-11-291-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-74/+81
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
| * | kernfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-061-74/+84
| |/
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-5/+6
* Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-201-5/+10
|\
| * fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-291-5/+10
* | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-3/+3
|/
* tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher2015-12-061-1/+1
* tmpfs: Use xattr handler infrastructureAndreas Gruenbacher2015-12-061-1/+1
* kernfs: Add support for always empty directories.Eric W. Biederman2015-07-011-0/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-4/+4
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0