index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
compiler-gcc3.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-04
drbd: allow holes in minor and volume id allocation
Lars Ellenberg
3
-20
/
+22
2012-11-04
drbd: switch configuration interface from connector to genetlink
Lars Ellenberg
7
-840
/
+806
2011-10-14
drbd: prepare the transition from connector to genetlink
Lars Ellenberg
4
-0
/
+1081
2011-10-14
drbd: get rid of drbd_bcast_ee, it is of no use anymore
Lars Ellenberg
1
-2
/
+0
2011-10-14
drbd: fix drbd_delete_device: remove vnr from volumes; idr_remove(); synchronize_rcu(); before cleanup
Lars Ellenberg
1
-18
/
+24
2011-10-14
drbd: introduce a bio_set to allocate housekeeping bios from
Lars Ellenberg
5
-4
/
+41
2011-10-14
drbd: use the newly introduced page pool for bitmap IO
Lars Ellenberg
1
-5
/
+4
2011-10-14
drbd: add page pool to be used for meta data IO
Lars Ellenberg
2
-1
/
+31
2011-10-14
drbd: only wakeup if something changed in update_peer_seq
Lars Ellenberg
1
-4
/
+5
2011-10-14
drbd: default to detach on-io-error
Lars Ellenberg
1
-1
/
+1
2011-10-14
drbd: remove unused define
Lars Ellenberg
1
-2
/
+0
2011-10-14
drbd: Replaced the minor_table array by an idr
Philipp Reisner
5
-45
/
+31
2011-10-14
drbd: Implemented new commands to create/delete connections/minors
Philipp Reisner
5
-73
/
+120
2011-10-14
drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconn
Philipp Reisner
3
-61
/
+63
2011-10-14
drbd: Preparing the connector interface to operator on connections
Philipp Reisner
4
-37
/
+94
2011-10-14
drbd: Converted the transfer log from mdev to tconn
Philipp Reisner
7
-72
/
+79
2011-10-14
drbd: Improved the dec_*() macros
Philipp Reisner
1
-22
/
+29
2011-10-14
drbd: Removed the mdev parameter from the ..to_tags() and ...from_tags() functions
Philipp Reisner
1
-19
/
+19
2011-10-14
drbd: Reworked the unconfiguring and thread stopping code
Philipp Reisner
6
-70
/
+80
2011-10-14
drbd: Remove left-over function prototypes
Andreas Gruenbacher
2
-3
/
+0
2011-10-14
drbd: Replace get_asender_cmd() with its implementation
Andreas Gruenbacher
1
-38
/
+28
2011-10-14
drbd: Get rid of P_MAX_CMD
Andreas Gruenbacher
3
-9
/
+5
2011-10-14
drbd: Remove redundant check
Andreas Gruenbacher
1
-27
/
+0
2011-10-14
drbd: Improve how conflicting writes are handled
Andreas Gruenbacher
5
-191
/
+351
2011-10-14
drbd: Use ping-timeout when waiting for missing ack packets
Andreas Gruenbacher
1
-2
/
+3
2011-10-14
drbd: Replace atomic_add_return with atomic_inc_return
Andreas Gruenbacher
2
-6
/
+6
2011-10-14
drbd: Concurrent write detection fix
Andreas Gruenbacher
1
-20
/
+21
2011-10-14
drbd: Use container_of() instead of casting
Andreas Gruenbacher
1
-3
/
+6
2011-10-14
drbd: fix a wrong likely(), updated comments
Lars Ellenberg
1
-7
/
+8
2011-10-14
drbd: silence some log messages on bitmap IO
Lars Ellenberg
1
-5
/
+9
2011-10-14
drbd: new on-disk activity log transaction format
Lars Ellenberg
6
-209
/
+302
2011-10-14
lru_cache: allow multiple changes per transaction
Lars Ellenberg
4
-140
/
+225
2011-10-14
drbd: allow to select specific bitmap pages for writeout
Lars Ellenberg
2
-10
/
+52
2011-10-14
lru_cache: consolidate lc_get and lc_try_get
Lars Ellenberg
1
-59
/
+61
2011-10-14
lru_cache.h: fix comments referring to ts_ instead of lc_
Lars Ellenberg
1
-1
/
+1
2011-10-14
drbd: use clear_bit_unlock() where appropriate
Lars Ellenberg
4
-12
/
+7
2011-10-14
drbd: in drbd_suspend_al, set AL_SUSPENDED before unlocking the activity log
Lars Ellenberg
1
-5
/
+3
2011-10-14
drbd: fix typo in comment
Lars Ellenberg
1
-1
/
+1
2011-10-14
drbd: simplify condition in drbd_may_do_local_read()
Lars Ellenberg
1
-3
/
+1
2011-10-14
drbd: Use the IS_ALIGNED() macro in some more places
Andreas Gruenbacher
3
-5
/
+5
2011-10-14
drbd: Remove obsolete comment
Andreas Gruenbacher
1
-2
/
+1
2011-10-14
drbd: Iterate over all overlapping intervals in a tree
Andreas Gruenbacher
2
-4
/
+30
2011-10-14
drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endio
Andreas Gruenbacher
6
-16
/
+17
2011-10-14
drbd: Rename drbd_submit_ee -> drbd_submit_peer_request
Andreas Gruenbacher
3
-9
/
+11
2011-10-14
drbd: Implemented connection wide state changes
Philipp Reisner
2
-14
/
+76
2011-10-14
drbd: implemented receiving of P_CONN_ST_CHG_REQ
Philipp Reisner
4
-2
/
+20
2011-10-14
drbd: Implemented receiving of P_CONN_ST_CHG_REPLY
Philipp Reisner
2
-8
/
+22
2011-10-14
drbd: Global_state_lock not necessary here...
Philipp Reisner
1
-4
/
+0
2011-10-14
drbd: Implemented conn_send_state_req()
Philipp Reisner
3
-6
/
+21
2011-10-14
drbd: Introduced tconn->cstate_mutex
Philipp Reisner
6
-17
/
+26
[next]