summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-22BACKPORT: fs: kernfs: add poll file operationJohannes Weiner2-11/+26
2019-03-22UPSTREAM: kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()Vaibhav Jain1-1/+2
2019-03-22UPSTREAM: kernfs: fix locking around kernfs_ops->release() callbackTejun Heo1-5/+14
2019-03-22UPSTREAM: kernfs: add kernfs_ops->open/release() callbacksTejun Heo4-8/+57
2018-12-08kernfs: Replace strncpy with memcpyGuenter Roeck1-1/+1
2018-02-17kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera1-1/+1
2016-10-27kernfs: Add noop_fsync to supported kernfs_file_fopsTony Luck1-0/+1
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds10-130/+266
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds80-687/+471
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro76-225/+296
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher55-319/+0
2016-10-07kernfs: Switch to generic xattr handlersAndreas Gruenbacher5-86/+92
2016-09-28fs: Replace current_fs_time() with current_time()Deepa Dinamani34-70/+70
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi17-31/+78
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-08-31kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo1-7/+21
2016-08-10kernfs: remove kernfs_path_len()Tejun Heo2-27/+0
2016-08-10kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo4-53/+42
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds36-213/+418
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman6-7/+15
2016-06-23kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman2-2/+3
2016-06-23fs: Add user namespace member to struct super_blockEric W. Biederman3-7/+60
2016-06-11vfs: make the string hashes salt the hashLinus Torvalds38-89/+99
2016-05-28switch ->setxattr() to passing dentry and inode separatelyAl Viro20-44/+59
2016-05-21Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds33-519/+1160
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds195-1230/+1449
2016-05-12kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn1-1/+2
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn3-0/+79
2016-05-09kernfs: no point locking directory around that generic_file_llseek()Al Viro1-15/+2
2016-05-02kernfs: use lookup_one_len_unlocked()Al Viro1-3/+2
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro107-458/+414
2016-05-02kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn1-3/+3
2016-04-30kernfs: Move faulting copy_user operations outside of the mutexChris Wilson2-22/+30
2016-04-18Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman1061-7098/+10883
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro34-85/+94
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-29fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2-8/+15
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds13-48/+689
2016-02-16kernfs: define kernfs_node_dentryAditya Kali2-0/+71
2016-02-16kernfs: Add API to generate relative kernfs pathAditya Kali2-35/+165
2016-02-08kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[]Tejun Heo1-5/+14
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-15Revert "kernfs: do not account ino_ida allocations to memcg"Vladimir Davydov1-8/+1
2016-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1932-213336/+258479
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds49-1054/+516
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro43-218/+206
2015-12-29kill free_page_put_link()Al Viro5-22/+15
[next]