index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
gcov: fix softlockups
Andrey Ryabinin
2015-04-17
1
-1
/
+4
*
kernel/sysctl.c: detect overflows when converting to int
Heinrich Schuchardt
2015-04-17
1
-1
/
+9
*
cpumask: don't perform while loop in cpumask_next_and()
Sergey Senozhatsky
2015-04-17
1
-4
/
+5
*
fs/exec.c:de_thread: move notify_count write under lock
Kirill Tkhai
2015-04-17
1
-1
/
+5
*
prctl: avoid using mmap_sem for exe_file serialization
Davidlohr Bueso
2015-04-17
3
-25
/
+47
*
mm: rcu-protected get_mm_exe_file()
Konstantin Khlebnikov
2015-04-17
4
-22
/
+40
*
Doc/sysctl/kernel.txt: document threads-max
Heinrich Schuchardt
2015-04-17
1
-0
/
+21
*
kernel/sysctl.c: threads-max observe limits
Heinrich Schuchardt
2015-04-17
3
-6
/
+34
*
kernel/fork.c: avoid division by zero
Heinrich Schuchardt
2015-04-17
1
-9
/
+20
*
kernel/fork.c: new function for max_threads
Heinrich Schuchardt
2015-04-17
2
-15
/
+23
*
fork_init: update max_threads comment
Jean Delvare
2015-04-17
1
-2
/
+2
*
fork: report pid reservation failure properly
Michal Hocko
2015-04-17
2
-9
/
+11
*
signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo
Vladimir Davydov
2015-04-17
1
-9
/
+5
*
ptrace: ptrace_detach() can no longer race with SIGKILL
Oleg Nesterov
2015-04-17
1
-10
/
+9
*
ptrace: fix race between ptrace_resume() and wait_task_stopped()
Oleg Nesterov
2015-04-17
1
-0
/
+20
*
fs/fat: comment fix, fat_bits can be also 32
Alexander Kuleshov
2015-04-17
1
-1
/
+1
*
fs/fat: remove unnecessary includes
Alexander Kuleshov
2015-04-17
9
-33
/
+1
*
fs/fat: remove unnecessary defintion
Alexander Kuleshov
2015-04-17
1
-2
/
+1
*
hfsplus: don't store special "osx" xattr prefix on-disk
Thomas Hebb
2015-04-17
1
-5
/
+14
*
hfsplus: fix expand when not enough available space
Sergei Antonov
2015-04-17
1
-0
/
+6
*
hfsplus: incorrect return value
Chengyu Song
2015-04-17
1
-2
/
+2
*
fs/hfsplus: replace if/BUG by BUG_ON
Fabian Frederick
2015-04-17
1
-3
/
+1
*
fs/hfsplus: use bool instead of int for is_known_namespace() return value
Fabian Frederick
2015-04-17
1
-1
/
+1
*
fs/hfsplus: atomically set inode->i_flags
Fabian Frederick
2015-04-17
1
-7
/
+5
*
fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()
Fabian Frederick
2015-04-17
5
-65
/
+35
*
fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()
Fabian Frederick
2015-04-17
5
-67
/
+38
*
hfsplus: add missing curly braces in hfsplus_delete_cat()
Dan Carpenter
2015-04-17
1
-1
/
+2
*
hfs: incorrect return values
Chengyu Song
2015-04-17
1
-2
/
+2
*
nilfs2: use inode_set_flags() in nilfs_set_inode_flags()
Ryusuke Konishi
2015-04-17
1
-7
/
+8
*
nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()
Ryusuke Konishi
2015-04-17
1
-2
/
+2
*
nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()
Ryusuke Konishi
2015-04-17
1
-1
/
+1
*
nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctl
Ryusuke Konishi
2015-04-17
1
-6
/
+52
*
nilfs2: add helper to find existent block on metadata file
Ryusuke Konishi
2015-04-17
2
-0
/
+57
*
nilfs2: add bmap function to seek a valid key
Ryusuke Konishi
2015-04-17
4
-1
/
+115
*
nilfs2: unify type of key arguments in bmap interface
Ryusuke Konishi
2015-04-17
4
-20
/
+16
*
nilfs2: use bgl_lock_ptr()
Ryusuke Konishi
2015-04-17
1
-2
/
+5
*
nilfs2: use set_mask_bits() for operations on buffer state bitmap
Ryusuke Konishi
2015-04-17
2
-20
/
+18
*
nilfs2: do not use async write flag for segment summary buffers
Ryusuke Konishi
2015-04-17
1
-3
/
+0
*
befs: replace typedef befs_inode_info by structure
Fabian Frederick
2015-04-17
2
-7
/
+7
*
befs: replace typedef befs_sb_info by structure
Fabian Frederick
2015-04-17
5
-13
/
+11
*
befs: replace typedef befs_mount_options by structure
Fabian Frederick
2015-04-17
2
-5
/
+5
*
rtc: use more standard kernel logging styles
Joe Perches
2015-04-17
13
-24
/
+49
*
drivers/rtc/rtc-hym8563.c: fix swapped enable/disable of clockout control bit
Heiko Stübner
2015-04-17
1
-5
/
+5
*
drivers/rtc/rtc-s3c.c: remove one superfluous rtc_valid_tm() check
Krzysztof Kozlowski
2015-04-17
1
-3
/
+1
*
drivers/rtc/rtc-omap.c: use module_platform_driver
Lokesh Vutla
2015-04-17
1
-2
/
+3
*
drivers/rtc/Kconfig: update Kconfig for OMAP RTC
Lokesh Vutla
2015-04-17
1
-3
/
+3
*
drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after regist...
Lokesh Vutla
2015-04-17
1
-11
/
+52
*
drivers/rtc/rtc-s3c.c: fix failed first read of RTC time
Krzysztof Kozlowski
2015-04-17
1
-16
/
+16
*
rtc: hctosys: use function name in the error log
Aaro Koskinen
2015-04-17
1
-1
/
+1
*
drivers/rtc/interface.c: __rtc_read_time: reduce log level
Aaro Koskinen
2015-04-17
1
-2
/
+3
[next]