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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-15
ocfs2/dlm: fix a variable overflow problem in dlmdomain.c
Jun Piao
1
-1
/
+1
2016-03-15
ocfs2: fix a tiny race that leads file system read-only
Jiufei Xue
4
-4
/
+18
2016-03-15
ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...
xuejiufei
1
-1
/
+13
2016-03-15
ocfs2/dlm: clear DROPPING_REF flag when the master goes down
xuejiufei
1
-8
/
+10
2016-03-15
ocfs2/dlm: return in progress if master can not clear the refmap bit right now
xuejiufei
3
-3
/
+17
2016-03-15
ocfs2/dlm: add DEREF_DONE message
xuejiufei
3
-1
/
+138
2016-03-15
ocfs2/dlm: fix a typo in dlmcommon.h
Joseph Qi
1
-2
/
+2
2016-03-15
ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()
jiangyiwen
1
-2
/
+3
2016-03-15
ocfs2/cluster: replace the interrupt safe spinlocks with common ones
jiangyiwen
1
-6
/
+4
2016-03-11
Merge tag 'xfs-for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-103
/
+168
2016-03-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-4
/
+9
2016-03-09
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2016-03-09
ext4: iterate over buffer heads correctly in move_extent_per_page()
Eryu Guan
1
-0
/
+1
2016-03-09
dax: check return value of dax_radix_entry()
Ross Zwisler
1
-1
/
+8
2016-03-09
ocfs2: fix return value from ocfs2_page_mkwrite()
Jan Kara
1
-0
/
+4
2016-03-07
jffs2: reduce the breakage on recovery from halfway failed rename()
Al Viro
1
-3
/
+8
2016-03-07
ncpfs: fix a braino in OOM handling in ncp_fill_cache()
Al Viro
1
-1
/
+1
2016-03-07
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-6
/
+19
2016-03-07
xfs: only run torn log write detection on dirty logs
Brian Foster
1
-11
/
+31
2016-03-07
xfs: refactor in-core log state update to helper
Brian Foster
1
-19
/
+33
2016-03-07
xfs: refactor unmount record detection into helper
Brian Foster
1
-60
/
+93
2016-03-07
xfs: separate log head record discovery from verification
Brian Foster
1
-22
/
+20
2016-03-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
6
-3
/
+48
2016-03-04
Merge branch 'for-linus2' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-13
/
+42
2016-03-04
Merge tag 'for-linus-20160304' of git://git.infradead.org/linux-mtd
Linus Torvalds
5
-51
/
+91
2016-03-04
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+9
2016-03-04
ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support
Yan, Zheng
6
-3
/
+48
2016-03-03
Btrfs: fix loading of orphan roots leading to BUG_ON
Filipe Manana
1
-1
/
+9
2016-03-03
writeback: flush inode cgroup wb switches instead of pinning super_block
Tejun Heo
2
-13
/
+42
2016-03-03
ovl: copy new uid/gid into overlayfs runtime inode
Konstantin Khlebnikov
1
-0
/
+2
2016-03-03
ovl: ignore lower entries when checking purity of non-directory entries
Konstantin Khlebnikov
2
-5
/
+14
2016-03-03
ovl: fix getcwd() failure after unsuccessful rmdir
Rui Wang
1
-1
/
+2
2016-03-03
ovl: fix working on distributed fs as lower layer
Konstantin Khlebnikov
1
-0
/
+1
2016-03-02
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-22
/
+36
2016-03-02
userfaultfd: don't block on the last VM updates at exit time
Linus Torvalds
1
-0
/
+6
2016-03-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-15
/
+5
2016-03-01
CIFS: Fix duplicate line introduced by clone_file_range patch
Steve French
1
-1
/
+0
2016-02-29
use ->d_seq to get coherency between ->d_inode and ->d_flags
Al Viro
1
-15
/
+5
2016-02-29
Fix cifs_uniqueid_to_ino_t() function for s390x
Yadan Fan
1
-8
/
+4
2016-02-29
CIFS: Fix SMB2+ interim response processing for read requests
Pavel Shilovsky
1
-3
/
+18
2016-02-29
cifs: fix out-of-bounds access in lease parsing
Justin Maggard
1
-10
/
+14
2016-02-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-37
/
+22
2016-02-27
do_last(): ELOOP failure exit should be done after leaving RCU mode
Al Viro
1
-5
/
+4
2016-02-27
should_follow_link(): validate ->d_seq after having decided to follow
Al Viro
1
-0
/
+5
2016-02-27
namei: ->d_inode of a pinned dentry is stable only for positives
Al Viro
1
-2
/
+2
2016-02-27
do_last(): don't let a bogus return value from ->open() et.al. to confuse us
Al Viro
1
-0
/
+4
2016-02-27
fs: return -EOPNOTSUPP if clone is not supported
Christoph Hellwig
1
-2
/
+4
2016-02-27
hpfs: don't truncate the file when delete fails
Mikulas Patocka
1
-28
/
+3
2016-02-27
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
10
-19
/
+61
2016-02-27
Merge tag 'tags/ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-35
/
+3
[next]