index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
kernfs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-7
/
+6
2017-02-21
kernfs: fix locking around kernfs_ops->release() callback
Tejun Heo
1
-5
/
+14
2017-02-10
kernfs: handle null pointers while printing node name and path
Konstantin Khlebnikov
1
-0
/
+10
2016-12-27
kernfs: add kernfs_ops->open/release() callbacks
Tejun Heo
3
-8
/
+47
2016-12-27
kernfs: make kernfs_open_file->mmapped a bitfield
Tejun Heo
1
-1
/
+1
2016-12-17
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
1
-1
/
+0
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
1
-1
/
+0
2016-11-29
kernfs: Declare two local data structures static
Bart Van Assche
1
-2
/
+2
2016-10-27
kernfs: Add noop_fsync to supported kernfs_file_fops
Tony Luck
1
-0
/
+1
2016-10-14
Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-67
/
+17
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+6
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
1
-1
/
+5
2016-10-10
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
5
-86
/
+83
2016-10-08
Merge remote-tracking branch 'jk/vfs' into work.misc
Al Viro
1
-1
/
+1
2016-10-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
3
-9
/
+0
2016-10-06
kernfs: Switch to generic xattr handlers
Andreas Gruenbacher
5
-86
/
+92
2016-09-27
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
1
-1
/
+1
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
1
-1
/
+1
2016-09-27
fs: make remaining filesystems use .rename2
Miklos Szeredi
1
-2
/
+6
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
1
-1
/
+1
2016-08-31
kernfs: don't depend on d_find_any_alias() when generating notifications
Tejun Heo
1
-7
/
+21
2016-08-10
kernfs: remove kernfs_path_len()
Tejun Heo
1
-23
/
+0
2016-08-10
kernfs: make kernfs_path*() behave in the style of strlcpy()
Tejun Heo
1
-44
/
+17
2016-07-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+4
2016-06-23
vfs: Generalize filesystem nodev handling.
Eric W. Biederman
1
-2
/
+2
2016-06-23
kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
Eric W. Biederman
1
-0
/
+2
2016-06-23
fs: Add user namespace member to struct super_block
Eric W. Biederman
1
-1
/
+2
2016-06-10
vfs: make the string hashes salt the hash
Linus Torvalds
1
-2
/
+2
2016-05-27
switch ->setxattr() to passing dentry and inode separately
Al Viro
2
-6
/
+8
2016-05-20
Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-30
/
+44
2016-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-23
/
+9
2016-05-12
kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call
Serge E. Hallyn
1
-1
/
+2
2016-05-09
cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespaces
Serge E. Hallyn
1
-0
/
+14
2016-05-09
kernfs: no point locking directory around that generic_file_llseek()
Al Viro
1
-15
/
+2
2016-05-02
kernfs: use lookup_one_len_unlocked()
Al Viro
1
-3
/
+2
2016-05-02
Merge getxattr prototype change into work.lookups
Al Viro
2
-5
/
+5
2016-05-02
kernfs_path_from_node_locked: don't overwrite nlen
Serge Hallyn
1
-3
/
+3
2016-04-30
kernfs: Move faulting copy_user operations outside of the mutex
Chris Wilson
1
-22
/
+29
2016-04-19
Merge 4.6-rc4 into driver-core-next
Greg Kroah-Hartman
1
-2
/
+2
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
2
-5
/
+5
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2016-03-29
fs: kernfs: Replace CURRENT_TIME by current_fs_time()
Deepa Dinamani
2
-8
/
+15
2016-03-21
Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
2
-31
/
+229
2016-02-16
kernfs: define kernfs_node_dentry
Aditya Kali
1
-0
/
+69
2016-02-16
kernfs: Add API to generate relative kernfs path
Aditya Kali
1
-31
/
+160
2016-02-07
kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[]
Tejun Heo
1
-5
/
+14
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-2
/
+2
2016-01-14
Revert "kernfs: do not account ino_ida allocations to memcg"
Vladimir Davydov
1
-8
/
+1
2016-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+46
2016-01-11
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+2
[prev]
[next]