summaryrefslogtreecommitdiff
path: root/fs/kernfs
Commit message (Expand)AuthorAge
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-02-09
|\
| * kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera2018-01-19
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\ \
| * | fs: annotate ->poll() instancesAl Viro2017-11-27
| |/
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\
| * kernfs: checking for IS_ERR() instead of NULLDan Carpenter2017-09-01
| * blktrace: add an option to allow displaying cgroup pathShaohua Li2017-07-29
| * kernfs: add exportfs operationsShaohua Li2017-07-29
| * kernfs: introduce kernfs_node_idShaohua Li2017-07-29
| * kernfs: don't set dentry->d_fsdataShaohua Li2017-07-29
| * kernfs: add an API to get kernfs node from inode numberShaohua Li2017-07-29
| * kernfs: implement i_generationShaohua Li2017-07-29
| * kernfs: use idr instead of ida to manage inode numberShaohua Li2017-07-29
* | kernfs: Clarify lockdep name for kn->countWaiman Long2017-08-28
|/
* kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()Vaibhav Jain2017-03-17
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-03
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-02
|/
* Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-02-27
|\
| * kernfs: fix locking around kernfs_ops->release() callbackTejun Heo2017-02-21
| * kernfs: add kernfs_ops->open/release() callbacksTejun Heo2016-12-27
| * kernfs: make kernfs_open_file->mmapped a bitfieldTejun Heo2016-12-27
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
* | kernfs: handle null pointers while printing node name and pathKonstantin Khlebnikov2017-02-10
|/
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-17
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* | kernfs: Declare two local data structures staticBart Van Assche2016-11-29
|/
* kernfs: Add noop_fsync to supported kernfs_file_fopsTony Luck2016-10-27
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-14
|\
| * kernfs: remove kernfs_path_len()Tejun Heo2016-08-10
| * kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo2016-08-10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \
| * \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\ \
| | * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| | * | fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-27
| * | | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
| |/ /
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\ \ \
| * | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
| * | | kernfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-06
| |/ /
* | | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
|\ \ \ | |/ / |/| |
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
| |/
* | kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo2016-08-31
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-29
|\
| * vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-23
| * kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman2016-06-23
| * fs: Add user namespace member to struct super_blockEric W. Biederman2016-06-23
* | vfs: make the string hashes salt the hashLinus Torvalds2016-06-10
|/
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-27