summaryrefslogtreecommitdiffstats
path: root/fs/configfs/inode.c
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: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: move ramfs_aops to libfsChristoph Hellwig2021-06-291-7/+1
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+3
* docs: filesystems: convert configfs.txt to ReSTMauro Carvalho Chehab2020-05-051-1/+1
* utimes: Clamp the timestamps in notify_change()Amir Goldstein2019-12-081-6/+3
* Merge tag 'configfs-for-5.4' of git://git.infradead.org/users/hch/configfsLinus Torvalds2019-09-191-19/+5
|\
| * configfs: make configfs_create() return inodeAl Viro2019-09-111-19/+5
* | timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani2019-08-301-6/+6
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-6/+6
* fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-3/+3
* parallel lookups: actual switch to rwsemAl Viro2016-05-021-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-191-2/+10
|\
| * configfs: move d_rehash() into configfs_create() for regular filesAl Viro2016-03-141-2/+10
* | configfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-261-3/+5
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* configfs: implement binary attributesPantelis Antoniou2016-01-041-1/+1
* make simple_positive() publicAl Viro2015-06-231-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-8/+8
* configfs: Fix potential NULL d_inode dereferenceDavid Howells2015-02-201-1/+1
* configfs: configfs_create() init callback is never NULL and it never failsAl Viro2015-02-171-8/+2
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-17/+1
* fs/configfs: use pr_fmtFabian Frederick2014-06-041-1/+1
* fs/configfs: convert printk to pr_foo()Fabian Frederick2014-06-041-3/+2
* userns: Convert configfs to use kuid and kgid where appropriateEric W. Biederman2012-09-181-2/+2
* configfs: sanitize configfs_create()Al Viro2012-03-201-28/+27
* configfs: kill configfs_sbAl Viro2012-03-201-5/+4
* configfs: convert to umode_tAl Viro2012-01-031-3/+3
* configfs: register_filesystem() called too earlyAl Viro2011-12-131-1/+1
* doc: fix broken referencesPaul Bolle2011-09-271-1/+2
* fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
* fs: dcache remove dcache_lockNick Piggin2011-01-071-5/+1
* fs: dcache scale dentry refcountNick Piggin2011-01-071-1/+1
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* fix setattr error handling in sysfs, configfsNick Piggin2010-06-041-5/+4
* fs: convert simple fs to new truncateNick Piggin2010-05-271-7/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
* configfs: Silence lockdep on mkdir() and rmdir()Louis Rilling2009-04-301-0/+38
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-3/+0
* configfs: Introduce configfs_dirent_lockLouis Rilling2008-07-141-0/+2
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* mm: bdi init hooksPeter Zijlstra2007-10-171-0/+8
* implement simple fs aopsNick Piggin2007-10-161-2/+2
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1