index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/ramfs: don't use module_init for non-modular core code
Paul Gortmaker
2014-01-21
1
-1
/
+1
*
fs/super.c: fix WARN on alloc_super() fail path
Vladimir Davydov
2014-01-21
1
-1
/
+2
*
fs/read_write.c:compat_readv(): remove bogus area verify
Corey Minyard
2014-01-21
1
-4
/
+0
*
fs/compat_ioctl.c: fix an underflow issue (harmless)
Dan Carpenter
2014-01-21
1
-1
/
+2
*
posix_acl: uninlining
Andrew Morton
2014-01-21
1
-5
/
+79
*
ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneously
Yiwen Jiang
2014-01-21
1
-2
/
+6
*
ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg...
Tariq Saeed
2014-01-21
1
-1
/
+2
*
ocfs2: fix sparse non static symbol warning
Wei Yongjun
2014-01-21
1
-1
/
+1
*
ocfs2: adjust minlen with discard_granularity in the FITRIM ioctl
Jie Liu
2014-01-21
1
-0
/
+2
*
ocfs2: return EINVAL if the given range to discard is less than block size
Jie Liu
2014-01-21
1
-7
/
+3
*
ocfs2: return EOPNOTSUPP if the device does not support discard
Jie Liu
2014-01-21
1
-0
/
+5
*
ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...
Younger Liu
2014-01-21
3
-87
/
+14
*
ocfs2: use the new DLM operation callbacks while requesting new lockspace
Goldwyn Rodrigues
2014-01-21
1
-24
/
+102
*
ocfs2: framework for version LVB
Goldwyn Rodrigues
2014-01-21
1
-0
/
+101
*
ocfs2: pass ocfs2_cluster_connection to ocfs2_this_node
Goldwyn Rodrigues
2014-01-21
5
-8
/
+24
*
ocfs2: shift allocation ocfs2_live_connection to user_connect()
Goldwyn Rodrigues
2014-01-21
1
-19
/
+18
*
ocfs2: add DLM recovery callbacks
Goldwyn Rodrigues
2014-01-21
1
-0
/
+38
*
ocfs2: add clustername to cluster connection
Goldwyn Rodrigues
2014-01-21
5
-7
/
+24
*
ocfs2: remove versioning information
Goldwyn Rodrigues
2014-01-21
16
-310
/
+7
*
fsnotify: remove pointless NULL initializers
Jan Kara
2014-01-21
2
-4
/
+0
*
fsnotify: remove .should_send_event callback
Jan Kara
2014-01-21
4
-48
/
+21
*
fsnotify: do not share events between notification groups
Jan Kara
2014-01-21
10
-611
/
+279
*
inotify: provide function for name length rounding
Jan Kara
2014-01-21
1
-20
/
+21
*
Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-01-20
17
-2760
/
+3114
|
\
|
*
kernfs: associate a new kernfs_node with its parent on creation
Tejun Heo
2014-01-17
4
-24
/
+34
|
*
kernfs: fix get_active failure handling in kernfs_seq_*()
Tejun Heo
2014-01-14
1
-7
/
+44
|
*
Revert "kernfs: fix get_active failure handling in kernfs_seq_*()"
Greg Kroah-Hartman
2014-01-13
1
-44
/
+7
|
*
Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivat...
Greg Kroah-Hartman
2014-01-13
1
-11
/
+16
|
*
Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()"
Greg Kroah-Hartman
2014-01-13
1
-20
/
+11
|
*
Revert "kernfs: remove KERNFS_REMOVED"
Greg Kroah-Hartman
2014-01-13
4
-60
/
+42
|
*
Revert "kernfs: restructure removal path to fix possible premature return"
Greg Kroah-Hartman
2014-01-13
1
-86
/
+53
|
*
Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()"
Greg Kroah-Hartman
2014-01-13
3
-35
/
+14
|
*
Revert "kernfs: remove kernfs_addrm_cxt"
Greg Kroah-Hartman
2014-01-13
4
-29
/
+117
|
*
Revert "kernfs: make kernfs_get_active() block if the node is deactivated but...
Greg Kroah-Hartman
2014-01-13
1
-21
/
+4
|
*
Revert "kernfs: implement kernfs_{de|re}activate[_self]()"
Greg Kroah-Hartman
2014-01-13
1
-117
/
+1
|
*
Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...
Greg Kroah-Hartman
2014-01-13
2
-95
/
+0
|
*
Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...
Greg Kroah-Hartman
2014-01-13
1
-0
/
+92
|
*
Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"
Greg Kroah-Hartman
2014-01-13
1
-0
/
+3
|
*
kernfs: remove unnecessary NULL check in __kernfs_remove()
Tejun Heo
2014-01-11
1
-3
/
+0
|
*
sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()
Tejun Heo
2014-01-10
1
-92
/
+0
|
*
kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers
Tejun Heo
2014-01-10
2
-0
/
+95
|
*
kernfs: implement kernfs_{de|re}activate[_self]()
Tejun Heo
2014-01-10
1
-1
/
+117
|
*
kernfs: make kernfs_get_active() block if the node is deactivated but not rem...
Tejun Heo
2014-01-10
1
-4
/
+21
|
*
kernfs: remove kernfs_addrm_cxt
Tejun Heo
2014-01-10
4
-117
/
+29
|
*
kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()
Tejun Heo
2014-01-10
3
-14
/
+35
|
*
kernfs: restructure removal path to fix possible premature return
Tejun Heo
2014-01-10
1
-53
/
+86
|
*
kernfs: remove KERNFS_REMOVED
Tejun Heo
2014-01-10
4
-42
/
+60
|
*
kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()
Tejun Heo
2014-01-10
1
-11
/
+20
|
*
kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq
Tejun Heo
2014-01-10
1
-16
/
+11
|
*
kernfs: fix get_active failure handling in kernfs_seq_*()
Tejun Heo
2014-01-10
1
-7
/
+44
[next]