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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-09
IB/mlx5: Use extended internal signature layout
Sagi Grimberg
2
-51
/
+61
2014-10-09
IB/iser: Set IP_CSUM as default guard type
Sagi Grimberg
1
-2
/
+2
2014-10-09
IB/iser: Remove redundant assignment
Sagi Grimberg
1
-1
/
+0
2014-10-09
IB/mlx5: Use enumerations for PI copy mask
Sagi Grimberg
2
-3
/
+6
2014-10-09
IB/iser: Bump version, add maintainer
Or Gerlitz
2
-1
/
+2
2014-10-09
IB/iser: Fix/add kernel-doc style description in iscsi_iser.c
Sagi Grimberg
1
-9
/
+160
2014-10-09
IB/iser: Add/Fix kernel doc style descriptions in iscsi_iser.h
Sagi Grimberg
1
-46
/
+189
2014-10-09
IB/iser: Nit - add space after __func__ in iser logging
Sagi Grimberg
1
-8
/
+8
2014-10-09
IB/iser: Change iscsi_conn_stop log level to info
Ariel Nahum
1
-1
/
+1
2014-10-09
IB/iser: Suppress scsi command send completions
Sagi Grimberg
3
-7
/
+16
2014-10-09
IB/iser: Optimize completion polling
Sagi Grimberg
2
-5
/
+11
2014-10-09
IB/iser: Use beacon to indicate all completions were consumed
Sagi Grimberg
3
-22
/
+23
2014-10-09
IB/iser: Use single CQ for RX and TX
Sagi Grimberg
3
-125
/
+114
2014-10-09
IB/iser: Use internal polling budget to avoid possible live-lock
Sagi Grimberg
1
-0
/
+4
2014-10-09
IB/iser: Centralize iser completion contexts
Sagi Grimberg
2
-87
/
+84
2014-10-09
IB/iser: Use iser_warn instead of BUG_ON in iser_conn_release
Ariel Nahum
1
-1
/
+3
2014-10-09
IB/iser: Signal iSCSI layer that transport is broken in error completions
Sagi Grimberg
1
-4
/
+25
2014-10-09
IB/iser: Protect tasks cleanup in case IB device was already released
Sagi Grimberg
1
-1
/
+7
2014-10-09
IB/iser: Unbind at conn_stop stage
Ariel Nahum
1
-0
/
+7
2014-10-09
IB/iser: Don't bound release_work completions timeouts
Sagi Grimberg
1
-9
/
+4
2014-10-09
IB/iser: Fix DEVICE REMOVAL handling in the absence of iscsi daemon
Sagi Grimberg
2
-61
/
+108
2014-10-09
IB/iser: Extend iser_free_ib_conn_res()
Sagi Grimberg
1
-28
/
+30
2014-10-09
IB/iser: Remove unused variables and dead code
Roi Dayan
1
-4
/
+0
2014-10-09
IB/iser: Re-introduce ib_conn
Sagi Grimberg
5
-204
/
+245
2014-10-09
IB/iser: Rename ib_conn -> iser_conn
Sagi Grimberg
5
-392
/
+403
2014-09-28
Linux 3.17-rc7
v3.17-rc7
Linus Torvalds
1
-1
/
+1
2014-09-28
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-0
/
+5
2014-09-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
8
-85
/
+60
2014-09-27
Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-24
/
+43
2014-09-27
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
13
-77
/
+139
2014-09-27
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2
-3
/
+15
2014-09-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-48
/
+62
2014-09-27
vfs: Don't exchange "short" filenames unconditionally.
Mikhail Efremov
1
-9
/
+18
2014-09-27
fold swapping ->d_name.hash into switch_names()
Linus Torvalds
1
-2
/
+1
2014-09-26
fold unlocking the children into dentry_unlock_parents_for_move()
Al Viro
1
-5
/
+4
2014-09-26
kill __d_materialise_dentry()
Al Viro
1
-44
/
+10
2014-09-26
__d_materialise_dentry(): flip the order of arguments
Al Viro
1
-24
/
+20
2014-09-26
__d_move(): fold manipulations with ->d_child/->d_subdirs
Al Viro
1
-5
/
+3
2014-09-26
don't open-code d_rehash() in d_materialise_unique()
Al Viro
1
-5
/
+1
2014-09-26
pull rehashing and unlocking the target dentry into __d_materialise_dentry()
Al Viro
1
-7
/
+4
2014-09-26
ufs: deal with nfsd/iget races
Al Viro
2
-1
/
+9
2014-09-26
fuse: honour max_read and max_write in direct_io mode
Miklos Szeredi
4
-7
/
+12
2014-09-26
shmem: fix nlink for rename overwrite directory
Miklos Szeredi
1
-1
/
+3
2014-09-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+7
2014-09-26
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-0
/
+16
2014-09-26
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
14
-61
/
+73
2014-09-26
mm: softdirty: keep bit when zapping file pte
Peter Feiner
1
-1
/
+1
2014-09-26
fs/cachefiles: add missing \n to kerror conversions
Fabian Frederick
6
-33
/
+33
2014-09-26
genalloc: fix device node resource counter
Vladimir Zapolskiy
1
-0
/
+1
2014-09-26
drivers/rtc/rtc-efi.c: add missing module alias
Pali Rohár
1
-0
/
+1
[next]