aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs
AgeCommit message (Expand)Author
2019-05-30kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri
2019-03-26fix cgroup_do_mount() handling of failure exitsAl Viro
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-05Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-05-21kernfs: deal with kernfs_fill_super() failuresAl Viro
2018-04-23fs: kernfs: Adding new return type vm_fault_tSouptick Joarder
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-19kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-01kernfs: checking for IS_ERR() instead of NULLDan Carpenter
2017-08-28kernfs: Clarify lockdep name for kn->countWaiman Long
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li
2017-07-29kernfs: add exportfs operationsShaohua Li
2017-07-29kernfs: introduce kernfs_node_idShaohua Li
2017-07-29kernfs: don't set dentry->d_fsdataShaohua Li
2017-07-29kernfs: add an API to get kernfs node from inode numberShaohua Li
2017-07-29kernfs: implement i_generationShaohua Li
2017-07-29kernfs: use idr instead of ida to manage inode numberShaohua Li
2017-03-17kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()Vaibhav Jain
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-21kernfs: fix locking around kernfs_ops->release() callbackTejun Heo
2017-02-10kernfs: handle null pointers while printing node name and pathKonstantin Khlebnikov
2016-12-27kernfs: add kernfs_ops->open/release() callbacksTejun Heo
2016-12-27kernfs: make kernfs_open_file->mmapped a bitfieldTejun Heo
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-11-29kernfs: Declare two local data structures staticBart Van Assche
2016-10-27kernfs: Add noop_fsync to supported kernfs_file_fopsTony Luck
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-06kernfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-08-31kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo