Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
3174f8c5045ad247563434c4b4897bd89313eafc
/
include
/
linux
3174f8c
drbd: pass some more information to userspace.
by Philipp Marek
· 13 years ago
58ffa58
drbd: introduce stop-sector to online verify
by Lars Ellenberg
· 12 years ago
9a51ab1
drbd: New disk option al-updates
by Philipp Reisner
· 13 years ago
26ec928
drbd: Stop using NLA_PUT*().
by Andreas Gruenbacher
· 12 years ago
d60de03
drbd: Load balancing method: striping
by Philipp Reisner
· 13 years ago
380207d
drbd: Load balancing of read requests
by Philipp Reisner
· 13 years ago
b80c043
drbd: The minor_count module parameter is only a hint nowadays
by Philipp Reisner
· 13 years ago
0317d9e
drbd: Fix the maximum accepted minor device number
by Andreas Gruenbacher
· 13 years ago
32bdb64
drbd: Define scale factors in a single place
by Andreas Gruenbacher
· 14 years ago
65d9492
drbd: Changed some defaults
by Philipp Reisner
· 13 years ago
d5d7ebd
drbd: on attach, enforce clean meta data
by Lars Ellenberg
· 14 years ago
cdfda63
drbd: detach from frozen backing device
by Philipp Reisner
· 14 years ago
d942ae4
drbd: Fixes from the 8.3 development branch
by Philipp Reisner
· 14 years ago
f03c254
drbd: allow ping-timeout of up to 30 seconds
by Lars Ellenberg
· 14 years ago
6dff290
drbd: Rename --dry-run to --tentative
by Andreas Gruenbacher
· 14 years ago
089c075
drbd: Convert the generic netlink interface to accept connection endpoints
by Andreas Gruenbacher
· 14 years ago
7c3063c
drbd: Also need to check for DRBD_GENLA_F_MANDATORY flags before nla_find_nested()
by Andreas Gruenbacher
· 14 years ago
789c1b6
drbd: Use the terminology suggested by the command names in the source code and messages
by Andreas Gruenbacher
· 14 years ago
67b58bf
drbd: spelling fix: too small
by Lars Ellenberg
· 14 years ago
5084d71d
drbd: drbd_nla_check_mandatory(): Need to remove the DRBD_GENLA_F_MANDATORY flag first
by Andreas Gruenbacher
· 14 years ago
5f93592
drbd: Make drbd's use of netlink attribute flags less confusing
by Andreas Gruenbacher
· 14 years ago
bbbef2d
drbd: Remove unused GENLA_F_MAY_IGNORE flag
by Andreas Gruenbacher
· 14 years ago
509100e
drbd: Output signed / unsigned netlink fields correctly
by Andreas Gruenbacher
· 14 years ago
309f0b7
drbd: Use more generic constant names
by Andreas Gruenbacher
· 14 years ago
dcb20d1
drbd: Refuse to change network options online when...
by Philipp Reisner
· 14 years ago
c5482bb
drbd: Rename DISK_SIZE_SECT -> DISK_SIZE
by Andreas Gruenbacher
· 14 years ago
3a45abd
drbd: Convert resync-after into a signed netlink field
by Andreas Gruenbacher
· 14 years ago
95f8efd
drbd: Fix the upper limit of resync-after
by Andreas Gruenbacher
· 14 years ago
69ef82d
drbd: Refer to connect-int consistently throughout the code
by Andreas Gruenbacher
· 14 years ago
6394b93
drbd: Refer to resync-rate consistently throughout the code
by Andreas Gruenbacher
· 14 years ago
6139f60
drbd: Rename the want_lose field/flag to discard_my_data
by Andreas Gruenbacher
· 14 years ago
7bac3e6
drbd: Also define the default values of boolean flags in a single place
by Andreas Gruenbacher
· 14 years ago
bb77d34
drbd: Turn no-tcp-cork into tcp-cork={yes|no}
by Andreas Gruenbacher
· 14 years ago
e544046
drbd: Turn no-md-flushes into md-flushes={yes|no}
by Andreas Gruenbacher
· 14 years ago
d0c980e
drbd: Turn no-disk-drain into disk-drain={yes|no}
by Andreas Gruenbacher
· 14 years ago
66b2f6b
drbd: Turn no-disk-flushes into disk-flushes={yes|no}
by Andreas Gruenbacher
· 14 years ago
a5d8e1f
drbd: Convert boolean flags on netlink from NLA_FLAG to NLA_U8
by Andreas Gruenbacher
· 14 years ago
563e4cf
drbd: Introduce __s32_field in the genetlink macro magic
by Lars Ellenberg
· 14 years ago
b966b5d
drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.h
by Andreas Gruenbacher
· 14 years ago
d8cd289
drbd: Remove left-over unused define
by Andreas Gruenbacher
· 14 years ago
b032b6f
drbd: Allow online change of replication protocol only with agreed_pv >= 100
by Philipp Reisner
· 14 years ago
0c8e36d
drbd: Introduce protocol version 100 headers
by Andreas Gruenbacher
· 14 years ago
cb70345
drbd: Converted drbd_try_outdate_peer() from mdev to tconn
by Philipp Reisner
· 14 years ago
f399002
drbd: distribute former syncer_conf settings to disk, connection, and resource level
by Lars Ellenberg
· 14 years ago
047e95e2
drbd: Allow volumes to become primary only on one side
by Philipp Reisner
· 14 years ago
85f75dd7
drbd: introduce in-kernel "down" command
by Lars Ellenberg
· 14 years ago
73d901b
drbd: remove now unused connector related files
by Lars Ellenberg
· 14 years ago
3b98c0c
drbd: switch configuration interface from connector to genetlink
by Lars Ellenberg
· 14 years ago
ec2c35a
drbd: prepare the transition from connector to genetlink
by Lars Ellenberg
· 14 years ago
a5df0e1
drbd: default to detach on-io-error
by Lars Ellenberg
· 14 years ago
774b305
drbd: Implemented new commands to create/delete connections/minors
by Philipp Reisner
· 14 years ago
1aba4d7
drbd: Preparing the connector interface to operator on connections
by Philipp Reisner
· 14 years ago
7ad651b
drbd: new on-disk activity log transaction format
by Lars Ellenberg
· 14 years ago
46a15bc
lru_cache: allow multiple changes per transaction
by Lars Ellenberg
· 14 years ago
4738fa1
drbd: use clear_bit_unlock() where appropriate
by Lars Ellenberg
· 14 years ago
fd340c1
drbd: Use new header layout
by Philipp Reisner
· 14 years ago
9749f30
idr: idr_for_each_entry() macro
by Philipp Reisner
· 13 years ago
ca9bc12
drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIG
by Andreas Gruenbacher
· 14 years ago
e03c8dd
loop: always allow userspace partitions and optionally support automatic scanning
by Kay Sievers
· 13 years ago
d27769e
block: add GENHD_FL_NO_PART_SCAN
by Tejun Heo
· 13 years ago
3295514
fix rcu annotations noise in cred.h
by Al Viro
· 13 years ago
c2f340a
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 13 years ago
3ddcd05
vfs: optimize inode cache access patterns
by Linus Torvalds
· 13 years ago
830c0f0
vfs: renumber DCACHE_xyz flags, remove some stale ones
by Linus Torvalds
· 13 years ago
7cd4767
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
6e5714e
net: Compute protocol sequence numbers and fragment IDs using MD5.
by David S. Miller
· 13 years ago
bc0b96b
crypto: Move md5_transform to lib/md5.c
by David S. Miller
· 13 years ago
2560540
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86
by Linus Torvalds
· 13 years ago
1eb19a1
lib/sha1: use the git implementation of SHA-1
by Mandeep Singh Baines
· 13 years ago
3300955
Add KEY_MICMUTE and enable it on Lenovo X220
by Andy Lutomirski
· 14 years ago
24f0eed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
7f3bf7c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 13 years ago
655b161
nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4
by Boaz Harrosh
· 14 years ago
53d1e65
Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
fe55c18
Revert "dt: add of_alias_scan and of_alias_get_id"
by Grant Likely
· 13 years ago
35e51fe
Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6
by Linus Torvalds
· 13 years ago
c0c770e
Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 13 years ago
27665ff
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
e504f3f
tmpfs radix_tree: locate_item to speed up swapoff
by Hugh Dickins
· 13 years ago
69f07ec
tmpfs: use kmemdup for short symlinks
by Hugh Dickins
· 13 years ago
aa3b189
tmpfs: convert mem_cgroup shmem to radix-swap
by Hugh Dickins
· 13 years ago
41ffe5d
tmpfs: miscellaneous trivial cleanups
by Hugh Dickins
· 13 years ago
285b2c4
tmpfs: demolish old swap vector support
by Hugh Dickins
· 13 years ago
a2c16d6
mm: let swap use exceptional entries
by Hugh Dickins
· 13 years ago
6328650
radix_tree: exceptional entries and indices
by Hugh Dickins
· 13 years ago
5d6f921
drivers/video/backlight/aat2870_bl.c: fix setting max_current
by Axel Lin
· 13 years ago
3dab1bc
mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODE
by Johannes Weiner
· 13 years ago
88eca02
ida: simplified functions for id allocation
by Rusty Russell
· 13 years ago
dd48c08
fault-injection: add ability to export fault_attr in arbitrary directory
by Akinobu Mita
· 13 years ago
a0bfa13
cpuidle: stop depending on pm_idle
by Len Brown
· 14 years ago
d91ee58
cpuidle: replace xen access to x86 pm_idle and default_idle
by Len Brown
· 14 years ago
d0e323b
Merge branch 'apei' into apei-release
by Len Brown
· 13 years ago
ea8f5fb
HWPoison: add memory_failure_queue()
by Huang Ying
· 13 years ago
7f18427
lib, Make gen_pool memory allocator lockless
by Huang Ying
· 13 years ago
f49f23a
lib, Add lock-less NULL terminated single list
by Huang Ying
· 13 years ago
750f463
dt: add of_alias_scan and of_alias_get_id
by Shawn Guo
· 13 years ago
c299eba
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 13 years ago
a6b11f5
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
f340681
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
by Linus Torvalds
· 13 years ago
3567866
RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached
by Al Viro
· 13 years ago
Next »