Age | Commit message (Expand) | Author |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner |
2021-06-29 | fs: move ramfs_aops to libfs | Christoph Hellwig |
2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2020-05-05 | docs: filesystems: convert configfs.txt to ReST | Mauro Carvalho Chehab |
2019-12-08 | utimes: Clamp the timestamps in notify_change() | Amir Goldstein |
2019-09-19 | Merge tag 'configfs-for-5.4' of git://git.infradead.org/users/hch/configfs | Linus Torvalds |
2019-09-11 | configfs: make configfs_create() return inode | Al Viro |
2019-08-30 | timestamp_truncate: Replace users of timespec64_trunc | Deepa Dinamani |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 | Thomas Gleixner |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani |
2016-09-27 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani |
2016-05-02 | parallel lookups: actual switch to rwsem | Al Viro |
2016-03-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-03-14 | configfs: move d_rehash() into configfs_create() for regular files | Al Viro |
2016-02-26 | configfs: Replace CURRENT_TIME by current_fs_time() | Deepa Dinamani |
2016-01-22 | wrappers for ->i_mutex access | Al Viro |
2016-01-04 | configfs: implement binary attributes | Pantelis Antoniou |
2015-06-23 | make simple_positive() public | Al Viro |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells |
2015-02-20 | configfs: Fix potential NULL d_inode dereference | David Howells |
2015-02-17 | configfs: configfs_create() init callback is never NULL and it never fails | Al Viro |
2015-01-20 | fs: remove mapping->backing_dev_info | Christoph Hellwig |
2015-01-20 | fs: introduce f_op->mmap_capabilities for nommu mmap support | Christoph Hellwig |
2014-06-04 | fs/configfs: use pr_fmt | Fabian Frederick |
2014-06-04 | fs/configfs: convert printk to pr_foo() | Fabian Frederick |
2012-09-18 | userns: Convert configfs to use kuid and kgid where appropriate | Eric W. Biederman |
2012-03-20 | configfs: sanitize configfs_create() | Al Viro |
2012-03-20 | configfs: kill configfs_sb | Al Viro |
2012-01-03 | configfs: convert to umode_t | Al Viro |
2011-12-13 | configfs: register_filesystem() called too early | Al Viro |
2011-09-27 | doc: fix broken references | Paul Bolle |
2011-01-07 | fs: dcache rationalise dget variants | Nick Piggin |
2011-01-07 | fs: dcache remove dcache_lock | Nick Piggin |
2011-01-07 | fs: dcache scale dentry refcount | Nick Piggin |
2010-10-25 | fs: do not assign default i_ino in new_inode | Christoph Hellwig |
2010-06-04 | fix setattr error handling in sysfs, configfs | Nick Piggin |
2010-05-27 | fs: convert simple fs to new truncate | Nick Piggin |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-09-11 | writeback: add name to backing_dev_info | Jens Axboe |
2009-04-30 | configfs: Silence lockdep on mkdir() and rmdir() | Louis Rilling |
2009-01-05 | zero i_uid/i_gid on inode allocation | Al Viro |
2008-07-14 | configfs: Introduce configfs_dirent_lock | Louis Rilling |
2008-04-30 | mm: bdi: add separate writeback accounting capability | Miklos Szeredi |
2007-10-17 | mm: bdi init hooks | Peter Zijlstra |
2007-10-16 | implement simple fs aops | Nick Piggin |
2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan |
2007-02-12 | [PATCH] mark struct inode_operations const 1 | Arjan van de Ven |
2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o |
2006-09-27 | [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc | Panagiotis Issaris |