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
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-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-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
2015-12-30
switch ->get_link() to delayed_call, kill ->put_link()
Al Viro
1
-9
/
+10
2015-12-29
kill free_page_put_link()
Al Viro
1
-6
/
+6
2015-12-08
replace ->follow_link() with new method that could stay in RCU mode
Al Viro
1
-3
/
+8
2015-12-06
tmpfs: listxattr should include POSIX ACL xattrs
Andreas Gruenbacher
1
-1
/
+1
2015-12-06
tmpfs: Use xattr handler infrastructure
Andreas Gruenbacher
1
-1
/
+1
2015-11-20
kernfs: implement kernfs_walk_and_get()
Tejun Heo
1
-0
/
+46
2015-08-18
kernfs: implement kernfs_path_len()
Tejun Heo
1
-0
/
+23
2015-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-1
/
+39
2015-07-01
kernfs: Add support for always empty directories.
Eric W. Biederman
2
-1
/
+39
2015-06-26
Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-1
/
+0
2015-06-26
Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2015-06-22
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-16
/
+9
2015-06-18
kernfs: make kernfs_get_inode() public
Tejun Heo
1
-1
/
+0
2015-05-24
kernfs: remove outdated and confusing comment
Wolfram Sang
1
-1
/
+0
2015-05-14
kernfs: do not account ino_ida allocations to memcg
Vladimir Davydov
1
-1
/
+8
2015-05-11
new helper: free_page_put_link()
Al Viro
1
-6
/
+1
2015-05-11
switch ->put_link() from dentry to inode
Al Viro
1
-1
/
+1
2015-05-10
don't pass nameidata to ->follow_link()
Al Viro
1
-1
/
+1
2015-05-10
new ->follow_link() and ->put_link() calling conventions
Al Viro
1
-12
/
+10
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2
-5
/
+5
2015-03-16
kernfs: handle poll correctly on 'direct_read' files.
NeilBrown
1
-0
/
+1
2015-02-13
kernfs: remove KERNFS_STATIC_NAME
Tejun Heo
2
-16
/
+8
2015-02-13
kernfs: convert node name allocation to kstrdup_const
Andrzej Hajda
1
-6
/
+6
2015-01-20
fs: remove mapping->backing_dev_info
Christoph Hellwig
1
-1
/
+0
2015-01-20
fs: deduplicate noop_backing_dev_info
Christoph Hellwig
3
-15
/
+1
2015-01-09
kernfs: Fix kernfs_name_compare
Rasmus Villemoes
1
-4
/
+8
2014-12-17
vm_area_operations: kill ->migrate()
Al Viro
1
-22
/
+0
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-23
/
+50
2014-11-19
switch d_materialise_unique() users to d_splice_alias()
Al Viro
1
-1
/
+1
2014-11-07
sysfs/kernfs: make read requests on pre-alloc files use the buffer.
NeilBrown
1
-9
/
+21
2014-11-07
sysfs/kernfs: allow attributes to request write buffer be pre-allocated.
NeilBrown
1
-15
/
+30
2014-10-09
vfs: Remove unnecessary calls of check_submounts_and_drop
Eric W. Biederman
1
-11
/
+0
2014-07-21
Merge 3.16-rc6 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+30
2014-07-10
Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+30
2014-07-09
kernfs: kernel-doc warning fix
Fabian Frederick
1
-1
/
+1
2014-07-02
kernfs: kernfs_notify() must be useable from non-sleepable contexts
Tejun Heo
1
-14
/
+55
2014-06-30
kernfs: introduce kernfs_pin_sb()
Li Zefan
1
-0
/
+30
[next]